Skip to content

Class: Author

Information about the authors

URI: bia_mifa_models:Author

classDiagram class Author OrganisationInfoCollection <|-- Author Author : author_first_name Author : author_last_name Author : email Author : orcid_id Author : organisation Author --> OrganisationInfo : organisation Author : role

Inheritance

Slots

Name Cardinality and Range Description Inheritance
author_first_name 1..1
String
First name for an author direct
author_last_name 1..1
String
Last name for an author direct
email 0..1
String
Email address of a person direct
orcid_id 0..1
Uriorcurie
A unique identifier for an author direct
role 0..*
String
Role of the author when creating the dataset direct
organisation 0..*
OrganisationInfo
a collection of the name and address of organisations authors are affiliated ... OrganisationInfoCollection

Usages

used by used in type used
Study authors range Author
AuthorCollection authors range Author
Annotations authors range Author

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/BioImage-Archive/bia-mifa-models

Mappings

Mapping Type Mapped Value
self bia_mifa_models:Author
native bia_mifa_models:Author

LinkML Source

Direct

name: Author
description: Information about the authors
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixins:
- OrganisationInfoCollection
slots:
- author_first_name
- author_last_name
- email
- orcid_id
- role

Induced

name: Author
description: Information about the authors
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixins:
- OrganisationInfoCollection
attributes:
  author_first_name:
    name: author_first_name
    description: First name for an author
    examples:
    - value: Josiah
    - value: Marie
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    slot_uri: schema:name
    alias: author_first_name
    owner: Author
    domain_of:
    - Author
    range: string
    required: true
  author_last_name:
    name: author_last_name
    description: Last name for an author
    examples:
    - value: Carberry
    - value: Skłodowska–Curie
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    slot_uri: schema:name
    alias: author_last_name
    owner: Author
    domain_of:
    - Author
    range: string
    required: true
  email:
    name: email
    description: Email address of a person
    examples:
    - value: jcarberry@example.com
    - value: mariesc@example.com
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    slot_uri: schema:email
    alias: email
    owner: Author
    domain_of:
    - Author
    range: string
    pattern: ^\S+@[\S+\.]+\S+
  orcid_id:
    name: orcid_id
    description: A unique identifier for an author
    examples:
    - value: ORCID:0000-0002-1825-0097
    - value: ORCID:0000-0002-9079-593X
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    slot_uri: WIKIDATA_PROPERTY:P496
    alias: orcid_id
    owner: Author
    domain_of:
    - Author
    range: uriorcurie
  role:
    name: role
    description: Role of the author when creating the dataset
    examples:
    - value: '[''data annotation'', ''data acquisition'', ''conceptualization'']'
    - value: data curator
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    slot_uri: schema:roleName
    multivalued: true
    alias: role
    owner: Author
    domain_of:
    - Author
    range: string
  organisation:
    name: organisation
    description: a collection of the name and address of organisations authors are
      affiliated with
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    alias: organisation
    owner: Author
    domain_of:
    - OrganisationInfoCollection
    range: OrganisationInfo
    inlined: true
    inlined_as_list: true