Skip to content

Class: UserAccount

A user account in an online community site.

URI: sioc:UserAccount

erDiagram
UserAccount {
    string accountName  
}


Class Properties

Property Value
Class URI sioc:UserAccount

Slots

Name Cardinality and Range Description Inheritance
accountName 0..1
String
Indicates the name (identifier) associated with this online account direct

Usages

used by used in type used
Question creator range UserAccount
Claim creator range UserAccount
Evidence creator range UserAccount
Study creator range UserAccount
Request creator range UserAccount
Protocol creator range UserAccount
SourceDocument creator range UserAccount
Item creator range UserAccount
UserAccount accountName domain UserAccount
NodeSchema creator range UserAccount
AbstractRelationDef creator range UserAccount
RelationDef creator range UserAccount
RelationInstance creator range UserAccount
Agent account range UserAccount

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self sioc:UserAccount
native mira:UserAccount

LinkML Source

Direct

name: UserAccount
description: A user account in an online community site.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
slots:
- accountName
class_uri: sioc:UserAccount

Induced

name: UserAccount
description: A user account in an online community site.
from_schema: http://purl.org/mira-science/mira#
rank: 1000
attributes:
  accountName:
    name: accountName
    description: Indicates the name (identifier) associated with this online account.
    from_schema: http://purl.org/mira-science/mira#
    rank: 1000
    domain: UserAccount
    slot_uri: foaf:accountName
    owner: UserAccount
    domain_of:
    - UserAccount
    range: string
class_uri: sioc:UserAccount