types:ImproperDictionary-disjointWith-ProperDictionary-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/types/ImproperDictionary-disjointWith-ProperDictionary-shape

Label

ImproperDictionary-disjointWith-ProperDictionary-shape

Target Classes (1)

Shape Properties

Instances of types:ImproperDictionary can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

types:ImproperDictionary
types:repeatsKey xsd:string
types:Dictionary
types:entry types:DictionaryEntry

Implementation

@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .

types:ImproperDictionary-disjointWith-ProperDictionary-shape a sh:NodeShape ;
    sh:message "types:ImproperDictionary and types:ProperDictionary are disjoint classes."@en ;
    sh:not [ a sh:NodeShape ;
            sh:class types:ProperDictionary ] ;
    sh:targetClass types:ImproperDictionary .