uco-co:item-subjects-shape leaf node


URI

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

Label

item-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:item-subjects-shape a sh:PropertyShape ;
    sh:class co:Item ;
    sh:nodeKind sh:BlankNodeOrIRI ;
    sh:path co:item ;
    sh:targetSubjectsOf co:item .