Skip to content

Class: Serial

This class may rarely be instantiated except if use cases of a given knowledge graph support its utility.

URI: biolink:Serial

classDiagram class Serial Publication <|-- Serial Serial : authors Serial --|> agent : authors Serial : category Serial : creation_date Serial : description Serial : format Serial : full_name Serial : has_attribute Serial --|> attribute : has_attribute Serial : id Serial : iri Serial : iso_abbreviation Serial : issue Serial : keywords Serial : license Serial : mesh_terms Serial : name Serial : pages Serial : provided_by Serial : rights Serial : summary Serial : synonym Serial : type Serial : volume Serial : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
iso_abbreviation 0..1
String
Standard abbreviation for periodicals in the International Organization for S... direct
volume 0..1
String
volume of a book or music release in a collection/series or a published colle... direct
issue 0..1
String
issue of a newspaper, a scientific journal or magazine for reference purpose direct
authors 0..*
Agent
connects an publication to the list of authors who contributed to the publica... Publication
pages 0..*
String
When a 2-tuple of page numbers are provided, they represent the start and end... Publication
summary 0..1
String
executive summary of a publication Publication
keywords 0..*
String
keywords tagging a publication Publication
mesh_terms 0..*
Uriorcurie
mesh terms tagging a publication Publication
xref 0..*
Uriorcurie
A database cross reference or alternative identifier for a NamedThing or edge... Publication, NamedThing
license 0..1
String
InformationContentEntity
rights 0..1
String
InformationContentEntity
format 0..1
String
InformationContentEntity
creation_date 0..1
Date
date on which an entity was created InformationContentEntity
provided_by 0..*
String
The value in this node property represents the knowledge provider that create... NamedThing
full_name 0..1
LabelType
a long-form human readable name for a thing NamedThing
synonym 0..*
LabelType
Alternate human-readable names for a thing NamedThing
id 1..1
String
Serials (journals) should have industry-standard identifier such as from ISSN Entity
iri 0..1
IriType
An IRI for an entity Entity
category 1..*
CategoryType
Name of the high level ontology class in which this entity is categorized Entity
type 0..*
String
Should generally be set to an ontology class defined term for 'serial' or 'jo... Entity
name 0..1
LabelType
the 'title' of the publication is generally recorded in the 'name' property (... Entity
description 0..1
NarrativeText
a human-readable description of an entity Entity
has_attribute 0..*
Attribute
connects any entity to an attribute Entity

Aliases

  • journal

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • issn

  • NLMID

Schema Source

  • from schema: https://w3id.org/biolink/biolink-model

Mappings

Mapping Type Mapped Value
self biolink:Serial
native biolink:Serial

LinkML Source

Direct

name: serial
id_prefixes:
- issn
- NLMID
description: This class may rarely be instantiated except if use cases of a given
  knowledge graph support its utility.
in_subset:
- model_organism_database
from_schema: https://w3id.org/biolink/biolink-model
aliases:
- journal
is_a: publication
slots:
- iso abbreviation
- volume
- issue
slot_usage:
  id:
    name: id
    description: Serials (journals) should have industry-standard identifier such
      as from ISSN.
    domain_of:
    - ontology class
    - entity
    required: true
  type:
    name: type
    description: Should generally be set to an ontology class defined term for 'serial'
      or 'journal'.
    domain_of:
    - entity