https://ontology.unifiedcyberontology.org/uco/types/ImproperDictionary-disjointWith-ProperDictionary-shape
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
|
@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 .