Skip to content

Class: Author

Entity (natural person or organization) that is considered an author of the dataset. Dataset authors need not be identical to an author list of an associated publication. An entity listed as dataset author will be credited on the catalog page of the dataset.

URI: schema:Person

classDiagram class Author Author : affiliation Author : email Author : name Author : orcid

Slots

Name Cardinality and Range Description Inheritance
name 1..1
String
The full name of the author. For example, the name of a CRC member. direct
email 0..1
String
An email address with which the author can be contacted. direct
orcid 0..1 recommended
String
ORCID of an author, to uniquely identify a researcher. direct
affiliation 0..*
String
One or more names of organizations or institutions an author is affiliated with. Affiliations are free-form. direct

Usages

used by used in type used
Dataset author range Author

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/sfb1451/sfb1451-schema

Mappings

Mapping Type Mapped Value
self schema:Person
native sfb1451_schema:Author

LinkML Source

Direct

name: Author
description: Entity (natural person or organization) that is considered an author
  of the dataset. Dataset authors need not be identical to an author list of an associated
  publication. An entity listed as dataset author will be credited on the catalog
  page of the dataset.
from_schema: https://example.org/sfb1451/sfb1451-schema
slots:
- name
- email
slot_usage:
  name:
    name: name
    description: The full name of the author. For example, the name of a CRC member.
    domain_of:
    - Dataset
    - DataController
    - Author
    required: true
  email:
    name: email
    description: An email address with which the author can be contacted.
    domain_of:
    - DataController
    - Author
    required: false
attributes:
  orcid:
    name: orcid
    description: ORCID of an author, to uniquely identify a researcher.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: obo:IAO_0000708
    required: false
    recommended: true
  affiliation:
    name: affiliation
    description: One or more names of organizations or institutions an author is affiliated
      with. Affiliations are free-form.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:affiliation
    multivalued: true
    required: false
class_uri: schema:Person

Induced

name: Author
description: Entity (natural person or organization) that is considered an author
  of the dataset. Dataset authors need not be identical to an author list of an associated
  publication. An entity listed as dataset author will be credited on the catalog
  page of the dataset.
from_schema: https://example.org/sfb1451/sfb1451-schema
slot_usage:
  name:
    name: name
    description: The full name of the author. For example, the name of a CRC member.
    domain_of:
    - Dataset
    - DataController
    - Author
    required: true
  email:
    name: email
    description: An email address with which the author can be contacted.
    domain_of:
    - DataController
    - Author
    required: false
attributes:
  orcid:
    name: orcid
    description: ORCID of an author, to uniquely identify a researcher.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: obo:IAO_0000708
    alias: orcid
    owner: Author
    domain_of:
    - Author
    range: string
    required: false
    recommended: true
  affiliation:
    name: affiliation
    description: One or more names of organizations or institutions an author is affiliated
      with. Affiliations are free-form.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:affiliation
    multivalued: true
    alias: affiliation
    owner: Author
    domain_of:
    - Author
    range: string
    required: false
  name:
    name: name
    description: The full name of the author. For example, the name of a CRC member.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Author
    domain_of:
    - Dataset
    - DataController
    - Author
    range: string
    required: true
  email:
    name: email
    description: An email address with which the author can be contacted.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:email
    alias: email
    owner: Author
    domain_of:
    - DataController
    - Author
    range: string
    required: false
class_uri: schema:Person