observable:profileAccount leaf node


URI

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

Label

Profile Account

Description

Specifies the online service account associated with the profile.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:profileAccount 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:profileAccount a owl:ObjectProperty ;
    rdfs:label "Profile Account"@en-US ;
    rdfs:comment "Specifies the online service account associated with the profile."@en-US ;
    rdfs:range observable:ObservableObject .