Skip to content

Class: Object

An abstract class for all identified objects in a model

URI: [gocam:Object](https://w3id.org/gocam/Object)
classDiagram class Object click Object href "../Object/" Object <|-- TermObject click TermObject href "../TermObject/" Object <|-- PublicationObject click PublicationObject href "../PublicationObject/" Object : id Object : label Object : obsolete Object : type
## Inheritance * **Object** * [TermObject](TermObject.md) * [PublicationObject](PublicationObject.md) ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | | direct | | [label](label.md) | 0..1
[String](String.md) | | direct | | [type](type.md) | 0..1
[Uriorcurie](Uriorcurie.md) | | direct | | [obsolete](obsolete.md) | 0..1
[Boolean](Boolean.md) | | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Model](Model.md) | [objects](objects.md) | range | [Object](Object.md) | | [EvidenceItem](EvidenceItem.md) | [with_objects](with_objects.md) | range | [Object](Object.md) | | [QueryIndex](QueryIndex.md) | [flattened_provided_by](flattened_provided_by.md) | range | [Object](Object.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:Object | | native | gocam:Object | ## LinkML Source ### Direct
name: Object
description: An abstract class for all identified objects in a model
from_schema: https://w3id.org/gocam
attributes:
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    domain_of:
    - Model
    - Activity
    - MoleculeNode
    - Object
    range: uriorcurie
  label:
    name: label
    from_schema: https://w3id.org/gocam
    rank: 1000
    slot_uri: rdfs:label
    domain_of:
    - Object
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    domain_of:
    - Object
    range: boolean

### Induced
name: Object
description: An abstract class for all identified objects in a model
from_schema: https://w3id.org/gocam
attributes:
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    owner: Object
    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: Object
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    owner: Object
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: Object
    domain_of:
    - Object
    range: boolean