vocabulary:ContactSIPScopeVocab leaf node


URI

https://unifiedcyberontology.org/ontology/uco/vocabulary#ContactSIPScopeVocab

Label

Contact SIP Scope Vocabulary

Description

Defines an open-vocabulary of scopes for Session Initiation Protocol (SIP) entries of digital contacts.

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

vocabulary:ContactSIPScopeVocab a rdfs:Datatype ;
    rdfs:label "Contact SIP Scope Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of scopes for Session Initiation Protocol (SIP) entries of digital contacts."@en ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "home"^^vocabulary:ContactAddressScopeVocab "work"^^vocabulary:ContactAddressScopeVocab "school"^^vocabulary:ContactAddressScopeVocab ) .