https://cacontology.projectvic.org/detection#ClassificationSchemeGUFOShape
Validates classification schemes as gUFO Objects.
Instances of cacontology-detection:COPINEClassificationScheme can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@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:ClassificationSchemeGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Classification Scheme Shape"@en ;
rdfs:comment "Validates classification schemes as gUFO Objects."@en ;
sh:targetClass cacontology-detection:COPINEClassificationScheme,
cacontology-detection:SARClassificationScheme,
cacontology-detection:TannerScaleScheme .