uco-co:previousItem-subjects-shape leaf node


URI

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

Label

previousItem-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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

uco-co:previousItem-subjects-shape a sh:PropertyShape ;
    sh:class co:Item ;
    sh:description "This shape encodes in SHACL that co:previousItem is a FunctionalProperty (giving the sh:maxCount constraint), and has range co:Item (induced via the propertyChainAxiom on co:item)."@en ;
    sh:maxCount 1 ;
    sh:nodeKind sh:BlankNodeOrIRI ;
    sh:path co:previousItem ;
    sh:targetSubjectsOf co:previousItem .