https://ontology.unifiedcyberontology.org/uco/types/Thread-disjointWith-co-List-shape
Instances of types:Thread 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:Thread-disjointWith-co-List-shape a sh:NodeShape ;
sh:message "types:Thread and co:List 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:List ] ;
sh:severity sh:Warning ;
sh:targetClass types:Thread .