Class: list of authors (ListOfAuthors)
A list of items each denoting an author of a particular publication.
URI: doco:ListOfAuthors
classDiagram
class ListOfAuthors
click ListOfAuthors href "../ListOfAuthors"
ListOfAuthors : authors
ListOfAuthors --> "1..*" Person : authors
click Person href "../Person"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
authors | 1..* Person |
list of authors | direct |
Usages
used by | used in | type | used |
---|---|---|---|
BibliographicReference | AuthorList | range | ListOfAuthors |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | doco:ListOfAuthors |
native | research_paper_schema:ListOfAuthors |
LinkML Source
Direct
name: ListOfAuthors
description: A list of items each denoting an author of a particular publication.
title: list of authors
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
authors:
name: authors
description: list of authors
from_schema: http://example.org/reference.yaml
rank: 1000
domain_of:
- ListOfAuthors
range: Person
required: true
multivalued: true
class_uri: doco:ListOfAuthors
Induced
name: ListOfAuthors
description: A list of items each denoting an author of a particular publication.
title: list of authors
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
authors:
name: authors
description: list of authors
from_schema: http://example.org/reference.yaml
rank: 1000
alias: authors
owner: ListOfAuthors
domain_of:
- ListOfAuthors
range: Person
required: true
multivalued: true
class_uri: doco:ListOfAuthors