Skip to content

Class: Publication (Publication)

Publications describing the rationale and/or outcome of the study.

URI: nfdi4immuno:Publication

 classDiagram
    class Publication
    click Publication href "../Publication/"
      Publication : publication_curie

Slots

Name Cardinality and Range Description Inheritance
publication_curie 1
Uriorcurie
The PMID or DOI of the publication direct

Usages

used by used in type used
Study publications range Publication

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:Publication
native nfdi4immuno:Publication

LinkML Source

Direct

name: Publication
description: Publications describing the rationale and/or outcome of the study.
title: Publication
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
slots:
- publication_curie

Induced

name: Publication
description: Publications describing the rationale and/or outcome of the study.
title: Publication
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
attributes:
  publication_curie:
    name: publication_curie
    description: The PMID or DOI of the publication.
    title: Compact Publication URI
    examples:
    - value: pubmed:29144493
    - value: doi:10.1038/ni.3873
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: publication_curie
    owner: Publication
    domain_of:
    - Publication
    range: uriorcurie
    required: true
    pattern: ^(?:pubmed:[0-9]+|doi:10.[0-9]{2,9}/.*)$