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 | 1 |
xsd:dateTime
|
||
@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-detection:DetectionResultGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Detection Result Shape"@en ;
rdfs:comment "Validates detection results as gUFO Objects."@en ;
sh:property [ sh:hasValue gufo:Object ;
sh:message "Detection result must be typed as gUFO Object"@en ;
sh:minCount 1 ;
sh:path rdf:type ] ;
sh:targetClass cacontology-detection:ClassificationResult,
cacontology-detection:DetectionResult .