https://cacontology.projectvic.org/detection#DetectionResultGUFOShape
Validates detection results as gUFO Objects.
Instances of cacontology-detection:ClassificationResult can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-detection:ClassificationResult | ||||
| cacontology-detection:ageEstimate | 0 | 1 |
xsd:integer
|
|
| cacontology-detection:tannerStage | 0 | 1 |
xsd:integer
|
|
| 1 | 1 |
xsd:dateTime
|
||
| cac-core:AssessmentResult | ||||
| cac-core:assesses | 1 | |||
| cac-core:hasConfidence | 1 |
xsd:decimal
|
||
| 1 |
xsd:string
|
|||
@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-detection:DetectionResultGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Detection Result Shape"@en ;
rdfs:comment "Validates detection results as gUFO Objects."@en ;
sh:targetClass cacontology-detection:ClassificationResult,
cacontology-detection:DetectionResult .