Ontology Version: 2.2.0

cacontology-forensics:ForensicKindValidationShape leaf node


URI

https://cacontology.projectvic.org/forensics#ForensicKindValidationShape

Label

ForensicKindValidationShape

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:ForensicKindValidationShape a sh:NodeShape ;
    sh:message "Every forensic Kind must be declared as rdf:type gufo:Kind"@en ;
    sh:property [ sh:hasValue gufo:Kind ;
            sh:minCount 1 ;
            sh:path rdf:type ] ;
    sh:targetClass gufo:Kind .