https://ontology.unifiedcyberontology.org/uco/core/UcoInherentCharacterizationThing-disjointWith-UcoObject-shape
Instances of core:UcoInherentCharacterizationThing can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
---|
@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 .