types:Thread-disjointWith-co-List-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/types/Thread-disjointWith-co-List-shape

Label

Thread-disjointWith-co-List-shape

Target Classes (1)

Shape Properties

Instances of types:Thread can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@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 .