https://ontology.unifiedcyberontology.org/uco/observable/startupInfo
             | DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:startupInfo | types:Dictionary | 
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
observable:startupInfo a owl:ObjectProperty ;
    rdfs:label "startupInfo"@en ;
    rdfs:range types:Dictionary .