Skip to content

Class: Object

An abstract class for all identified objects in a model

URI: 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

Slots

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

Usages

used by used in type used
Model objects range Object
EvidenceItem with_objects range Object

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
    - Object
    range: uriorcurie
    required: true
  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
    alias: id
    owner: Object
    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: Object
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    alias: type
    owner: Object
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: obsolete
    owner: Object
    domain_of:
    - Object
    range: boolean