https://ontology.caseontology.org/icac/educational-exploitation/shapes/EvidenceObjectGUFOShape
Validates evidence object instances as gUFO Objects with documentation relationships.
@prefix cacontology-educational: <https://ontology.caseontology.org/icac/educational-exploitation/> .
@prefix cacontology-educational-shapes: <https://ontology.caseontology.org/icac/educational-exploitation/shapes/> .
@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-educational-shapes:EvidenceObjectGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Evidence Object Shape"@en ;
rdfs:comment "Validates evidence object instances as gUFO Objects with documentation relationships."@en ;
sh:property [ sh:hasValue gufo:Object ;
sh:message "Evidence object must be typed as gUFO Object"@en ;
sh:minCount 1 ;
sh:path rdf:type ],
[ sh:datatype xsd:string ;
sh:message "Evidence must specify type"@en ;
sh:minLength 1 ;
sh:path cacontology-educational:evidenceType ],
[ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "Evidence can have at most one documentation date"@en ;
sh:path cacontology-educational:documentationDate ] ;
sh:targetClass cacontology-educational:DigitalCommunicationEvidence,
cacontology-educational:IPAddressEvidence,
cacontology-educational:VictimAccountEvidence .