Class: Registry
Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources.
URI: https://w3id.org/bridge2ai/standards-schema-all/:Registry
classDiagram
class Registry
DataStandardOrTool <|-- Registry
Registry : category
Registry : collection
Registry ..> StandardsCollectionTag : collection
Registry : concerns_data_topic
Registry ..> DataTopic : concerns_data_topic
Registry : contribution_date
Registry : contributor_github_name
Registry : contributor_name
Registry : contributor_orcid
Registry : description
Registry : formal_specification
Registry : has_relevant_organization
Registry ..> Organization : has_relevant_organization
Registry : id
Registry : is_open
Registry : name
Registry : not_relevant_to_dgps
Registry : publication
Registry : purpose_detail
Registry : related_to
Registry ..> NamedThing : related_to
Registry : requires_registration
Registry : subclass_of
Registry ..> NamedThing : subclass_of
Registry : url
Inheritance
- NamedThing
- DataStandardOrTool
- Registry
- DataStandardOrTool
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
collection | 0..* StandardsCollectionTag |
Tags for specific sets of standards | DataStandardOrTool |
concerns_data_topic | 0..* DataTopic |
Subject standard is generally applied in the context of object data topic | DataStandardOrTool |
has_relevant_organization | 0..* Organization |
Subject standard is managed or otherwise guided buy the object organization(s... | DataStandardOrTool |
purpose_detail | 0..1 String |
Text description of the standard or tool | DataStandardOrTool |
is_open | 0..1 Boolean |
Is the standard or tool FAIR and available free of cost? | DataStandardOrTool |
requires_registration | 0..1 Boolean |
Does usage of the standard or tool require registrion of a user or group with... | DataStandardOrTool |
url | 0..1 Uriorcurie |
URL for basic documentation of the standard or tool | DataStandardOrTool |
publication | 0..1 Uriorcurie |
Relevant publication for the standard or tool | DataStandardOrTool |
formal_specification | 0..1 Uriorcurie |
Relevant code repository or other location for a formal specification of the ... | DataStandardOrTool |
not_relevant_to_dgps | 0..1 Boolean |
Is the standard or tool currently relevant to DGPs? | DataStandardOrTool |
id | 1..1 Uriorcurie |
A unique identifier for a thing | NamedThing |
category | 0..1 CategoryType |
Name of the high level ontology class in which this entity is categorized | NamedThing |
name | 0..1 String |
A human-readable name for a thing | NamedThing |
description | 0..1 String |
A human-readable description for a thing | NamedThing |
subclass_of | 0..* NamedThing |
Holds between two classes where the domain class is a specialization of the r... | NamedThing |
related_to | 0..* NamedThing |
A relationship that is asserted between two named things | NamedThing |
contributor_name | 0..1 String |
The name of the person who added this node | NamedThing |
contributor_github_name | 0..1 String |
The name of the github user who added this node | NamedThing |
contributor_orcid | 0..1 Uriorcurie |
The ORCiD of the person who added this node | NamedThing |
contribution_date | 0..1 Date |
The date on which the node was added | NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bridge2ai/standards-schema-all
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/bridge2ai/standards-schema-all/:Registry |
native | https://w3id.org/bridge2ai/standards-schema-all/:Registry |
LinkML Source
Direct
name: Registry
description: Represents a resource in the Bridge2AI Standards Registry serving to
curate and/or index other resources.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: DataStandardOrTool
Induced
name: Registry
description: Represents a resource in the Bridge2AI Standards Registry serving to
curate and/or index other resources.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: DataStandardOrTool
attributes:
collection:
name: collection
description: Tags for specific sets of standards.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
multivalued: true
alias: collection
owner: Registry
domain_of:
- DataStandardOrTool
range: StandardsCollectionTag
concerns_data_topic:
name: concerns_data_topic
description: Subject standard is generally applied in the context of object data
topic.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: related_to
domain: DataStandardOrTool
multivalued: true
inherited: true
alias: concerns_data_topic
owner: Registry
domain_of:
- DataStandardOrTool
range: DataTopic
has_relevant_organization:
name: has_relevant_organization
description: Subject standard is managed or otherwise guided buy the object organization(s).
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: related_to
domain: DataStandardOrTool
multivalued: true
inherited: true
alias: has_relevant_organization
owner: Registry
domain_of:
- DataStandardOrTool
range: Organization
purpose_detail:
name: purpose_detail
description: Text description of the standard or tool.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: purpose_detail
owner: Registry
domain_of:
- DataStandardOrTool
range: string
is_open:
name: is_open
description: Is the standard or tool FAIR and available free of cost?
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: is_open
owner: Registry
domain_of:
- DataStandardOrTool
range: boolean
requires_registration:
name: requires_registration
description: Does usage of the standard or tool require registrion of a user or
group with some organization or managerial body?
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: requires_registration
owner: Registry
domain_of:
- DataStandardOrTool
range: boolean
url:
name: url
description: URL for basic documentation of the standard or tool.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: url
owner: Registry
domain_of:
- DataStandardOrTool
- Organization
range: uriorcurie
publication:
name: publication
description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: publication
owner: Registry
domain_of:
- DataStandardOrTool
range: uriorcurie
formal_specification:
name: formal_specification
description: Relevant code repository or other location for a formal specification
of the standard or tool. Often a URL, particularly to a Git repository.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: formal_specification
owner: Registry
domain_of:
- DataStandardOrTool
range: uriorcurie
not_relevant_to_dgps:
name: not_relevant_to_dgps
description: Is the standard or tool currently relevant to DGPs?
from_schema: https://w3id.org/bridge2ai/standards-schema-all
rank: 1000
is_a: node_property
domain: NamedThing
alias: not_relevant_to_dgps
owner: Registry
domain_of:
- DataStandardOrTool
range: boolean
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: Registry
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: Registry
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: Registry
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: Registry
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: Registry
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: Registry
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: Registry
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: Registry
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: Registry
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: Registry
domain_of:
- NamedThing
range: date