https://unifiedcyberontology.org/ontology/uco/observable#profileService
             Specifies the online service associated with the profile.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:profileService | 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:profileService a owl:ObjectProperty ;
    rdfs:label "Profile Service"@en-US ;
    rdfs:comment "Specifies the online service associated with the profile."@en-US ;
    rdfs:range observable:ObservableObject .