Skip to content

Class: Publication

URI: core:Publication

classDiagram class Publication Publication : abstract Publication : full_text Publication : id Publication : title

Slots

Name Cardinality and Range Description Inheritance
id 0..1
NONE
direct
title 0..1
NONE
The title of the publication direct
abstract 0..1
NONE
The abstract of the publication direct
full_text 0..1
NONE
The full text of the publication direct

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/linkml/ai/templates/core

Mappings

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

LinkML Source

Direct

name: Publication
from_schema: http://w3id.org/linkml/ai/templates/core
rank: 1000
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/linkml/ai/templates/core
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
  abstract:
    name: abstract
    description: The abstract of the publication
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000

Induced

name: Publication
from_schema: http://w3id.org/linkml/ai/templates/core
rank: 1000
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/linkml/ai/templates/core
    alias: id
    owner: Publication
    domain_of:
    - NamedEntity
    - Publication
    range: string
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
    alias: title
    owner: Publication
    domain_of:
    - Publication
    range: string
  abstract:
    name: abstract
    description: The abstract of the publication
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
    alias: abstract
    owner: Publication
    domain_of:
    - Publication
    range: string
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
    alias: full_text
    owner: Publication
    domain_of:
    - Publication
    range: string