search: boost: 10.0
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 |
|---|---|---|---|
| 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 |
| 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 |
Identifier and Mapping Information
Schema Source
- from schema: SIOC
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | sioc:UserAccount |
| native | sioc:UserAccount |
LinkML Source
Direct
name: UserAccount
description: A user account in an online community site.
from_schema: http://rdfs.org/sioc/ns#
rank: 1000
slots:
- accountName
class_uri: sioc:UserAccount
Induced
name: UserAccount
description: A user account in an online community site.
from_schema: http://rdfs.org/sioc/ns#
rank: 1000
attributes:
accountName:
name: accountName
description: Indicates the name (identifier) associated with this online account.
from_schema: http://rdfs.org/sioc/ns#
rank: 1000
domain: UserAccount
slot_uri: foaf:accountName
owner: UserAccount
domain_of:
- UserAccount
range: string
class_uri: sioc:UserAccount