Ontology Version: 2.3.0

cacontology-undercover:VideoCallRequestActionShape leaf node


URI

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

Label

Video Call Request Action Shape

Description

Validation shape for suspect requests for video calls.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-undercover:VideoCallRequestAction
cacontology-undercover:whenParentAbsent 0 1 xsd:boolean
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:VideoCallRequestActionShape a sh:NodeShape ;
    rdfs:label "Video Call Request Action Shape"@en ;
    rdfs:comment "Validation shape for suspect requests for video calls."@en ;
    sh:property [ sh:datatype xsd:boolean ;
            sh:maxCount 1 ;
            sh:message "May specify if request was conditional on parent being absent."@en ;
            sh:minCount 0 ;
            sh:path cacontology-undercover:whenParentAbsent ] ;
    sh:targetClass cacontology-undercover:VideoCallRequestAction .