Skip to content

Class: Author

A person who authored one or more articles. The same person appearing in multiple articles should be a single Author instance referenced by ID from each Article.

URI: schema:Person

 classDiagram
    class Author
    click Author href "../Author/"
      Author : affiliation_ids





        Author --> "*" Institution : affiliation_ids
        click Institution href "../Institution/"



      Author : family_name

      Author : given_name

      Author : id

      Author : orcid


Class Properties

Property Value
Class URI schema:Person

Slots

Name Cardinality and Range Description Inheritance
id 1
String
Author identifier in lastname_f format (e direct
family_name 0..1
String
Author's family/last name direct
given_name 0..1
String
Author's given/first name direct
orcid 0..1
String
ORCID identifier (e direct
affiliation_ids *
Institution
Institutional affiliations, by reference to Institution direct

Usages

used by used in type used
Corpus authors range Author
Article author_ids range Author

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/erw-research/schema

Mappings

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

LinkML Source

Direct

name: Author
description: A person who authored one or more articles. The same person appearing
  in multiple articles should be a single Author instance referenced by ID from each
  Article.
from_schema: https://w3id.org/erw-research/schema
attributes:
  id:
    name: id
    description: Author identifier in lastname_f format (e.g., beerling_d).
    from_schema: https://w3id.org/erw-research/schema
    identifier: true
    domain_of:
    - Article
    - Author
    - Institution
    range: string
    required: true
  family_name:
    name: family_name
    description: Author's family/last name.
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    slot_uri: schema:familyName
    domain_of:
    - Author
  given_name:
    name: given_name
    description: Author's given/first name.
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    slot_uri: schema:givenName
    domain_of:
    - Author
  orcid:
    name: orcid
    description: ORCID identifier (e.g., 0000-0002-1234-5678).
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    domain_of:
    - Author
    range: string
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[\dX]$
  affiliation_ids:
    name: affiliation_ids
    description: Institutional affiliations, by reference to Institution.id.
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    domain_of:
    - Author
    range: Institution
    multivalued: true
    inlined: false
class_uri: schema:Person

Induced

name: Author
description: A person who authored one or more articles. The same person appearing
  in multiple articles should be a single Author instance referenced by ID from each
  Article.
from_schema: https://w3id.org/erw-research/schema
attributes:
  id:
    name: id
    description: Author identifier in lastname_f format (e.g., beerling_d).
    from_schema: https://w3id.org/erw-research/schema
    identifier: true
    alias: id
    owner: Author
    domain_of:
    - Article
    - Author
    - Institution
    range: string
    required: true
  family_name:
    name: family_name
    description: Author's family/last name.
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    slot_uri: schema:familyName
    alias: family_name
    owner: Author
    domain_of:
    - Author
    range: string
  given_name:
    name: given_name
    description: Author's given/first name.
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    slot_uri: schema:givenName
    alias: given_name
    owner: Author
    domain_of:
    - Author
    range: string
  orcid:
    name: orcid
    description: ORCID identifier (e.g., 0000-0002-1234-5678).
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    alias: orcid
    owner: Author
    domain_of:
    - Author
    range: string
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[\dX]$
  affiliation_ids:
    name: affiliation_ids
    description: Institutional affiliations, by reference to Institution.id.
    from_schema: https://w3id.org/erw-research/schema
    rank: 1000
    alias: affiliation_ids
    owner: Author
    domain_of:
    - Author
    range: Institution
    multivalued: true
    inlined: false
class_uri: schema:Person