Skip to content

Class: Thing

URI: schema:Thing

 classDiagram
    class Thing
    click Thing href "../Thing"
      Thing <|-- Activity
        click Activity href "../Activity"
      Thing <|-- AdditionalNoteObj
        click AdditionalNoteObj href "../AdditionalNoteObj"
      Thing <|-- AdditionalProperty
        click AdditionalProperty href "../AdditionalProperty"
      Thing <|-- Choice
        click Choice href "../Choice"
      Thing <|-- ComputeSpecification
        click ComputeSpecification href "../ComputeSpecification"
      Thing <|-- Item
        click Item href "../Item"
      Thing <|-- LandingPage
        click LandingPage href "../LandingPage"
      Thing <|-- MediaObject
        click MediaObject href "../MediaObject"
      Thing <|-- MessageSpecification
        click MessageSpecification href "../MessageSpecification"
      Thing <|-- OverrideProperty
        click OverrideProperty href "../OverrideProperty"
      Thing <|-- Protocol
        click Protocol href "../Protocol"
      Thing <|-- Response
        click Response href "../Response"
      Thing <|-- ResponseActivity
        click ResponseActivity href "../ResponseActivity"
      Thing <|-- ResponseOption
        click ResponseOption href "../ResponseOption"
      Thing <|-- SoftwareAgent
        click SoftwareAgent href "../SoftwareAgent"
      Thing <|-- StructuredValue
        click StructuredValue href "../StructuredValue"
      Thing <|-- UnitOption
        click UnitOption href "../UnitOption"

      Thing : category

      Thing : id

      Thing : name




    Thing --> "*" LangString : name
    click LangString href "../LangString"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 0..1
Uriorcurie
A unique identifier for an entity direct
name *
LangString
direct
category 0..1
Uriorcurie
Name of the high level ontology class in which this entity is categorized direct

Identifier and Mapping Information

Schema Source

  • from schema: http://schema.repronim.org/

Mappings

Mapping Type Mapped Value
self schema:Thing
native http://schema.repronim.org/:Thing

LinkML Source

Direct

name: Thing
from_schema: http://schema.repronim.org/
slots:
- id
- name
- category
class_uri: schema:Thing

Induced

name: Thing
from_schema: http://schema.repronim.org/
attributes:
  id:
    name: id
    description: A unique identifier for an entity. Must be either a CURIE shorthand
      for a URI or a complete URI.
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:identifier
    alias: id
    owner: Thing
    domain_of:
    - Participant
    - Thing
    range: uriorcurie
  name:
    name: name
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:name
    multivalued: true
    alias: name
    owner: Thing
    domain_of:
    - Choice
    - Thing
    range: langString
    inlined: true
  category:
    name: category
    description: Name of the high level ontology class in which this entity is categorized.
      Corresponds to the label for the biolink entity type class. In an RDF database
      it should be a model class URI. This field is multi-valued.
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: rdf:type
    alias: category
    owner: Thing
    domain_of:
    - Thing
    range: uriorcurie
class_uri: schema:Thing