https://ontology.unifiedcyberontology.org/uco/observable/ProfileFacet
A profile facet is a grouping of characteristics unique to an explicit digital representation of identity and characteristics of the owner of a single user account associated with an online service or application. [based on https://en.wikipedia.org/wiki/User_profile]
Instances of observable:ProfileFacet can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
observable:ProfileFacet | ||||
core:name | 1 |
xsd:string
|
||
observable:contactAddress | 1 |
observable:ContactAddress
|
||
observable:contactEmail | 1 |
observable:ContactEmail
|
||
observable:contactMessaging | 1 |
observable:ContactMessaging
|
||
observable:contactPhone | 1 |
observable:ContactPhone
|
||
observable:contactURL | 1 |
observable:ContactURL
|
||
observable:displayName | 1 |
xsd:string
|
||
observable:profileAccount | 1 |
observable:ObservableObject
|
||
observable:profileCreated | 1 |
xsd:dateTime
|
||
observable:profileIdentity | 1 |
identity:Identity
|
||
observable:profileLanguage | 0 |
xsd:string
|
||
observable:profileService | 1 |
observable:ObservableObject
|
||
observable:profileWebsite | 1 |
observable:ObservableObject
|
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:ProfileFacet a owl:Class,
sh:NodeShape ;
rdfs:label "ProfileFacet"@en-US ;
rdfs:comment "A profile facet is a grouping of characteristics unique to an explicit digital representation of identity and characteristics of the owner of a single user account associated with an online service or application. [based on https://en.wikipedia.org/wiki/User_profile]"@en-US ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:class identity:Identity ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:profileIdentity ],
[ sh:class observable:ContactAddress ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:contactAddress ],
[ sh:class observable:ContactEmail ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:contactEmail ],
[ sh:class observable:ContactMessaging ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:contactMessaging ],
[ sh:class observable:ContactPhone ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:contactPhone ],
[ sh:class observable:ContactURL ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:contactURL ],
[ sh:class observable:ObservableObject ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:profileAccount ],
[ sh:class observable:ObservableObject ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:profileService ],
[ sh:class observable:ObservableObject ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path observable:profileWebsite ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:profileCreated ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path core:name ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:displayName ],
[ sh:datatype xsd:string ;
sh:minCount 0 ;
sh:nodeKind sh:Literal ;
sh:path observable:profileLanguage ] ;
sh:targetClass observable:ProfileFacet .