Ontology Version: 2.2.0

cacontology-enterprises:GufoObjectExistenceRule leaf node


URI

https://cacontology.projectvic.org/extremist-enterprises#GufoObjectExistenceRule

Label

GufoObjectExistenceRule

Target Classes (1)

Shape Properties

Instances of gufo:Object can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-enterprises:GufoObjectExistenceRule a sh:NodeShape ;
    sh:property [ sh:message "gUFO Objects should have temporal existence markers when applicable."@en ;
            sh:path [ sh:alternativePath ( gufo:hasBeginPointInXSDDateTimeStamp gufo:hasEndPointInXSDDateTimeStamp ) ] ] ;
    sh:targetClass gufo:Object .