Class: NamedThing
A generic grouping for any identifiable entity
URI: schema:Thing
classDiagram
class NamedThing
NamedThing <|-- UseCase
NamedThing <|-- DataStandardOrTool
NamedThing <|-- DataTopic
NamedThing <|-- AnatomicalEntity
NamedThing <|-- Organization
NamedThing <|-- DataSubstrate
NamedThing : category
NamedThing : contribution_date
NamedThing : contributor_github_name
NamedThing : contributor_name
NamedThing : contributor_orcid
NamedThing : description
NamedThing : id
NamedThing : name
NamedThing : related_to
NamedThing ..> NamedThing : related_to
NamedThing : subclass_of
NamedThing ..> NamedThing : subclass_of
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 Uriorcurie |
A unique identifier for a thing | direct |
category | 0..1 CategoryType |
Name of the high level ontology class in which this entity is categorized | 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 |
subclass_of | 0..* NamedThing |
Holds between two classes where the domain class is a specialization of the r... | direct |
related_to | 0..* NamedThing |
A relationship that is asserted between two named things | direct |
contributor_name | 0..1 String |
The name of the person who added this node | direct |
contributor_github_name | 0..1 String |
The name of the github user who added this node | direct |
contributor_orcid | 0..1 Uriorcurie |
The ORCiD of the person who added this node | direct |
contribution_date | 0..1 Date |
The date on which the node was added | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bridge2ai/standards-schema-all
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Thing |
native | https://w3id.org/bridge2ai/standards-schema-all/:NamedThing |
LinkML Source
Direct
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
slots:
- id
- category
- name
- description
- subclass_of
- related_to
- contributor_name
- contributor_github_name
- contributor_orcid
- contribution_date
class_uri: schema:Thing
Induced
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
attributes:
id:
name: id
description: A unique identifier for a thing.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: NamedThing
domain_of:
- NamedThing
range: uriorcurie
required: true
category:
name: category
description: Name of the high level ontology class in which this entity is categorized.
Corresponds to the label for the entity type class, e.g., "BiomedicalStandard".
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: type
domain: NamedThing
designates_type: true
alias: category
owner: NamedThing
domain_of:
- NamedThing
range: category_type
name:
name: name
description: A human-readable name for a thing.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
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: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
slot_uri: schema:description
alias: description
owner: NamedThing
domain_of:
- NamedThing
range: string
subclass_of:
name: subclass_of
description: Holds between two classes where the domain class is a specialization
of the range class.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
exact_mappings:
- rdfs:subClassOf
- MESH:isa
narrow_mappings:
- rdfs:subPropertyOf
rank: 1000
is_a: related_to
domain: NamedThing
multivalued: true
inherited: true
alias: subclass_of
owner: NamedThing
domain_of:
- NamedThing
range: NamedThing
related_to:
name: related_to
description: A relationship that is asserted between two named things.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
domain: NamedThing
multivalued: true
inherited: true
alias: related_to
owner: NamedThing
domain_of:
- NamedThing
- Organization
symmetric: true
range: NamedThing
contributor_name:
name: contributor_name
description: The name of the person who added this node.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: contributor_name
owner: NamedThing
domain_of:
- NamedThing
range: string
contributor_github_name:
name: contributor_github_name
description: The name of the github user who added this node.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: contributor_github_name
owner: NamedThing
domain_of:
- NamedThing
range: string
contributor_orcid:
name: contributor_orcid
description: The ORCiD of the person who added this node.
examples:
- value: ORCID:0000-0001-1234-5678
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: contributor_orcid
owner: NamedThing
domain_of:
- NamedThing
range: uriorcurie
contribution_date:
name: contribution_date
description: The date on which the node was added.
examples:
- value: '2023-03-20'
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: contribution_date
owner: NamedThing
domain_of:
- NamedThing
range: date
class_uri: schema:Thing