Ontology Version: 2.3.0

cacontology-undercover:CriminalItemAgreementActionShape leaf node


URI

https://cacontology.projectvic.org/undercover#CriminalItemAgreementActionShape

Label

Criminal Item Agreement Action Shape

Description

Validation shape for suspect agreements to bring items for abuse.

Shape Properties

Instances of cacontology-undercover:CriminalItemAgreementAction can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-undercover:CriminalItemAgreementAction
cacontology-undercover:itemsAgreedToBring 0 1 xsd:string
cacontology-undercover:SuspectCommunicationAction
cacontology-undercover:occurredDuringOperation 0 1 cacontology-undercover:UndercoverOperation
0 1 rdf:langString

Implementation

@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@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-undercover:CriminalItemAgreementActionShape a sh:NodeShape ;
    rdfs:label "Criminal Item Agreement Action Shape"@en ;
    rdfs:comment "Validation shape for suspect agreements to bring items for abuse."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:message "May specify items suspect agreed to bring."@en ;
            sh:minCount 0 ;
            sh:path cacontology-undercover:itemsAgreedToBring ] ;
    sh:targetClass cacontology-undercover:CriminalItemAgreementAction .