Skip to content

Class: IdentifiableEntity

A generic grouping for any identifiable entity

  • NOTE: this is an abstract class and should not be instantiated directly

URI: schema:Thing

classDiagram class IdentifiableEntity click IdentifiableEntity href "../IdentifiableEntity" IdentifiableEntity <|-- Benchmark click Benchmark href "../Benchmark" IdentifiableEntity <|-- Stage click Stage href "../Stage" IdentifiableEntity <|-- Module click Module href "../Module" IdentifiableEntity <|-- IOFile click IOFile href "../IOFile" IdentifiableEntity <|-- SoftwareEnvironment click SoftwareEnvironment href "../SoftwareEnvironment" IdentifiableEntity : description IdentifiableEntity : id IdentifiableEntity : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for a thing direct
name 0..1
String
A human-readable name for a thing direct
description 0..1
String
A human-readable description for a thing direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/omnibenchmark/omni-schema

Mappings

Mapping Type Mapped Value
self schema:Thing
native omni_schema:IdentifiableEntity

LinkML Source

Direct

name: IdentifiableEntity
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/omnibenchmark/omni-schema
abstract: true
slots:
- id
- name
- description
class_uri: schema:Thing

Induced

name: IdentifiableEntity
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/omnibenchmark/omni-schema
abstract: true
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: IdentifiableEntity
    domain_of:
    - IdentifiableEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: IdentifiableEntity
    domain_of:
    - IdentifiableEntity
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: IdentifiableEntity
    domain_of:
    - IdentifiableEntity
    range: string
class_uri: schema:Thing