https://cacontology.projectvic.org/physical/shapes#BodycamFootageShape
Validation shape for bodycam footage evidence.
Instances of cacontology-physical:BodycamFootage can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-physical:BodycamFootage | ||||
| cacontology-physical:matchesSelfie | 0 | 1 |
xsd:boolean
|
|
| cacontology-physical:recordingDate | 0 | 1 |
xsd:dateTime
|
|
| cacontology-physical:usedForIdentification | 0 | 1 |
xsd:boolean
|
|
| 0 | 1 |
rdf:langString
|
||
@prefix cacontology-physical: <https://cacontology.projectvic.org/physical#> .
@prefix cacontology-physical-shapes: <https://cacontology.projectvic.org/physical/shapes#> .
@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-physical-shapes:BodycamFootageShape a sh:NodeShape ;
rdfs:label "Bodycam Footage Shape"@en ;
rdfs:comment "Validation shape for bodycam footage evidence."@en ;
sh:property [ sh:datatype rdf:langString ;
sh:maxCount 1 ;
sh:message "Bodycam footage should have a label."@en ;
sh:minCount 0 ;
sh:path rdfs:label ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "May specify the recording date."@en ;
sh:minCount 0 ;
sh:path cacontology-physical:recordingDate ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "May specify if used for suspect identification."@en ;
sh:minCount 0 ;
sh:path cacontology-physical:usedForIdentification ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "May specify if footage was matched to suspect selfies."@en ;
sh:minCount 0 ;
sh:path cacontology-physical:matchesSelfie ] ;
sh:targetClass cacontology-physical:BodycamFootage .