observable:sourceApplication leaf node


URI

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

Label

sourceApplication

Description

Source application specifies the software application that a particular contact or contact list is associated with.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:sourceApplication observable:ObservableObject

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#> .

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 .