https://cacontology.projectvic.org/educational/shapes#EvidenceObjectGUFOShape
Validates evidence object instances as gUFO Objects with documentation relationships.
Instances of cacontology-educational:VictimAccountEvidence can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-educational:VictimAccountEvidence | ||||
| 1 |
xsd:dateTimeStamp
|
|||
| cacontology-educational:evidenceType |
xsd:string
|
|||
@prefix cacontology-educational: <https://cacontology.projectvic.org/educational#> .
@prefix cacontology-educational-shapes: <https://cacontology.projectvic.org/educational/shapes#> .
@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: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 .