Class: Person
A person
URI: foaf:Person
classDiagram
class Person
NamedThing <|-- Person
Person : description
Person : id
Person : name
Inheritance
- NamedThing
- Person
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1..1 xsd:anyURI |
A unique identifier for a thing | NamedThing |
| name | 0..1 xsd:string |
A human-readable name for a thing | NamedThing |
| description | 0..1 xsd:string |
A human-readable description for a thing | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AlspacDataCatalogue | primary_investigator_orcids | range | Person |
| NamedAlspacDataset | primary_investigator_orcids | range | Person |
| NamedAlspacDataset | documentation_authors_orcids | range | Person |
Identifier and Mapping Information
Valid ID Prefixes
Instances of this class should have identifiers with one of the following prefixes:
- ORCID
Schema Source
- from schema: http://purl.org/alspac/alspac-data-catalogue-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | foaf:Person |
| native | alspacdcs:Person |
LinkML Source
Direct
name: Person
id_prefixes:
- ORCID
description: A person
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
class_uri: foaf:Person
Induced
name: Person
id_prefixes:
- ORCID
description: A person
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Person
domain_of:
- NamedThing
range: uriorcurie
name:
name: name
description: A human-readable name for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:name
alias: name
owner: Person
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
slot_uri: schema:description
alias: description
owner: Person
domain_of:
- NamedThing
range: string
class_uri: foaf:Person