Skip to content

Slot: type (multivalued)

Description: An rdf:type property asserting that an entity is an instance of a particular class. In Biolink the value is typically used to indicate the most specific category of which the entity is an instance.

Domain: Entity
Range: String

Inheritance

Applicable Classes

Name Description Modifies Slot
Entity Root Biolink Model class for all things and informational relationships, real or imagined. no

LinkML Source

name: type
description: An rdf:type property asserting that an entity is an instance of a particular
  class. In Biolink the value is typically used to indicate the most specific category
  of which the entity is an instance.
from_schema: https://w3id.org/biolink/vocab/
exact_mappings:
- gff3:type
- gpi:DB_Object_Type
domain: entity
slot_uri: rdf:type
alias: type
domain_of:
- entity
range: string
multivalued: true