Skip to content

Class: NamedThing

a databased entity or concept/class

Note

This is an abstract class and should not be instantiated directly.

URI: nmdc:NamedThing

classDiagram class NamedThing click NamedThing href "../NamedThing" NamedThing <|-- GeneProduct click GeneProduct href "../GeneProduct" NamedThing <|-- OntologyClass click OntologyClass href "../OntologyClass" NamedThing <|-- MaterialEntity click MaterialEntity href "../MaterialEntity" NamedThing <|-- PlannedProcess click PlannedProcess href "../PlannedProcess" NamedThing <|-- Study click Study href "../Study" NamedThing <|-- InformationObject click InformationObject href "../InformationObject" NamedThing : alternative_identifiers NamedThing : description NamedThing : id NamedThing : name NamedThing : type

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 label for an entity direct
description 0..1
String
a human-readable description of a thing direct
alternative_identifiers *
Uriorcurie
A list of alternative identifiers for the entity direct
type 1
Uriorcurie
the class_uri of the class that has been instantiated direct

Usages

used by used in type used
NucleotideSequencing has_input range NamedThing
MassSpectrometry has_input range NamedThing
Pooling has_input range NamedThing
Extraction has_input range NamedThing
LibraryPreparation has_input range NamedThing
ProtocolExecution has_input range NamedThing
ProtocolExecution has_output range NamedThing
SubSamplingProcess has_input range NamedThing
MixingProcess has_input range NamedThing
FiltrationProcess has_input range NamedThing
StorageProcess has_input range NamedThing
StorageProcess has_output range NamedThing
ChromatographicSeparationProcess has_input range NamedThing
DissolvingProcess has_input range NamedThing
ChemicalConversionProcess has_input range NamedThing
MetagenomeAnnotation has_input range NamedThing
MetagenomeAnnotation has_output range NamedThing
MaterialProcessing has_input range NamedThing
PlannedProcess has_input range NamedThing
PlannedProcess has_output range NamedThing
DataGeneration has_input range NamedThing
WorkflowExecution has_input range NamedThing
WorkflowExecution has_output range NamedThing
MetagenomeAssembly has_input range NamedThing
MetagenomeAssembly has_output range NamedThing
MetatranscriptomeAssembly has_input range NamedThing
MetatranscriptomeAssembly has_output range NamedThing
MetatranscriptomeAnnotation has_input range NamedThing
MetatranscriptomeAnnotation has_output range NamedThing
MetatranscriptomeAnalysis has_input range NamedThing
MetatranscriptomeAnalysis has_output range NamedThing
MagsAnalysis has_input range NamedThing
MagsAnalysis has_output range NamedThing
MetagenomeSequencing has_input range NamedThing
MetagenomeSequencing has_output range NamedThing
ReadQcAnalysis has_input range NamedThing
ReadQcAnalysis has_output range NamedThing
ReadBasedTaxonomyAnalysis has_input range NamedThing
ReadBasedTaxonomyAnalysis has_output range NamedThing
MetabolomicsAnalysis has_input range NamedThing
MetabolomicsAnalysis has_output range NamedThing
MetaproteomicsAnalysis has_input range NamedThing
MetaproteomicsAnalysis has_output range NamedThing
NomAnalysis has_input range NamedThing
NomAnalysis has_output range NamedThing

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc:NamedThing
native nmdc:NamedThing

LinkML Source

Direct

name: NamedThing
description: a databased entity or concept/class
from_schema: https://w3id.org/nmdc/nmdc
abstract: true
slots:
- id
- name
- description
- alternative_identifiers
- type
class_uri: nmdc:NamedThing

Induced

name: NamedThing
description: a databased entity or concept/class
from_schema: https://w3id.org/nmdc/nmdc
abstract: true
attributes:
  id:
    name: id
    description: A unique identifier for a thing. Must be either a CURIE shorthand
      for a URI or a complete URI
    notes:
    - 'abstracted pattern: prefix:typecode-authshoulder-blade(.version)?(_seqsuffix)?'
    - a minimum length of 3 characters is suggested for typecodes, but 1 or 2 characters
      will be accepted
    - typecodes must correspond 1:1 to a class in the NMDC schema. this will be checked
      via per-class id slot usage assertions
    - minting authority shoulders should probably be enumerated and checked in the
      pattern
    examples:
    - value: nmdc:mgmag-00-x012.1_7_c1
      description: https://github.com/microbiomedata/nmdc-schema/pull/499#discussion_r1018499248
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
    pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
  name:
    name: name
    description: A human readable label for an entity
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: name
    owner: NamedThing
    domain_of:
    - PersonValue
    - NamedThing
    - Protocol
    range: string
  description:
    name: description
    description: a human-readable description of a thing
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: NamedThing
    domain_of:
    - ImageValue
    - NamedThing
    range: string
  alternative_identifiers:
    name: alternative_identifiers
    description: A list of alternative identifiers for the entity.
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    multivalued: true
    alias: alternative_identifiers
    owner: NamedThing
    domain_of:
    - MetaboliteIdentification
    - NamedThing
    range: uriorcurie
    pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
  type:
    name: type
    description: the class_uri of the class that has been instantiated
    notes:
    - replaces legacy nmdc:type slot
    - makes it easier to read example data files
    - required for polymorphic MongoDB collections
    examples:
    - value: nmdc:Biosample
    - value: nmdc:Study
    from_schema: https://w3id.org/nmdc/nmdc
    see_also:
    - https://github.com/microbiomedata/nmdc-schema/issues/1048
    - https://github.com/microbiomedata/nmdc-schema/issues/1233
    - https://github.com/microbiomedata/nmdc-schema/issues/248
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: NamedThing
    domain_of:
    - FunctionalAnnotationAggMember
    - MobilePhaseSegment
    - PortionOfSubstance
    - MagBin
    - MetaboliteIdentification
    - PeptideQuantification
    - ProteinQuantification
    - GenomeFeature
    - FunctionalAnnotation
    - AttributeValue
    - NamedThing
    - FailureCategorization
    - Protocol
    - CreditAssociation
    - Doi
    range: uriorcurie
    required: true
class_uri: nmdc:NamedThing