Ontology Version: 2.2.0

cacontology-usa-federal:FederalDefendantRoleShape leaf node


URI

https://cacontology.projectvic.org/usa-federal-law#FederalDefendantRoleShape

Label

FederalDefendantRoleShape

Shape Properties

Instances of cacontology-usa-federal:FederalDefendantRole can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-usa-federal:FederalDefendantRole
cacontology-usa-federal:defendedBy 1 gufo:Event
cacontology-usa-federal:hasRoleBeginPoint 1 1 xsd:dateTimeStamp

Implementation

@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-usa-federal:FederalDefendantRoleShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:dateTimeStamp ;
            sh:maxCount 1 ;
            sh:message "Federal defendant role must have exactly one begin point"@en ;
            sh:minCount 1 ;
            sh:path cacontology-usa-federal:hasRoleBeginPoint ],
        [ sh:class gufo:Event ;
            sh:message "Defendant role must be linked to at least one criminal event"@en ;
            sh:minCount 1 ;
            sh:path cacontology-usa-federal:defendedBy ] ;
    sh:targetClass cacontology-usa-federal:FederalDefendantRole .