Skip to content

Class: NamedThing

Core base entity for ANSRS schema representing an entity with an identifier name and description.

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

URI: ANSRS:NamedThing

classDiagram class NamedThing NamedThing <|-- ParcellationTermSet NamedThing <|-- ParcellationTerm NamedThing <|-- VersionedNamedThing NamedThing : description NamedThing : id NamedThing : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
Uriorcurie
direct
name 1..1
String
direct
description 1..1
String
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/my-org/ansrs-schema

Mappings

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

LinkML Source

Direct

name: NamedThing
description: Core base entity for ANSRS schema representing an entity with an identifier  name
  and description.
from_schema: https://w3id.org/my-org/ansrs-schema
abstract: true
slots:
- id
- name
- description

Induced

name: NamedThing
description: Core base entity for ANSRS schema representing an entity with an identifier  name
  and description.
from_schema: https://w3id.org/my-org/ansrs-schema
abstract: true
attributes:
  id:
    name: id
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/my-org/ansrs-schema
    rank: 1000
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
    required: true