https://ontology.unifiedcyberontology.org/uco/types/ThreadItem-disjointWith-co-ListItem-shape
Instances of types:ThreadItem can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
---|
@prefix co: <http://purl.org/co/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
types:ThreadItem-disjointWith-co-ListItem-shape a sh:NodeShape ;
sh:message "types:ThreadItem and co:ListItem 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 co:ListItem ] ;
sh:severity sh:Warning ;
sh:targetClass types:ThreadItem .