Skip to content

Class: NamedThing

A generic grouping for any identifiable entity

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

URI: schema:Thing

classDiagram class NamedThing NamedThing <|-- Person NamedThing <|-- Paper NamedThing <|-- AlspacDataCatalogue NamedThing <|-- BespokeAlspacDataset NamedThing <|-- NamedAlspacDataset NamedThing <|-- AlspacDataSetVersion NamedThing <|-- Script NamedThing <|-- AlspacDataSetVersionFreeze NamedThing <|-- DatasetPart NamedThing <|-- DataDistribution NamedThing <|-- DataContainer NamedThing <|-- KnownIssue NamedThing <|-- QCKeyValue NamedThing <|-- UGKeyValue NamedThing : description NamedThing : id NamedThing : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
xsd:anyURI
A unique identifier for a thing direct
name 0..1
xsd:string
A human-readable name for a thing direct
description 0..1
xsd:string
A human-readable description for a thing direct

Identifier and Mapping Information

Schema Source

  • from schema: http://purl.org/alspac/alspac-data-catalogue-schema/

Mappings

Mapping Type Mapped Value
self schema:Thing
native alspacdcs:NamedThing

LinkML Source

Direct

name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
abstract: true
slots:
- id
- name
- description
class_uri: schema:Thing

Induced

name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
abstract: true
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
class_uri: schema:Thing