core:UcoInherentCharacterizationThing-disjointWith-UcoObject-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/UcoInherentCharacterizationThing-disjointWith-UcoObject-shape

Label

UcoInherentCharacterizationThing-disjointWith-UcoObject-shape

Shape Properties

Instances of core:UcoInherentCharacterizationThing 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:UcoInherentCharacterizationThing-disjointWith-UcoObject-shape a sh:NodeShape ;
    sh:message "core:UcoInherentCharacterizationThing and core:UcoObject are disjoint classes.  Assigning both types to a single node will be an error in UCO 2.0.0."@en ;
    sh:not [ a sh:NodeShape ;
            sh:class core:UcoObject ] ;
    sh:severity sh:Warning ;
    sh:targetClass core:UcoInherentCharacterizationThing .