Skip to content

Class: PublicationObject

An object that represents a publication or other kind of reference

URI: gocam:PublicationObject

classDiagram class PublicationObject click PublicationObject href "../PublicationObject" Object <|-- PublicationObject click Object href "../Object" PublicationObject : abstract_text PublicationObject : full_text PublicationObject : id PublicationObject : label PublicationObject : obsolete PublicationObject : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
abstract_text 0..1
String
direct
full_text 0..1
String
direct
id 1
Uriorcurie
Object
label 0..1
String
Object
type 0..1
Uriorcurie
Object
obsolete 0..1
Boolean
Object

Usages

used by used in type used
EvidenceItem reference range PublicationObject
QueryIndex flattened_references range PublicationObject

Identifier and Mapping Information

Valid ID Prefixes

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

  • PMID

  • GOREF

  • DOI

Schema Source

  • from schema: https://w3id.org/gocam

Mappings

Mapping Type Mapped Value
self gocam:PublicationObject
native gocam:PublicationObject

LinkML Source

Direct

name: PublicationObject
id_prefixes:
- PMID
- GOREF
- DOI
description: An object that represents a publication or other kind of reference
from_schema: https://w3id.org/gocam
is_a: Object
attributes:
  abstract_text:
    name: abstract_text
    from_schema: https://w3id.org/gocam
    rank: 1000
    domain_of:
    - PublicationObject
  full_text:
    name: full_text
    from_schema: https://w3id.org/gocam
    rank: 1000
    domain_of:
    - PublicationObject

Induced

name: PublicationObject
id_prefixes:
- PMID
- GOREF
- DOI
description: An object that represents a publication or other kind of reference
from_schema: https://w3id.org/gocam
is_a: Object
attributes:
  abstract_text:
    name: abstract_text
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: abstract_text
    owner: PublicationObject
    domain_of:
    - PublicationObject
    range: string
  full_text:
    name: full_text
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: full_text
    owner: PublicationObject
    domain_of:
    - PublicationObject
    range: string
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    alias: id
    owner: PublicationObject
    domain_of:
    - Model
    - Activity
    - Object
    range: uriorcurie
    required: true
  label:
    name: label
    from_schema: https://w3id.org/gocam
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: PublicationObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    alias: type
    owner: PublicationObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: obsolete
    owner: PublicationObject
    domain_of:
    - Object
    range: boolean