Skip to content

Class: PublicationObject

An object that represents a publication or other kind of reference

URI: [gocam:PublicationObject](https://w3id.org/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 * [Object](Object.md) * **PublicationObject** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [abstract_text](abstract_text.md) | 0..1
[String](String.md) | | direct | | [full_text](full_text.md) | 0..1
[String](String.md) | | direct | | [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | | [Object](Object.md) | | [label](label.md) | 0..1
[String](String.md) | | [Object](Object.md) | | [type](type.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | [Object](Object.md) | | [obsolete](obsolete.md) | 0..1
[Boolean](Boolean.md) | | [Object](Object.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [EvidenceItem](EvidenceItem.md) | [reference](reference.md) | range | [PublicationObject](PublicationObject.md) | | [QueryIndex](QueryIndex.md) | [flattened_references](flattened_references.md) | range | [PublicationObject](PublicationObject.md) | ## 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
    owner: PublicationObject
    domain_of:
    - PublicationObject
    range: string
  full_text:
    name: full_text
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: PublicationObject
    domain_of:
    - PublicationObject
    range: string
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    owner: PublicationObject
    domain_of:
    - Model
    - Activity
    - MoleculeNode
    - Object
    range: uriorcurie
    required: true
  label:
    name: label
    from_schema: https://w3id.org/gocam
    rank: 1000
    slot_uri: rdfs:label
    owner: PublicationObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    owner: PublicationObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: PublicationObject
    domain_of:
    - Object
    range: boolean