uco-co:precededBy-subjects-shape leaf node


URI

https://ontology.unifiedcyberontology.org/co/precededBy-subjects-shape

Label

precededBy-subjects-shape

Implementation

@prefix co: <http://purl.org/co/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-co: <https://ontology.unifiedcyberontology.org/co/> .

uco-co:precededBy-subjects-shape a sh:PropertyShape ;
    sh:class co:Item ;
    sh:description "This shape encodes in SHACL that co:precededBy has range co:Item (induced via the propertyChainAxiom on co:item and superproperty relationship with co:previousItem)."@en ;
    sh:nodeKind sh:BlankNodeOrIRI ;
    sh:path co:precededBy ;
    sh:targetSubjectsOf co:precededBy .