Class: bibliographic reference (BibliographicReference)
A reference, usually contained in a footnote or a bibliographic reference list, that refer to another publication, such as a journal article, a book, a book chapter or a Web site. The inclusion of the bibliographic reference in a publication constitutes the performative act of bibliographic citation.
URI: deo:BibliographicReference
classDiagram
class BibliographicReference
click BibliographicReference href "../BibliographicReference"
BibliographicReference : AuthorList
BibliographicReference --> "0..1" ListOfAuthors : AuthorList
click ListOfAuthors href "../ListOfAuthors"
BibliographicReference : doi
BibliographicReference : ending_page
BibliographicReference : has_publication_year
BibliographicReference : part_of
BibliographicReference --> "1" Any : part_of
click Any href "../Any"
BibliographicReference : starting_page
BibliographicReference : title
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
title | 1 String |
A name given to a resource | direct |
has_publication_year | 0..1 Year |
The year in which a resource is published | direct |
doi | 0..1 String |
A Digital Object Identifier for a serial publication item, a dataset or some ... | direct |
part_of | 1 Any or String or Journal or Book |
Meaning = is part of | direct |
starting_page | 0..1 Integer |
Identifies the first page of an entity such as a journal article | direct |
ending_page | 0..1 Integer |
Identifies the last page of an entity such as a journal article | direct |
AuthorList | 0..1 ListOfAuthors |
A list of items each denoting an author of a particular publication | direct |
Usages
used by | used in | type | used |
---|---|---|---|
BibliographicReferenceList | pattern_contains | range | BibliographicReference |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | deo:BibliographicReference |
native | research_paper_schema:BibliographicReference |
LinkML Source
Direct
name: BibliographicReference
description: A reference, usually contained in a footnote or a bibliographic reference
list, that refer to another publication, such as a journal article, a book, a book
chapter or a Web site. The inclusion of the bibliographic reference in a publication
constitutes the performative act of bibliographic citation.
title: bibliographic reference
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slots:
- title
- has_publication_year
- doi
- part_of
- starting_page
- ending_page
slot_usage:
title:
name: title
required: true
multivalued: false
part_of:
name: part_of
range: Any
required: true
multivalued: false
any_of:
- range: string
- range: Journal
- range: Book
attributes:
AuthorList:
name: AuthorList
description: A list of items each denoting an author of a particular publication.
from_schema: http://example.org/reference.yaml
rank: 1000
domain_of:
- BibliographicReference
range: ListOfAuthors
required: false
multivalued: false
class_uri: deo:BibliographicReference
Induced
name: BibliographicReference
description: A reference, usually contained in a footnote or a bibliographic reference
list, that refer to another publication, such as a journal article, a book, a book
chapter or a Web site. The inclusion of the bibliographic reference in a publication
constitutes the performative act of bibliographic citation.
title: bibliographic reference
from_schema: https://w3id.org/axle_informatics/research-paper-schema
slot_usage:
title:
name: title
required: true
multivalued: false
part_of:
name: part_of
range: Any
required: true
multivalued: false
any_of:
- range: string
- range: Journal
- range: Book
attributes:
AuthorList:
name: AuthorList
description: A list of items each denoting an author of a particular publication.
from_schema: http://example.org/reference.yaml
rank: 1000
alias: AuthorList
owner: BibliographicReference
domain_of:
- BibliographicReference
range: ListOfAuthors
required: false
multivalued: false
title:
name: title
description: A name given to a resource. Typically, the title will be the name
by which the resource is formally known.
title: has title
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: dcterms:title
alias: title
owner: BibliographicReference
domain_of:
- ResearchPaper
- Journal
- BibliographicReference
- Book
range: string
required: true
multivalued: false
has_publication_year:
name: has_publication_year
description: The year in which a resource is published.
title: has publication year
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: fabio:hasPublicationYear
alias: has_publication_year
owner: BibliographicReference
domain_of:
- BibliographicReference
range: year
doi:
name: doi
description: A Digital Object Identifier for a serial publication item, a dataset
or some other entity.
title: has DOI
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:doi
alias: doi
owner: BibliographicReference
domain_of:
- BibliographicReference
range: string
pattern: ^10.\d{4,9}/[-._;()/:A-Z0-9]+$
part_of:
name: part_of
description: Meaning = is part of. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm;
http://purl.org/vocab/frbr/core#partOf), a property indicating that one entity
is a part of another entity. In the case of a bibliographic reference, the reference
is part of a larger work, such as a journal article, a book, a book chapter
or a Web site.
title: is part of
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: frbr:partOf
alias: part_of
owner: BibliographicReference
domain_of:
- BibliographicReference
range: Any
required: true
multivalued: false
any_of:
- range: string
- range: Journal
- range: Book
starting_page:
name: starting_page
description: Identifies the first page of an entity such as a journal article.
title: has starting page
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:startingPage
alias: starting_page
owner: BibliographicReference
domain_of:
- BibliographicReference
range: integer
minimum_value: 1
ending_page:
name: ending_page
description: Identifies the last page of an entity such as a journal article.
title: has ending page
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: prism:endingPage
alias: ending_page
owner: BibliographicReference
domain_of:
- BibliographicReference
range: integer
minimum_value: 1
class_uri: deo:BibliographicReference