observable:sipAddress leaf node


URI

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

Label

sipAddress

Description

A SIP address specifies Session Initiation Protocol (SIP) identifier.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:sipAddress 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:sipAddress a owl:ObjectProperty ;
    rdfs:label "sipAddress"@en ;
    rdfs:comment "A SIP address specifies Session Initiation Protocol (SIP) identifier."@en ;
    rdfs:range observable:ObservableObject .