https://ontology.unifiedcyberontology.org/uco/core/UcoThing-disjointWith-UcoType-shape
Instances of core:UcoThing 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: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 .