https://unifiedcyberontology.org/ontology/uco/observable#sourceApplication
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:sourceApplication | observable:ObservableObject |
@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#> .
observable:sourceApplication a owl:ObjectProperty ;
rdfs:label "sourceApplication"@en ;
rdfs:comment "Source application specifies the software application that a particular contact or contact list is associated with."@en ;
rdfs:range observable:ObservableObject .