Ontology Version: 2.2.0

cacontology-international:DistanceChildAbuseShape leaf node


URI

https://cacontology.projectvic.org/international#DistanceChildAbuseShape

Label

Distance Child Abuse Shape

Description

Validation shape for distance child abuse instances.

Implementation

@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-international:DistanceChildAbuseShape a sh:NodeShape ;
    rdfs:label "Distance Child Abuse Shape"@en ;
    rdfs:comment "Validation shape for distance child abuse instances."@en ;
    sh:property [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "Distance child abuse operation must specify start time."@en ;
            sh:minCount 1 ;
            sh:path uco-core:startTime ] ;
    sh:targetClass cacontology-international:DistanceChildAbuse .