uco-co:followedBy-subjects-shape leaf node


URI

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

Label

followedBy-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:followedBy-subjects-shape a sh:PropertyShape ;
    sh:class co:Item ;
    sh:description "This shape encodes in SHACL that co:followedBy has range co:Item (induced via the propertyChainAxiom on co:item and superproperty relationship with co:nextItem)."@en ;
    sh:nodeKind sh:BlankNodeOrIRI ;
    sh:path co:followedBy ;
    sh:targetSubjectsOf co:followedBy .