Skip to content

Class: author (Author)

The author of a publication.

URI: http://purl.uniprot.org/core/author

classDiagram class Author click Author href "../Author" Author : affiliation Author : first_name Author : last_name Author : middle_name Author : orcid

Slots

Name Cardinality and Range Description Inheritance
first_name 0..1
String
The first name of the author direct
middle_name 0..1
String
The middle name of the author direct
last_name 0..1
String
The last name of the author direct
affiliation 0..1
String
The affiliation of the author direct
orcid 0..1
String
The ORCID of the author direct

Usages

used by used in type used
ResearchPaper author_list range Author

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/axle_informatics/research-paper-schema

Mappings

Mapping Type Mapped Value
self http://purl.uniprot.org/core/author
native research_paper_schema:Author

LinkML Source

Direct

name: Author
description: The author of a publication.
title: author
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
  first_name:
    name: first_name
    description: The first name of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    domain_of:
    - Author
    - Person
    range: string
    required: false
    multivalued: false
  middle_name:
    name: middle_name
    description: The middle name of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    domain_of:
    - Author
    range: string
    required: false
    multivalued: false
  last_name:
    name: last_name
    description: The last name of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    domain_of:
    - Author
    - Person
    range: string
    required: false
    multivalued: false
  affiliation:
    name: affiliation
    description: The affiliation of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    domain_of:
    - Author
    range: string
    required: false
    multivalued: false
  orcid:
    name: orcid
    description: The ORCID of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    domain_of:
    - Author
    range: string
    required: false
    multivalued: false
class_uri: http://purl.uniprot.org/core/author

Induced

name: Author
description: The author of a publication.
title: author
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
  first_name:
    name: first_name
    description: The first name of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    alias: first_name
    owner: Author
    domain_of:
    - Author
    - Person
    range: string
    required: false
    multivalued: false
  middle_name:
    name: middle_name
    description: The middle name of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    alias: middle_name
    owner: Author
    domain_of:
    - Author
    range: string
    required: false
    multivalued: false
  last_name:
    name: last_name
    description: The last name of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    alias: last_name
    owner: Author
    domain_of:
    - Author
    - Person
    range: string
    required: false
    multivalued: false
  affiliation:
    name: affiliation
    description: The affiliation of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    alias: affiliation
    owner: Author
    domain_of:
    - Author
    range: string
    required: false
    multivalued: false
  orcid:
    name: orcid
    description: The ORCID of the author.
    from_schema: https://w3id.org/axle_informatics/research-paper-schema
    rank: 1000
    alias: orcid
    owner: Author
    domain_of:
    - Author
    range: string
    required: false
    multivalued: false
class_uri: http://purl.uniprot.org/core/author