Skip to content

Class: Publication

URI: go_terms:Publication

erDiagram Publication { string id string title string abstract string combined_text string full_text }

Slots

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

Usages

used by used in type used
Document publication range Publication
TextWithTriples publication range Publication
TextWithEntity publication range Publication

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/go_terms

Mappings

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

LinkML Source

Direct

name: Publication
from_schema: http://w3id.org/ontogpt/go_terms
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/ontogpt/go_terms
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/ontogpt/go_terms
    rank: 1000
  abstract:
    name: abstract
    description: The abstract of the publication
    from_schema: http://w3id.org/ontogpt/go_terms
    rank: 1000
  combined_text:
    name: combined_text
    from_schema: http://w3id.org/ontogpt/go_terms
    rank: 1000
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/ontogpt/go_terms
    rank: 1000

Induced

name: Publication
from_schema: http://w3id.org/ontogpt/go_terms
attributes:
  id:
    name: id
    description: The publication identifier
    from_schema: http://w3id.org/ontogpt/go_terms
    alias: id
    owner: Publication
    domain_of:
    - NamedEntity
    - Publication
    range: string
  title:
    name: title
    description: The title of the publication
    from_schema: http://w3id.org/ontogpt/go_terms
    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/ontogpt/go_terms
    rank: 1000
    alias: abstract
    owner: Publication
    domain_of:
    - Publication
    range: string
  combined_text:
    name: combined_text
    from_schema: http://w3id.org/ontogpt/go_terms
    rank: 1000
    alias: combined_text
    owner: Publication
    domain_of:
    - Publication
    range: string
  full_text:
    name: full_text
    description: The full text of the publication
    from_schema: http://w3id.org/ontogpt/go_terms
    rank: 1000
    alias: full_text
    owner: Publication
    domain_of:
    - Publication
    range: string