core:UcoThing-disjointWith-UcoType-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/UcoThing-disjointWith-UcoType-shape

Label

UcoThing-disjointWith-UcoType-shape

Target Classes (1)

Shape Properties

Instances of core:UcoThing can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

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

core:UcoThing-disjointWith-UcoType-shape a sh:NodeShape ;
    sh:message "core:UcoThing and core:UcoType are disjoint classes."@en ;
    sh:not [ a sh:NodeShape ;
            sh:class core:UcoType ] ;
    sh:targetClass core:UcoThing .