Skip to content

Class: Publication

Publications which is associated with the dataset and shall be credited on the dataset's catalog page.

URI: schema:CreativeWork

classDiagram class Publication Publication : citation Publication : date Publication : doi Publication : url

Slots

Name Cardinality and Range Description Inheritance
url 0..1
String
A URL pointing to the publication. A corresponding link is placed on the dataset page in the catalog. This need not be given when a publication DOI is specified. direct
doi 0..1
String
A Digital Object Identifier (URL, starting with https://doi.org/) for a publication. Enables publication DOI display on a catalog page, persistently identifies the publication, and enables metadata retrieval from bibliographic databases. direct
citation 1..1
String
Free-form citation for the publication. Enables publication record display on catalog page. All citations in a metadata record should use a common, and homogeneous format. Optional when doi specified. direct
date 0..1
String
Date of publication. Enables publication date display on a catalog page, and association of publication with the DFG reporting timeframe. ISO 8601 format; year alone is sufficient. direct

Usages

used by used in type used
Dataset publication range Publication

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/sfb1451/sfb1451-schema

Mappings

Mapping Type Mapped Value
self schema:CreativeWork
native sfb1451_schema:Publication

LinkML Source

Direct

name: Publication
description: Publications which is associated with the dataset and shall be credited
  on the dataset's catalog page.
from_schema: https://example.org/sfb1451/sfb1451-schema
slots:
- url
- doi
slot_usage:
  url:
    name: url
    description: A URL pointing to the publication. A corresponding link is placed
      on the dataset page in the catalog. This need not be given when a publication
      DOI is specified.
    domain_of:
    - Publication
    - File
    - Usage
    required: false
  doi:
    name: doi
    description: A Digital Object Identifier (URL, starting with https://doi.org/)
      for a publication. Enables publication DOI display on a catalog page, persistently
      identifies the publication, and enables metadata retrieval from bibliographic
      databases.
    domain_of:
    - Dataset
    - Publication
    required: false
attributes:
  citation:
    name: citation
    description: Free-form citation for the publication. Enables publication record
      display on catalog page. All citations in a metadata record should use a common,
      and homogeneous format. Optional when doi specified.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:citation
    required: true
  date:
    name: date
    description: Date of publication. Enables publication date display on a catalog
      page, and association of publication with the DFG reporting timeframe. ISO 8601
      format; year alone is sufficient.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:datePublished
    required: false
class_uri: schema:CreativeWork

Induced

name: Publication
description: Publications which is associated with the dataset and shall be credited
  on the dataset's catalog page.
from_schema: https://example.org/sfb1451/sfb1451-schema
slot_usage:
  url:
    name: url
    description: A URL pointing to the publication. A corresponding link is placed
      on the dataset page in the catalog. This need not be given when a publication
      DOI is specified.
    domain_of:
    - Publication
    - File
    - Usage
    required: false
  doi:
    name: doi
    description: A Digital Object Identifier (URL, starting with https://doi.org/)
      for a publication. Enables publication DOI display on a catalog page, persistently
      identifies the publication, and enables metadata retrieval from bibliographic
      databases.
    domain_of:
    - Dataset
    - Publication
    required: false
attributes:
  citation:
    name: citation
    description: Free-form citation for the publication. Enables publication record
      display on catalog page. All citations in a metadata record should use a common,
      and homogeneous format. Optional when doi specified.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:citation
    alias: citation
    owner: Publication
    domain_of:
    - Publication
    range: string
    required: true
  date:
    name: date
    description: Date of publication. Enables publication date display on a catalog
      page, and association of publication with the DFG reporting timeframe. ISO 8601
      format; year alone is sufficient.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:datePublished
    alias: date
    owner: Publication
    domain_of:
    - Publication
    range: string
    required: false
  url:
    name: url
    description: A URL pointing to the publication. A corresponding link is placed
      on the dataset page in the catalog. This need not be given when a publication
      DOI is specified.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Publication
    domain_of:
    - Publication
    - File
    - Usage
    range: string
    required: false
  doi:
    name: doi
    description: A Digital Object Identifier (URL, starting with https://doi.org/)
      for a publication. Enables publication DOI display on a catalog page, persistently
      identifies the publication, and enables metadata retrieval from bibliographic
      databases.
    from_schema: https://example.org/sfb1451/sfb1451-schema
    rank: 1000
    slot_uri: bibo:doi
    alias: doi
    owner: Publication
    domain_of:
    - Dataset
    - Publication
    range: string
    required: false
class_uri: schema:CreativeWork