observable:profileIdentity leaf node


URI

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

Label

Profile Identity

Description

Specifies the identity associated with the profile.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:profileIdentity identity:Identity

Implementation

@prefix identity: <https://unifiedcyberontology.org/ontology/uco/identity#> .
@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:profileIdentity a owl:ObjectProperty ;
    rdfs:label "Profile Identity"@en-US ;
    rdfs:comment "Specifies the identity associated with the profile."@en-US ;
    rdfs:range identity:Identity .