observable:documentInformationDictionary leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#documentInformationDictionary

Label

documentInformationDictionary

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:documentInformationDictionary types:ControlledDictionary

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .

observable:documentInformationDictionary a owl:ObjectProperty ;
    rdfs:label "documentInformationDictionary"@en ;
    rdfs:range types:ControlledDictionary .