Skip to content

Class: NamedEntity

a databased entity or concept/class

URI: hzb_metadata_schema:NamedEntity

classDiagram class NamedEntity click NamedEntity href "../NamedEntity" Entity <|-- NamedEntity click Entity href "../Entity" NamedEntity <|-- DataCite click DataCite href "../DataCite" NamedEntity <|-- Person click Person href "../Person" NamedEntity <|-- Project click Project href "../Project" NamedEntity <|-- Device click Device href "../Device" NamedEntity <|-- Sample click Sample href "../Sample" NamedEntity <|-- Recipe click Recipe href "../Recipe" NamedEntity <|-- Mixture click Mixture href "../Mixture" NamedEntity <|-- Workflow click Workflow href "../Workflow" NamedEntity <|-- Process click Process href "../Process" NamedEntity <|-- Experiment click Experiment href "../Experiment" NamedEntity <|-- Measurement click Measurement href "../Measurement" NamedEntity <|-- Parameter click Parameter href "../Parameter" NamedEntity <|-- Reaction click Reaction href "../Reaction" NamedEntity <|-- ReactionProduct click ReactionProduct href "../ReactionProduct" NamedEntity <|-- Reactor click Reactor href "../Reactor" NamedEntity <|-- Beamline click Beamline href "../Beamline" NamedEntity <|-- SampleEnvironment click SampleEnvironment href "../SampleEnvironment" NamedEntity <|-- EnvironmentDynamics click EnvironmentDynamics href "../EnvironmentDynamics" NamedEntity <|-- SamplePositioning click SamplePositioning href "../SamplePositioning" NamedEntity <|-- File click File href "../File" NamedEntity : id NamedEntity : iri NamedEntity : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a thing direct
id 1
Uriorcurie
A unique identifier for a thing Entity
iri 0..1
String
Internationalized Resource Identifier Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema

Mappings

Mapping Type Mapped Value
self hzb_metadata_schema:NamedEntity
native hzb_metadata_schema:NamedEntity
exact BFO:0000001, WIKIDATA:Q35120, UMLSSG:OBJC, STY:T071, dcid:Thing

LinkML Source

Direct

name: NamedEntity
description: a databased entity or concept/class
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
exact_mappings:
- BFO:0000001
- WIKIDATA:Q35120
- UMLSSG:OBJC
- STY:T071
- dcid:Thing
is_a: Entity
slots:
- name
slot_usage:
  category:
    name: category
    required: false

Induced

name: NamedEntity
description: a databased entity or concept/class
from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
exact_mappings:
- BFO:0000001
- WIKIDATA:Q35120
- UMLSSG:OBJC
- STY:T071
- dcid:Thing
is_a: Entity
slot_usage:
  category:
    name: category
    required: false
attributes:
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: NamedEntity
    domain_of:
    - Entity
    - NamedEntity
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: NamedEntity
    domain_of:
    - Entity
    range: uriorcurie
    required: true
  iri:
    name: iri
    description: Internationalized Resource Identifier
    from_schema: https://w3id.org/https://github.com/HZB-CE-DataSchemas//hzb-catalysisLabs-schema
    rank: 1000
    alias: iri
    owner: NamedEntity
    domain_of:
    - Entity
    range: string