diff --git a/docs/AnatomicalEntity.md b/docs/AnatomicalEntity.md index 10b597c..2c287e2 100644 --- a/docs/AnatomicalEntity.md +++ b/docs/AnatomicalEntity.md @@ -1,17 +1,27 @@ + + # Class: AnatomicalEntity + + _A subcellular location, cell type or gross anatomical part_ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:AnatomicalEntity](https://w3id.org/bridge2ai/standards-schema-all/:AnatomicalEntity) + + + ```mermaid classDiagram class AnatomicalEntity + click AnatomicalEntity href "../AnatomicalEntity" NamedThing <|-- AnatomicalEntity + click NamedThing href "../NamedThing" AnatomicalEntity : category @@ -31,11 +41,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:AnatomicalEntity](https:/ AnatomicalEntity : related_to - AnatomicalEntity ..> NamedThing : related_to + + + + AnatomicalEntity --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + AnatomicalEntity : subclass_of - AnatomicalEntity ..> NamedThing : subclass_of + + + + AnatomicalEntity --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + ``` @@ -54,12 +74,12 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:AnatomicalEntity](https:/ | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -104,7 +124,6 @@ Instances of this class *should* have identifiers with one of the following pref - ## Mappings | Mapping Type | Mapped Value | @@ -118,6 +137,8 @@ Instances of this class *should* have identifiers with one of the following pref + + ## LinkML Source @@ -136,7 +157,6 @@ exact_mappings: - wikidata:Q4936952 narrow_mappings: - ncit:C12219 -rank: 1000 is_a: NamedThing ``` @@ -156,7 +176,6 @@ exact_mappings: - wikidata:Q4936952 narrow_mappings: - ncit:C12219 -rank: 1000 is_a: NamedThing attributes: id: @@ -221,20 +240,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: AnatomicalEntity domain_of: - NamedThing range: NamedThing + multivalued: true 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: AnatomicalEntity @@ -243,6 +261,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/BiomedicalStandard.md b/docs/BiomedicalStandard.md index d8393d5..a8f873e 100644 --- a/docs/BiomedicalStandard.md +++ b/docs/BiomedicalStandard.md @@ -1,27 +1,47 @@ + + # Class: BiomedicalStandard + + _Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard](https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard) + + + ```mermaid classDiagram class BiomedicalStandard + click BiomedicalStandard href "../BiomedicalStandard" DataStandard <|-- BiomedicalStandard + click DataStandard href "../DataStandard" BiomedicalStandard : category BiomedicalStandard : collection - BiomedicalStandard ..> StandardsCollectionTag : collection + + + + BiomedicalStandard --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + BiomedicalStandard : concerns_data_topic - BiomedicalStandard ..> DataTopic : concerns_data_topic + + + + BiomedicalStandard --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + BiomedicalStandard : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard](https BiomedicalStandard : has_relevant_organization - BiomedicalStandard ..> Organization : has_relevant_organization + + + + BiomedicalStandard --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + BiomedicalStandard : has_training_resource + + + + + BiomedicalStandard --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + BiomedicalStandard : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard](https BiomedicalStandard : related_to - BiomedicalStandard ..> NamedThing : related_to + + + + BiomedicalStandard --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + BiomedicalStandard : requires_registration BiomedicalStandard : subclass_of - BiomedicalStandard ..> NamedThing : subclass_of + + + + BiomedicalStandard --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + BiomedicalStandard : url @@ -82,22 +126,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard](https | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -127,7 +172,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard](https - ## Mappings | Mapping Type | Mapped Value | @@ -139,6 +183,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:BiomedicalStandard](https + + ## LinkML Source @@ -151,7 +197,6 @@ name: BiomedicalStandard description: Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandard ``` @@ -165,7 +210,6 @@ name: BiomedicalStandard description: Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandard attributes: collection: @@ -175,12 +219,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: BiomedicalStandard domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -189,13 +233,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: BiomedicalStandard domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -203,13 +247,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: BiomedicalStandard domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: BiomedicalStandard + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -236,8 +294,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -359,20 +417,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: BiomedicalStandard domain_of: - NamedThing range: NamedThing + multivalued: true 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: BiomedicalStandard @@ -381,6 +438,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/Boolean.md b/docs/Boolean.md index e3b27cc..719dbfb 100644 --- a/docs/Boolean.md +++ b/docs/Boolean.md @@ -1,9 +1,12 @@ # Type: Boolean + + _A binary (true or false) value_ + URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) * [base](https://w3id.org/linkml/base): Bool @@ -34,3 +37,14 @@ URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:boolean | +| native | https://w3id.org/bridge2ai/standards-schema-all/:boolean | +| exact | schema:Boolean | + + + diff --git a/docs/CategoryType.md b/docs/CategoryType.md index 5dcc0d6..5e018ac 100644 --- a/docs/CategoryType.md +++ b/docs/CategoryType.md @@ -1,9 +1,12 @@ # Type: CategoryType + + _A primitive type in which the value denotes a class within the model._ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -35,3 +38,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:category_type | +| native | https://w3id.org/bridge2ai/standards-schema-all/:category_type | + + + diff --git a/docs/Curie.md b/docs/Curie.md index c5cb6b4..ae5f583 100644 --- a/docs/Curie.md +++ b/docs/Curie.md @@ -1,9 +1,12 @@ # Type: Curie + + _a compact URI_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): Curie @@ -39,3 +42,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | https://w3id.org/bridge2ai/standards-schema-all/:curie | + + + diff --git a/docs/DataGeneratingProject.md b/docs/DataGeneratingProject.md index 9c2643a..042628b 100644 --- a/docs/DataGeneratingProject.md +++ b/docs/DataGeneratingProject.md @@ -1,10 +1,13 @@ # Enum: DataGeneratingProject + + _One of the Bridge2AI Data Generating Projects._ -URI: [DataGeneratingProject](DataGeneratingProject) + +URI: [DataGeneratingProject](DataGeneratingProject.md) ## Permissible Values @@ -45,6 +48,8 @@ URI: [DataGeneratingProject](DataGeneratingProject) + + ## LinkML Source
diff --git a/docs/DataStandard.md b/docs/DataStandard.md index dc12e73..bee574d 100644 --- a/docs/DataStandard.md +++ b/docs/DataStandard.md @@ -1,31 +1,52 @@ + + # Class: DataStandard + + _Represents a general purpose standard in the Bridge2AI Standards Registry._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3id.org/bridge2ai/standards-schema-all/:DataStandard) + + + ```mermaid classDiagram class DataStandard + click DataStandard href "../DataStandard" DataStandardOrTool <|-- DataStandard + click DataStandardOrTool href "../DataStandardOrTool" DataStandard <|-- BiomedicalStandard + click BiomedicalStandard href "../BiomedicalStandard" DataStandard : category DataStandard : collection - DataStandard ..> StandardsCollectionTag : collection + + + + DataStandard --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + DataStandard : concerns_data_topic - DataStandard ..> DataTopic : concerns_data_topic + + + + DataStandard --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + DataStandard : contribution_date @@ -41,7 +62,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3i DataStandard : has_relevant_organization - DataStandard ..> Organization : has_relevant_organization + + + + DataStandard --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + DataStandard : has_training_resource + + + + + DataStandard --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + DataStandard : id @@ -57,13 +92,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3i DataStandard : related_to - DataStandard ..> NamedThing : related_to + + + + DataStandard --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + DataStandard : requires_registration DataStandard : subclass_of - DataStandard ..> NamedThing : subclass_of + + + + DataStandard --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + DataStandard : url @@ -86,22 +131,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3i | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -131,7 +177,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3i - ## Mappings | Mapping Type | Mapped Value | @@ -143,6 +188,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3i + + ## LinkML Source @@ -154,7 +201,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandard](https://w3i name: DataStandard description: Represents a general purpose standard in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -167,7 +213,6 @@ is_a: DataStandardOrTool name: DataStandard description: Represents a general purpose standard in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -177,12 +222,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: DataStandard domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -191,13 +236,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: DataStandard domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -205,13 +250,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: DataStandard domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: DataStandard + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -238,8 +297,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -361,20 +420,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: DataStandard domain_of: - NamedThing range: NamedThing + multivalued: true 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: DataStandard @@ -383,6 +441,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/DataStandardOrTool.md b/docs/DataStandardOrTool.md index 8ee225c..1a1f852 100644 --- a/docs/DataStandardOrTool.md +++ b/docs/DataStandardOrTool.md @@ -1,38 +1,66 @@ + + # Class: DataStandardOrTool + + _Represents a standard or tool in the Bridge2AI Standards Registry._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool) + + + ```mermaid classDiagram class DataStandardOrTool + click DataStandardOrTool href "../DataStandardOrTool" NamedThing <|-- DataStandardOrTool + click NamedThing href "../NamedThing" DataStandardOrTool <|-- DataStandard + click DataStandard href "../DataStandard" DataStandardOrTool <|-- Registry + click Registry href "../Registry" DataStandardOrTool <|-- OntologyOrVocabulary + click OntologyOrVocabulary href "../OntologyOrVocabulary" DataStandardOrTool <|-- ModelRepository + click ModelRepository href "../ModelRepository" DataStandardOrTool <|-- ReferenceDataOrDataset + click ReferenceDataOrDataset href "../ReferenceDataOrDataset" DataStandardOrTool <|-- SoftwareOrTool + click SoftwareOrTool href "../SoftwareOrTool" DataStandardOrTool <|-- ReferenceImplementation + click ReferenceImplementation href "../ReferenceImplementation" DataStandardOrTool <|-- TrainingProgram + click TrainingProgram href "../TrainingProgram" DataStandardOrTool : category DataStandardOrTool : collection - DataStandardOrTool ..> StandardsCollectionTag : collection + + + + DataStandardOrTool --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + DataStandardOrTool : concerns_data_topic - DataStandardOrTool ..> DataTopic : concerns_data_topic + + + + DataStandardOrTool --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + DataStandardOrTool : contribution_date @@ -48,7 +76,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https DataStandardOrTool : has_relevant_organization - DataStandardOrTool ..> Organization : has_relevant_organization + + + + DataStandardOrTool --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + DataStandardOrTool : has_training_resource + + + + + DataStandardOrTool --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + DataStandardOrTool : id @@ -64,13 +106,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https DataStandardOrTool : related_to - DataStandardOrTool ..> NamedThing : related_to + + + + DataStandardOrTool --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + DataStandardOrTool : requires_registration DataStandardOrTool : subclass_of - DataStandardOrTool ..> NamedThing : subclass_of + + + + DataStandardOrTool --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + DataStandardOrTool : url @@ -99,22 +151,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | direct | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | direct | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | direct | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | direct | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | direct | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | direct | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | direct | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | direct | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | direct | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | direct | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | direct | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | direct | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | direct | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | direct | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | direct | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -128,29 +181,39 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https | used by | used in | type | used | | --- | --- | --- | --- | -| [UseCase](UseCase.md) | [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | -| [UseCase](UseCase.md) | [alternative_standards_and_tools](alternative_standards_and_tools.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [DataStandardOrTool](DataStandardOrTool.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [DataStandard](DataStandard.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [DataStandard](DataStandard.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [DataStandard](DataStandard.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [BiomedicalStandard](BiomedicalStandard.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [Registry](Registry.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [Registry](Registry.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [Registry](Registry.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [ModelRepository](ModelRepository.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [ModelRepository](ModelRepository.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [ModelRepository](ModelRepository.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [SoftwareOrTool](SoftwareOrTool.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [ReferenceImplementation](ReferenceImplementation.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [TrainingProgram](TrainingProgram.md) | [concerns_data_topic](concerns_data_topic.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | | [TrainingProgram](TrainingProgram.md) | [has_relevant_organization](has_relevant_organization.md) | domain | [DataStandardOrTool](DataStandardOrTool.md) | +| [TrainingProgram](TrainingProgram.md) | [has_training_resource](has_training_resource.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | | [DataStandardOrToolContainer](DataStandardOrToolContainer.md) | [data_standardortools_collection](data_standardortools_collection.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | +| [UseCase](UseCase.md) | [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | +| [UseCase](UseCase.md) | [alternative_standards_and_tools](alternative_standards_and_tools.md) | range | [DataStandardOrTool](DataStandardOrTool.md) | @@ -173,7 +236,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https - ## Mappings | Mapping Type | Mapped Value | @@ -185,6 +247,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https + + ## LinkML Source @@ -196,12 +260,12 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrTool](https name: DataStandardOrTool description: Represents a standard or tool in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing slots: - collection - concerns_data_topic - has_relevant_organization +- has_training_resource - purpose_detail - is_open - requires_registration @@ -220,7 +284,6 @@ slots: name: DataStandardOrTool description: Represents a standard or tool in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing attributes: collection: @@ -230,12 +293,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: DataStandardOrTool domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -244,13 +307,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: DataStandardOrTool domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -258,13 +321,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: DataStandardOrTool domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: DataStandardOrTool + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -291,8 +368,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -414,20 +491,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: DataStandardOrTool domain_of: - NamedThing range: NamedThing + multivalued: true 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: DataStandardOrTool @@ -436,6 +512,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/DataStandardOrToolContainer.md b/docs/DataStandardOrToolContainer.md index fdd8bdc..52b453d 100644 --- a/docs/DataStandardOrToolContainer.md +++ b/docs/DataStandardOrToolContainer.md @@ -1,19 +1,33 @@ + + # Class: DataStandardOrToolContainer + + _A container for DataStandardOrTool(s)._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrToolContainer](https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrToolContainer) + + + ```mermaid classDiagram class DataStandardOrToolContainer + click DataStandardOrToolContainer href "../DataStandardOrToolContainer" DataStandardOrToolContainer : data_standardortools_collection - DataStandardOrToolContainer ..> DataStandardOrTool : data_standardortools_collection + + + + DataStandardOrToolContainer --> "*" DataStandardOrTool : data_standardortools_collection + click DataStandardOrTool href "../DataStandardOrTool" + ``` @@ -28,7 +42,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrToolContain | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [data_standardortools_collection](data_standardortools_collection.md) | 0..*
[DataStandardOrTool](DataStandardOrTool.md) | Collection of associated data standards or tools | direct | +| [data_standardortools_collection](data_standardortools_collection.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Collection of associated data standards or tools | direct | @@ -54,7 +68,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrToolContain - ## Mappings | Mapping Type | Mapped Value | @@ -66,6 +79,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrToolContain + + ## LinkML Source @@ -77,7 +92,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataStandardOrToolContain name: DataStandardOrToolContainer description: A container for DataStandardOrTool(s). from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 slots: - data_standardortools_collection @@ -91,19 +105,18 @@ slots: name: DataStandardOrToolContainer description: A container for DataStandardOrTool(s). from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 attributes: data_standardortools_collection: name: data_standardortools_collection description: Collection of associated data standards or tools from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 - multivalued: true alias: data_standardortools_collection owner: DataStandardOrToolContainer domain_of: - DataStandardOrToolContainer range: DataStandardOrTool + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/DataSubstrate.md b/docs/DataSubstrate.md index 1e03bdc..04d68b8 100644 --- a/docs/DataSubstrate.md +++ b/docs/DataSubstrate.md @@ -1,17 +1,27 @@ + + # Class: DataSubstrate + + _Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as "data, in this form or format", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate](https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate) + + + ```mermaid classDiagram class DataSubstrate + click DataSubstrate href "../DataSubstrate" NamedThing <|-- DataSubstrate + click NamedThing href "../NamedThing" DataSubstrate : category @@ -43,11 +53,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate](https://w3 DataSubstrate : related_to - DataSubstrate ..> NamedThing : related_to + + + + DataSubstrate --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + DataSubstrate : subclass_of - DataSubstrate ..> NamedThing : subclass_of + + + + DataSubstrate --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + ``` @@ -69,15 +89,15 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate](https://w3 | [edam_id](edam_id.md) | 0..1
[EdamIdentifier](EdamIdentifier.md) | Unique EDAM identifier | direct | | [mesh_id](mesh_id.md) | 0..1
[MeshIdentifier](MeshIdentifier.md) | Unique MeSH identifier | direct | | [ncit_id](ncit_id.md) | 0..1
[NcitIdentifier](NcitIdentifier.md) | Unique NCIt Identifier | direct | -| [metadata_storage](metadata_storage.md) | 0..*
[String](String.md) | Data Substrate in which metadata is stored | direct | -| [file_extensions](file_extensions.md) | 0..*
[String](String.md) | Commonly used file extensions for this substrate | direct | -| [limitations](limitations.md) | 0..*
[String](String.md) | Potential obstacles particular to this substrate or implementation | direct | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [metadata_storage](metadata_storage.md) | *
[String](String.md) or 
[DataSubstrate](DataSubstrate.md) | Data Substrate in which metadata is stored | direct | +| [file_extensions](file_extensions.md) | *
[String](String.md) | Commonly used file extensions for this substrate | direct | +| [limitations](limitations.md) | *
[String](String.md) | Potential obstacles particular to this substrate or implementation | direct | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -91,8 +111,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate](https://w3 | used by | used in | type | used | | --- | --- | --- | --- | -| [UseCase](UseCase.md) | [data_substrates](data_substrates.md) | range | [DataSubstrate](DataSubstrate.md) | +| [DataSubstrate](DataSubstrate.md) | [metadata_storage](metadata_storage.md) | any_of[range] | [DataSubstrate](DataSubstrate.md) | | [DataSubstrateContainer](DataSubstrateContainer.md) | [data_substrates_collection](data_substrates_collection.md) | range | [DataSubstrate](DataSubstrate.md) | +| [UseCase](UseCase.md) | [data_substrates](data_substrates.md) | range | [DataSubstrate](DataSubstrate.md) | @@ -115,7 +136,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate](https://w3 - ## Mappings | Mapping Type | Mapped Value | @@ -127,6 +147,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrate](https://w3 + + ## LinkML Source @@ -142,7 +164,6 @@ description: Represents a data substrate for Bridge2AI data. This may be a high- rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing slots: - edam_id @@ -166,7 +187,6 @@ description: Represents a data substrate for Bridge2AI data. This may be a high- rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing attributes: edam_id: @@ -184,8 +204,8 @@ attributes: alias: edam_id owner: DataSubstrate domain_of: - - DataTopic - DataSubstrate + - DataTopic range: edam_identifier mesh_id: name: mesh_id @@ -199,8 +219,8 @@ attributes: alias: mesh_id owner: DataSubstrate domain_of: - - DataTopic - DataSubstrate + - DataTopic range: mesh_identifier ncit_id: name: ncit_id @@ -214,8 +234,8 @@ attributes: alias: ncit_id owner: DataSubstrate domain_of: - - DataTopic - DataSubstrate + - DataTopic range: ncit_identifier metadata_storage: name: metadata_storage @@ -224,12 +244,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: metadata_storage owner: DataSubstrate domain_of: - DataSubstrate range: string + multivalued: true any_of: - range: DataSubstrate - equals_string: file headers @@ -240,12 +260,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: file_extensions owner: DataSubstrate domain_of: - DataSubstrate range: string + multivalued: true limitations: name: limitations description: 'Potential obstacles particular to this substrate or implementation. ' @@ -253,12 +273,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: limitations owner: DataSubstrate domain_of: - DataSubstrate range: string + multivalued: true id: name: id description: A unique identifier for a thing. @@ -321,20 +341,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: DataSubstrate domain_of: - NamedThing range: NamedThing + multivalued: true 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: DataSubstrate @@ -343,6 +362,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/DataSubstrateContainer.md b/docs/DataSubstrateContainer.md index 8289714..bcec386 100644 --- a/docs/DataSubstrateContainer.md +++ b/docs/DataSubstrateContainer.md @@ -1,19 +1,33 @@ + + # Class: DataSubstrateContainer + + _A container for DataSubstrates._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrateContainer](https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrateContainer) + + + ```mermaid classDiagram class DataSubstrateContainer + click DataSubstrateContainer href "../DataSubstrateContainer" DataSubstrateContainer : data_substrates_collection - DataSubstrateContainer ..> DataSubstrate : data_substrates_collection + + + + DataSubstrateContainer --> "*" DataSubstrate : data_substrates_collection + click DataSubstrate href "../DataSubstrate" + ``` @@ -28,7 +42,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrateContainer](h | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [data_substrates_collection](data_substrates_collection.md) | 0..*
[DataSubstrate](DataSubstrate.md) | Collection of associated data substrates | direct | +| [data_substrates_collection](data_substrates_collection.md) | *
[DataSubstrate](DataSubstrate.md) | Collection of associated data substrates | direct | @@ -54,7 +68,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrateContainer](h - ## Mappings | Mapping Type | Mapped Value | @@ -66,6 +79,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrateContainer](h + + ## LinkML Source @@ -77,7 +92,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataSubstrateContainer](h name: DataSubstrateContainer description: A container for DataSubstrates. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 slots: - data_substrates_collection @@ -91,19 +105,18 @@ slots: name: DataSubstrateContainer description: A container for DataSubstrates. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 attributes: data_substrates_collection: name: data_substrates_collection description: Collection of associated data substrates from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 - multivalued: true alias: data_substrates_collection owner: DataSubstrateContainer domain_of: - DataSubstrateContainer range: DataSubstrate + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/DataTopic.md b/docs/DataTopic.md index a6bdb12..e3abbdb 100644 --- a/docs/DataTopic.md +++ b/docs/DataTopic.md @@ -1,17 +1,27 @@ + + # Class: DataTopic + + _Represents a general data topic for Bridge2AI data or the tools/standards applied to the data._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.org/bridge2ai/standards-schema-all/:DataTopic) + + + ```mermaid classDiagram class DataTopic + click DataTopic href "../DataTopic" NamedThing <|-- DataTopic + click NamedThing href "../NamedThing" DataTopic : category @@ -37,15 +47,30 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.o DataTopic : related_to - DataTopic ..> NamedThing : related_to + + + + DataTopic --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + DataTopic : subclass_of - DataTopic ..> NamedThing : subclass_of + + + + DataTopic --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + DataTopic : topic_involves_anatomy - DataTopic ..> AnatomicalEntity : topic_involves_anatomy + + + + DataTopic --> "*" AnatomicalEntity : topic_involves_anatomy + click AnatomicalEntity href "../AnatomicalEntity" + ``` @@ -67,13 +92,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.o | [edam_id](edam_id.md) | 0..1
[EdamIdentifier](EdamIdentifier.md) | Unique EDAM identifier | direct | | [mesh_id](mesh_id.md) | 0..1
[MeshIdentifier](MeshIdentifier.md) | Unique MeSH identifier | direct | | [ncit_id](ncit_id.md) | 0..1
[NcitIdentifier](NcitIdentifier.md) | Unique NCIt Identifier | direct | -| [topic_involves_anatomy](topic_involves_anatomy.md) | 0..*
[AnatomicalEntity](AnatomicalEntity.md) | A relationship between a DataTopic and an anatomical entity | direct | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [topic_involves_anatomy](topic_involves_anatomy.md) | *
[AnatomicalEntity](AnatomicalEntity.md) | A relationship between a DataTopic and an anatomical entity | direct | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -87,7 +112,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.o | used by | used in | type | used | | --- | --- | --- | --- | -| [UseCase](UseCase.md) | [data_topics](data_topics.md) | range | [DataTopic](DataTopic.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [concerns_data_topic](concerns_data_topic.md) | range | [DataTopic](DataTopic.md) | | [DataStandard](DataStandard.md) | [concerns_data_topic](concerns_data_topic.md) | range | [DataTopic](DataTopic.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [concerns_data_topic](concerns_data_topic.md) | range | [DataTopic](DataTopic.md) | @@ -100,6 +124,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.o | [TrainingProgram](TrainingProgram.md) | [concerns_data_topic](concerns_data_topic.md) | range | [DataTopic](DataTopic.md) | | [DataTopic](DataTopic.md) | [topic_involves_anatomy](topic_involves_anatomy.md) | domain | [DataTopic](DataTopic.md) | | [DataTopicContainer](DataTopicContainer.md) | [data_topics_collection](data_topics_collection.md) | range | [DataTopic](DataTopic.md) | +| [UseCase](UseCase.md) | [data_topics](data_topics.md) | range | [DataTopic](DataTopic.md) | @@ -122,7 +147,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.o - ## Mappings | Mapping Type | Mapped Value | @@ -134,6 +158,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopic](https://w3id.o + + ## LinkML Source @@ -146,7 +172,6 @@ name: DataTopic description: Represents a general data topic for Bridge2AI data or the tools/standards applied to the data. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing slots: - edam_id @@ -165,7 +190,6 @@ name: DataTopic description: Represents a general data topic for Bridge2AI data or the tools/standards applied to the data. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing attributes: edam_id: @@ -183,8 +207,8 @@ attributes: alias: edam_id owner: DataTopic domain_of: - - DataTopic - DataSubstrate + - DataTopic range: edam_identifier mesh_id: name: mesh_id @@ -198,8 +222,8 @@ attributes: alias: mesh_id owner: DataTopic domain_of: - - DataTopic - DataSubstrate + - DataTopic range: mesh_identifier ncit_id: name: ncit_id @@ -213,8 +237,8 @@ attributes: alias: ncit_id owner: DataTopic domain_of: - - DataTopic - DataSubstrate + - DataTopic range: ncit_identifier topic_involves_anatomy: name: topic_involves_anatomy @@ -225,13 +249,13 @@ attributes: rank: 1000 is_a: related_to domain: DataTopic - multivalued: true inherited: true alias: topic_involves_anatomy owner: DataTopic domain_of: - DataTopic range: AnatomicalEntity + multivalued: true id: name: id description: A unique identifier for a thing. @@ -294,20 +318,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: DataTopic domain_of: - NamedThing range: NamedThing + multivalued: true 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: DataTopic @@ -316,6 +339,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/DataTopicContainer.md b/docs/DataTopicContainer.md index c674ec6..f555720 100644 --- a/docs/DataTopicContainer.md +++ b/docs/DataTopicContainer.md @@ -1,19 +1,33 @@ + + # Class: DataTopicContainer + + _A container for DataTopics._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopicContainer](https://w3id.org/bridge2ai/standards-schema-all/:DataTopicContainer) + + + ```mermaid classDiagram class DataTopicContainer + click DataTopicContainer href "../DataTopicContainer" DataTopicContainer : data_topics_collection - DataTopicContainer ..> DataTopic : data_topics_collection + + + + DataTopicContainer --> "*" DataTopic : data_topics_collection + click DataTopic href "../DataTopic" + ``` @@ -28,7 +42,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopicContainer](https | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [data_topics_collection](data_topics_collection.md) | 0..*
[DataTopic](DataTopic.md) | Collection of associated data topics | direct | +| [data_topics_collection](data_topics_collection.md) | *
[DataTopic](DataTopic.md) | Collection of associated data topics | direct | @@ -54,7 +68,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopicContainer](https - ## Mappings | Mapping Type | Mapped Value | @@ -66,6 +79,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopicContainer](https + + ## LinkML Source @@ -77,7 +92,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:DataTopicContainer](https name: DataTopicContainer description: A container for DataTopics. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 slots: - data_topics_collection @@ -91,19 +105,18 @@ slots: name: DataTopicContainer description: A container for DataTopics. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 attributes: data_topics_collection: name: data_topics_collection description: Collection of associated data topics. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 - multivalued: true alias: data_topics_collection owner: DataTopicContainer domain_of: - DataTopicContainer range: DataTopic + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/Date.md b/docs/Date.md index 6b973ee..6750e27 100644 --- a/docs/Date.md +++ b/docs/Date.md @@ -1,9 +1,12 @@ # Type: Date + + _a date (year, month and day) in an idealized calendar_ + URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) * [base](https://w3id.org/linkml/base): XSDDate @@ -34,3 +37,14 @@ URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:date | +| native | https://w3id.org/bridge2ai/standards-schema-all/:date | +| exact | schema:Date | + + + diff --git a/docs/DateOrDatetime.md b/docs/DateOrDatetime.md index 32eee19..eddb6f2 100644 --- a/docs/DateOrDatetime.md +++ b/docs/DateOrDatetime.md @@ -1,9 +1,12 @@ # Type: DateOrDatetime + + _Either a date or a datetime_ + URI: [linkml:DateOrDatetime](https://w3id.org/linkml/DateOrDatetime) * [base](https://w3id.org/linkml/base): str @@ -34,3 +37,13 @@ URI: [linkml:DateOrDatetime](https://w3id.org/linkml/DateOrDatetime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | linkml:DateOrDatetime | +| native | https://w3id.org/bridge2ai/standards-schema-all/:date_or_datetime | + + + diff --git a/docs/Datetime.md b/docs/Datetime.md index b7c0f92..ade5ef6 100644 --- a/docs/Datetime.md +++ b/docs/Datetime.md @@ -1,9 +1,12 @@ # Type: Datetime + + _The combination of a date and time_ + URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) * [base](https://w3id.org/linkml/base): XSDDateTime @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:dateTime | +| native | https://w3id.org/bridge2ai/standards-schema-all/:datetime | +| exact | schema:DateTime | + + + diff --git a/docs/Decimal.md b/docs/Decimal.md index f401042..404ce61 100644 --- a/docs/Decimal.md +++ b/docs/Decimal.md @@ -1,9 +1,12 @@ # Type: Decimal + + _A real number with arbitrary precision that conforms to the xsd:decimal specification_ + URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) * [base](https://w3id.org/linkml/base): Decimal @@ -33,3 +36,14 @@ URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:decimal | +| native | https://w3id.org/bridge2ai/standards-schema-all/:decimal | +| broad | schema:Number | + + + diff --git a/docs/Double.md b/docs/Double.md index 45bf788..93aa524 100644 --- a/docs/Double.md +++ b/docs/Double.md @@ -1,9 +1,12 @@ # Type: Double + + _A real number that conforms to the xsd:double specification_ + URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:double | +| native | https://w3id.org/bridge2ai/standards-schema-all/:double | +| close | schema:Float | + + + diff --git a/docs/EdamIdentifier.md b/docs/EdamIdentifier.md index fef536e..2167324 100644 --- a/docs/EdamIdentifier.md +++ b/docs/EdamIdentifier.md @@ -1,9 +1,12 @@ # Type: EdamIdentifier + + _Identifier from EDAM ontology_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -49,3 +52,13 @@ Instances of this class *should* have identifiers with one of the following pref + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:edam_identifier | +| native | https://w3id.org/bridge2ai/standards-schema-all/:edam_identifier | + + + diff --git a/docs/Float.md b/docs/Float.md index 55f0935..51ac694 100644 --- a/docs/Float.md +++ b/docs/Float.md @@ -1,9 +1,12 @@ # Type: Float + + _A real number that conforms to the xsd:float specification_ + URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) * [base](https://w3id.org/linkml/base): float @@ -33,3 +36,14 @@ URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:float | +| native | https://w3id.org/bridge2ai/standards-schema-all/:float | +| exact | schema:Float | + + + diff --git a/docs/Integer.md b/docs/Integer.md index 8b09a80..76d055b 100644 --- a/docs/Integer.md +++ b/docs/Integer.md @@ -1,9 +1,12 @@ # Type: Integer + + _An integer_ + URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) * [base](https://w3id.org/linkml/base): int @@ -33,3 +36,14 @@ URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:integer | +| native | https://w3id.org/bridge2ai/standards-schema-all/:integer | +| exact | schema:Integer | + + + diff --git a/docs/Jsonpath.md b/docs/Jsonpath.md new file mode 100644 index 0000000..bebfdab --- /dev/null +++ b/docs/Jsonpath.md @@ -0,0 +1,49 @@ +# Type: Jsonpath + + + + +_A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form._ + + + +URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +* [base](https://w3id.org/linkml/base): str + +* [uri](https://w3id.org/linkml/uri): xsd:string + +* [repr](https://w3id.org/linkml/repr): str + + + + + + + + +## Identifier and Mapping Information + + + + + + + +### Schema Source + + +* from schema: https://w3id.org/bridge2ai/standards-schema-all + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | https://w3id.org/bridge2ai/standards-schema-all/:jsonpath | + + + diff --git a/docs/Jsonpointer.md b/docs/Jsonpointer.md new file mode 100644 index 0000000..8b127f6 --- /dev/null +++ b/docs/Jsonpointer.md @@ -0,0 +1,49 @@ +# Type: Jsonpointer + + + + +_A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form._ + + + +URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +* [base](https://w3id.org/linkml/base): str + +* [uri](https://w3id.org/linkml/uri): xsd:string + +* [repr](https://w3id.org/linkml/repr): str + + + + + + + + +## Identifier and Mapping Information + + + + + + + +### Schema Source + + +* from schema: https://w3id.org/bridge2ai/standards-schema-all + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | https://w3id.org/bridge2ai/standards-schema-all/:jsonpointer | + + + diff --git a/docs/MeshIdentifier.md b/docs/MeshIdentifier.md index 9329bf3..ee9107f 100644 --- a/docs/MeshIdentifier.md +++ b/docs/MeshIdentifier.md @@ -1,9 +1,12 @@ # Type: MeshIdentifier + + _Identifier from Medical Subject Headings (MeSH) biomedical vocabulary._ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -43,3 +46,13 @@ Instances of this class *should* have identifiers with one of the following pref + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:mesh_identifier | +| native | https://w3id.org/bridge2ai/standards-schema-all/:mesh_identifier | + + + diff --git a/docs/ModelRepository.md b/docs/ModelRepository.md index 84579ec..ebea24e 100644 --- a/docs/ModelRepository.md +++ b/docs/ModelRepository.md @@ -1,5 +1,10 @@ + + # Class: ModelRepository -_Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone._ + + +_Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone._ + @@ -8,20 +13,35 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// + + + ```mermaid classDiagram class ModelRepository + click ModelRepository href "../ModelRepository" DataStandardOrTool <|-- ModelRepository + click DataStandardOrTool href "../DataStandardOrTool" ModelRepository : category ModelRepository : collection - ModelRepository ..> StandardsCollectionTag : collection + + + + ModelRepository --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + ModelRepository : concerns_data_topic - ModelRepository ..> DataTopic : concerns_data_topic + + + + ModelRepository --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + ModelRepository : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// ModelRepository : has_relevant_organization - ModelRepository ..> Organization : has_relevant_organization + + + + ModelRepository --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + ModelRepository : has_training_resource + + + + + ModelRepository --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + ModelRepository : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// ModelRepository : related_to - ModelRepository ..> NamedThing : related_to + + + + ModelRepository --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + ModelRepository : requires_registration ModelRepository : subclass_of - ModelRepository ..> NamedThing : subclass_of + + + + ModelRepository --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + ModelRepository : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// + + ## LinkML Source @@ -148,10 +194,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ModelRepository](https:// ```yaml name: ModelRepository description: Represents a resource in the Bridge2AI Standards Registry serving to - curate and store computational models. To be a respository, the resource must not + curate and store computational models. To be a repository, the resource must not index models alone. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -163,10 +208,9 @@ is_a: DataStandardOrTool ```yaml name: ModelRepository description: Represents a resource in the Bridge2AI Standards Registry serving to - curate and store computational models. To be a respository, the resource must not + curate and store computational models. To be a repository, the resource must not index models alone. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -176,12 +220,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: ModelRepository domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -190,13 +234,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: ModelRepository domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -204,13 +248,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: ModelRepository domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: ModelRepository + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -237,8 +295,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -360,20 +418,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: ModelRepository domain_of: - NamedThing range: NamedThing + multivalued: true 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: ModelRepository @@ -382,6 +439,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/NamedThing.md b/docs/NamedThing.md index efabe57..8c13b8e 100644 --- a/docs/NamedThing.md +++ b/docs/NamedThing.md @@ -1,22 +1,37 @@ + + # Class: NamedThing + + _A generic grouping for any identifiable entity_ + URI: [schema:Thing](http://schema.org/Thing) + + + ```mermaid classDiagram class NamedThing - NamedThing <|-- UseCase + click NamedThing href "../NamedThing" + NamedThing <|-- AnatomicalEntity + click AnatomicalEntity href "../AnatomicalEntity" NamedThing <|-- DataStandardOrTool + click DataStandardOrTool href "../DataStandardOrTool" + NamedThing <|-- DataSubstrate + click DataSubstrate href "../DataSubstrate" NamedThing <|-- DataTopic - NamedThing <|-- AnatomicalEntity + click DataTopic href "../DataTopic" NamedThing <|-- Organization - NamedThing <|-- DataSubstrate + click Organization href "../Organization" + NamedThing <|-- UseCase + click UseCase href "../UseCase" NamedThing : category @@ -36,11 +51,21 @@ URI: [schema:Thing](http://schema.org/Thing) NamedThing : related_to - NamedThing ..> NamedThing : related_to + + + + NamedThing --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + NamedThing : subclass_of - NamedThing ..> NamedThing : subclass_of + + + + NamedThing --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + ``` @@ -51,12 +76,12 @@ URI: [schema:Thing](http://schema.org/Thing) ## Inheritance * **NamedThing** - * [UseCase](UseCase.md) + * [AnatomicalEntity](AnatomicalEntity.md) * [DataStandardOrTool](DataStandardOrTool.md) + * [DataSubstrate](DataSubstrate.md) * [DataTopic](DataTopic.md) - * [AnatomicalEntity](AnatomicalEntity.md) * [Organization](Organization.md) - * [DataSubstrate](DataSubstrate.md) + * [UseCase](UseCase.md) @@ -64,12 +89,12 @@ URI: [schema:Thing](http://schema.org/Thing) | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | direct | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | direct | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | direct | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | direct | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | direct | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | direct | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | direct | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | direct | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | direct | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | direct | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | direct | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | direct | @@ -83,27 +108,26 @@ URI: [schema:Thing](http://schema.org/Thing) | used by | used in | type | used | | --- | --- | --- | --- | -| [UseCase](UseCase.md) | [use_case_category](use_case_category.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [known_limitations](known_limitations.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [data_topics](data_topics.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [data_substrates](data_substrates.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [alternative_standards_and_tools](alternative_standards_and_tools.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [enables](enables.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [involved_in_experimental_design](involved_in_experimental_design.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [involved_in_metadata_management](involved_in_metadata_management.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [involved_in_quality_control](involved_in_quality_control.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [xref](xref.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | -| [UseCase](UseCase.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | +| [NamedThing](NamedThing.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | +| [AnatomicalEntity](AnatomicalEntity.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [DataStandardOrTool](DataStandardOrTool.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -121,6 +145,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [DataStandardOrTool](DataStandardOrTool.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [DataStandardOrTool](DataStandardOrTool.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [DataStandard](DataStandard.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [DataStandard](DataStandard.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [DataStandard](DataStandard.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [DataStandard](DataStandard.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [DataStandard](DataStandard.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -138,6 +163,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [DataStandard](DataStandard.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [DataStandard](DataStandard.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [BiomedicalStandard](BiomedicalStandard.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -155,6 +181,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [BiomedicalStandard](BiomedicalStandard.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [BiomedicalStandard](BiomedicalStandard.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [Registry](Registry.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [Registry](Registry.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [Registry](Registry.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [Registry](Registry.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [Registry](Registry.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -172,6 +199,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [Registry](Registry.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [Registry](Registry.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -189,6 +217,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [OntologyOrVocabulary](OntologyOrVocabulary.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [ModelRepository](ModelRepository.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [ModelRepository](ModelRepository.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [ModelRepository](ModelRepository.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [ModelRepository](ModelRepository.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [ModelRepository](ModelRepository.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -206,6 +235,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [ModelRepository](ModelRepository.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [ModelRepository](ModelRepository.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -223,6 +253,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [SoftwareOrTool](SoftwareOrTool.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -240,6 +271,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [SoftwareOrTool](SoftwareOrTool.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [SoftwareOrTool](SoftwareOrTool.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [ReferenceImplementation](ReferenceImplementation.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -257,6 +289,7 @@ URI: [schema:Thing](http://schema.org/Thing) | [ReferenceImplementation](ReferenceImplementation.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [ReferenceImplementation](ReferenceImplementation.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [TrainingProgram](TrainingProgram.md) | [collection](collection.md) | domain | [NamedThing](NamedThing.md) | +| [TrainingProgram](TrainingProgram.md) | [has_training_resource](has_training_resource.md) | domain | [NamedThing](NamedThing.md) | | [TrainingProgram](TrainingProgram.md) | [purpose_detail](purpose_detail.md) | domain | [NamedThing](NamedThing.md) | | [TrainingProgram](TrainingProgram.md) | [is_open](is_open.md) | domain | [NamedThing](NamedThing.md) | | [TrainingProgram](TrainingProgram.md) | [requires_registration](requires_registration.md) | domain | [NamedThing](NamedThing.md) | @@ -273,6 +306,18 @@ URI: [schema:Thing](http://schema.org/Thing) | [TrainingProgram](TrainingProgram.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | | [TrainingProgram](TrainingProgram.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [TrainingProgram](TrainingProgram.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [metadata_storage](metadata_storage.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [file_extensions](file_extensions.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [limitations](limitations.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | +| [DataSubstrate](DataSubstrate.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [DataTopic](DataTopic.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | | [DataTopic](DataTopic.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | | [DataTopic](DataTopic.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | @@ -282,24 +327,6 @@ URI: [schema:Thing](http://schema.org/Thing) | [DataTopic](DataTopic.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | | [DataTopic](DataTopic.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [DataTopic](DataTopic.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | -| [NamedThing](NamedThing.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | -| [AnatomicalEntity](AnatomicalEntity.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | | [Organization](Organization.md) | [url](url.md) | domain | [NamedThing](NamedThing.md) | | [Organization](Organization.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | | [Organization](Organization.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | @@ -310,18 +337,26 @@ URI: [schema:Thing](http://schema.org/Thing) | [Organization](Organization.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | | [Organization](Organization.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | | [Organization](Organization.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [metadata_storage](metadata_storage.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [file_extensions](file_extensions.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [limitations](limitations.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | -| [DataSubstrate](DataSubstrate.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [use_case_category](use_case_category.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [known_limitations](known_limitations.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [data_topics](data_topics.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [data_substrates](data_substrates.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [alternative_standards_and_tools](alternative_standards_and_tools.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [enables](enables.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [involved_in_experimental_design](involved_in_experimental_design.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [involved_in_metadata_management](involved_in_metadata_management.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [involved_in_quality_control](involved_in_quality_control.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [xref](xref.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [category](category.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [subclass_of](subclass_of.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [subclass_of](subclass_of.md) | range | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [related_to](related_to.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [related_to](related_to.md) | range | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [contributor_name](contributor_name.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [contributor_github_name](contributor_github_name.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [contributor_orcid](contributor_orcid.md) | domain | [NamedThing](NamedThing.md) | +| [UseCase](UseCase.md) | [contribution_date](contribution_date.md) | domain | [NamedThing](NamedThing.md) | @@ -344,7 +379,6 @@ URI: [schema:Thing](http://schema.org/Thing) - ## Mappings | Mapping Type | Mapped Value | @@ -356,6 +390,8 @@ URI: [schema:Thing](http://schema.org/Thing) + + ## LinkML Source @@ -367,7 +403,6 @@ URI: [schema:Thing](http://schema.org/Thing) name: NamedThing description: A generic grouping for any identifiable entity from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 slots: - id - category @@ -391,7 +426,6 @@ class_uri: schema:Thing 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 @@ -455,20 +489,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: NamedThing domain_of: - NamedThing range: NamedThing + multivalued: true 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 @@ -477,6 +510,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/NcitIdentifier.md b/docs/NcitIdentifier.md index a66e2ec..fffc9bc 100644 --- a/docs/NcitIdentifier.md +++ b/docs/NcitIdentifier.md @@ -1,9 +1,12 @@ # Type: NcitIdentifier + + _Identifier from NCIT reference terminology with broad coverage of the cancer domain._ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -43,3 +46,13 @@ Instances of this class *should* have identifiers with one of the following pref + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:ncit_identifier | +| native | https://w3id.org/bridge2ai/standards-schema-all/:ncit_identifier | + + + diff --git a/docs/Ncname.md b/docs/Ncname.md index 9a0105c..bc9d4ff 100644 --- a/docs/Ncname.md +++ b/docs/Ncname.md @@ -1,9 +1,12 @@ # Type: Ncname + + _Prefix part of CURIE_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): NCName @@ -34,3 +37,13 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | https://w3id.org/bridge2ai/standards-schema-all/:ncname | + + + diff --git a/docs/Nodeidentifier.md b/docs/Nodeidentifier.md index d443b4d..9af1a33 100644 --- a/docs/Nodeidentifier.md +++ b/docs/Nodeidentifier.md @@ -1,9 +1,12 @@ # Type: Nodeidentifier + + _A URI, CURIE or BNODE that represents a node in a model._ + URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) * [base](https://w3id.org/linkml/base): NodeIdentifier @@ -34,3 +37,13 @@ URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:nonLiteral | +| native | https://w3id.org/bridge2ai/standards-schema-all/:nodeidentifier | + + + diff --git a/docs/Objectidentifier.md b/docs/Objectidentifier.md index 9c752bd..4ec4591 100644 --- a/docs/Objectidentifier.md +++ b/docs/Objectidentifier.md @@ -1,9 +1,12 @@ # Type: Objectidentifier + + _A URI or CURIE that represents an object in the model._ + URI: [shex:iri](http://www.w3.org/ns/shex#iri) * [base](https://w3id.org/linkml/base): ElementIdentifier @@ -21,7 +24,7 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) ## Comments -* Used for inheritence and type checking +* Used for inheritance and type checking ## Identifier and Mapping Information @@ -38,3 +41,13 @@ URI: [shex:iri](http://www.w3.org/ns/shex#iri) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | shex:iri | +| native | https://w3id.org/bridge2ai/standards-schema-all/:objectidentifier | + + + diff --git a/docs/OntologyOrVocabulary.md b/docs/OntologyOrVocabulary.md index cd02248..ca35bbd 100644 --- a/docs/OntologyOrVocabulary.md +++ b/docs/OntologyOrVocabulary.md @@ -1,27 +1,47 @@ + + # Class: OntologyOrVocabulary + + _A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary](https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary) + + + ```mermaid classDiagram class OntologyOrVocabulary + click OntologyOrVocabulary href "../OntologyOrVocabulary" DataStandardOrTool <|-- OntologyOrVocabulary + click DataStandardOrTool href "../DataStandardOrTool" OntologyOrVocabulary : category OntologyOrVocabulary : collection - OntologyOrVocabulary ..> StandardsCollectionTag : collection + + + + OntologyOrVocabulary --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + OntologyOrVocabulary : concerns_data_topic - OntologyOrVocabulary ..> DataTopic : concerns_data_topic + + + + OntologyOrVocabulary --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + OntologyOrVocabulary : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary](htt OntologyOrVocabulary : has_relevant_organization - OntologyOrVocabulary ..> Organization : has_relevant_organization + + + + OntologyOrVocabulary --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + OntologyOrVocabulary : has_training_resource + + + + + OntologyOrVocabulary --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + OntologyOrVocabulary : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary](htt OntologyOrVocabulary : related_to - OntologyOrVocabulary ..> NamedThing : related_to + + + + OntologyOrVocabulary --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + OntologyOrVocabulary : requires_registration OntologyOrVocabulary : subclass_of - OntologyOrVocabulary ..> NamedThing : subclass_of + + + + OntologyOrVocabulary --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + OntologyOrVocabulary : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary](htt | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary](htt - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OntologyOrVocabulary](htt + + ## LinkML Source @@ -150,7 +196,6 @@ name: OntologyOrVocabulary description: A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -164,7 +209,6 @@ name: OntologyOrVocabulary description: A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -174,12 +218,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: OntologyOrVocabulary domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -188,13 +232,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: OntologyOrVocabulary domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -202,13 +246,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: OntologyOrVocabulary domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: OntologyOrVocabulary + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -235,8 +293,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -358,20 +416,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: OntologyOrVocabulary domain_of: - NamedThing range: NamedThing + multivalued: true 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: OntologyOrVocabulary @@ -380,6 +437,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/Organization.md b/docs/Organization.md index 6ac23ee..69af1a0 100644 --- a/docs/Organization.md +++ b/docs/Organization.md @@ -1,17 +1,27 @@ + + # Class: Organization + + _Represents a group or organization related to or responsible for one or more Bridge2AI standards._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:Organization](https://w3id.org/bridge2ai/standards-schema-all/:Organization) + + + ```mermaid classDiagram class Organization + click Organization href "../Organization" NamedThing <|-- Organization + click NamedThing href "../NamedThing" Organization : category @@ -31,13 +41,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Organization](https://w3i Organization : related_to - Organization ..> NamedThing : related_to + + + + Organization --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + Organization : ror_id Organization : subclass_of - Organization ..> NamedThing : subclass_of + + + + Organization --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + Organization : url @@ -63,12 +83,12 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Organization](https://w3i | [ror_id](ror_id.md) | 0..1
[RorIdentifier](RorIdentifier.md) | Unique ROR identifier | direct | | [wikidata_id](wikidata_id.md) | 0..1
[WikidataIdentifier](WikidataIdentifier.md) | Unique Wikidata identifier | direct | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | direct | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | direct | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | direct | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -115,7 +135,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Organization](https://w3i - ## Mappings | Mapping Type | Mapped Value | @@ -127,6 +146,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Organization](https://w3i + + ## LinkML Source @@ -139,7 +160,6 @@ name: Organization description: Represents a group or organization related to or responsible for one or more Bridge2AI standards. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing slots: - ror_id @@ -158,7 +178,6 @@ name: Organization description: Represents a group or organization related to or responsible for one or more Bridge2AI standards. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing attributes: ror_id: @@ -208,7 +227,6 @@ attributes: from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 domain: NamedThing - multivalued: true inherited: true alias: related_to owner: Organization @@ -217,6 +235,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true id: name: id description: A unique identifier for a thing. @@ -279,13 +298,13 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: Organization domain_of: - NamedThing range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/OrganizationContainer.md b/docs/OrganizationContainer.md index 6c7c7a6..a736d5e 100644 --- a/docs/OrganizationContainer.md +++ b/docs/OrganizationContainer.md @@ -1,19 +1,33 @@ + + # Class: OrganizationContainer + + _A container for Organizations._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:OrganizationContainer](https://w3id.org/bridge2ai/standards-schema-all/:OrganizationContainer) + + + ```mermaid classDiagram class OrganizationContainer + click OrganizationContainer href "../OrganizationContainer" OrganizationContainer : organizations - OrganizationContainer ..> Organization : organizations + + + + OrganizationContainer --> "*" Organization : organizations + click Organization href "../Organization" + ``` @@ -28,7 +42,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OrganizationContainer](ht | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [organizations](organizations.md) | 0..*
[Organization](Organization.md) | Collection of associated organizations | direct | +| [organizations](organizations.md) | *
[Organization](Organization.md) | Collection of associated organizations | direct | @@ -54,7 +68,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OrganizationContainer](ht - ## Mappings | Mapping Type | Mapped Value | @@ -66,6 +79,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OrganizationContainer](ht + + ## LinkML Source @@ -77,7 +92,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:OrganizationContainer](ht name: OrganizationContainer description: A container for Organizations. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 slots: - organizations @@ -91,19 +105,18 @@ slots: name: OrganizationContainer description: A container for Organizations. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 attributes: organizations: name: organizations description: Collection of associated organizations. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 - multivalued: true alias: organizations owner: OrganizationContainer domain_of: - OrganizationContainer range: Organization + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/ReferenceDataOrDataset.md b/docs/ReferenceDataOrDataset.md index 7db7d64..38723c6 100644 --- a/docs/ReferenceDataOrDataset.md +++ b/docs/ReferenceDataOrDataset.md @@ -1,27 +1,47 @@ + + # Class: ReferenceDataOrDataset + + _Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset](https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset) + + + ```mermaid classDiagram class ReferenceDataOrDataset + click ReferenceDataOrDataset href "../ReferenceDataOrDataset" DataStandardOrTool <|-- ReferenceDataOrDataset + click DataStandardOrTool href "../DataStandardOrTool" ReferenceDataOrDataset : category ReferenceDataOrDataset : collection - ReferenceDataOrDataset ..> StandardsCollectionTag : collection + + + + ReferenceDataOrDataset --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + ReferenceDataOrDataset : concerns_data_topic - ReferenceDataOrDataset ..> DataTopic : concerns_data_topic + + + + ReferenceDataOrDataset --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + ReferenceDataOrDataset : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset](h ReferenceDataOrDataset : has_relevant_organization - ReferenceDataOrDataset ..> Organization : has_relevant_organization + + + + ReferenceDataOrDataset --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + ReferenceDataOrDataset : has_training_resource + + + + + ReferenceDataOrDataset --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + ReferenceDataOrDataset : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset](h ReferenceDataOrDataset : related_to - ReferenceDataOrDataset ..> NamedThing : related_to + + + + ReferenceDataOrDataset --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + ReferenceDataOrDataset : requires_registration ReferenceDataOrDataset : subclass_of - ReferenceDataOrDataset ..> NamedThing : subclass_of + + + + ReferenceDataOrDataset --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + ReferenceDataOrDataset : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset](h | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset](h - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceDataOrDataset](h + + ## LinkML Source @@ -150,7 +196,6 @@ name: ReferenceDataOrDataset description: Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -164,7 +209,6 @@ name: ReferenceDataOrDataset description: Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -174,12 +218,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: ReferenceDataOrDataset domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -188,13 +232,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: ReferenceDataOrDataset domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -202,13 +246,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: ReferenceDataOrDataset domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: ReferenceDataOrDataset + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -235,8 +293,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -358,20 +416,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: ReferenceDataOrDataset domain_of: - NamedThing range: NamedThing + multivalued: true 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: ReferenceDataOrDataset @@ -380,6 +437,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/ReferenceImplementation.md b/docs/ReferenceImplementation.md index 7962e88..9ffd4bc 100644 --- a/docs/ReferenceImplementation.md +++ b/docs/ReferenceImplementation.md @@ -1,27 +1,47 @@ + + # Class: ReferenceImplementation + + _Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation](https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation) + + + ```mermaid classDiagram class ReferenceImplementation + click ReferenceImplementation href "../ReferenceImplementation" DataStandardOrTool <|-- ReferenceImplementation + click DataStandardOrTool href "../DataStandardOrTool" ReferenceImplementation : category ReferenceImplementation : collection - ReferenceImplementation ..> StandardsCollectionTag : collection + + + + ReferenceImplementation --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + ReferenceImplementation : concerns_data_topic - ReferenceImplementation ..> DataTopic : concerns_data_topic + + + + ReferenceImplementation --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + ReferenceImplementation : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation]( ReferenceImplementation : has_relevant_organization - ReferenceImplementation ..> Organization : has_relevant_organization + + + + ReferenceImplementation --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + ReferenceImplementation : has_training_resource + + + + + ReferenceImplementation --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + ReferenceImplementation : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation]( ReferenceImplementation : related_to - ReferenceImplementation ..> NamedThing : related_to + + + + ReferenceImplementation --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + ReferenceImplementation : requires_registration ReferenceImplementation : subclass_of - ReferenceImplementation ..> NamedThing : subclass_of + + + + ReferenceImplementation --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + ReferenceImplementation : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation]( | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation]( - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ReferenceImplementation]( + + ## LinkML Source @@ -151,7 +197,6 @@ description: Represents an implementation of one or more standards or tools in t Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -166,7 +211,6 @@ description: Represents an implementation of one or more standards or tools in t Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -176,12 +220,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: ReferenceImplementation domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -190,13 +234,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: ReferenceImplementation domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -204,13 +248,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: ReferenceImplementation domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: ReferenceImplementation + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -237,8 +295,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -360,20 +418,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: ReferenceImplementation domain_of: - NamedThing range: NamedThing + multivalued: true 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: ReferenceImplementation @@ -382,6 +439,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/Registry.md b/docs/Registry.md index 0997682..62d1964 100644 --- a/docs/Registry.md +++ b/docs/Registry.md @@ -1,27 +1,47 @@ + + # 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](https://w3id.org/bridge2ai/standards-schema-all/:Registry) + + + ```mermaid classDiagram class Registry + click Registry href "../Registry" DataStandardOrTool <|-- Registry + click DataStandardOrTool href "../DataStandardOrTool" Registry : category Registry : collection - Registry ..> StandardsCollectionTag : collection + + + + Registry --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + Registry : concerns_data_topic - Registry ..> DataTopic : concerns_data_topic + + + + Registry --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + Registry : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Registry](https://w3id.or Registry : has_relevant_organization - Registry ..> Organization : has_relevant_organization + + + + Registry --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + Registry : has_training_resource + + + + + Registry --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + Registry : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Registry](https://w3id.or Registry : related_to - Registry ..> NamedThing : related_to + + + + Registry --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + Registry : requires_registration Registry : subclass_of - Registry ..> NamedThing : subclass_of + + + + Registry --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + Registry : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Registry](https://w3id.or | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Registry](https://w3id.or - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:Registry](https://w3id.or + + ## LinkML Source @@ -150,7 +196,6 @@ 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 ``` @@ -164,7 +209,6 @@ 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: @@ -174,12 +218,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: Registry domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -188,13 +232,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: Registry domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -202,13 +246,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: Registry domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: Registry + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -235,8 +293,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -358,20 +416,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: Registry domain_of: - NamedThing range: NamedThing + multivalued: true 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 @@ -380,6 +437,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/RorIdentifier.md b/docs/RorIdentifier.md index 1283108..689ed03 100644 --- a/docs/RorIdentifier.md +++ b/docs/RorIdentifier.md @@ -1,9 +1,12 @@ # Type: RorIdentifier + + _Identifier from Research Organization Registry._ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -43,3 +46,13 @@ Instances of this class *should* have identifiers with one of the following pref + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:ror_identifier | +| native | https://w3id.org/bridge2ai/standards-schema-all/:ror_identifier | + + + diff --git a/docs/SoftwareOrTool.md b/docs/SoftwareOrTool.md index 74fc3a8..43d76f7 100644 --- a/docs/SoftwareOrTool.md +++ b/docs/SoftwareOrTool.md @@ -1,27 +1,47 @@ + + # Class: SoftwareOrTool + + _Represents a piece of software or computational tool in the Bridge2AI Standards Registry._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool](https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool) + + + ```mermaid classDiagram class SoftwareOrTool + click SoftwareOrTool href "../SoftwareOrTool" DataStandardOrTool <|-- SoftwareOrTool + click DataStandardOrTool href "../DataStandardOrTool" SoftwareOrTool : category SoftwareOrTool : collection - SoftwareOrTool ..> StandardsCollectionTag : collection + + + + SoftwareOrTool --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + SoftwareOrTool : concerns_data_topic - SoftwareOrTool ..> DataTopic : concerns_data_topic + + + + SoftwareOrTool --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + SoftwareOrTool : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool](https://w SoftwareOrTool : has_relevant_organization - SoftwareOrTool ..> Organization : has_relevant_organization + + + + SoftwareOrTool --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + SoftwareOrTool : has_training_resource + + + + + SoftwareOrTool --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + SoftwareOrTool : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool](https://w SoftwareOrTool : related_to - SoftwareOrTool ..> NamedThing : related_to + + + + SoftwareOrTool --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + SoftwareOrTool : requires_registration SoftwareOrTool : subclass_of - SoftwareOrTool ..> NamedThing : subclass_of + + + + SoftwareOrTool --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + SoftwareOrTool : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool](https://w | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool](https://w - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:SoftwareOrTool](https://w + + ## LinkML Source @@ -150,7 +196,6 @@ name: SoftwareOrTool description: Represents a piece of software or computational tool in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -164,7 +209,6 @@ name: SoftwareOrTool description: Represents a piece of software or computational tool in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -174,12 +218,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: SoftwareOrTool domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -188,13 +232,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: SoftwareOrTool domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -202,13 +246,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: SoftwareOrTool domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: SoftwareOrTool + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -235,8 +293,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -358,20 +416,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: SoftwareOrTool domain_of: - NamedThing range: NamedThing + multivalued: true 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: SoftwareOrTool @@ -380,6 +437,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/Sparqlpath.md b/docs/Sparqlpath.md new file mode 100644 index 0000000..914293d --- /dev/null +++ b/docs/Sparqlpath.md @@ -0,0 +1,49 @@ +# Type: Sparqlpath + + + + +_A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF._ + + + +URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +* [base](https://w3id.org/linkml/base): str + +* [uri](https://w3id.org/linkml/uri): xsd:string + +* [repr](https://w3id.org/linkml/repr): str + + + + + + + + +## Identifier and Mapping Information + + + + + + + +### Schema Source + + +* from schema: https://w3id.org/bridge2ai/standards-schema-all + + + + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | https://w3id.org/bridge2ai/standards-schema-all/:sparqlpath | + + + diff --git a/docs/StandardsCollectionTag.md b/docs/StandardsCollectionTag.md index 7b2be91..fbc63dc 100644 --- a/docs/StandardsCollectionTag.md +++ b/docs/StandardsCollectionTag.md @@ -1,10 +1,13 @@ # Enum: StandardsCollectionTag + + _Tags for specific sets of standards._ -URI: [StandardsCollectionTag](StandardsCollectionTag) + +URI: [StandardsCollectionTag](StandardsCollectionTag.md) ## Permissible Values @@ -76,6 +79,8 @@ URI: [StandardsCollectionTag](StandardsCollectionTag) + + ## LinkML Source
diff --git a/docs/String.md b/docs/String.md index d01dfcf..48fea39 100644 --- a/docs/String.md +++ b/docs/String.md @@ -1,9 +1,12 @@ # Type: String + + _A character string_ + URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) * [base](https://w3id.org/linkml/base): str @@ -33,3 +36,14 @@ URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:string | +| native | https://w3id.org/bridge2ai/standards-schema-all/:string | +| exact | schema:Text | + + + diff --git a/docs/Time.md b/docs/Time.md index 597e771..1f03378 100644 --- a/docs/Time.md +++ b/docs/Time.md @@ -1,14 +1,17 @@ # Type: Time + + _A time object represents a (local) time of day, independent of any particular day_ -URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +URI: [xsd:time](http://www.w3.org/2001/XMLSchema#time) * [base](https://w3id.org/linkml/base): XSDTime -* [uri](https://w3id.org/linkml/uri): xsd:dateTime +* [uri](https://w3id.org/linkml/uri): xsd:time * [repr](https://w3id.org/linkml/repr): str @@ -34,3 +37,14 @@ URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:time | +| native | https://w3id.org/bridge2ai/standards-schema-all/:time | +| exact | schema:Time | + + + diff --git a/docs/TrainingProgram.md b/docs/TrainingProgram.md index 01db45b..88d912e 100644 --- a/docs/TrainingProgram.md +++ b/docs/TrainingProgram.md @@ -1,27 +1,47 @@ + + # Class: TrainingProgram + + _Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram](https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram) + + + ```mermaid classDiagram class TrainingProgram + click TrainingProgram href "../TrainingProgram" DataStandardOrTool <|-- TrainingProgram + click DataStandardOrTool href "../DataStandardOrTool" TrainingProgram : category TrainingProgram : collection - TrainingProgram ..> StandardsCollectionTag : collection + + + + TrainingProgram --> "*" StandardsCollectionTag : collection + click StandardsCollectionTag href "../StandardsCollectionTag" + TrainingProgram : concerns_data_topic - TrainingProgram ..> DataTopic : concerns_data_topic + + + + TrainingProgram --> "*" DataTopic : concerns_data_topic + click DataTopic href "../DataTopic" + TrainingProgram : contribution_date @@ -37,7 +57,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram](https:// TrainingProgram : has_relevant_organization - TrainingProgram ..> Organization : has_relevant_organization + + + + TrainingProgram --> "*" Organization : has_relevant_organization + click Organization href "../Organization" + + + TrainingProgram : has_training_resource + + + + + TrainingProgram --> "*" DataStandardOrTool : has_training_resource + click DataStandardOrTool href "../DataStandardOrTool" + TrainingProgram : id @@ -53,13 +87,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram](https:// TrainingProgram : related_to - TrainingProgram ..> NamedThing : related_to + + + + TrainingProgram --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + TrainingProgram : requires_registration TrainingProgram : subclass_of - TrainingProgram ..> NamedThing : subclass_of + + + + TrainingProgram --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + TrainingProgram : url @@ -81,22 +125,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram](https:// | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [collection](collection.md) | 0..*
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | -| [concerns_data_topic](concerns_data_topic.md) | 0..*
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | -| [has_relevant_organization](has_relevant_organization.md) | 0..*
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [collection](collection.md) | *
[StandardsCollectionTag](StandardsCollectionTag.md) | Tags for specific sets of standards | [DataStandardOrTool](DataStandardOrTool.md) | +| [concerns_data_topic](concerns_data_topic.md) | *
[DataTopic](DataTopic.md) | Subject standard is generally applied in the context of object data topic | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_relevant_organization](has_relevant_organization.md) | *
[Organization](Organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | [DataStandardOrTool](DataStandardOrTool.md) | +| [has_training_resource](has_training_resource.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | Relevant training resources, standard usage manuals, or other documentation f... | [DataStandardOrTool](DataStandardOrTool.md) | | [purpose_detail](purpose_detail.md) | 0..1
[String](String.md) | Text description of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [is_open](is_open.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool FAIR and available free of cost? | [DataStandardOrTool](DataStandardOrTool.md) | -| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registrion of a user or group with... | [DataStandardOrTool](DataStandardOrTool.md) | +| [requires_registration](requires_registration.md) | 0..1
[Boolean](Boolean.md) | Does usage of the standard or tool require registration of a user or group wi... | [DataStandardOrTool](DataStandardOrTool.md) | | [url](url.md) | 0..1
[Uriorcurie](Uriorcurie.md) | URL for basic documentation of the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [publication](publication.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant publication for the standard or tool | [DataStandardOrTool](DataStandardOrTool.md) | | [formal_specification](formal_specification.md) | 0..1
[Uriorcurie](Uriorcurie.md) | Relevant code repository or other location for a formal specification of the ... | [DataStandardOrTool](DataStandardOrTool.md) | | [not_relevant_to_dgps](not_relevant_to_dgps.md) | 0..1
[Boolean](Boolean.md) | Is the standard or tool currently relevant to DGPs? | [DataStandardOrTool](DataStandardOrTool.md) | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -126,7 +171,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram](https:// - ## Mappings | Mapping Type | Mapped Value | @@ -138,6 +182,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:TrainingProgram](https:// + + ## LinkML Source @@ -150,7 +196,6 @@ name: TrainingProgram description: Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool ``` @@ -164,7 +209,6 @@ name: TrainingProgram description: Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: DataStandardOrTool attributes: collection: @@ -174,12 +218,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: collection owner: TrainingProgram domain_of: - DataStandardOrTool range: StandardsCollectionTag + multivalued: true concerns_data_topic: name: concerns_data_topic description: Subject standard is generally applied in the context of object data @@ -188,13 +232,13 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: concerns_data_topic owner: TrainingProgram domain_of: - DataStandardOrTool range: DataTopic + multivalued: true has_relevant_organization: name: has_relevant_organization description: Subject standard is managed or otherwise guided buy the object organization(s). @@ -202,13 +246,27 @@ attributes: rank: 1000 is_a: related_to domain: DataStandardOrTool - multivalued: true inherited: true alias: has_relevant_organization owner: TrainingProgram domain_of: - DataStandardOrTool range: Organization + multivalued: true + has_training_resource: + name: has_training_resource + description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. + from_schema: https://w3id.org/bridge2ai/standards-schema-all + rank: 1000 + is_a: node_property + domain: NamedThing + alias: has_training_resource + owner: TrainingProgram + domain_of: + - DataStandardOrTool + range: DataStandardOrTool + multivalued: true purpose_detail: name: purpose_detail description: Text description of the standard or tool. @@ -235,8 +293,8 @@ attributes: 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? + description: Does usage of the standard or tool require registration 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 @@ -358,20 +416,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: TrainingProgram domain_of: - NamedThing range: NamedThing + multivalued: true 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: TrainingProgram @@ -380,6 +437,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/Uri.md b/docs/Uri.md index 7853307..81593ca 100644 --- a/docs/Uri.md +++ b/docs/Uri.md @@ -1,9 +1,12 @@ # Type: Uri + + _a complete URI_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URI @@ -38,3 +41,14 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | https://w3id.org/bridge2ai/standards-schema-all/:uri | +| close | schema:URL | + + + diff --git a/docs/Uriorcurie.md b/docs/Uriorcurie.md index cad4d78..bf14f0c 100644 --- a/docs/Uriorcurie.md +++ b/docs/Uriorcurie.md @@ -1,9 +1,12 @@ # Type: Uriorcurie + + _a URI or a CURIE_ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -34,3 +37,13 @@ URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | xsd:anyURI | +| native | https://w3id.org/bridge2ai/standards-schema-all/:uriorcurie | + + + diff --git a/docs/UseCase.md b/docs/UseCase.md index 9bae4e8..5140f80 100644 --- a/docs/UseCase.md +++ b/docs/UseCase.md @@ -1,21 +1,36 @@ + + # Class: UseCase + + _Represents a use case for Bridge2AI standards._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org/bridge2ai/standards-schema-all/:UseCase) + + + ```mermaid classDiagram class UseCase + click UseCase href "../UseCase" NamedThing <|-- UseCase + click NamedThing href "../NamedThing" UseCase : alternative_standards_and_tools - UseCase ..> DataStandardOrTool : alternative_standards_and_tools + + + + UseCase --> "*" DataStandardOrTool : alternative_standards_and_tools + click DataStandardOrTool href "../DataStandardOrTool" + UseCase : category @@ -29,17 +44,32 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org UseCase : data_substrates - UseCase ..> DataSubstrate : data_substrates + + + + UseCase --> "*" DataSubstrate : data_substrates + click DataSubstrate href "../DataSubstrate" + UseCase : data_topics - UseCase ..> DataTopic : data_topics + + + + UseCase --> "*" DataTopic : data_topics + click DataTopic href "../DataTopic" + UseCase : description UseCase : enables - UseCase ..> UseCase : enables + + + + UseCase --> "*" UseCase : enables + click UseCase href "../UseCase" + UseCase : id @@ -55,23 +85,48 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org UseCase : related_to - UseCase ..> NamedThing : related_to + + + + UseCase --> "*" NamedThing : related_to + click NamedThing href "../NamedThing" + UseCase : relevance_to_dgps - UseCase ..> DataGeneratingProject : relevance_to_dgps + + + + UseCase --> "*" DataGeneratingProject : relevance_to_dgps + click DataGeneratingProject href "../DataGeneratingProject" + UseCase : standards_and_tools_for_dgp_use - UseCase ..> DataStandardOrTool : standards_and_tools_for_dgp_use + + + + UseCase --> "*" DataStandardOrTool : standards_and_tools_for_dgp_use + click DataStandardOrTool href "../DataStandardOrTool" + UseCase : subclass_of - UseCase ..> NamedThing : subclass_of + + + + UseCase --> "*" NamedThing : subclass_of + click NamedThing href "../NamedThing" + UseCase : use_case_category - UseCase ..> UseCaseCategory : use_case_category + + + + UseCase --> "1" UseCaseCategory : use_case_category + click UseCaseCategory href "../UseCaseCategory" + UseCase : xref @@ -92,24 +147,24 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [use_case_category](use_case_category.md) | 0..1
[UseCaseCategory](UseCaseCategory.md) | Category of the UseCase | direct | +| [use_case_category](use_case_category.md) | 1
[UseCaseCategory](UseCaseCategory.md) | Category of the UseCase | direct | | [known_limitations](known_limitations.md) | 0..1
[String](String.md) | Any current obstacles to implementing this use case | direct | -| [relevance_to_dgps](relevance_to_dgps.md) | 0..*
[DataGeneratingProject](DataGeneratingProject.md) | Relevance of the use case to one or more DGPs | direct | -| [data_topics](data_topics.md) | 0..*
[DataTopic](DataTopic.md) | Relevance of the use case to one or more data topics | direct | -| [data_substrates](data_substrates.md) | 0..*
[DataSubstrate](DataSubstrate.md) | Relevance of the use case to one or more data substrates | direct | -| [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | 0..*
[DataStandardOrTool](DataStandardOrTool.md) | List of identifiers of standards and tools; those planned to be used, or alre... | direct | -| [alternative_standards_and_tools](alternative_standards_and_tools.md) | 0..*
[DataStandardOrTool](DataStandardOrTool.md) | List of identifiers of standards and tools; those not explicitly planned to b... | direct | -| [enables](enables.md) | 0..*
[UseCase](UseCase.md) | Other use case(s) this use case supports or makes possible | direct | +| [relevance_to_dgps](relevance_to_dgps.md) | *
[DataGeneratingProject](DataGeneratingProject.md) | Relevance of the use case to one or more DGPs | direct | +| [data_topics](data_topics.md) | *
[DataTopic](DataTopic.md) | Relevance of the use case to one or more data topics | direct | +| [data_substrates](data_substrates.md) | *
[DataSubstrate](DataSubstrate.md) | Relevance of the use case to one or more data substrates | direct | +| [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | List of identifiers of standards and tools; those planned to be used, or alre... | direct | +| [alternative_standards_and_tools](alternative_standards_and_tools.md) | *
[DataStandardOrTool](DataStandardOrTool.md) | List of identifiers of standards and tools; those not explicitly planned to b... | direct | +| [enables](enables.md) | *
[UseCase](UseCase.md) | Other use case(s) this use case supports or makes possible | direct | | [involved_in_experimental_design](involved_in_experimental_design.md) | 0..1
[Boolean](Boolean.md) | True if use case is likely to be implemented as part of an experimental proce... | direct | | [involved_in_metadata_management](involved_in_metadata_management.md) | 0..1
[Boolean](Boolean.md) | True if use case is likely to be implemented as part of metadata indexing, sa... | direct | | [involved_in_quality_control](involved_in_quality_control.md) | 0..1
[Boolean](Boolean.md) | True is use case is likely to be implemented as part of data validation opera... | direct | -| [xref](xref.md) | 0..*
[Uriorcurie](Uriorcurie.md) | URI of corresponding class in an ontology of experimental procedures, in CURI... | direct | -| [id](id.md) | 1..1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | +| [xref](xref.md) | *
[Uriorcurie](Uriorcurie.md) | URI of corresponding class in an ontology of experimental procedures, in CURI... | direct | +| [id](id.md) | 1
[Uriorcurie](Uriorcurie.md) | A unique identifier for a thing | [NamedThing](NamedThing.md) | | [category](category.md) | 0..1
[CategoryType](CategoryType.md) | Name of the high level ontology class in which this entity is categorized | [NamedThing](NamedThing.md) | | [name](name.md) | 0..1
[String](String.md) | A human-readable name for a thing | [NamedThing](NamedThing.md) | | [description](description.md) | 0..1
[String](String.md) | A human-readable description for a thing | [NamedThing](NamedThing.md) | -| [subclass_of](subclass_of.md) | 0..*
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | -| [related_to](related_to.md) | 0..*
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | +| [subclass_of](subclass_of.md) | *
[NamedThing](NamedThing.md) | Holds between two classes where the domain class is a specialization of the r... | [NamedThing](NamedThing.md) | +| [related_to](related_to.md) | *
[NamedThing](NamedThing.md) | A relationship that is asserted between two named things | [NamedThing](NamedThing.md) | | [contributor_name](contributor_name.md) | 0..1
[String](String.md) | The name of the person who added this node | [NamedThing](NamedThing.md) | | [contributor_github_name](contributor_github_name.md) | 0..1
[String](String.md) | The name of the github user who added this node | [NamedThing](NamedThing.md) | | [contributor_orcid](contributor_orcid.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The ORCiD of the person who added this node | [NamedThing](NamedThing.md) | @@ -147,7 +202,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org - ## Mappings | Mapping Type | Mapped Value | @@ -159,6 +213,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org + + ## LinkML Source @@ -170,7 +226,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org name: UseCase description: Represents a use case for Bridge2AI standards. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing slots: - use_case_category @@ -188,8 +243,6 @@ slots: slot_usage: use_case_category: name: use_case_category - domain_of: - - UseCase required: true ``` @@ -202,13 +255,10 @@ slot_usage: name: UseCase description: Represents a use case for Bridge2AI standards. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 is_a: NamedThing slot_usage: use_case_category: name: use_case_category - domain_of: - - UseCase required: true attributes: use_case_category: @@ -244,12 +294,12 @@ attributes: description: Relevance of the use case to one or more DGPs. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 - multivalued: true alias: relevance_to_dgps owner: UseCase domain_of: - UseCase range: DataGeneratingProject + multivalued: true data_topics: name: data_topics description: Relevance of the use case to one or more data topics. @@ -257,12 +307,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: data_topics owner: UseCase domain_of: - UseCase range: DataTopic + multivalued: true data_substrates: name: data_substrates description: Relevance of the use case to one or more data substrates. @@ -270,12 +320,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: data_substrates owner: UseCase domain_of: - UseCase range: DataSubstrate + multivalued: true standards_and_tools_for_dgp_use: name: standards_and_tools_for_dgp_use description: List of identifiers of standards and tools; those planned to be used, @@ -286,12 +336,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: standards_and_tools_for_dgp_use owner: UseCase domain_of: - UseCase range: DataStandardOrTool + multivalued: true alternative_standards_and_tools: name: alternative_standards_and_tools description: List of identifiers of standards and tools; those not explicitly @@ -301,12 +351,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: alternative_standards_and_tools owner: UseCase domain_of: - UseCase range: DataStandardOrTool + multivalued: true enables: name: enables description: Other use case(s) this use case supports or makes possible. @@ -314,12 +364,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: enables owner: UseCase domain_of: - UseCase range: UseCase + multivalued: true involved_in_experimental_design: name: involved_in_experimental_design description: True if use case is likely to be implemented as part of an experimental @@ -372,12 +422,12 @@ attributes: rank: 1000 is_a: node_property domain: NamedThing - multivalued: true alias: xref owner: UseCase domain_of: - UseCase range: uriorcurie + multivalued: true id: name: id description: A unique identifier for a thing. @@ -440,20 +490,19 @@ attributes: rank: 1000 is_a: related_to domain: NamedThing - multivalued: true inherited: true alias: subclass_of owner: UseCase domain_of: - NamedThing range: NamedThing + multivalued: true 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: UseCase @@ -462,6 +511,7 @@ attributes: - Organization symmetric: true range: NamedThing + multivalued: true contributor_name: name: contributor_name description: The name of the person who added this node. diff --git a/docs/UseCaseCategory.md b/docs/UseCaseCategory.md index 2a9fbea..3046049 100644 --- a/docs/UseCaseCategory.md +++ b/docs/UseCaseCategory.md @@ -1,10 +1,13 @@ # Enum: UseCaseCategory + + _Category of use case._ -URI: [UseCaseCategory](UseCaseCategory) + +URI: [UseCaseCategory](UseCaseCategory.md) ## Permissible Values @@ -47,6 +50,8 @@ URI: [UseCaseCategory](UseCaseCategory) + + ## LinkML Source
diff --git a/docs/UseCaseContainer.md b/docs/UseCaseContainer.md index c311412..1f4a8e4 100644 --- a/docs/UseCaseContainer.md +++ b/docs/UseCaseContainer.md @@ -1,19 +1,33 @@ + + # Class: UseCaseContainer + + _A container for UseCase._ + URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCaseContainer](https://w3id.org/bridge2ai/standards-schema-all/:UseCaseContainer) + + + ```mermaid classDiagram class UseCaseContainer + click UseCaseContainer href "../UseCaseContainer" UseCaseContainer : use_cases - UseCaseContainer ..> UseCase : use_cases + + + + UseCaseContainer --> "*" UseCase : use_cases + click UseCase href "../UseCase" + ``` @@ -28,7 +42,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCaseContainer](https:/ | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | -| [use_cases](use_cases.md) | 0..*
[UseCase](UseCase.md) | Collection of associated use cases | direct | +| [use_cases](use_cases.md) | *
[UseCase](UseCase.md) | Collection of associated use cases | direct | @@ -54,7 +68,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCaseContainer](https:/ - ## Mappings | Mapping Type | Mapped Value | @@ -66,6 +79,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCaseContainer](https:/ + + ## LinkML Source @@ -77,7 +92,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCaseContainer](https:/ name: UseCaseContainer description: A container for UseCase. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 slots: - use_cases @@ -91,19 +105,18 @@ slots: name: UseCaseContainer description: A container for UseCase. from_schema: https://w3id.org/bridge2ai/standards-schema-all -rank: 1000 attributes: use_cases: name: use_cases description: Collection of associated use cases from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 - multivalued: true alias: use_cases owner: UseCaseContainer domain_of: - UseCaseContainer range: UseCase + multivalued: true inlined: true inlined_as_list: true diff --git a/docs/WikidataIdentifier.md b/docs/WikidataIdentifier.md index 8f4f548..c87349d 100644 --- a/docs/WikidataIdentifier.md +++ b/docs/WikidataIdentifier.md @@ -1,9 +1,12 @@ # Type: WikidataIdentifier + + _Identifier from Wikidata open knowledge base._ + URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) * [base](https://w3id.org/linkml/base): URIorCURIE @@ -43,3 +46,13 @@ Instances of this class *should* have identifiers with one of the following pref + +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:wikidata_identifier | +| native | https://w3id.org/bridge2ai/standards-schema-all/:wikidata_identifier | + + + diff --git a/docs/alternative_standards_and_tools.md b/docs/alternative_standards_and_tools.md index 38f2c9c..425894a 100644 --- a/docs/alternative_standards_and_tools.md +++ b/docs/alternative_standards_and_tools.md @@ -1,7 +1,14 @@ + + # Slot: alternative_standards_and_tools + + _List of identifiers of standards and tools; those not explicitly planned to be used, by one or more Bridge2AI DGPs in addressing this use case but serving as viable alternatives, from those in the Standards Registry._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and_tools](https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and_tools) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and ## Properties * Range: [DataStandardOrTool](DataStandardOrTool.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and_tools | +| native | https://w3id.org/bridge2ai/standards-schema-all/:alternative_standards_and_tools | + + + + ## LinkML Source
@@ -67,11 +84,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: alternative_standards_and_tools domain_of: - UseCase range: DataStandardOrTool +multivalued: true ```
\ No newline at end of file diff --git a/docs/category.md b/docs/category.md index c3f2298..5cfb113 100644 --- a/docs/category.md +++ b/docs/category.md @@ -1,7 +1,14 @@ + + # Slot: category + + _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"._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:category](https://w3id.org/bridge2ai/standards-schema-all/:category) @@ -16,26 +23,28 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:category](https://w3id.or + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -50,8 +59,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:category](https://w3id.or - - ## Identifier and Mapping Information @@ -68,6 +75,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:category](https://w3id.or +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:category | +| native | https://w3id.org/bridge2ai/standards-schema-all/:category | + + + + ## LinkML Source
diff --git a/docs/collection.md b/docs/collection.md index 98b3c64..91f0a1c 100644 --- a/docs/collection.md +++ b/docs/collection.md @@ -1,7 +1,14 @@ + + # Slot: collection + + _Tags for specific sets of standards._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:collection](https://w3id.org/bridge2ai/standards-schema-all/:collection) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:collection](https://w3id. + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -39,10 +48,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:collection](https://w3id. ## Properties * Range: [StandardsCollectionTag](StandardsCollectionTag.md) -* Multivalued: True - - +* Multivalued: True @@ -64,6 +71,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:collection](https://w3id. +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:collection | +| native | https://w3id.org/bridge2ai/standards-schema-all/:collection | + + + + ## LinkML Source
@@ -74,11 +91,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: collection domain_of: - DataStandardOrTool range: StandardsCollectionTag +multivalued: true ```
\ No newline at end of file diff --git a/docs/concerns_data_topic.md b/docs/concerns_data_topic.md index 4b1a6fc..342967a 100644 --- a/docs/concerns_data_topic.md +++ b/docs/concerns_data_topic.md @@ -1,7 +1,14 @@ + + # Slot: concerns_data_topic + + _Subject standard is generally applied in the context of object data topic._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic](https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic](http + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -39,10 +48,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic](http ## Properties * Range: [DataTopic](DataTopic.md) -* Multivalued: True - - +* Multivalued: True @@ -64,6 +71,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic](http +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic | +| native | https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic | + + + + ## LinkML Source
@@ -74,12 +91,12 @@ 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 domain_of: - DataStandardOrTool range: DataTopic +multivalued: true ```
\ No newline at end of file diff --git a/docs/contribution_date.md b/docs/contribution_date.md index 7de2662..bd47326 100644 --- a/docs/contribution_date.md +++ b/docs/contribution_date.md @@ -1,7 +1,14 @@ + + # Slot: contribution_date + + _The date on which the node was added._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:contribution_date](https://w3id.org/bridge2ai/standards-schema-all/:contribution_date) @@ -16,26 +23,28 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contribution_date](https: + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -51,8 +60,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contribution_date](https: - - ## Examples | Value | @@ -75,6 +82,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contribution_date](https: +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:contribution_date | +| native | https://w3id.org/bridge2ai/standards-schema-all/:contribution_date | + + + + ## LinkML Source
diff --git a/docs/contributor_github_name.md b/docs/contributor_github_name.md index f7c3dea..39a1b87 100644 --- a/docs/contributor_github_name.md +++ b/docs/contributor_github_name.md @@ -1,7 +1,14 @@ + + # Slot: contributor_github_name + + _The name of the github user who added this node._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name](https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name) @@ -16,26 +23,28 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name]( + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -50,8 +59,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name]( - - ## Identifier and Mapping Information @@ -68,6 +75,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name]( +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name | +| native | https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name | + + + + ## LinkML Source
diff --git a/docs/contributor_name.md b/docs/contributor_name.md index 43bf1fd..5872e5b 100644 --- a/docs/contributor_name.md +++ b/docs/contributor_name.md @@ -1,7 +1,14 @@ + + # Slot: contributor_name + + _The name of the person who added this node._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_name](https://w3id.org/bridge2ai/standards-schema-all/:contributor_name) @@ -16,26 +23,28 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_name](https:/ + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -50,8 +59,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_name](https:/ - - ## Identifier and Mapping Information @@ -68,6 +75,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_name](https:/ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:contributor_name | +| native | https://w3id.org/bridge2ai/standards-schema-all/:contributor_name | + + + + ## LinkML Source
diff --git a/docs/contributor_orcid.md b/docs/contributor_orcid.md index 18d0ac4..26f967f 100644 --- a/docs/contributor_orcid.md +++ b/docs/contributor_orcid.md @@ -1,7 +1,14 @@ + + # Slot: contributor_orcid + + _The ORCiD of the person who added this node._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid](https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid) @@ -16,26 +23,28 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid](https: + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -51,8 +60,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid](https: - - ## Examples | Value | @@ -75,6 +82,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid](https: +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid | +| native | https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid | + + + + ## LinkML Source
diff --git a/docs/data_standardortools_collection.md b/docs/data_standardortools_collection.md index 0066504..b68c9a9 100644 --- a/docs/data_standardortools_collection.md +++ b/docs/data_standardortools_collection.md @@ -1,7 +1,14 @@ + + # Slot: data_standardortools_collection + + _Collection of associated data standards or tools_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_collection](https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_collection) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_coll + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrToolContainer](DataStandardOrToolContainer.md) | A container for DataStandardOrTool(s) +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandardOrToolContainer](DataStandardOrToolContainer.md) | A container for DataStandardOrTool(s) | no | + @@ -25,10 +34,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_coll ## Properties * Range: [DataStandardOrTool](DataStandardOrTool.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_coll +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_collection | +| native | https://w3id.org/bridge2ai/standards-schema-all/:data_standardortools_collection | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: data_standardortools_collection description: Collection of associated data standards or tools from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 -multivalued: true alias: data_standardortools_collection domain_of: - DataStandardOrToolContainer range: DataStandardOrTool +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/data_substrates.md b/docs/data_substrates.md index a988a3c..10c7c3c 100644 --- a/docs/data_substrates.md +++ b/docs/data_substrates.md @@ -1,7 +1,14 @@ + + # Slot: data_substrates + + _Relevance of the use case to one or more data substrates._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates](https://w3id.org/bridge2ai/standards-schema-all/:data_substrates) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates](https:// + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates](https:// ## Properties * Range: [DataSubstrate](DataSubstrate.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates](https:// +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:data_substrates | +| native | https://w3id.org/bridge2ai/standards-schema-all/:data_substrates | + + + + ## LinkML Source
@@ -65,11 +82,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: data_substrates domain_of: - UseCase range: DataSubstrate +multivalued: true ```
\ No newline at end of file diff --git a/docs/data_substrates_collection.md b/docs/data_substrates_collection.md index 9cd67af..d3f0f98 100644 --- a/docs/data_substrates_collection.md +++ b/docs/data_substrates_collection.md @@ -1,7 +1,14 @@ + + # Slot: data_substrates_collection + + _Collection of associated data substrates_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collection](https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collection) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collectio + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataSubstrateContainer](DataSubstrateContainer.md) | A container for DataSubstrates +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataSubstrateContainer](DataSubstrateContainer.md) | A container for DataSubstrates | no | + @@ -25,10 +34,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collectio ## Properties * Range: [DataSubstrate](DataSubstrate.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collectio +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collection | +| native | https://w3id.org/bridge2ai/standards-schema-all/:data_substrates_collection | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: data_substrates_collection description: Collection of associated data substrates from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 -multivalued: true alias: data_substrates_collection domain_of: - DataSubstrateContainer range: DataSubstrate +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/data_topics.md b/docs/data_topics.md index dd34d8d..8998ca0 100644 --- a/docs/data_topics.md +++ b/docs/data_topics.md @@ -1,7 +1,14 @@ + + # Slot: data_topics + + _Relevance of the use case to one or more data topics._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics](https://w3id.org/bridge2ai/standards-schema-all/:data_topics) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics](https://w3id + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics](https://w3id ## Properties * Range: [DataTopic](DataTopic.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics](https://w3id +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:data_topics | +| native | https://w3id.org/bridge2ai/standards-schema-all/:data_topics | + + + + ## LinkML Source
@@ -65,11 +82,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: data_topics domain_of: - UseCase range: DataTopic +multivalued: true ```
\ No newline at end of file diff --git a/docs/data_topics_collection.md b/docs/data_topics_collection.md index 89bc750..9d68215 100644 --- a/docs/data_topics_collection.md +++ b/docs/data_topics_collection.md @@ -1,7 +1,14 @@ + + # Slot: data_topics_collection + + _Collection of associated data topics._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection](https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection](h + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataTopicContainer](DataTopicContainer.md) | A container for DataTopics +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataTopicContainer](DataTopicContainer.md) | A container for DataTopics | no | + @@ -25,10 +34,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection](h ## Properties * Range: [DataTopic](DataTopic.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection](h +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection | +| native | https://w3id.org/bridge2ai/standards-schema-all/:data_topics_collection | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: data_topics_collection description: Collection of associated data topics. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 -multivalued: true alias: data_topics_collection domain_of: - DataTopicContainer range: DataTopic +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/description.md b/docs/description.md index 4a8ee14..504c248 100644 --- a/docs/description.md +++ b/docs/description.md @@ -1,7 +1,14 @@ + + # Slot: description + + _A human-readable description for a thing._ + + + URI: [schema:description](http://schema.org/description) @@ -11,26 +18,28 @@ URI: [schema:description](http://schema.org/description) + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -45,8 +54,6 @@ URI: [schema:description](http://schema.org/description) - - ## Identifier and Mapping Information @@ -63,6 +70,16 @@ URI: [schema:description](http://schema.org/description) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | schema:description | +| native | https://w3id.org/bridge2ai/standards-schema-all/:description | + + + + ## LinkML Source
diff --git a/docs/edam_id.md b/docs/edam_id.md index 02efe58..ebdb267 100644 --- a/docs/edam_id.md +++ b/docs/edam_id.md @@ -1,7 +1,14 @@ + + # Slot: edam_id + + _Unique EDAM identifier_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:edam_id](https://w3id.org/bridge2ai/standards-schema-all/:edam_id) @@ -11,12 +18,14 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:edam_id](https://w3id.org + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | + @@ -32,8 +41,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:edam_id](https://w3id.org - - ## Examples | Value | @@ -56,6 +63,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:edam_id](https://w3id.org +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:edam_id | +| native | https://w3id.org/bridge2ai/standards-schema-all/:edam_id | + + + + ## LinkML Source
@@ -73,8 +90,8 @@ values_from: - edam.topic alias: edam_id domain_of: -- DataTopic - DataSubstrate +- DataTopic range: edam_identifier ``` diff --git a/docs/enables.md b/docs/enables.md index de228ee..b801cfd 100644 --- a/docs/enables.md +++ b/docs/enables.md @@ -1,7 +1,14 @@ + + # Slot: enables + + _Other use case(s) this use case supports or makes possible._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:enables](https://w3id.org/bridge2ai/standards-schema-all/:enables) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:enables](https://w3id.org + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:enables](https://w3id.org ## Properties * Range: [UseCase](UseCase.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:enables](https://w3id.org +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:enables | +| native | https://w3id.org/bridge2ai/standards-schema-all/:enables | + + + + ## LinkML Source
@@ -65,11 +82,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: enables domain_of: - UseCase range: UseCase +multivalued: true ```
\ No newline at end of file diff --git a/docs/file_extensions.md b/docs/file_extensions.md index 1af40dc..8967e22 100644 --- a/docs/file_extensions.md +++ b/docs/file_extensions.md @@ -1,7 +1,14 @@ + + # Slot: file_extensions + + _Commonly used file extensions for this substrate._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:file_extensions](https://w3id.org/bridge2ai/standards-schema-all/:file_extensions) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:file_extensions](https:// + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:file_extensions](https:// ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:file_extensions](https:// +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:file_extensions | +| native | https://w3id.org/bridge2ai/standards-schema-all/:file_extensions | + + + + ## LinkML Source
@@ -65,11 +82,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: file_extensions domain_of: - DataSubstrate range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/formal_specification.md b/docs/formal_specification.md index 8a4fd6d..1f420bb 100644 --- a/docs/formal_specification.md +++ b/docs/formal_specification.md @@ -1,7 +1,14 @@ + + # Slot: formal_specification + + _Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:formal_specification](https://w3id.org/bridge2ai/standards-schema-all/:formal_specification) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:formal_specification](htt + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -44,8 +53,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:formal_specification](htt - - ## Identifier and Mapping Information @@ -62,6 +69,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:formal_specification](htt +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:formal_specification | +| native | https://w3id.org/bridge2ai/standards-schema-all/:formal_specification | + + + + ## LinkML Source
diff --git a/docs/has_relevant_organization.md b/docs/has_relevant_organization.md index 6e9fdb4..76cbb77 100644 --- a/docs/has_relevant_organization.md +++ b/docs/has_relevant_organization.md @@ -1,7 +1,14 @@ + + # Slot: has_relevant_organization + + _Subject standard is managed or otherwise guided buy the object organization(s)._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization](https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -39,10 +48,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization ## Properties * Range: [Organization](Organization.md) -* Multivalued: True - - +* Multivalued: True @@ -64,6 +71,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization | +| native | https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization | + + + + ## LinkML Source
@@ -74,12 +91,12 @@ 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 domain_of: - DataStandardOrTool range: Organization +multivalued: true ```
\ No newline at end of file diff --git a/docs/has_training_resource.md b/docs/has_training_resource.md new file mode 100644 index 0000000..99c6c77 --- /dev/null +++ b/docs/has_training_resource.md @@ -0,0 +1,102 @@ + + +# Slot: has_training_resource + + +_Relevant training resources, standard usage manuals, or other documentation for the standard or tool._ + + + + + +URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_training_resource](https://w3id.org/bridge2ai/standards-schema-all/:has_training_resource) + + + + +## Inheritance + +* [node_property](node_property.md) + * **has_training_resource** + + + + + + +## Applicable Classes + +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + + + + + + + +## Properties + +* Range: [DataStandardOrTool](DataStandardOrTool.md) + +* Multivalued: True + + + + + +## 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/:has_training_resource | +| native | https://w3id.org/bridge2ai/standards-schema-all/:has_training_resource | + + + + +## LinkML Source + +
+```yaml +name: has_training_resource +description: Relevant training resources, standard usage manuals, or other documentation + for the standard or tool. +from_schema: https://w3id.org/bridge2ai/standards-schema-all +rank: 1000 +is_a: node_property +domain: NamedThing +alias: has_training_resource +domain_of: +- DataStandardOrTool +range: DataStandardOrTool +multivalued: true + +``` +
\ No newline at end of file diff --git a/docs/id.md b/docs/id.md index 6494ce0..a4e265a 100644 --- a/docs/id.md +++ b/docs/id.md @@ -1,7 +1,14 @@ + + # Slot: id + + _A unique identifier for a thing._ + + + URI: [schema:identifier](http://schema.org/identifier) @@ -11,26 +18,28 @@ URI: [schema:identifier](http://schema.org/identifier) + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -40,10 +49,8 @@ URI: [schema:identifier](http://schema.org/identifier) ## Properties * Range: [Uriorcurie](Uriorcurie.md) -* Required: True - - +* Required: True @@ -65,6 +72,16 @@ URI: [schema:identifier](http://schema.org/identifier) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | schema:identifier | +| native | https://w3id.org/bridge2ai/standards-schema-all/:id | + + + + ## LinkML Source
diff --git a/docs/index.md b/docs/index.md index 848afe8..82ade6e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,7 @@ High-level classes for Bridge2AI Standards schemas. URI: https://w3id.org/bridge2ai/standards-schema-all + Name: standards-schema-all @@ -11,27 +12,28 @@ Name: standards-schema-all | Class | Description | | --- | --- | -| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | -| [DataStandardOrToolContainer](DataStandardOrToolContainer.md) | A container for DataStandardOrTool(s) | -| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | -| [DataSubstrateContainer](DataSubstrateContainer.md) | A container for DataSubstrates | -| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | -| [DataTopicContainer](DataTopicContainer.md) | A container for DataTopics | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | +| [DataStandardOrToolContainer](DataStandardOrToolContainer.md) | A container for DataStandardOrTool(s). | +| [DataSubstrateContainer](DataSubstrateContainer.md) | A container for DataSubstrates. | +| [DataTopicContainer](DataTopicContainer.md) | A container for DataTopics. | | [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | -| [OrganizationContainer](OrganizationContainer.md) | A container for Organizations | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | -| [UseCaseContainer](UseCaseContainer.md) | A container for UseCase | +|         [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | +|         [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry. | +|                 [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry. | +|                         [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes. | +|                 [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone. | +|                 [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. | +|                 [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. | +|                 [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case. | +|                 [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources. | +|                 [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standards Registry. | +|                 [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry. | +|         [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as "data, in this form or format", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard. | +|         [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards applied to the data. | +|         [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more Bridge2AI standards. | +|         [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards. | +| [OrganizationContainer](OrganizationContainer.md) | A container for Organizations. | +| [UseCaseContainer](UseCaseContainer.md) | A container for UseCase. | + ## Slots @@ -57,6 +59,7 @@ Name: standards-schema-all | [file_extensions](file_extensions.md) | Commonly used file extensions for this substrate | | [formal_specification](formal_specification.md) | Relevant code repository or other location for a formal specification of the ... | | [has_relevant_organization](has_relevant_organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | +| [has_training_resource](has_training_resource.md) | Relevant training resources, standard usage manuals, or other documentation f... | | [id](id.md) | A unique identifier for a thing | | [involved_in_experimental_design](involved_in_experimental_design.md) | True if use case is likely to be implemented as part of an experimental proce... | | [involved_in_metadata_management](involved_in_metadata_management.md) | True if use case is likely to be implemented as part of metadata indexing, sa... | @@ -75,7 +78,7 @@ Name: standards-schema-all | [purpose_detail](purpose_detail.md) | Text description of the standard or tool | | [related_to](related_to.md) | A relationship that is asserted between two named things | | [relevance_to_dgps](relevance_to_dgps.md) | Relevance of the use case to one or more DGPs | -| [requires_registration](requires_registration.md) | Does usage of the standard or tool require registrion of a user or group with... | +| [requires_registration](requires_registration.md) | Does usage of the standard or tool require registration of a user or group wi... | | [ror_id](ror_id.md) | Unique ROR identifier | | [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) | List of identifiers of standards and tools; those planned to be used, or alre... | | [subclass_of](subclass_of.md) | Holds between two classes where the domain class is a specialization of the r... | @@ -113,12 +116,15 @@ Name: standards-schema-all | [EdamIdentifier](EdamIdentifier.md) | Identifier from EDAM ontology | | [Float](Float.md) | A real number that conforms to the xsd:float specification | | [Integer](Integer.md) | An integer | +| [Jsonpath](Jsonpath.md) | A string encoding a JSON Path | +| [Jsonpointer](Jsonpointer.md) | A string encoding a JSON Pointer | | [MeshIdentifier](MeshIdentifier.md) | Identifier from Medical Subject Headings (MeSH) biomedical vocabulary | | [NcitIdentifier](NcitIdentifier.md) | Identifier from NCIT reference terminology with broad coverage of the cancer ... | | [Ncname](Ncname.md) | Prefix part of CURIE | | [Nodeidentifier](Nodeidentifier.md) | A URI, CURIE or BNODE that represents a node in a model | | [Objectidentifier](Objectidentifier.md) | A URI or CURIE that represents an object in the model | | [RorIdentifier](RorIdentifier.md) | Identifier from Research Organization Registry | +| [Sparqlpath](Sparqlpath.md) | A string encoding a SPARQL Property Path | | [String](String.md) | A character string | | [Time](Time.md) | A time object represents a (local) time of day, independent of any particular... | | [Uri](Uri.md) | a complete URI | diff --git a/docs/involved_in_experimental_design.md b/docs/involved_in_experimental_design.md index 924d424..6252034 100644 --- a/docs/involved_in_experimental_design.md +++ b/docs/involved_in_experimental_design.md @@ -1,7 +1,14 @@ + + # Slot: involved_in_experimental_design + + _True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_design](https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_design) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_ + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -35,8 +44,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_ - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_design | +| native | https://w3id.org/bridge2ai/standards-schema-all/:involved_in_experimental_design | + + + + ## LinkML Source
diff --git a/docs/involved_in_metadata_management.md b/docs/involved_in_metadata_management.md index a6af597..0050885 100644 --- a/docs/involved_in_metadata_management.md +++ b/docs/involved_in_metadata_management.md @@ -1,7 +1,14 @@ + + # Slot: involved_in_metadata_management + + _True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_management](https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_management) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_mana + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -35,8 +44,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_mana - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_mana +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_management | +| native | https://w3id.org/bridge2ai/standards-schema-all/:involved_in_metadata_management | + + + + ## LinkML Source
diff --git a/docs/involved_in_quality_control.md b/docs/involved_in_quality_control.md index 2e0cf0c..497634c 100644 --- a/docs/involved_in_quality_control.md +++ b/docs/involved_in_quality_control.md @@ -1,7 +1,14 @@ + + # Slot: involved_in_quality_control + + _True is use case is likely to be implemented as part of data validation operations._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_control](https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_control) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_contr + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -35,8 +44,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_contr - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_contr +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_control | +| native | https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_control | + + + + ## LinkML Source
diff --git a/docs/is_open.md b/docs/is_open.md index 8c6f79c..ad876e0 100644 --- a/docs/is_open.md +++ b/docs/is_open.md @@ -1,7 +1,14 @@ + + # Slot: is_open + + _Is the standard or tool FAIR and available free of cost?_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:is_open](https://w3id.org/bridge2ai/standards-schema-all/:is_open) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:is_open](https://w3id.org + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -44,8 +53,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:is_open](https://w3id.org - - ## Identifier and Mapping Information @@ -62,6 +69,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:is_open](https://w3id.org +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:is_open | +| native | https://w3id.org/bridge2ai/standards-schema-all/:is_open | + + + + ## LinkML Source
diff --git a/docs/known_limitations.md b/docs/known_limitations.md index 593aeee..582a89b 100644 --- a/docs/known_limitations.md +++ b/docs/known_limitations.md @@ -1,7 +1,14 @@ + + # Slot: known_limitations + + _Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:known_limitations](https://w3id.org/bridge2ai/standards-schema-all/:known_limitations) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:known_limitations](https: + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -35,8 +44,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:known_limitations](https: - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:known_limitations](https: +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:known_limitations | +| native | https://w3id.org/bridge2ai/standards-schema-all/:known_limitations | + + + + ## LinkML Source
diff --git a/docs/limitations.md b/docs/limitations.md index 25c2497..31ec71f 100644 --- a/docs/limitations.md +++ b/docs/limitations.md @@ -1,7 +1,14 @@ + + # Slot: limitations + + _Potential obstacles particular to this substrate or implementation. _ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:limitations](https://w3id.org/bridge2ai/standards-schema-all/:limitations) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:limitations](https://w3id + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:limitations](https://w3id ## Properties * Range: [String](String.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:limitations](https://w3id +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:limitations | +| native | https://w3id.org/bridge2ai/standards-schema-all/:limitations | + + + + ## LinkML Source
@@ -65,11 +82,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: limitations domain_of: - DataSubstrate range: string +multivalued: true ```
\ No newline at end of file diff --git a/docs/mesh_id.md b/docs/mesh_id.md index 7f7ffe1..9d76151 100644 --- a/docs/mesh_id.md +++ b/docs/mesh_id.md @@ -1,7 +1,14 @@ + + # Slot: mesh_id + + _Unique MeSH identifier_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:mesh_id](https://w3id.org/bridge2ai/standards-schema-all/:mesh_id) @@ -11,12 +18,14 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:mesh_id](https://w3id.org + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | + @@ -32,8 +41,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:mesh_id](https://w3id.org - - ## Examples | Value | @@ -56,6 +63,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:mesh_id](https://w3id.org +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:mesh_id | +| native | https://w3id.org/bridge2ai/standards-schema-all/:mesh_id | + + + + ## LinkML Source
@@ -70,8 +87,8 @@ values_from: - MeSH alias: mesh_id domain_of: -- DataTopic - DataSubstrate +- DataTopic range: mesh_identifier ``` diff --git a/docs/metadata_storage.md b/docs/metadata_storage.md index 437fbef..05ab566 100644 --- a/docs/metadata_storage.md +++ b/docs/metadata_storage.md @@ -1,7 +1,14 @@ + + # Slot: metadata_storage + + _Data Substrate in which metadata is stored._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:metadata_storage](https://w3id.org/bridge2ai/standards-schema-all/:metadata_storage) @@ -16,24 +23,24 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:metadata_storage](https:/ -## Applicable Classes -| Name | Description | -| --- | --- | -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +## Applicable Classes +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | -## Properties -* Range: [String](String.md) -* Multivalued: True +## Properties +* Range: [String](String.md) or 
[DataSubstrate](DataSubstrate.md) +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:metadata_storage](https:/ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:metadata_storage | +| native | https://w3id.org/bridge2ai/standards-schema-all/:metadata_storage | + + + + ## LinkML Source
@@ -65,11 +82,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: metadata_storage domain_of: - DataSubstrate range: string +multivalued: true any_of: - range: DataSubstrate - equals_string: file headers diff --git a/docs/name.md b/docs/name.md index f0ccf60..01f1b0d 100644 --- a/docs/name.md +++ b/docs/name.md @@ -1,7 +1,14 @@ + + # Slot: name + + _A human-readable name for a thing._ + + + URI: [schema:name](http://schema.org/name) @@ -11,26 +18,28 @@ URI: [schema:name](http://schema.org/name) + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -45,8 +54,6 @@ URI: [schema:name](http://schema.org/name) - - ## Identifier and Mapping Information @@ -63,6 +70,16 @@ URI: [schema:name](http://schema.org/name) +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | schema:name | +| native | https://w3id.org/bridge2ai/standards-schema-all/:name | + + + + ## LinkML Source
diff --git a/docs/ncit_id.md b/docs/ncit_id.md index d4c7e9b..0e21c14 100644 --- a/docs/ncit_id.md +++ b/docs/ncit_id.md @@ -1,7 +1,14 @@ + + # Slot: ncit_id + + _Unique NCIt Identifier_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:ncit_id](https://w3id.org/bridge2ai/standards-schema-all/:ncit_id) @@ -11,12 +18,14 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ncit_id](https://w3id.org + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | + @@ -32,8 +41,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ncit_id](https://w3id.org - - ## Examples | Value | @@ -56,6 +63,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ncit_id](https://w3id.org +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:ncit_id | +| native | https://w3id.org/bridge2ai/standards-schema-all/:ncit_id | + + + + ## LinkML Source
@@ -70,8 +87,8 @@ values_from: - NCIT alias: ncit_id domain_of: -- DataTopic - DataSubstrate +- DataTopic range: ncit_identifier ``` diff --git a/docs/node_property.md b/docs/node_property.md index da280ef..cedf65a 100644 --- a/docs/node_property.md +++ b/docs/node_property.md @@ -1,7 +1,14 @@ + + # Slot: node_property + + _A grouping for any property that holds between a node and a value._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:node_property](https://w3id.org/bridge2ai/standards-schema-all/:node_property) @@ -10,16 +17,12 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:node_property](https://w3 ## Inheritance * **node_property** - * [use_case_category](use_case_category.md) - * [known_limitations](known_limitations.md) - * [data_topics](data_topics.md) - * [data_substrates](data_substrates.md) - * [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) - * [alternative_standards_and_tools](alternative_standards_and_tools.md) - * [enables](enables.md) - * [involved_in_experimental_design](involved_in_experimental_design.md) - * [involved_in_metadata_management](involved_in_metadata_management.md) - * [involved_in_quality_control](involved_in_quality_control.md) + * [url](url.md) + * [xref](xref.md) + * [contributor_name](contributor_name.md) + * [contributor_github_name](contributor_github_name.md) + * [contributor_orcid](contributor_orcid.md) + * [contribution_date](contribution_date.md) * [collection](collection.md) * [purpose_detail](purpose_detail.md) * [is_open](is_open.md) @@ -27,16 +30,21 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:node_property](https://w3 * [requires_registration](requires_registration.md) * [publication](publication.md) * [formal_specification](formal_specification.md) + * [has_training_resource](has_training_resource.md) * [not_relevant_to_dgps](not_relevant_to_dgps.md) - * [url](url.md) - * [xref](xref.md) - * [contributor_name](contributor_name.md) - * [contributor_github_name](contributor_github_name.md) - * [contributor_orcid](contributor_orcid.md) - * [contribution_date](contribution_date.md) * [metadata_storage](metadata_storage.md) * [file_extensions](file_extensions.md) * [limitations](limitations.md) + * [use_case_category](use_case_category.md) + * [known_limitations](known_limitations.md) + * [data_topics](data_topics.md) + * [data_substrates](data_substrates.md) + * [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) + * [alternative_standards_and_tools](alternative_standards_and_tools.md) + * [enables](enables.md) + * [involved_in_experimental_design](involved_in_experimental_design.md) + * [involved_in_metadata_management](involved_in_metadata_management.md) + * [involved_in_quality_control](involved_in_quality_control.md) @@ -44,11 +52,11 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:node_property](https://w3 -## Properties -* Range: NONE +## Properties +* Range: NONE @@ -70,6 +78,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:node_property](https://w3 +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:node_property | +| native | https://w3id.org/bridge2ai/standards-schema-all/:node_property | + + + + ## LinkML Source
diff --git a/docs/not_relevant_to_dgps.md b/docs/not_relevant_to_dgps.md index 22a640c..9b06150 100644 --- a/docs/not_relevant_to_dgps.md +++ b/docs/not_relevant_to_dgps.md @@ -1,7 +1,14 @@ + + # Slot: not_relevant_to_dgps + + _Is the standard or tool currently relevant to DGPs?_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps](https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps](htt + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -44,8 +53,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps](htt - - ## Identifier and Mapping Information @@ -62,6 +69,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps](htt +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps | +| native | https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps | + + + + ## LinkML Source
diff --git a/docs/organizations.md b/docs/organizations.md index 2834f6e..f12a611 100644 --- a/docs/organizations.md +++ b/docs/organizations.md @@ -1,7 +1,14 @@ + + # Slot: organizations + + _Collection of associated organizations._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:organizations](https://w3id.org/bridge2ai/standards-schema-all/:organizations) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:organizations](https://w3 + ## Applicable Classes -| Name | Description | -| --- | --- | -[OrganizationContainer](OrganizationContainer.md) | A container for Organizations +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [OrganizationContainer](OrganizationContainer.md) | A container for Organizations | no | + @@ -25,10 +34,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:organizations](https://w3 ## Properties * Range: [Organization](Organization.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:organizations](https://w3 +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:organizations | +| native | https://w3id.org/bridge2ai/standards-schema-all/:organizations | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: organizations description: Collection of associated organizations. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 -multivalued: true alias: organizations domain_of: - OrganizationContainer range: Organization +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/publication.md b/docs/publication.md index 9ce9b35..a67ed51 100644 --- a/docs/publication.md +++ b/docs/publication.md @@ -1,7 +1,14 @@ + + # Slot: publication + + _Relevant publication for the standard or tool. Prefer a DOI or PUBMED._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:publication](https://w3id.org/bridge2ai/standards-schema-all/:publication) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:publication](https://w3id + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -44,8 +53,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:publication](https://w3id - - ## Identifier and Mapping Information @@ -62,6 +69,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:publication](https://w3id +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:publication | +| native | https://w3id.org/bridge2ai/standards-schema-all/:publication | + + + + ## LinkML Source
diff --git a/docs/purpose_detail.md b/docs/purpose_detail.md index 1d6acf3..b153db5 100644 --- a/docs/purpose_detail.md +++ b/docs/purpose_detail.md @@ -1,7 +1,14 @@ + + # Slot: purpose_detail + + _Text description of the standard or tool._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail](https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail](https://w + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -44,8 +53,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail](https://w - - ## Identifier and Mapping Information @@ -62,6 +69,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail](https://w +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail | +| native | https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail | + + + + ## LinkML Source
diff --git a/docs/related_to.md b/docs/related_to.md index 52690b7..e5294c2 100644 --- a/docs/related_to.md +++ b/docs/related_to.md @@ -1,7 +1,14 @@ + + # Slot: related_to + + _A relationship that is asserted between two named things._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:related_to](https://w3id.org/bridge2ai/standards-schema-all/:related_to) @@ -10,10 +17,11 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:related_to](https://w3id. ## Inheritance * **related_to** + * [subclass_of](subclass_of.md) * [concerns_data_topic](concerns_data_topic.md) * [has_relevant_organization](has_relevant_organization.md) * [topic_involves_anatomy](topic_involves_anatomy.md) - * [subclass_of](subclass_of.md) + @@ -21,24 +29,25 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:related_to](https://w3id. ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -48,10 +57,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:related_to](https://w3id. ## Properties * Range: [NamedThing](NamedThing.md) -* Multivalued: True - - +* Multivalued: True @@ -73,6 +80,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:related_to](https://w3id. +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:related_to | +| native | https://w3id.org/bridge2ai/standards-schema-all/:related_to | + + + + ## LinkML Source
@@ -82,7 +99,6 @@ 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 domain_of: @@ -90,6 +106,7 @@ domain_of: - Organization symmetric: true range: NamedThing +multivalued: true ```
\ No newline at end of file diff --git a/docs/relevance_to_dgps.md b/docs/relevance_to_dgps.md index b390973..65f00d7 100644 --- a/docs/relevance_to_dgps.md +++ b/docs/relevance_to_dgps.md @@ -1,7 +1,14 @@ + + # Slot: relevance_to_dgps + + _Relevance of the use case to one or more DGPs._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps](https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps](https: + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -25,10 +34,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps](https: ## Properties * Range: [DataGeneratingProject](DataGeneratingProject.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps](https: +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps | +| native | https://w3id.org/bridge2ai/standards-schema-all/:relevance_to_dgps | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: relevance_to_dgps description: Relevance of the use case to one or more DGPs. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 -multivalued: true alias: relevance_to_dgps domain_of: - UseCase range: DataGeneratingProject +multivalued: true ```
\ No newline at end of file diff --git a/docs/requires_registration.md b/docs/requires_registration.md index eba108b..2cce8ab 100644 --- a/docs/requires_registration.md +++ b/docs/requires_registration.md @@ -1,5 +1,12 @@ + + # Slot: requires_registration -_Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?_ + + +_Does usage of the standard or tool require registration of a user or group with some organization or managerial body?_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:requires_registration](https://w3id.org/bridge2ai/standards-schema-all/:requires_registration) @@ -16,20 +23,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:requires_registration](ht + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -44,8 +53,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:requires_registration](ht - - ## Identifier and Mapping Information @@ -62,13 +69,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:requires_registration](ht +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:requires_registration | +| native | https://w3id.org/bridge2ai/standards-schema-all/:requires_registration | + + + + ## LinkML Source
```yaml name: requires_registration -description: Does usage of the standard or tool require registrion of a user or group - with some organization or managerial body? +description: Does usage of the standard or tool require registration 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 diff --git a/docs/ror_id.md b/docs/ror_id.md index 5ad1437..e21f00b 100644 --- a/docs/ror_id.md +++ b/docs/ror_id.md @@ -1,7 +1,14 @@ + + # Slot: ror_id + + _Unique ROR identifier._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:ror_id](https://w3id.org/bridge2ai/standards-schema-all/:ror_id) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ror_id](https://w3id.org/ + ## Applicable Classes -| Name | Description | -| --- | --- | -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | + @@ -31,8 +40,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ror_id](https://w3id.org/ - - ## Examples | Value | @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ror_id](https://w3id.org/ +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:ror_id | +| native | https://w3id.org/bridge2ai/standards-schema-all/:ror_id | + + + + ## LinkML Source
diff --git a/docs/standards_and_tools_for_dgp_use.md b/docs/standards_and_tools_for_dgp_use.md index f1c7234..f99305b 100644 --- a/docs/standards_and_tools_for_dgp_use.md +++ b/docs/standards_and_tools_for_dgp_use.md @@ -1,7 +1,14 @@ + + # Slot: standards_and_tools_for_dgp_use + + _List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_dgp_use](https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_dgp_use) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_d + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_d ## Properties * Range: [DataStandardOrTool](DataStandardOrTool.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_d +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_dgp_use | +| native | https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_dgp_use | + + + + ## LinkML Source
@@ -68,11 +85,11 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: standards_and_tools_for_dgp_use domain_of: - UseCase range: DataStandardOrTool +multivalued: true ```
\ No newline at end of file diff --git a/docs/subclass_of.md b/docs/subclass_of.md index 009db1a..f1f4a53 100644 --- a/docs/subclass_of.md +++ b/docs/subclass_of.md @@ -1,7 +1,14 @@ + + # Slot: subclass_of + + _Holds between two classes where the domain class is a specialization of the range class._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:subclass_of](https://w3id.org/bridge2ai/standards-schema-all/:subclass_of) @@ -16,26 +23,28 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:subclass_of](https://w3id + ## Applicable Classes -| Name | Description | -| --- | --- | -[NamedThing](NamedThing.md) | A generic grouping for any identifiable entity -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... -[AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -45,10 +54,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:subclass_of](https://w3id ## Properties * Range: [NamedThing](NamedThing.md) -* Multivalued: True - - +* Multivalued: True @@ -70,6 +77,18 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:subclass_of](https://w3id +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:subclass_of | +| native | https://w3id.org/bridge2ai/standards-schema-all/:subclass_of | +| exact | rdfs:subClassOf, MESH:isa | +| narrow | rdfs:subPropertyOf | + + + + ## LinkML Source
@@ -86,12 +105,12 @@ narrow_mappings: rank: 1000 is_a: related_to domain: NamedThing -multivalued: true inherited: true alias: subclass_of domain_of: - NamedThing range: NamedThing +multivalued: true ```
\ No newline at end of file diff --git a/docs/topic_involves_anatomy.md b/docs/topic_involves_anatomy.md index c6a4e99..5a01a0b 100644 --- a/docs/topic_involves_anatomy.md +++ b/docs/topic_involves_anatomy.md @@ -1,7 +1,14 @@ + + # Slot: topic_involves_anatomy + + _A relationship between a DataTopic and an anatomical entity._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy](https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy](h + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy](h ## Properties * Range: [AnatomicalEntity](AnatomicalEntity.md) -* Multivalued: True - - +* Multivalued: True @@ -55,6 +62,17 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy](h +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy | +| native | https://w3id.org/bridge2ai/standards-schema-all/:topic_involves_anatomy | +| exact | RO:0004026 | + + + + ## LinkML Source
@@ -67,12 +85,12 @@ exact_mappings: rank: 1000 is_a: related_to domain: DataTopic -multivalued: true inherited: true alias: topic_involves_anatomy domain_of: - DataTopic range: AnatomicalEntity +multivalued: true ```
\ No newline at end of file diff --git a/docs/type.md b/docs/type.md index 580a603..67edc5e 100644 --- a/docs/type.md +++ b/docs/type.md @@ -1,7 +1,14 @@ + + # Slot: type + + _A generic slot for any label corresponding to the label for an entity type associated to the class._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:type](https://w3id.org/bridge2ai/standards-schema-all/:type) @@ -18,11 +25,11 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:type](https://w3id.org/br -## Properties -* Range: NONE +## Properties +* Range: NONE @@ -44,6 +51,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:type](https://w3id.org/br +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:type | +| native | https://w3id.org/bridge2ai/standards-schema-all/:type | + + + + ## LinkML Source
diff --git a/docs/url.md b/docs/url.md index 04deedd..715f140 100644 --- a/docs/url.md +++ b/docs/url.md @@ -1,7 +1,14 @@ + + # Slot: url + + _URL for basic documentation of the standard or tool._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:url](https://w3id.org/bridge2ai/standards-schema-all/:url) @@ -16,21 +23,23 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:url](https://w3id.org/bri + ## Applicable Classes -| Name | Description | -| --- | --- | -[DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... -[DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry -[BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... -[Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... -[ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... -[ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... -[SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... -[ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... -[TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | +| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | + @@ -45,8 +54,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:url](https://w3id.org/bri - - ## Identifier and Mapping Information @@ -63,6 +70,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:url](https://w3id.org/bri +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:url | +| native | https://w3id.org/bridge2ai/standards-schema-all/:url | + + + + ## LinkML Source
diff --git a/docs/use_case_category.md b/docs/use_case_category.md index f8e2cec..58a934a 100644 --- a/docs/use_case_category.md +++ b/docs/use_case_category.md @@ -1,7 +1,14 @@ + + # Slot: use_case_category + + _Category of the UseCase. Not all projects will incorporate use cases in all categories._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_case_category](https://w3id.org/bridge2ai/standards-schema-all/:use_case_category) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_case_category](https: + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | yes | + @@ -35,8 +44,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_case_category](https: - - ## Identifier and Mapping Information @@ -53,6 +60,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_case_category](https: +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:use_case_category | +| native | https://w3id.org/bridge2ai/standards-schema-all/:use_case_category | + + + + ## LinkML Source
diff --git a/docs/use_cases.md b/docs/use_cases.md index de11194..afb085d 100644 --- a/docs/use_cases.md +++ b/docs/use_cases.md @@ -1,7 +1,14 @@ + + # Slot: use_cases + + _Collection of associated use cases_ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_cases](https://w3id.org/bridge2ai/standards-schema-all/:use_cases) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_cases](https://w3id.o + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCaseContainer](UseCaseContainer.md) | A container for UseCase +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCaseContainer](UseCaseContainer.md) | A container for UseCase | no | + @@ -25,10 +34,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_cases](https://w3id.o ## Properties * Range: [UseCase](UseCase.md) -* Multivalued: True - - +* Multivalued: True @@ -50,6 +57,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_cases](https://w3id.o +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:use_cases | +| native | https://w3id.org/bridge2ai/standards-schema-all/:use_cases | + + + + ## LinkML Source
@@ -58,11 +75,11 @@ name: use_cases description: Collection of associated use cases from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 -multivalued: true alias: use_cases domain_of: - UseCaseContainer range: UseCase +multivalued: true inlined: true inlined_as_list: true diff --git a/docs/use_conditions.md b/docs/use_conditions.md index cb568bc..2231e6c 100644 --- a/docs/use_conditions.md +++ b/docs/use_conditions.md @@ -1,7 +1,14 @@ + + # Slot: use_conditions + + _Applicable conditions on use, as defined by the Data Use Ontology (DUO)._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_conditions](https://w3id.org/bridge2ai/standards-schema-all/:use_conditions) @@ -18,13 +25,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_conditions](https://w -## Properties -* Range: [Uriorcurie](Uriorcurie.md) -* Multivalued: True +## Properties +* Range: [Uriorcurie](Uriorcurie.md) +* Multivalued: True @@ -46,6 +53,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_conditions](https://w +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:use_conditions | +| native | https://w3id.org/bridge2ai/standards-schema-all/:use_conditions | + + + + ## LinkML Source
@@ -58,9 +75,9 @@ is_a: node_property values_from: - DUO domain: NamedThing -multivalued: true alias: use_conditions range: uriorcurie +multivalued: true ```
\ No newline at end of file diff --git a/docs/wikidata_id.md b/docs/wikidata_id.md index 9a3931c..7b39b73 100644 --- a/docs/wikidata_id.md +++ b/docs/wikidata_id.md @@ -1,7 +1,14 @@ + + # Slot: wikidata_id + + _Unique Wikidata identifier._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id](https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id) @@ -11,11 +18,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id](https://w3id + ## Applicable Classes -| Name | Description | -| --- | --- | -[Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | + @@ -31,8 +40,6 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id](https://w3id - - ## Examples | Value | @@ -55,6 +62,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id](https://w3id +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id | +| native | https://w3id.org/bridge2ai/standards-schema-all/:wikidata_id | + + + + ## LinkML Source
diff --git a/docs/xref.md b/docs/xref.md index 689b7a6..cbcfd97 100644 --- a/docs/xref.md +++ b/docs/xref.md @@ -1,7 +1,14 @@ + + # Slot: xref + + _URI of corresponding class in an ontology of experimental procedures, in CURIE form._ + + + URI: [https://w3id.org/bridge2ai/standards-schema-all/:xref](https://w3id.org/bridge2ai/standards-schema-all/:xref) @@ -16,11 +23,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:xref](https://w3id.org/br + ## Applicable Classes -| Name | Description | -| --- | --- | -[UseCase](UseCase.md) | Represents a use case for Bridge2AI standards +| Name | Description | Modifies Slot | +| --- | --- | --- | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | + @@ -30,10 +39,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:xref](https://w3id.org/br ## Properties * Range: [Uriorcurie](Uriorcurie.md) -* Multivalued: True - - +* Multivalued: True @@ -62,6 +69,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:xref](https://w3id.org/br +## Mappings + +| Mapping Type | Mapped Value | +| --- | --- | +| self | https://w3id.org/bridge2ai/standards-schema-all/:xref | +| native | https://w3id.org/bridge2ai/standards-schema-all/:xref | + + + + ## LinkML Source
@@ -77,11 +94,11 @@ aliases: rank: 1000 is_a: node_property domain: NamedThing -multivalued: true alias: xref domain_of: - UseCase range: uriorcurie +multivalued: true ```
\ No newline at end of file diff --git a/project/docs/AnatomicalEntity.md b/project/docs/AnatomicalEntity.md index 7435733..be826f0 100644 --- a/project/docs/AnatomicalEntity.md +++ b/project/docs/AnatomicalEntity.md @@ -1,7 +1,6 @@ # Class: AnatomicalEntity - A subcellular location, cell type or gross anatomical part URI: [https://w3id.org/bridge2ai/standards-schema-all/AnatomicalEntity](https://w3id.org/bridge2ai/standards-schema-all/AnatomicalEntity) @@ -65,5 +64,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/AnatomicalEntity](https:// | --- | --- | --- | | **Exact Mappings:** | | uberon:0001062 | | | | wikidata:Q4936952 | -| **Narrow Mappings:** | | ncit:C12219 | - +| **Narrow Mappings:** | | ncit:C12219 | \ No newline at end of file diff --git a/project/docs/BiomedicalStandard.md b/project/docs/BiomedicalStandard.md index 1b98949..1e8d1af 100644 --- a/project/docs/BiomedicalStandard.md +++ b/project/docs/BiomedicalStandard.md @@ -1,13 +1,12 @@ # Class: BiomedicalStandard - Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes. URI: [https://w3id.org/bridge2ai/standards-schema-all/BiomedicalStandard](https://w3id.org/bridge2ai/standards-schema-all/BiomedicalStandard) -[![img](https://yuml.me/diagram/nofunky;dir:TB/class/[Organization],[NamedThing],[DataTopic],[DataStandard],[DataStandard]^-[BiomedicalStandard|collection(i):StandardsCollectionTag%20*;purpose_detail(i):string%20%3F;is_open(i):boolean%20%3F;requires_registration(i):boolean%20%3F;url(i):uriorcurie%20%3F;publication(i):uriorcurie%20%3F;formal_specification(i):uriorcurie%20%3F;not_relevant_to_dgps(i):boolean%20%3F;id(i):uriorcurie;category(i):category_type%20%3F;name(i):string%20%3F;description(i):string%20%3F;contributor_name(i):string%20%3F;contributor_github_name(i):string%20%3F;contributor_orcid(i):uriorcurie%20%3F;contribution_date(i):date%20%3F])](https://yuml.me/diagram/nofunky;dir:TB/class/[Organization],[NamedThing],[DataTopic],[DataStandard],[DataStandard]^-[BiomedicalStandard|collection(i):StandardsCollectionTag%20*;purpose_detail(i):string%20%3F;is_open(i):boolean%20%3F;requires_registration(i):boolean%20%3F;url(i):uriorcurie%20%3F;publication(i):uriorcurie%20%3F;formal_specification(i):uriorcurie%20%3F;not_relevant_to_dgps(i):boolean%20%3F;id(i):uriorcurie;category(i):category_type%20%3F;name(i):string%20%3F;description(i):string%20%3F;contributor_name(i):string%20%3F;contributor_github_name(i):string%20%3F;contributor_orcid(i):uriorcurie%20%3F;contribution_date(i):date%20%3F]) +[![img](https://yuml.me/diagram/nofunky;dir:TB/class/[Organization],[NamedThing],[DataTopic],[DataStandardOrTool],[DataStandard],[DataStandard]^-[BiomedicalStandard|collection(i):StandardsCollectionTag%20*;purpose_detail(i):string%20%3F;is_open(i):boolean%20%3F;requires_registration(i):boolean%20%3F;url(i):uriorcurie%20%3F;publication(i):uriorcurie%20%3F;formal_specification(i):uriorcurie%20%3F;not_relevant_to_dgps(i):boolean%20%3F;id(i):uriorcurie;category(i):category_type%20%3F;name(i):string%20%3F;description(i):string%20%3F;contributor_name(i):string%20%3F;contributor_github_name(i):string%20%3F;contributor_orcid(i):uriorcurie%20%3F;contribution_date(i):date%20%3F])](https://yuml.me/diagram/nofunky;dir:TB/class/[Organization],[NamedThing],[DataTopic],[DataStandardOrTool],[DataStandard],[DataStandard]^-[BiomedicalStandard|collection(i):StandardsCollectionTag%20*;purpose_detail(i):string%20%3F;is_open(i):boolean%20%3F;requires_registration(i):boolean%20%3F;url(i):uriorcurie%20%3F;publication(i):uriorcurie%20%3F;formal_specification(i):uriorcurie%20%3F;not_relevant_to_dgps(i):boolean%20%3F;id(i):uriorcurie;category(i):category_type%20%3F;name(i):string%20%3F;description(i):string%20%3F;contributor_name(i):string%20%3F;contributor_github_name(i):string%20%3F;contributor_orcid(i):uriorcurie%20%3F;contribution_date(i):date%20%3F]) ## Parents @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/BiomedicalStandard](https: * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/BiomedicalStandard](https: * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/DataGeneratingProject.md b/project/docs/DataGeneratingProject.md index 7265227..3cc3697 100644 --- a/project/docs/DataGeneratingProject.md +++ b/project/docs/DataGeneratingProject.md @@ -1,17 +1,11 @@ # Enum: DataGeneratingProject - One of the Bridge2AI Data Generating Projects. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataGeneratingProject](https://w3id.org/bridge2ai/standards-schema-all/DataGeneratingProject) -## Other properties - -| | | | -| --- | --- | --- | - ## Permissible Values | Text | Description | Meaning | Other Information | diff --git a/project/docs/DataStandard.md b/project/docs/DataStandard.md index cd1664d..cfaddbb 100644 --- a/project/docs/DataStandard.md +++ b/project/docs/DataStandard.md @@ -1,7 +1,6 @@ # Class: DataStandard - Represents a general purpose standard in the Bridge2AI Standards Registry. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandard](https://w3id.org/bridge2ai/standards-schema-all/DataStandard) @@ -66,6 +65,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandard](https://w3id * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -73,7 +75,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandard](https://w3id * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/DataStandardOrTool.md b/project/docs/DataStandardOrTool.md index 89cd0f0..9a9ad1f 100644 --- a/project/docs/DataStandardOrTool.md +++ b/project/docs/DataStandardOrTool.md @@ -1,13 +1,12 @@ # Class: DataStandardOrTool - Represents a standard or tool in the Bridge2AI Standards Registry. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool](https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool) -[![img](https://yuml.me/diagram/nofunky;dir:TB/class/[TrainingProgram],[SoftwareOrTool],[Registry],[ReferenceImplementation],[ReferenceDataOrDataset],[Organization],[OntologyOrVocabulary],[NamedThing],[ModelRepository],[DataTopic],[Organization][DataStandardOrTool],[DataStandardOrToolContainer]++-%20data_standardortools_collection%200..*>[DataStandardOrTool],[UseCase]-%20standards_and_tools_for_dgp_use%200..*>[DataStandardOrTool],[DataStandardOrTool]^-[TrainingProgram],[DataStandardOrTool]^-[SoftwareOrTool],[DataStandardOrTool]^-[Registry],[DataStandardOrTool]^-[ReferenceImplementation],[DataStandardOrTool]^-[ReferenceDataOrDataset],[DataStandardOrTool]^-[OntologyOrVocabulary],[DataStandardOrTool]^-[ModelRepository],[DataStandardOrTool]^-[DataStandard],[NamedThing]^-[DataStandardOrTool],[UseCase],[DataStandardOrToolContainer],[DataStandard])](https://yuml.me/diagram/nofunky;dir:TB/class/[TrainingProgram],[SoftwareOrTool],[Registry],[ReferenceImplementation],[ReferenceDataOrDataset],[Organization],[OntologyOrVocabulary],[NamedThing],[ModelRepository],[DataTopic],[Organization][DataStandardOrTool],[DataStandardOrToolContainer]++-%20data_standardortools_collection%200..*>[DataStandardOrTool],[UseCase]-%20standards_and_tools_for_dgp_use%200..*>[DataStandardOrTool],[DataStandardOrTool]^-[TrainingProgram],[DataStandardOrTool]^-[SoftwareOrTool],[DataStandardOrTool]^-[Registry],[DataStandardOrTool]^-[ReferenceImplementation],[DataStandardOrTool]^-[ReferenceDataOrDataset],[DataStandardOrTool]^-[OntologyOrVocabulary],[DataStandardOrTool]^-[ModelRepository],[DataStandardOrTool]^-[DataStandard],[NamedThing]^-[DataStandardOrTool],[UseCase],[DataStandardOrToolContainer],[DataStandard]) +[![img](https://yuml.me/diagram/nofunky;dir:TB/class/[TrainingProgram],[SoftwareOrTool],[Registry],[ReferenceImplementation],[ReferenceDataOrDataset],[Organization],[OntologyOrVocabulary],[NamedThing],[ModelRepository],[DataTopic],[DataStandardOrTool][DataStandardOrTool],[DataStandardOrToolContainer]++-%20data_standardortools_collection%200..*>[DataStandardOrTool],[UseCase]-%20standards_and_tools_for_dgp_use%200..*>[DataStandardOrTool],[DataStandardOrTool]^-[TrainingProgram],[DataStandardOrTool]^-[SoftwareOrTool],[DataStandardOrTool]^-[Registry],[DataStandardOrTool]^-[ReferenceImplementation],[DataStandardOrTool]^-[ReferenceDataOrDataset],[DataStandardOrTool]^-[OntologyOrVocabulary],[DataStandardOrTool]^-[ModelRepository],[DataStandardOrTool]^-[DataStandard],[NamedThing]^-[DataStandardOrTool],[UseCase],[DataStandardOrToolContainer],[DataStandard])](https://yuml.me/diagram/nofunky;dir:TB/class/[TrainingProgram],[SoftwareOrTool],[Registry],[ReferenceImplementation],[ReferenceDataOrDataset],[Organization],[OntologyOrVocabulary],[NamedThing],[ModelRepository],[DataTopic],[DataStandardOrTool][DataStandardOrTool],[DataStandardOrToolContainer]++-%20data_standardortools_collection%200..*>[DataStandardOrTool],[UseCase]-%20standards_and_tools_for_dgp_use%200..*>[DataStandardOrTool],[DataStandardOrTool]^-[TrainingProgram],[DataStandardOrTool]^-[SoftwareOrTool],[DataStandardOrTool]^-[Registry],[DataStandardOrTool]^-[ReferenceImplementation],[DataStandardOrTool]^-[ReferenceDataOrDataset],[DataStandardOrTool]^-[OntologyOrVocabulary],[DataStandardOrTool]^-[ModelRepository],[DataStandardOrTool]^-[DataStandard],[NamedThing]^-[DataStandardOrTool],[UseCase],[DataStandardOrToolContainer],[DataStandard]) ## Parents @@ -16,7 +15,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool](https: ## Children * [DataStandard](DataStandard.md) - Represents a general purpose standard in the Bridge2AI Standards Registry. - * [ModelRepository](ModelRepository.md) - Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone. + * [ModelRepository](ModelRepository.md) - Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone. * [OntologyOrVocabulary](OntologyOrVocabulary.md) - A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. * [ReferenceDataOrDataset](ReferenceDataOrDataset.md) - Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. * [ReferenceImplementation](ReferenceImplementation.md) - Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case. @@ -28,6 +27,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool](https: * **[NamedThing](NamedThing.md)** *[alternative_standards_and_tools](alternative_standards_and_tools.md)* 0..\* **[DataStandardOrTool](DataStandardOrTool.md)** * **None** *[data_standardortools_collection](data_standardortools_collection.md)* 0..\* **[DataStandardOrTool](DataStandardOrTool.md)** + * **[NamedThing](NamedThing.md)** *[has_training_resource](has_training_resource.md)* 0..\* **[DataStandardOrTool](DataStandardOrTool.md)** * **[NamedThing](NamedThing.md)** *[standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md)* 0..\* **[DataStandardOrTool](DataStandardOrTool.md)** ## Attributes @@ -44,6 +44,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool](https: * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -51,7 +54,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool](https: * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/DataStandardOrToolContainer.md b/project/docs/DataStandardOrToolContainer.md index b8271e2..5bbbb46 100644 --- a/project/docs/DataStandardOrToolContainer.md +++ b/project/docs/DataStandardOrToolContainer.md @@ -1,7 +1,6 @@ # Class: DataStandardOrToolContainer - A container for DataStandardOrTool(s). URI: [https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrToolContainer](https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrToolContainer) diff --git a/project/docs/DataSubstrate.md b/project/docs/DataSubstrate.md index 2750698..62946c0 100644 --- a/project/docs/DataSubstrate.md +++ b/project/docs/DataSubstrate.md @@ -1,7 +1,6 @@ # Class: DataSubstrate - Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as "data, in this form or format", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataSubstrate](https://w3id.org/bridge2ai/standards-schema-all/DataSubstrate) diff --git a/project/docs/DataSubstrateContainer.md b/project/docs/DataSubstrateContainer.md index 5d3fd9f..edb949a 100644 --- a/project/docs/DataSubstrateContainer.md +++ b/project/docs/DataSubstrateContainer.md @@ -1,7 +1,6 @@ # Class: DataSubstrateContainer - A container for DataSubstrates. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataSubstrateContainer](https://w3id.org/bridge2ai/standards-schema-all/DataSubstrateContainer) diff --git a/project/docs/DataTopic.md b/project/docs/DataTopic.md index 3d0e21d..8da8573 100644 --- a/project/docs/DataTopic.md +++ b/project/docs/DataTopic.md @@ -1,7 +1,6 @@ # Class: DataTopic - Represents a general data topic for Bridge2AI data or the tools/standards applied to the data. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataTopic](https://w3id.org/bridge2ai/standards-schema-all/DataTopic) diff --git a/project/docs/DataTopicContainer.md b/project/docs/DataTopicContainer.md index 704c658..b048639 100644 --- a/project/docs/DataTopicContainer.md +++ b/project/docs/DataTopicContainer.md @@ -1,7 +1,6 @@ # Class: DataTopicContainer - A container for DataTopics. URI: [https://w3id.org/bridge2ai/standards-schema-all/DataTopicContainer](https://w3id.org/bridge2ai/standards-schema-all/DataTopicContainer) diff --git a/project/docs/ModelRepository.md b/project/docs/ModelRepository.md index f084922..15b7cf0 100644 --- a/project/docs/ModelRepository.md +++ b/project/docs/ModelRepository.md @@ -1,8 +1,7 @@ # Class: ModelRepository - -Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone. +Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone. URI: [https://w3id.org/bridge2ai/standards-schema-all/ModelRepository](https://w3id.org/bridge2ai/standards-schema-all/ModelRepository) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/ModelRepository](https://w * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/ModelRepository](https://w * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/NamedThing.md b/project/docs/NamedThing.md index dd86af5..1c7ebb6 100644 --- a/project/docs/NamedThing.md +++ b/project/docs/NamedThing.md @@ -1,7 +1,6 @@ # Class: NamedThing - A generic grouping for any identifiable entity URI: [https://w3id.org/bridge2ai/standards-schema-all/NamedThing](https://w3id.org/bridge2ai/standards-schema-all/NamedThing) @@ -65,5 +64,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/NamedThing](https://w3id.o | | | | | --- | --- | --- | -| **Mappings:** | | schema:Thing | - +| **Mappings:** | | schema:Thing | \ No newline at end of file diff --git a/project/docs/OntologyOrVocabulary.md b/project/docs/OntologyOrVocabulary.md index 944dcc9..26019c6 100644 --- a/project/docs/OntologyOrVocabulary.md +++ b/project/docs/OntologyOrVocabulary.md @@ -1,7 +1,6 @@ # Class: OntologyOrVocabulary - A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. URI: [https://w3id.org/bridge2ai/standards-schema-all/OntologyOrVocabulary](https://w3id.org/bridge2ai/standards-schema-all/OntologyOrVocabulary) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/OntologyOrVocabulary](http * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/OntologyOrVocabulary](http * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/Organization.md b/project/docs/Organization.md index 5c2da51..5f45df2 100644 --- a/project/docs/Organization.md +++ b/project/docs/Organization.md @@ -1,7 +1,6 @@ # Class: Organization - Represents a group or organization related to or responsible for one or more Bridge2AI standards. URI: [https://w3id.org/bridge2ai/standards-schema-all/Organization](https://w3id.org/bridge2ai/standards-schema-all/Organization) diff --git a/project/docs/OrganizationContainer.md b/project/docs/OrganizationContainer.md index cd8fe42..4816f25 100644 --- a/project/docs/OrganizationContainer.md +++ b/project/docs/OrganizationContainer.md @@ -1,7 +1,6 @@ # Class: OrganizationContainer - A container for Organizations. URI: [https://w3id.org/bridge2ai/standards-schema-all/OrganizationContainer](https://w3id.org/bridge2ai/standards-schema-all/OrganizationContainer) diff --git a/project/docs/ReferenceDataOrDataset.md b/project/docs/ReferenceDataOrDataset.md index c3a1709..bc1cdc9 100644 --- a/project/docs/ReferenceDataOrDataset.md +++ b/project/docs/ReferenceDataOrDataset.md @@ -1,7 +1,6 @@ # Class: ReferenceDataOrDataset - Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. URI: [https://w3id.org/bridge2ai/standards-schema-all/ReferenceDataOrDataset](https://w3id.org/bridge2ai/standards-schema-all/ReferenceDataOrDataset) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/ReferenceDataOrDataset](ht * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/ReferenceDataOrDataset](ht * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/ReferenceImplementation.md b/project/docs/ReferenceImplementation.md index fff3bb5..4184c12 100644 --- a/project/docs/ReferenceImplementation.md +++ b/project/docs/ReferenceImplementation.md @@ -1,7 +1,6 @@ # Class: ReferenceImplementation - Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case. URI: [https://w3id.org/bridge2ai/standards-schema-all/ReferenceImplementation](https://w3id.org/bridge2ai/standards-schema-all/ReferenceImplementation) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/ReferenceImplementation](h * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/ReferenceImplementation](h * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/Registry.md b/project/docs/Registry.md index 2316ac4..9076bf1 100644 --- a/project/docs/Registry.md +++ b/project/docs/Registry.md @@ -1,7 +1,6 @@ # 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](https://w3id.org/bridge2ai/standards-schema-all/Registry) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/Registry](https://w3id.org * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/Registry](https://w3id.org * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/SoftwareOrTool.md b/project/docs/SoftwareOrTool.md index 3abab87..5d7edcc 100644 --- a/project/docs/SoftwareOrTool.md +++ b/project/docs/SoftwareOrTool.md @@ -1,7 +1,6 @@ # Class: SoftwareOrTool - Represents a piece of software or computational tool in the Bridge2AI Standards Registry. URI: [https://w3id.org/bridge2ai/standards-schema-all/SoftwareOrTool](https://w3id.org/bridge2ai/standards-schema-all/SoftwareOrTool) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/SoftwareOrTool](https://w3 * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/SoftwareOrTool](https://w3 * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/StandardsCollectionTag.md b/project/docs/StandardsCollectionTag.md index 9485d9b..dce986e 100644 --- a/project/docs/StandardsCollectionTag.md +++ b/project/docs/StandardsCollectionTag.md @@ -1,17 +1,11 @@ # Enum: StandardsCollectionTag - Tags for specific sets of standards. URI: [https://w3id.org/bridge2ai/standards-schema-all/StandardsCollectionTag](https://w3id.org/bridge2ai/standards-schema-all/StandardsCollectionTag) -## Other properties - -| | | | -| --- | --- | --- | - ## Permissible Values | Text | Description | Meaning | Other Information | diff --git a/project/docs/TrainingProgram.md b/project/docs/TrainingProgram.md index 468d3d2..d783b3c 100644 --- a/project/docs/TrainingProgram.md +++ b/project/docs/TrainingProgram.md @@ -1,7 +1,6 @@ # Class: TrainingProgram - Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry. URI: [https://w3id.org/bridge2ai/standards-schema-all/TrainingProgram](https://w3id.org/bridge2ai/standards-schema-all/TrainingProgram) @@ -59,6 +58,9 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/TrainingProgram](https://w * [has_relevant_organization](has_relevant_organization.md) 0..\* * Description: Subject standard is managed or otherwise guided buy the object organization(s). * Range: [Organization](Organization.md) + * [has_training_resource](has_training_resource.md) 0..\* + * Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + * Range: [DataStandardOrTool](DataStandardOrTool.md) * [purpose_detail](purpose_detail.md) 0..1 * Description: Text description of the standard or tool. * Range: [String](types/String.md) @@ -66,7 +68,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/TrainingProgram](https://w * Description: Is the standard or tool FAIR and available free of cost? * Range: [Boolean](types/Boolean.md) * [requires_registration](requires_registration.md) 0..1 - * Description: Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * Range: [Boolean](types/Boolean.md) * [url](url.md) 0..1 * Description: URL for basic documentation of the standard or tool. diff --git a/project/docs/UseCase.md b/project/docs/UseCase.md index 40a7804..961ef03 100644 --- a/project/docs/UseCase.md +++ b/project/docs/UseCase.md @@ -1,7 +1,6 @@ # Class: UseCase - Represents a use case for Bridge2AI standards. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase](https://w3id.org/bridge2ai/standards-schema-all/UseCase) diff --git a/project/docs/UseCaseCategory.md b/project/docs/UseCaseCategory.md index 843ca66..b6ba2ae 100644 --- a/project/docs/UseCaseCategory.md +++ b/project/docs/UseCaseCategory.md @@ -1,17 +1,11 @@ # Enum: UseCaseCategory - Category of use case. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCaseCategory](https://w3id.org/bridge2ai/standards-schema-all/UseCaseCategory) -## Other properties - -| | | | -| --- | --- | --- | - ## Permissible Values | Text | Description | Meaning | Other Information | diff --git a/project/docs/UseCaseContainer.md b/project/docs/UseCaseContainer.md index b7e513f..a142cc9 100644 --- a/project/docs/UseCaseContainer.md +++ b/project/docs/UseCaseContainer.md @@ -1,7 +1,6 @@ # Class: UseCaseContainer - A container for UseCase. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCaseContainer](https://w3id.org/bridge2ai/standards-schema-all/UseCaseContainer) diff --git a/project/docs/UseCase_use_case_category.md b/project/docs/UseCase_use_case_category.md index bad63d9..516d315 100644 --- a/project/docs/UseCase_use_case_category.md +++ b/project/docs/UseCase_use_case_category.md @@ -1,7 +1,6 @@ # Slot: use_case_category - Category of the UseCase. Not all projects will incorporate use cases in all categories. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase_use_case_category](https://w3id.org/bridge2ai/standards-schema-all/UseCase_use_case_category) diff --git a/project/docs/alternative_standards_and_tools.md b/project/docs/alternative_standards_and_tools.md index 0e5dac9..9ae30bb 100644 --- a/project/docs/alternative_standards_and_tools.md +++ b/project/docs/alternative_standards_and_tools.md @@ -1,7 +1,6 @@ # Slot: alternative_standards_and_tools - List of identifiers of standards and tools; those not explicitly planned to be used, by one or more Bridge2AI DGPs in addressing this use case but serving as viable alternatives, from those in the Standards Registry. URI: [https://w3id.org/bridge2ai/standards-schema-all/alternative_standards_and_tools](https://w3id.org/bridge2ai/standards-schema-all/alternative_standards_and_tools) diff --git a/project/docs/category.md b/project/docs/category.md index db5d227..5b49012 100644 --- a/project/docs/category.md +++ b/project/docs/category.md @@ -1,7 +1,6 @@ # Slot: category - 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". URI: [https://w3id.org/bridge2ai/standards-schema-all/category](https://w3id.org/bridge2ai/standards-schema-all/category) diff --git a/project/docs/collection.md b/project/docs/collection.md index bf25318..aa69e8d 100644 --- a/project/docs/collection.md +++ b/project/docs/collection.md @@ -1,7 +1,6 @@ # Slot: collection - Tags for specific sets of standards. URI: [https://w3id.org/bridge2ai/standards-schema-all/collection](https://w3id.org/bridge2ai/standards-schema-all/collection) diff --git a/project/docs/concerns_data_topic.md b/project/docs/concerns_data_topic.md index d934666..aed3529 100644 --- a/project/docs/concerns_data_topic.md +++ b/project/docs/concerns_data_topic.md @@ -1,7 +1,6 @@ # Slot: concerns_data_topic - Subject standard is generally applied in the context of object data topic. URI: [https://w3id.org/bridge2ai/standards-schema-all/concerns_data_topic](https://w3id.org/bridge2ai/standards-schema-all/concerns_data_topic) diff --git a/project/docs/contribution_date.md b/project/docs/contribution_date.md index 1131233..34263fa 100644 --- a/project/docs/contribution_date.md +++ b/project/docs/contribution_date.md @@ -1,7 +1,6 @@ # Slot: contribution_date - The date on which the node was added. URI: [https://w3id.org/bridge2ai/standards-schema-all/contribution_date](https://w3id.org/bridge2ai/standards-schema-all/contribution_date) @@ -41,5 +40,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/contribution_date](https:/ | | | | | --- | --- | --- | -| **Examples:** | | Example(value='2023-03-20', description=None, object=None) | - +| **Examples:** | | Example({'value': '2023-03-20'}) | \ No newline at end of file diff --git a/project/docs/contributor_github_name.md b/project/docs/contributor_github_name.md index 4491374..bf0bbb8 100644 --- a/project/docs/contributor_github_name.md +++ b/project/docs/contributor_github_name.md @@ -1,7 +1,6 @@ # Slot: contributor_github_name - The name of the github user who added this node. URI: [https://w3id.org/bridge2ai/standards-schema-all/contributor_github_name](https://w3id.org/bridge2ai/standards-schema-all/contributor_github_name) diff --git a/project/docs/contributor_name.md b/project/docs/contributor_name.md index 146ee7f..ee7a256 100644 --- a/project/docs/contributor_name.md +++ b/project/docs/contributor_name.md @@ -1,7 +1,6 @@ # Slot: contributor_name - The name of the person who added this node. URI: [https://w3id.org/bridge2ai/standards-schema-all/contributor_name](https://w3id.org/bridge2ai/standards-schema-all/contributor_name) diff --git a/project/docs/contributor_orcid.md b/project/docs/contributor_orcid.md index 3571b65..5049dca 100644 --- a/project/docs/contributor_orcid.md +++ b/project/docs/contributor_orcid.md @@ -1,7 +1,6 @@ # Slot: contributor_orcid - The ORCiD of the person who added this node. URI: [https://w3id.org/bridge2ai/standards-schema-all/contributor_orcid](https://w3id.org/bridge2ai/standards-schema-all/contributor_orcid) @@ -41,5 +40,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/contributor_orcid](https:/ | | | | | --- | --- | --- | -| **Examples:** | | Example(value='ORCID:0000-0001-1234-5678', description=None, object=None) | - +| **Examples:** | | Example({'value': 'ORCID:0000-0001-1234-5678'}) | \ No newline at end of file diff --git a/project/docs/data_standardortools_collection.md b/project/docs/data_standardortools_collection.md index 8dc04b9..745de86 100644 --- a/project/docs/data_standardortools_collection.md +++ b/project/docs/data_standardortools_collection.md @@ -1,7 +1,6 @@ # Slot: data_standardortools_collection - Collection of associated data standards or tools URI: [https://w3id.org/bridge2ai/standards-schema-all/data_standardortools_collection](https://w3id.org/bridge2ai/standards-schema-all/data_standardortools_collection) diff --git a/project/docs/data_substrates.md b/project/docs/data_substrates.md index 377b0ba..4e4c208 100644 --- a/project/docs/data_substrates.md +++ b/project/docs/data_substrates.md @@ -1,7 +1,6 @@ # Slot: data_substrates - Relevance of the use case to one or more data substrates. URI: [https://w3id.org/bridge2ai/standards-schema-all/data_substrates](https://w3id.org/bridge2ai/standards-schema-all/data_substrates) diff --git a/project/docs/data_substrates_collection.md b/project/docs/data_substrates_collection.md index 6ec004b..02904b2 100644 --- a/project/docs/data_substrates_collection.md +++ b/project/docs/data_substrates_collection.md @@ -1,7 +1,6 @@ # Slot: data_substrates_collection - Collection of associated data substrates URI: [https://w3id.org/bridge2ai/standards-schema-all/data_substrates_collection](https://w3id.org/bridge2ai/standards-schema-all/data_substrates_collection) diff --git a/project/docs/data_topics.md b/project/docs/data_topics.md index 97329c6..91a56e2 100644 --- a/project/docs/data_topics.md +++ b/project/docs/data_topics.md @@ -1,7 +1,6 @@ # Slot: data_topics - Relevance of the use case to one or more data topics. URI: [https://w3id.org/bridge2ai/standards-schema-all/data_topics](https://w3id.org/bridge2ai/standards-schema-all/data_topics) diff --git a/project/docs/data_topics_collection.md b/project/docs/data_topics_collection.md index af8e42f..724e817 100644 --- a/project/docs/data_topics_collection.md +++ b/project/docs/data_topics_collection.md @@ -1,7 +1,6 @@ # Slot: data_topics_collection - Collection of associated data topics. URI: [https://w3id.org/bridge2ai/standards-schema-all/data_topics_collection](https://w3id.org/bridge2ai/standards-schema-all/data_topics_collection) diff --git a/project/docs/description.md b/project/docs/description.md index 8fa4072..3ba156b 100644 --- a/project/docs/description.md +++ b/project/docs/description.md @@ -1,7 +1,6 @@ # Slot: description - A human-readable description for a thing. URI: [https://w3id.org/bridge2ai/standards-schema-all/description](https://w3id.org/bridge2ai/standards-schema-all/description) @@ -40,5 +39,4 @@ None → 0..1 [String](types/String.md) | | | | | --- | --- | --- | -| **Mappings:** | | schema:description | - +| **Mappings:** | | schema:description | \ No newline at end of file diff --git a/project/docs/edam_id.md b/project/docs/edam_id.md index 555bc98..3b836e7 100644 --- a/project/docs/edam_id.md +++ b/project/docs/edam_id.md @@ -1,7 +1,6 @@ # Slot: edam_id - Unique EDAM identifier URI: [https://w3id.org/bridge2ai/standards-schema-all/edam_id](https://w3id.org/bridge2ai/standards-schema-all/edam_id) @@ -26,5 +25,4 @@ None → 0..1 [EdamIdentifier](types/EdamIdentifier.md) | | | | | --- | --- | --- | -| **Examples:** | | Example(value='edam.data:0006', description=None, object=None) | - +| **Examples:** | | Example({'value': 'edam.data:0006'}) | \ No newline at end of file diff --git a/project/docs/enables.md b/project/docs/enables.md index 31400f0..a48dd45 100644 --- a/project/docs/enables.md +++ b/project/docs/enables.md @@ -1,7 +1,6 @@ # Slot: enables - Other use case(s) this use case supports or makes possible. URI: [https://w3id.org/bridge2ai/standards-schema-all/enables](https://w3id.org/bridge2ai/standards-schema-all/enables) diff --git a/project/docs/file_extensions.md b/project/docs/file_extensions.md index 96f0a8f..bf91743 100644 --- a/project/docs/file_extensions.md +++ b/project/docs/file_extensions.md @@ -1,7 +1,6 @@ # Slot: file_extensions - Commonly used file extensions for this substrate. URI: [https://w3id.org/bridge2ai/standards-schema-all/file_extensions](https://w3id.org/bridge2ai/standards-schema-all/file_extensions) diff --git a/project/docs/formal_specification.md b/project/docs/formal_specification.md index cf8fbe4..443f31d 100644 --- a/project/docs/formal_specification.md +++ b/project/docs/formal_specification.md @@ -1,7 +1,6 @@ # Slot: formal_specification - Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository. URI: [https://w3id.org/bridge2ai/standards-schema-all/formal_specification](https://w3id.org/bridge2ai/standards-schema-all/formal_specification) diff --git a/project/docs/has_relevant_organization.md b/project/docs/has_relevant_organization.md index 5a73c9d..f480150 100644 --- a/project/docs/has_relevant_organization.md +++ b/project/docs/has_relevant_organization.md @@ -1,7 +1,6 @@ # Slot: has_relevant_organization - Subject standard is managed or otherwise guided buy the object organization(s). URI: [https://w3id.org/bridge2ai/standards-schema-all/has_relevant_organization](https://w3id.org/bridge2ai/standards-schema-all/has_relevant_organization) diff --git a/project/docs/has_training_resource.md b/project/docs/has_training_resource.md new file mode 100644 index 0000000..ecee7c4 --- /dev/null +++ b/project/docs/has_training_resource.md @@ -0,0 +1,31 @@ + +# Slot: has_training_resource + +Relevant training resources, standard usage manuals, or other documentation for the standard or tool. + +URI: [https://w3id.org/bridge2ai/standards-schema-all/has_training_resource](https://w3id.org/bridge2ai/standards-schema-all/has_training_resource) + + +## Domain and Range + +[NamedThing](NamedThing.md) → 0..\* [DataStandardOrTool](DataStandardOrTool.md) + +## Parents + + * is_a: [node_property](node_property.md) + +## Children + + +## Used by + + * [BiomedicalStandard](BiomedicalStandard.md) + * [DataStandard](DataStandard.md) + * [DataStandardOrTool](DataStandardOrTool.md) + * [ModelRepository](ModelRepository.md) + * [OntologyOrVocabulary](OntologyOrVocabulary.md) + * [ReferenceDataOrDataset](ReferenceDataOrDataset.md) + * [ReferenceImplementation](ReferenceImplementation.md) + * [Registry](Registry.md) + * [SoftwareOrTool](SoftwareOrTool.md) + * [TrainingProgram](TrainingProgram.md) diff --git a/project/docs/id.md b/project/docs/id.md index bad8503..a1ef4f7 100644 --- a/project/docs/id.md +++ b/project/docs/id.md @@ -1,7 +1,6 @@ # Slot: id - A unique identifier for a thing. URI: [https://w3id.org/bridge2ai/standards-schema-all/id](https://w3id.org/bridge2ai/standards-schema-all/id) @@ -40,5 +39,4 @@ None → 1..1 [Uriorcurie](types/Uriorcurie.md) | | | | | --- | --- | --- | -| **Mappings:** | | schema:identifier | - +| **Mappings:** | | schema:identifier | \ No newline at end of file diff --git a/project/docs/involved_in_experimental_design.md b/project/docs/involved_in_experimental_design.md index bf1a4e1..3cb0308 100644 --- a/project/docs/involved_in_experimental_design.md +++ b/project/docs/involved_in_experimental_design.md @@ -1,7 +1,6 @@ # Slot: involved_in_experimental_design - True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment. URI: [https://w3id.org/bridge2ai/standards-schema-all/involved_in_experimental_design](https://w3id.org/bridge2ai/standards-schema-all/involved_in_experimental_design) diff --git a/project/docs/involved_in_metadata_management.md b/project/docs/involved_in_metadata_management.md index 9ab0f55..75cb907 100644 --- a/project/docs/involved_in_metadata_management.md +++ b/project/docs/involved_in_metadata_management.md @@ -1,7 +1,6 @@ # Slot: involved_in_metadata_management - True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data. URI: [https://w3id.org/bridge2ai/standards-schema-all/involved_in_metadata_management](https://w3id.org/bridge2ai/standards-schema-all/involved_in_metadata_management) diff --git a/project/docs/involved_in_quality_control.md b/project/docs/involved_in_quality_control.md index 6220b11..9f83cae 100644 --- a/project/docs/involved_in_quality_control.md +++ b/project/docs/involved_in_quality_control.md @@ -1,7 +1,6 @@ # Slot: involved_in_quality_control - True is use case is likely to be implemented as part of data validation operations. URI: [https://w3id.org/bridge2ai/standards-schema-all/involved_in_quality_control](https://w3id.org/bridge2ai/standards-schema-all/involved_in_quality_control) diff --git a/project/docs/is_open.md b/project/docs/is_open.md index 93bf0ff..749c531 100644 --- a/project/docs/is_open.md +++ b/project/docs/is_open.md @@ -1,7 +1,6 @@ # Slot: is_open - Is the standard or tool FAIR and available free of cost? URI: [https://w3id.org/bridge2ai/standards-schema-all/is_open](https://w3id.org/bridge2ai/standards-schema-all/is_open) diff --git a/project/docs/known_limitations.md b/project/docs/known_limitations.md index 785f892..9d8f051 100644 --- a/project/docs/known_limitations.md +++ b/project/docs/known_limitations.md @@ -1,7 +1,6 @@ # Slot: known_limitations - Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc. URI: [https://w3id.org/bridge2ai/standards-schema-all/known_limitations](https://w3id.org/bridge2ai/standards-schema-all/known_limitations) diff --git a/project/docs/limitations.md b/project/docs/limitations.md index 2748e4f..8d48730 100644 --- a/project/docs/limitations.md +++ b/project/docs/limitations.md @@ -1,7 +1,6 @@ # Slot: limitations - Potential obstacles particular to this substrate or implementation. URI: [https://w3id.org/bridge2ai/standards-schema-all/limitations](https://w3id.org/bridge2ai/standards-schema-all/limitations) diff --git a/project/docs/mesh_id.md b/project/docs/mesh_id.md index b40cf27..86b4bd4 100644 --- a/project/docs/mesh_id.md +++ b/project/docs/mesh_id.md @@ -1,7 +1,6 @@ # Slot: mesh_id - Unique MeSH identifier URI: [https://w3id.org/bridge2ai/standards-schema-all/mesh_id](https://w3id.org/bridge2ai/standards-schema-all/mesh_id) @@ -26,5 +25,4 @@ None → 0..1 [MeshIdentifier](types/MeshIdentifier.md) | | | | | --- | --- | --- | -| **Examples:** | | Example(value='MeSH:D014831', description=None, object=None) | - +| **Examples:** | | Example({'value': 'MeSH:D014831'}) | \ No newline at end of file diff --git a/project/docs/metadata_storage.md b/project/docs/metadata_storage.md index b39ec92..bfad604 100644 --- a/project/docs/metadata_storage.md +++ b/project/docs/metadata_storage.md @@ -1,7 +1,6 @@ # Slot: metadata_storage - Data Substrate in which metadata is stored. URI: [https://w3id.org/bridge2ai/standards-schema-all/metadata_storage](https://w3id.org/bridge2ai/standards-schema-all/metadata_storage) diff --git a/project/docs/name.md b/project/docs/name.md index 968061a..b9f2f73 100644 --- a/project/docs/name.md +++ b/project/docs/name.md @@ -1,7 +1,6 @@ # Slot: name - A human-readable name for a thing. URI: [https://w3id.org/bridge2ai/standards-schema-all/name](https://w3id.org/bridge2ai/standards-schema-all/name) @@ -40,5 +39,4 @@ None → 0..1 [String](types/String.md) | | | | | --- | --- | --- | -| **Mappings:** | | schema:name | - +| **Mappings:** | | schema:name | \ No newline at end of file diff --git a/project/docs/ncit_id.md b/project/docs/ncit_id.md index 8873b6a..2900ee2 100644 --- a/project/docs/ncit_id.md +++ b/project/docs/ncit_id.md @@ -1,7 +1,6 @@ # Slot: ncit_id - Unique NCIt Identifier URI: [https://w3id.org/bridge2ai/standards-schema-all/ncit_id](https://w3id.org/bridge2ai/standards-schema-all/ncit_id) @@ -26,5 +25,4 @@ None → 0..1 [NcitIdentifier](types/NcitIdentifier.md) | | | | | --- | --- | --- | -| **Examples:** | | Example(value='NCIT:C92692', description=None, object=None) | - +| **Examples:** | | Example({'value': 'NCIT:C92692'}) | \ No newline at end of file diff --git a/project/docs/node_property.md b/project/docs/node_property.md index 34462db..994671c 100644 --- a/project/docs/node_property.md +++ b/project/docs/node_property.md @@ -1,7 +1,6 @@ # Slot: node_property - A grouping for any property that holds between a node and a value. URI: [https://w3id.org/bridge2ai/standards-schema-all/node_property](https://w3id.org/bridge2ai/standards-schema-all/node_property) @@ -27,6 +26,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/node_property](https://w3i * [enables](enables.md) * [file_extensions](file_extensions.md) * [formal_specification](formal_specification.md) + * [has_training_resource](has_training_resource.md) * [involved_in_experimental_design](involved_in_experimental_design.md) * [involved_in_metadata_management](involved_in_metadata_management.md) * [involved_in_quality_control](involved_in_quality_control.md) diff --git a/project/docs/not_relevant_to_dgps.md b/project/docs/not_relevant_to_dgps.md index 7e647e4..3bce6aa 100644 --- a/project/docs/not_relevant_to_dgps.md +++ b/project/docs/not_relevant_to_dgps.md @@ -1,7 +1,6 @@ # Slot: not_relevant_to_dgps - Is the standard or tool currently relevant to DGPs? URI: [https://w3id.org/bridge2ai/standards-schema-all/not_relevant_to_dgps](https://w3id.org/bridge2ai/standards-schema-all/not_relevant_to_dgps) diff --git a/project/docs/organizations.md b/project/docs/organizations.md index 29e85e7..67ba91a 100644 --- a/project/docs/organizations.md +++ b/project/docs/organizations.md @@ -1,7 +1,6 @@ # Slot: organizations - Collection of associated organizations. URI: [https://w3id.org/bridge2ai/standards-schema-all/organizations](https://w3id.org/bridge2ai/standards-schema-all/organizations) diff --git a/project/docs/publication.md b/project/docs/publication.md index 99cbe8b..5e451cf 100644 --- a/project/docs/publication.md +++ b/project/docs/publication.md @@ -1,7 +1,6 @@ # Slot: publication - Relevant publication for the standard or tool. Prefer a DOI or PUBMED. URI: [https://w3id.org/bridge2ai/standards-schema-all/publication](https://w3id.org/bridge2ai/standards-schema-all/publication) diff --git a/project/docs/purpose_detail.md b/project/docs/purpose_detail.md index 0b71aa9..33906d9 100644 --- a/project/docs/purpose_detail.md +++ b/project/docs/purpose_detail.md @@ -1,7 +1,6 @@ # Slot: purpose_detail - Text description of the standard or tool. URI: [https://w3id.org/bridge2ai/standards-schema-all/purpose_detail](https://w3id.org/bridge2ai/standards-schema-all/purpose_detail) diff --git a/project/docs/related_to.md b/project/docs/related_to.md index fa9d81b..02f00f4 100644 --- a/project/docs/related_to.md +++ b/project/docs/related_to.md @@ -1,7 +1,6 @@ # Slot: related_to - A relationship that is asserted between two named things. URI: [https://w3id.org/bridge2ai/standards-schema-all/related_to](https://w3id.org/bridge2ai/standards-schema-all/related_to) diff --git a/project/docs/relevance_to_dgps.md b/project/docs/relevance_to_dgps.md index cdffe69..752c5e2 100644 --- a/project/docs/relevance_to_dgps.md +++ b/project/docs/relevance_to_dgps.md @@ -1,7 +1,6 @@ # Slot: relevance_to_dgps - Relevance of the use case to one or more DGPs. URI: [https://w3id.org/bridge2ai/standards-schema-all/relevance_to_dgps](https://w3id.org/bridge2ai/standards-schema-all/relevance_to_dgps) diff --git a/project/docs/requires_registration.md b/project/docs/requires_registration.md index 9cbad5e..0a2fe31 100644 --- a/project/docs/requires_registration.md +++ b/project/docs/requires_registration.md @@ -1,8 +1,7 @@ # Slot: requires_registration - -Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? +Does usage of the standard or tool require registration of a user or group with some organization or managerial body? URI: [https://w3id.org/bridge2ai/standards-schema-all/requires_registration](https://w3id.org/bridge2ai/standards-schema-all/requires_registration) diff --git a/project/docs/ror_id.md b/project/docs/ror_id.md index 27b12ef..9303a47 100644 --- a/project/docs/ror_id.md +++ b/project/docs/ror_id.md @@ -1,7 +1,6 @@ # Slot: ror_id - Unique ROR identifier. URI: [https://w3id.org/bridge2ai/standards-schema-all/ror_id](https://w3id.org/bridge2ai/standards-schema-all/ror_id) @@ -25,5 +24,4 @@ None → 0..1 [RorIdentifier](types/RorIdentifier.md) | | | | | --- | --- | --- | -| **Examples:** | | Example(value='ROR:02mp31p96', description=None, object=None) | - +| **Examples:** | | Example({'value': 'ROR:02mp31p96'}) | \ No newline at end of file diff --git a/project/docs/standards_and_tools_for_dgp_use.md b/project/docs/standards_and_tools_for_dgp_use.md index 0807e70..1d91580 100644 --- a/project/docs/standards_and_tools_for_dgp_use.md +++ b/project/docs/standards_and_tools_for_dgp_use.md @@ -1,7 +1,6 @@ # Slot: standards_and_tools_for_dgp_use - List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case. URI: [https://w3id.org/bridge2ai/standards-schema-all/standards_and_tools_for_dgp_use](https://w3id.org/bridge2ai/standards-schema-all/standards_and_tools_for_dgp_use) diff --git a/project/docs/standards_schema_all.md b/project/docs/standards_schema_all.md index 2e7f7ef..89ef52b 100644 --- a/project/docs/standards_schema_all.md +++ b/project/docs/standards_schema_all.md @@ -20,7 +20,7 @@ High-level classes for Bridge2AI Standards schemas. * [DataStandardOrTool](DataStandardOrTool.md) - Represents a standard or tool in the Bridge2AI Standards Registry. * [DataStandard](DataStandard.md) - Represents a general purpose standard in the Bridge2AI Standards Registry. * [BiomedicalStandard](BiomedicalStandard.md) - Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes. - * [ModelRepository](ModelRepository.md) - Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone. + * [ModelRepository](ModelRepository.md) - Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone. * [OntologyOrVocabulary](OntologyOrVocabulary.md) - A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. * [ReferenceDataOrDataset](ReferenceDataOrDataset.md) - Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. * [ReferenceImplementation](ReferenceImplementation.md) - Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case. @@ -60,6 +60,7 @@ High-level classes for Bridge2AI Standards schemas. * [enables](enables.md) - Other use case(s) this use case supports or makes possible. * [file_extensions](file_extensions.md) - Commonly used file extensions for this substrate. * [formal_specification](formal_specification.md) - Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository. + * [has_training_resource](has_training_resource.md) - Relevant training resources, standard usage manuals, or other documentation for the standard or tool. * [involved_in_experimental_design](involved_in_experimental_design.md) - True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment. * [involved_in_metadata_management](involved_in_metadata_management.md) - True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data. * [involved_in_quality_control](involved_in_quality_control.md) - True is use case is likely to be implemented as part of data validation operations. @@ -70,7 +71,7 @@ High-level classes for Bridge2AI Standards schemas. * [not_relevant_to_dgps](not_relevant_to_dgps.md) - Is the standard or tool currently relevant to DGPs? * [publication](publication.md) - Relevant publication for the standard or tool. Prefer a DOI or PUBMED. * [purpose_detail](purpose_detail.md) - Text description of the standard or tool. - * [requires_registration](requires_registration.md) - Does usage of the standard or tool require registrion of a user or group with some organization or managerial body? + * [requires_registration](requires_registration.md) - Does usage of the standard or tool require registration of a user or group with some organization or managerial body? * [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) - List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case. * [url](url.md) - URL for basic documentation of the standard or tool. * [use_case_category](use_case_category.md) - Category of the UseCase. Not all projects will incorporate use cases in all categories. diff --git a/project/docs/subclass_of.md b/project/docs/subclass_of.md index 6770883..8dccd9b 100644 --- a/project/docs/subclass_of.md +++ b/project/docs/subclass_of.md @@ -1,7 +1,6 @@ # Slot: subclass_of - Holds between two classes where the domain class is a specialization of the range class. URI: [https://w3id.org/bridge2ai/standards-schema-all/subclass_of](https://w3id.org/bridge2ai/standards-schema-all/subclass_of) @@ -43,5 +42,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/subclass_of](https://w3id. | --- | --- | --- | | **Exact Mappings:** | | rdfs:subClassOf | | | | MESH:isa | -| **Narrow Mappings:** | | rdfs:subPropertyOf | - +| **Narrow Mappings:** | | rdfs:subPropertyOf | \ No newline at end of file diff --git a/project/docs/topic_involves_anatomy.md b/project/docs/topic_involves_anatomy.md index 23a8c44..acf9749 100644 --- a/project/docs/topic_involves_anatomy.md +++ b/project/docs/topic_involves_anatomy.md @@ -1,7 +1,6 @@ # Slot: topic_involves_anatomy - A relationship between a DataTopic and an anatomical entity. URI: [https://w3id.org/bridge2ai/standards-schema-all/topic_involves_anatomy](https://w3id.org/bridge2ai/standards-schema-all/topic_involves_anatomy) @@ -26,5 +25,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/topic_involves_anatomy](ht | | | | | --- | --- | --- | -| **Exact Mappings:** | | RO:0004026 | - +| **Exact Mappings:** | | RO:0004026 | \ No newline at end of file diff --git a/project/docs/type.md b/project/docs/type.md index 19b4512..b21f88f 100644 --- a/project/docs/type.md +++ b/project/docs/type.md @@ -1,7 +1,6 @@ # Slot: type - A generic slot for any label corresponding to the label for an entity type associated to the class. URI: [https://w3id.org/bridge2ai/standards-schema-all/type](https://w3id.org/bridge2ai/standards-schema-all/type) diff --git a/project/docs/types/Boolean.md b/project/docs/types/Boolean.md index dc83a9c..fc97222 100644 --- a/project/docs/types/Boolean.md +++ b/project/docs/types/Boolean.md @@ -1,7 +1,6 @@ # Type: boolean - A binary (true or false) value URI: [linkml:Boolean](https://w3id.org/linkml/Boolean) @@ -16,4 +15,3 @@ URI: [linkml:Boolean](https://w3id.org/linkml/Boolean) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:Boolean | - diff --git a/project/docs/types/CategoryType.md b/project/docs/types/CategoryType.md index b4e345c..7d96b60 100644 --- a/project/docs/types/CategoryType.md +++ b/project/docs/types/CategoryType.md @@ -1,7 +1,6 @@ # Type: category_type - A primitive type in which the value denotes a class within the model. URI: [B2AI:CategoryType](https://w3id.org/bridge2ai/standards-schema/CategoryType) diff --git a/project/docs/types/Curie.md b/project/docs/types/Curie.md index c1803f9..b28741b 100644 --- a/project/docs/types/Curie.md +++ b/project/docs/types/Curie.md @@ -1,7 +1,6 @@ # Type: curie - a compact URI URI: [linkml:Curie](https://w3id.org/linkml/Curie) @@ -17,4 +16,3 @@ URI: [linkml:Curie](https://w3id.org/linkml/Curie) | --- | --- | --- | | **Comments:** | | in RDF serializations this MUST be expanded to a URI | | | | in non-RDF serializations MAY be serialized as the compact representation | - diff --git a/project/docs/types/Date.md b/project/docs/types/Date.md index 06948af..0c0ca29 100644 --- a/project/docs/types/Date.md +++ b/project/docs/types/Date.md @@ -1,7 +1,6 @@ # Type: date - a date (year, month and day) in an idealized calendar URI: [linkml:Date](https://w3id.org/linkml/Date) @@ -16,4 +15,3 @@ URI: [linkml:Date](https://w3id.org/linkml/Date) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:Date | - diff --git a/project/docs/types/DateOrDatetime.md b/project/docs/types/DateOrDatetime.md index ef98389..d16623f 100644 --- a/project/docs/types/DateOrDatetime.md +++ b/project/docs/types/DateOrDatetime.md @@ -1,7 +1,6 @@ # Type: date_or_datetime - Either a date or a datetime URI: [linkml:DateOrDatetime](https://w3id.org/linkml/DateOrDatetime) diff --git a/project/docs/types/Datetime.md b/project/docs/types/Datetime.md index 9510454..432955c 100644 --- a/project/docs/types/Datetime.md +++ b/project/docs/types/Datetime.md @@ -1,7 +1,6 @@ # Type: datetime - The combination of a date and time URI: [linkml:Datetime](https://w3id.org/linkml/Datetime) @@ -16,4 +15,3 @@ URI: [linkml:Datetime](https://w3id.org/linkml/Datetime) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:DateTime | - diff --git a/project/docs/types/Decimal.md b/project/docs/types/Decimal.md index a7ba14a..164eb96 100644 --- a/project/docs/types/Decimal.md +++ b/project/docs/types/Decimal.md @@ -1,7 +1,6 @@ # Type: decimal - A real number with arbitrary precision that conforms to the xsd:decimal specification URI: [linkml:Decimal](https://w3id.org/linkml/Decimal) @@ -15,4 +14,3 @@ URI: [linkml:Decimal](https://w3id.org/linkml/Decimal) | | | | | --- | --- | --- | | **Broad Mappings:** | | schema:Number | - diff --git a/project/docs/types/Double.md b/project/docs/types/Double.md index cfe6d71..b08fe52 100644 --- a/project/docs/types/Double.md +++ b/project/docs/types/Double.md @@ -1,7 +1,6 @@ # Type: double - A real number that conforms to the xsd:double specification URI: [linkml:Double](https://w3id.org/linkml/Double) @@ -15,4 +14,3 @@ URI: [linkml:Double](https://w3id.org/linkml/Double) | | | | | --- | --- | --- | | **Close Mappings:** | | schema:Float | - diff --git a/project/docs/types/EdamIdentifier.md b/project/docs/types/EdamIdentifier.md index 4366a9f..62ac8d8 100644 --- a/project/docs/types/EdamIdentifier.md +++ b/project/docs/types/EdamIdentifier.md @@ -1,7 +1,6 @@ # Type: edam_identifier - Identifier from EDAM ontology URI: [B2AI:EdamIdentifier](https://w3id.org/bridge2ai/standards-schema/EdamIdentifier) diff --git a/project/docs/types/Float.md b/project/docs/types/Float.md index 7b303f9..b473c2b 100644 --- a/project/docs/types/Float.md +++ b/project/docs/types/Float.md @@ -1,7 +1,6 @@ # Type: float - A real number that conforms to the xsd:float specification URI: [linkml:Float](https://w3id.org/linkml/Float) @@ -15,4 +14,3 @@ URI: [linkml:Float](https://w3id.org/linkml/Float) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:Float | - diff --git a/project/docs/types/Integer.md b/project/docs/types/Integer.md index 3cfcc66..12290d4 100644 --- a/project/docs/types/Integer.md +++ b/project/docs/types/Integer.md @@ -1,7 +1,6 @@ # Type: integer - An integer URI: [linkml:Integer](https://w3id.org/linkml/Integer) @@ -15,4 +14,3 @@ URI: [linkml:Integer](https://w3id.org/linkml/Integer) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:Integer | - diff --git a/project/docs/types/Jsonpath.md b/project/docs/types/Jsonpath.md index a03a58e..c35a38f 100644 --- a/project/docs/types/Jsonpath.md +++ b/project/docs/types/Jsonpath.md @@ -1,7 +1,6 @@ # Type: jsonpath - A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: [linkml:Jsonpath](https://w3id.org/linkml/Jsonpath) diff --git a/project/docs/types/Jsonpointer.md b/project/docs/types/Jsonpointer.md index a0e1ac4..f3460de 100644 --- a/project/docs/types/Jsonpointer.md +++ b/project/docs/types/Jsonpointer.md @@ -1,7 +1,6 @@ # Type: jsonpointer - A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: [linkml:Jsonpointer](https://w3id.org/linkml/Jsonpointer) diff --git a/project/docs/types/MeshIdentifier.md b/project/docs/types/MeshIdentifier.md index 3accf09..3086090 100644 --- a/project/docs/types/MeshIdentifier.md +++ b/project/docs/types/MeshIdentifier.md @@ -1,7 +1,6 @@ # Type: mesh_identifier - Identifier from Medical Subject Headings (MeSH) biomedical vocabulary. URI: [B2AI:MeshIdentifier](https://w3id.org/bridge2ai/standards-schema/MeshIdentifier) diff --git a/project/docs/types/NcitIdentifier.md b/project/docs/types/NcitIdentifier.md index f25e0fd..f4b4f94 100644 --- a/project/docs/types/NcitIdentifier.md +++ b/project/docs/types/NcitIdentifier.md @@ -1,7 +1,6 @@ # Type: ncit_identifier - Identifier from NCIT reference terminology with broad coverage of the cancer domain. URI: [B2AI:NcitIdentifier](https://w3id.org/bridge2ai/standards-schema/NcitIdentifier) diff --git a/project/docs/types/Ncname.md b/project/docs/types/Ncname.md index 710b0b0..317223f 100644 --- a/project/docs/types/Ncname.md +++ b/project/docs/types/Ncname.md @@ -1,7 +1,6 @@ # Type: ncname - Prefix part of CURIE URI: [linkml:Ncname](https://w3id.org/linkml/Ncname) diff --git a/project/docs/types/Nodeidentifier.md b/project/docs/types/Nodeidentifier.md index f0097cd..d30c3e8 100644 --- a/project/docs/types/Nodeidentifier.md +++ b/project/docs/types/Nodeidentifier.md @@ -1,7 +1,6 @@ # Type: nodeidentifier - A URI, CURIE or BNODE that represents a node in a model. URI: [linkml:Nodeidentifier](https://w3id.org/linkml/Nodeidentifier) diff --git a/project/docs/types/Objectidentifier.md b/project/docs/types/Objectidentifier.md index 454ba6b..c2850b7 100644 --- a/project/docs/types/Objectidentifier.md +++ b/project/docs/types/Objectidentifier.md @@ -1,7 +1,6 @@ # Type: objectidentifier - A URI or CURIE that represents an object in the model. URI: [linkml:Objectidentifier](https://w3id.org/linkml/Objectidentifier) @@ -16,4 +15,3 @@ URI: [linkml:Objectidentifier](https://w3id.org/linkml/Objectidentifier) | | | | | --- | --- | --- | | **Comments:** | | Used for inheritance and type checking | - diff --git a/project/docs/types/RorIdentifier.md b/project/docs/types/RorIdentifier.md index 1f29f7e..eb2b116 100644 --- a/project/docs/types/RorIdentifier.md +++ b/project/docs/types/RorIdentifier.md @@ -1,7 +1,6 @@ # Type: ror_identifier - Identifier from Research Organization Registry. URI: [B2AI_ORG:RorIdentifier](https://w3id.org/bridge2ai/standards-organization-schema/RorIdentifier) diff --git a/project/docs/types/Sparqlpath.md b/project/docs/types/Sparqlpath.md index fd99a92..7f03b24 100644 --- a/project/docs/types/Sparqlpath.md +++ b/project/docs/types/Sparqlpath.md @@ -1,7 +1,6 @@ # Type: sparqlpath - A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: [linkml:Sparqlpath](https://w3id.org/linkml/Sparqlpath) diff --git a/project/docs/types/String.md b/project/docs/types/String.md index 6e61d70..8313e14 100644 --- a/project/docs/types/String.md +++ b/project/docs/types/String.md @@ -1,7 +1,6 @@ # Type: string - A character string URI: [linkml:String](https://w3id.org/linkml/String) @@ -15,4 +14,3 @@ URI: [linkml:String](https://w3id.org/linkml/String) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:Text | - diff --git a/project/docs/types/Time.md b/project/docs/types/Time.md index 2b8652b..76bb966 100644 --- a/project/docs/types/Time.md +++ b/project/docs/types/Time.md @@ -1,7 +1,6 @@ # Type: time - A time object represents a (local) time of day, independent of any particular day URI: [linkml:Time](https://w3id.org/linkml/Time) @@ -16,4 +15,3 @@ URI: [linkml:Time](https://w3id.org/linkml/Time) | | | | | --- | --- | --- | | **Exact Mappings:** | | schema:Time | - diff --git a/project/docs/types/Uri.md b/project/docs/types/Uri.md index 343807a..fbb5431 100644 --- a/project/docs/types/Uri.md +++ b/project/docs/types/Uri.md @@ -1,7 +1,6 @@ # Type: uri - a complete URI URI: [linkml:Uri](https://w3id.org/linkml/Uri) @@ -17,4 +16,3 @@ URI: [linkml:Uri](https://w3id.org/linkml/Uri) | --- | --- | --- | | **Comments:** | | in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node | | **Close Mappings:** | | schema:URL | - diff --git a/project/docs/types/Uriorcurie.md b/project/docs/types/Uriorcurie.md index 2f7b650..edba484 100644 --- a/project/docs/types/Uriorcurie.md +++ b/project/docs/types/Uriorcurie.md @@ -1,7 +1,6 @@ # Type: uriorcurie - a URI or a CURIE URI: [linkml:Uriorcurie](https://w3id.org/linkml/Uriorcurie) diff --git a/project/docs/types/WikidataIdentifier.md b/project/docs/types/WikidataIdentifier.md index 212bd67..8b839e7 100644 --- a/project/docs/types/WikidataIdentifier.md +++ b/project/docs/types/WikidataIdentifier.md @@ -1,7 +1,6 @@ # Type: wikidata_identifier - Identifier from Wikidata open knowledge base. URI: [B2AI_ORG:WikidataIdentifier](https://w3id.org/bridge2ai/standards-organization-schema/WikidataIdentifier) diff --git a/project/docs/url.md b/project/docs/url.md index 4f7bb4b..341a4f8 100644 --- a/project/docs/url.md +++ b/project/docs/url.md @@ -1,7 +1,6 @@ # Slot: url - URL for basic documentation of the standard or tool. URI: [https://w3id.org/bridge2ai/standards-schema-all/url](https://w3id.org/bridge2ai/standards-schema-all/url) diff --git a/project/docs/use_case_category.md b/project/docs/use_case_category.md index fe36167..1264e1d 100644 --- a/project/docs/use_case_category.md +++ b/project/docs/use_case_category.md @@ -1,7 +1,6 @@ # Slot: use_case_category - Category of the UseCase. Not all projects will incorporate use cases in all categories. URI: [https://w3id.org/bridge2ai/standards-schema-all/use_case_category](https://w3id.org/bridge2ai/standards-schema-all/use_case_category) diff --git a/project/docs/use_cases.md b/project/docs/use_cases.md index c43d2f9..ab8edd0 100644 --- a/project/docs/use_cases.md +++ b/project/docs/use_cases.md @@ -1,7 +1,6 @@ # Slot: use_cases - Collection of associated use cases URI: [https://w3id.org/bridge2ai/standards-schema-all/use_cases](https://w3id.org/bridge2ai/standards-schema-all/use_cases) diff --git a/project/docs/use_conditions.md b/project/docs/use_conditions.md index d6d18cf..4da4f4b 100644 --- a/project/docs/use_conditions.md +++ b/project/docs/use_conditions.md @@ -1,7 +1,6 @@ # Slot: use_conditions - Applicable conditions on use, as defined by the Data Use Ontology (DUO). URI: [https://w3id.org/bridge2ai/standards-schema-all/use_conditions](https://w3id.org/bridge2ai/standards-schema-all/use_conditions) diff --git a/project/docs/wikidata_id.md b/project/docs/wikidata_id.md index 6ac7a55..5e159aa 100644 --- a/project/docs/wikidata_id.md +++ b/project/docs/wikidata_id.md @@ -1,7 +1,6 @@ # Slot: wikidata_id - Unique Wikidata identifier. URI: [https://w3id.org/bridge2ai/standards-schema-all/wikidata_id](https://w3id.org/bridge2ai/standards-schema-all/wikidata_id) @@ -25,5 +24,4 @@ None → 0..1 [WikidataIdentifier](types/WikidataIdentifier.md) | | | | | --- | --- | --- | -| **Examples:** | | Example(value='WIKIDATA:Q282186', description=None, object=None) | - +| **Examples:** | | Example({'value': 'WIKIDATA:Q282186'}) | \ No newline at end of file diff --git a/project/docs/xref.md b/project/docs/xref.md index 488ad54..656e8da 100644 --- a/project/docs/xref.md +++ b/project/docs/xref.md @@ -1,7 +1,6 @@ # Slot: xref - URI of corresponding class in an ontology of experimental procedures, in CURIE form. URI: [https://w3id.org/bridge2ai/standards-schema-all/xref](https://w3id.org/bridge2ai/standards-schema-all/xref) @@ -28,5 +27,4 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/xref](https://w3id.org/bri | --- | --- | --- | | **Aliases:** | | dbxref | | | | Dbxref | -| | | DbXref | - +| | | DbXref | \ No newline at end of file diff --git a/project/excel/standards_schema_all.xlsx b/project/excel/standards_schema_all.xlsx index 2826d17..3f12df3 100644 Binary files a/project/excel/standards_schema_all.xlsx and b/project/excel/standards_schema_all.xlsx differ diff --git a/project/graphql/standards_schema_all.graphql b/project/graphql/standards_schema_all.graphql index 7944486..ad4440a 100644 --- a/project/graphql/standards_schema_all.graphql +++ b/project/graphql/standards_schema_all.graphql @@ -1,3 +1,61 @@ +# metamodel_version: 1.7.0 +enum DataGeneratingProject + { + aireadi + chorus + cm4ai + voice + } + +enum StandardsCollectionTag + { + audiovisual + deprecated + fileformat + toolkit + clinicaldata + multimodal + text + cloudplatform + cloudservice + codesystem + datamodel + dataregistry + softwareregistry + datavisualization + notebookplatform + datasheets + machinelearningframework + workflowlanguage + diagnosticinstrument + drugdata + eyedata + markuplanguage + graphdataplatform + guidelines + minimuminformationschema + modelcards + obofoundry + ontologyregistry + policy + proteindata + referencegenome + scrnaseqanalysis + speechdata + standardsregistry + has_ai_application + } + +enum UseCaseCategory + { + acquisition + integration + standardization + modeling + application + assessment + } + type AnatomicalEntity { id: Uriorcurie! @@ -27,6 +85,7 @@ type BiomedicalStandard collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -51,6 +110,7 @@ type DataStandard collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -75,6 +135,7 @@ type DataStandardOrTool collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -152,6 +213,7 @@ type ModelRepository collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -190,6 +252,7 @@ type OntologyOrVocabulary collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -236,6 +299,7 @@ type ReferenceDataOrDataset collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -260,6 +324,7 @@ type ReferenceImplementation collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -284,6 +349,7 @@ type Registry collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -308,6 +374,7 @@ type SoftwareOrTool collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean @@ -332,6 +399,7 @@ type TrainingProgram collection: [StandardsCollectionTag] concernsDataTopic: [DataTopic] hasRelevantOrganization: [Organization] + hasTrainingResource: [DataStandardOrTool] purposeDetail: String isOpen: Boolean requiresRegistration: Boolean diff --git a/project/jsonld/standards_schema_all.context.jsonld b/project/jsonld/standards_schema_all.context.jsonld index ac01915..0ece4c5 100644 --- a/project/jsonld/standards_schema_all.context.jsonld +++ b/project/jsonld/standards_schema_all.context.jsonld @@ -1,10 +1,11 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-11-04T17:40:38", + "generation_date": "2024-11-18T17:25:29", "source": "standards_schema_all.yaml" }, "@context": { + "xsd": "http://www.w3.org/2001/XMLSchema#", "B2AI": "https://w3id.org/bridge2ai/standards-schema/", "B2AI_ORG": "https://w3id.org/bridge2ai/standards-organization-schema/", "B2AI_STANDARD": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/", @@ -33,12 +34,11 @@ "@id": "B2AI_USECASE:alternative_standards_and_tools" }, "category": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:category" }, "collection": { "@context": { - "@vocab": "@null", "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" @@ -60,7 +60,7 @@ "@id": "B2AI:contributor_name" }, "contributor_orcid": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:contributor_orcid" }, "data_standardortools_collection": { @@ -87,7 +87,7 @@ "@id": "schema:description" }, "edam_id": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:edam_id" }, "enables": { @@ -98,13 +98,17 @@ "@id": "B2AI_SUBSTRATE:file_extensions" }, "formal_specification": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI_STANDARD:formal_specification" }, "has_relevant_organization": { "@type": "@id", "@id": "B2AI_STANDARD:has_relevant_organization" }, + "has_training_resource": { + "@type": "@id", + "@id": "B2AI_STANDARD:has_training_resource" + }, "id": "@id", "involved_in_experimental_design": { "@type": "xsd:boolean", @@ -129,17 +133,18 @@ "@id": "B2AI_SUBSTRATE:limitations" }, "mesh_id": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:mesh_id" }, "metadata_storage": { + "@type": "@id", "@id": "B2AI_SUBSTRATE:metadata_storage" }, "name": { "@id": "schema:name" }, "ncit_id": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:ncit_id" }, "node_property": { @@ -154,7 +159,7 @@ "@id": "B2AI_ORG:organizations" }, "publication": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI_STANDARD:publication" }, "purpose_detail": { @@ -166,7 +171,6 @@ }, "relevance_to_dgps": { "@context": { - "@vocab": "@null", "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" @@ -178,7 +182,7 @@ "@id": "B2AI_STANDARD:requires_registration" }, "ror_id": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI_ORG:ror_id" }, "standards_and_tools_for_dgp_use": { @@ -197,12 +201,11 @@ "@id": "B2AI:type" }, "url": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:url" }, "use_case_category": { "@context": { - "@vocab": "@null", "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" @@ -214,15 +217,15 @@ "@id": "B2AI_USECASE:use_cases" }, "use_conditions": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI_STANDARD:use_conditions" }, "wikidata_id": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI_ORG:wikidata_id" }, "xref": { - "@type": "@id", + "@type": "xsd:anyURI", "@id": "B2AI:xref" }, "AnatomicalEntity": { diff --git a/project/jsonld/standards_schema_all.jsonld b/project/jsonld/standards_schema_all.jsonld index faf0a81..aa7b2e9 100644 --- a/project/jsonld/standards_schema_all.jsonld +++ b/project/jsonld/standards_schema_all.jsonld @@ -815,12 +815,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-schema/xref", - "multivalued": true, "owner": "xref", "domain_of": [ "UseCase" ], "range": "uriorcurie", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -902,7 +902,6 @@ "from_schema": "https://w3id.org/bridge2ai/standards-schema", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-schema/related_to", - "multivalued": true, "inherited": true, "owner": "Organization", "domain_of": [ @@ -911,6 +910,7 @@ ], "symmetric": true, "range": "NamedThing", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -928,13 +928,13 @@ "is_a": "related_to", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-schema/subclass_of", - "multivalued": true, "inherited": true, "owner": "NamedThing", "domain_of": [ "NamedThing" ], "range": "NamedThing", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -945,12 +945,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/collection", - "multivalued": true, "owner": "DataStandardOrTool", "domain_of": [ "DataStandardOrTool" ], "range": "StandardsCollectionTag", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -994,15 +994,15 @@ ], "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/use_conditions", - "multivalued": true, "owner": "use_conditions", "range": "uriorcurie", + "multivalued": true, "@type": "SlotDefinition" }, { "name": "requires_registration", "definition_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/requires_registration", - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", "from_schema": "https://w3id.org/bridge2ai/standards-datastandardortool-schema", "is_a": "node_property", "domain": "NamedThing", @@ -1022,13 +1022,13 @@ "is_a": "related_to", "domain": "DataStandardOrTool", "slot_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/concerns_data_topic", - "multivalued": true, "inherited": true, "owner": "DataStandardOrTool", "domain_of": [ "DataStandardOrTool" ], "range": "DataTopic", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1069,13 +1069,29 @@ "is_a": "related_to", "domain": "DataStandardOrTool", "slot_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/has_relevant_organization", - "multivalued": true, "inherited": true, "owner": "DataStandardOrTool", "domain_of": [ "DataStandardOrTool" ], "range": "Organization", + "multivalued": true, + "@type": "SlotDefinition" + }, + { + "name": "has_training_resource", + "definition_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/has_training_resource", + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "from_schema": "https://w3id.org/bridge2ai/standards-datastandardortool-schema", + "is_a": "node_property", + "domain": "NamedThing", + "slot_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/has_training_resource", + "owner": "DataStandardOrTool", + "domain_of": [ + "DataStandardOrTool" + ], + "range": "DataStandardOrTool", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1084,12 +1100,12 @@ "description": "Collection of associated data standards or tools", "from_schema": "https://w3id.org/bridge2ai/standards-datastandardortool-schema", "slot_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/data_standardortools_collection", - "multivalued": true, "owner": "DataStandardOrToolContainer", "domain_of": [ "DataStandardOrToolContainer" ], "range": "DataStandardOrTool", + "multivalued": true, "inlined": true, "inlined_as_list": true, "@type": "SlotDefinition" @@ -1117,12 +1133,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-datasubstrate-schema/metadata_storage", - "multivalued": true, "owner": "DataSubstrate", "domain_of": [ "DataSubstrate" ], "range": "string", + "multivalued": true, "any_of": [ { "range": "DataSubstrate", @@ -1143,12 +1159,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-datasubstrate-schema/file_extensions", - "multivalued": true, "owner": "DataSubstrate", "domain_of": [ "DataSubstrate" ], "range": "string", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1159,12 +1175,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-datasubstrate-schema/limitations", - "multivalued": true, "owner": "DataSubstrate", "domain_of": [ "DataSubstrate" ], "range": "string", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1173,12 +1189,12 @@ "description": "Collection of associated data substrates", "from_schema": "https://w3id.org/bridge2ai/standards-datasubstrate-schema", "slot_uri": "https://w3id.org/bridge2ai/standards-datasubstrate-schema/data_substrates_collection", - "multivalued": true, "owner": "DataSubstrateContainer", "domain_of": [ "DataSubstrateContainer" ], "range": "DataSubstrate", + "multivalued": true, "inlined": true, "inlined_as_list": true, "@type": "SlotDefinition" @@ -1189,12 +1205,12 @@ "description": "Collection of associated data topics.", "from_schema": "https://w3id.org/bridge2ai/standards-datatopic-schema", "slot_uri": "https://w3id.org/bridge2ai/standards-datatopic-schema/data_topics_collection", - "multivalued": true, "owner": "DataTopicContainer", "domain_of": [ "DataTopicContainer" ], "range": "DataTopic", + "multivalued": true, "inlined": true, "inlined_as_list": true, "@type": "SlotDefinition" @@ -1210,13 +1226,13 @@ "is_a": "related_to", "domain": "DataTopic", "slot_uri": "https://w3id.org/bridge2ai/standards-datatopic-schema/topic_involves_anatomy", - "multivalued": true, "inherited": true, "owner": "DataTopic", "domain_of": [ "DataTopic" ], "range": "AnatomicalEntity", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1269,12 +1285,12 @@ "description": "Collection of associated organizations.", "from_schema": "https://w3id.org/bridge2ai/standards-organization-schema", "slot_uri": "https://w3id.org/bridge2ai/standards-organization-schema/organizations", - "multivalued": true, "owner": "OrganizationContainer", "domain_of": [ "OrganizationContainer" ], "range": "Organization", + "multivalued": true, "inlined": true, "inlined_as_list": true, "@type": "SlotDefinition" @@ -1315,12 +1331,12 @@ "description": "Relevance of the use case to one or more DGPs.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/relevance_to_dgps", - "multivalued": true, "owner": "UseCase", "domain_of": [ "UseCase" ], "range": "DataGeneratingProject", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1331,12 +1347,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/data_topics", - "multivalued": true, "owner": "UseCase", "domain_of": [ "UseCase" ], "range": "DataTopic", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1347,12 +1363,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/data_substrates", - "multivalued": true, "owner": "UseCase", "domain_of": [ "UseCase" ], "range": "DataSubstrate", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1363,12 +1379,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/standards_and_tools_for_dgp_use", - "multivalued": true, "owner": "UseCase", "domain_of": [ "UseCase" ], "range": "DataStandardOrTool", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1379,12 +1395,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/alternative_standards_and_tools", - "multivalued": true, "owner": "UseCase", "domain_of": [ "UseCase" ], "range": "DataStandardOrTool", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1395,12 +1411,12 @@ "is_a": "node_property", "domain": "NamedThing", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/enables", - "multivalued": true, "owner": "UseCase", "domain_of": [ "UseCase" ], "range": "UseCase", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1454,12 +1470,12 @@ "description": "Collection of associated use cases", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "slot_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/use_cases", - "multivalued": true, "owner": "UseCaseContainer", "domain_of": [ "UseCaseContainer" ], "range": "UseCase", + "multivalued": true, "inlined": true, "inlined_as_list": true, "@type": "SlotDefinition" @@ -1561,6 +1577,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1593,6 +1610,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1625,6 +1643,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1657,6 +1676,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1689,6 +1709,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1704,7 +1725,7 @@ { "name": "ModelRepository", "definition_uri": "https://w3id.org/bridge2ai/standards-datastandardortool-schema/ModelRepository", - "description": "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone.", + "description": "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone.", "from_schema": "https://w3id.org/bridge2ai/standards-datastandardortool-schema", "is_a": "DataStandardOrTool", "slots": [ @@ -1721,6 +1742,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1753,6 +1775,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1785,6 +1808,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1817,6 +1841,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -1849,6 +1874,7 @@ "collection", "concerns_data_topic", "has_relevant_organization", + "has_training_resource", "purpose_detail", "is_open", "requires_registration", @@ -2037,9 +2063,9 @@ ], "metamodel_version": "1.7.0", "source_file": "standards_schema_all.yaml", - "source_file_date": "2023-03-27T14:02:39", + "source_file_date": "2024-11-18T16:26:57", "source_file_size": 439, - "generation_date": "2024-11-04T17:40:38", + "generation_date": "2024-11-18T17:25:30", "@type": "SchemaDefinition", "@context": [ "project/jsonld/standards_schema_all.context.jsonld", diff --git a/project/jsonschema/standards_schema_all.schema.json b/project/jsonschema/standards_schema_all.schema.json index 0b40dd5..6a4a5db 100644 --- a/project/jsonschema/standards_schema_all.schema.json +++ b/project/jsonschema/standards_schema_all.schema.json @@ -6,28 +6,49 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI:AnatomicalEntity" + ], + "type": [ + "string", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -35,21 +56,30 @@ }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "required": [ @@ -64,53 +94,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:BiomedicalStandard" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -118,45 +191,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -182,53 +282,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:DataStandard" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -236,45 +379,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -289,53 +459,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:DataStandardOrTool" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -343,45 +556,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -397,9 +637,43 @@ "data_standardortools_collection": { "description": "Collection of associated data standards or tools", "items": { - "$ref": "#/$defs/DataStandardOrTool" - }, - "type": "array" + "anyOf": [ + { + "$ref": "#/$defs/DataStandardOrTool" + }, + { + "$ref": "#/$defs/DataStandard" + }, + { + "$ref": "#/$defs/Registry" + }, + { + "$ref": "#/$defs/OntologyOrVocabulary" + }, + { + "$ref": "#/$defs/ModelRepository" + }, + { + "$ref": "#/$defs/ReferenceDataOrDataset" + }, + { + "$ref": "#/$defs/SoftwareOrTool" + }, + { + "$ref": "#/$defs/ReferenceImplementation" + }, + { + "$ref": "#/$defs/TrainingProgram" + }, + { + "$ref": "#/$defs/BiomedicalStandard" + } + ] + }, + "type": [ + "array", + "null" + ] } }, "title": "DataStandardOrToolContainer", @@ -411,39 +685,66 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_SUBSTRATE:DataSubstrate" + ], + "type": [ + "string", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "edam_id": { "description": "Unique EDAM identifier", - "type": "string" + "type": [ + "string", + "null" + ] }, "file_extensions": { "description": "Commonly used file extensions for this substrate.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -454,46 +755,69 @@ "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "mesh_id": { "description": "Unique MeSH identifier", - "type": "string" + "type": [ + "string", + "null" + ] }, "metadata_storage": { - "anyOf": [ - {}, - { - "const": "file headers" - } - ], "description": "Data Substrate in which metadata is stored.", "items": { + "anyOf": [ + { + "type": "string" + }, + { + "const": "file headers" + } + ], "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "ncit_id": { "description": "Unique NCIt Identifier", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "required": [ @@ -511,7 +835,10 @@ "items": { "$ref": "#/$defs/DataSubstrate" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "title": "DataSubstrateContainer", @@ -523,32 +850,56 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_TOPIC:DataTopic" + ], + "type": [ + "string", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "edam_id": { "description": "Unique EDAM identifier", - "type": "string" + "type": [ + "string", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -556,36 +907,54 @@ }, "mesh_id": { "description": "Unique MeSH identifier", - "type": "string" + "type": [ + "string", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "ncit_id": { "description": "Unique NCIt Identifier", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "topic_involves_anatomy": { "description": "A relationship between a DataTopic and an anatomical entity.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "required": [ @@ -603,7 +972,10 @@ "items": { "$ref": "#/$defs/DataTopic" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "title": "DataTopicContainer", @@ -611,57 +983,100 @@ }, "ModelRepository": { "additionalProperties": false, - "description": "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone.", + "description": "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone.", "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:ModelRepository" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -669,45 +1084,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -722,28 +1164,49 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "schema:Thing" + ], + "type": [ + "string", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -751,21 +1214,30 @@ }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "required": [ @@ -780,53 +1252,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:OntologyOrVocabulary" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -834,45 +1349,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -887,28 +1429,49 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_ORG:Organization" + ], + "type": [ + "string", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -916,33 +1479,51 @@ }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "ror_id": { "description": "Unique ROR identifier.", - "type": "string" + "type": [ + "string", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "wikidata_id": { "description": "Unique Wikidata identifier.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -960,7 +1541,10 @@ "items": { "$ref": "#/$defs/Organization" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "title": "OrganizationContainer", @@ -972,53 +1556,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:ReferenceDataOrDataset" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -1026,45 +1653,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -1079,53 +1733,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:ReferenceImplementation" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -1133,45 +1830,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -1186,53 +1910,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:Registry" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -1240,45 +2007,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -1293,53 +2087,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:SoftwareOrTool" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -1347,45 +2184,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -1442,53 +2306,96 @@ "properties": { "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\".", - "type": "string" + "enum": [ + "B2AI_STANDARD:TrainingProgram" + ], + "type": [ + "string", + "null" + ] }, "collection": { "description": "Tags for specific sets of standards.", "items": { "$ref": "#/$defs/StandardsCollectionTag" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "concerns_data_topic": { "description": "Subject standard is generally applied in the context of object data topic.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "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.", - "type": "string" + "type": [ + "string", + "null" + ] }, "has_relevant_organization": { "description": "Subject standard is managed or otherwise guided buy the object organization(s).", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] + }, + "has_training_resource": { + "description": "Relevant training resources, standard usage manuals, or other documentation for the standard or tool.", + "items": { + "type": "string" + }, + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -1496,45 +2403,72 @@ }, "is_open": { "description": "Is the standard or tool FAIR and available free of cost?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "not_relevant_to_dgps": { "description": "Is the standard or tool currently relevant to DGPs?", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "publication": { "description": "Relevant publication for the standard or tool. Prefer a DOI or PUBMED.", - "type": "string" + "type": [ + "string", + "null" + ] }, "purpose_detail": { "description": "Text description of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "requires_registration": { - "description": "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?", - "type": "boolean" + "description": "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?", + "type": [ + "boolean", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "url": { "description": "URL for basic documentation of the standard or tool.", - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -1552,53 +2486,86 @@ "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "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\".", - "type": "string" + "enum": [ + "B2AI_USECASE:UseCase" + ], + "type": [ + "string", + "null" + ] }, "contribution_date": { "description": "The date on which the node was added.", "format": "date", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_github_name": { "description": "The name of the github user who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_name": { "description": "The name of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "contributor_orcid": { "description": "The ORCiD of the person who added this node.", - "type": "string" + "type": [ + "string", + "null" + ] }, "data_substrates": { "description": "Relevance of the use case to one or more data substrates.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "data_topics": { "description": "Relevance of the use case to one or more data topics.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "description": { "description": "A human-readable description for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "enables": { "description": "Other use case(s) this use case supports or makes possible.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "id": { "description": "A unique identifier for a thing.", @@ -1606,51 +2573,78 @@ }, "involved_in_experimental_design": { "description": "True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment.", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "involved_in_metadata_management": { "description": "True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data.", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "involved_in_quality_control": { "description": "True is use case is likely to be implemented as part of data validation operations.", - "type": "boolean" + "type": [ + "boolean", + "null" + ] }, "known_limitations": { "description": "Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc.", - "type": "string" + "type": [ + "string", + "null" + ] }, "name": { "description": "A human-readable name for a thing.", - "type": "string" + "type": [ + "string", + "null" + ] }, "related_to": { "description": "A relationship that is asserted between two named things.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "relevance_to_dgps": { "description": "Relevance of the use case to one or more DGPs.", "items": { "$ref": "#/$defs/DataGeneratingProject" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "standards_and_tools_for_dgp_use": { "description": "List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "subclass_of": { "description": "Holds between two classes where the domain class is a specialization of the range class.", "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] }, "use_case_category": { "$ref": "#/$defs/UseCaseCategory", @@ -1661,7 +2655,10 @@ "items": { "type": "string" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "required": [ @@ -1693,7 +2690,10 @@ "items": { "$ref": "#/$defs/UseCase" }, - "type": "array" + "type": [ + "array", + "null" + ] } }, "title": "UseCaseContainer", @@ -1701,7 +2701,7 @@ } }, "$id": "https://w3id.org/bridge2ai/standards-schema-all", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": true, "metamodel_version": "1.7.0", "title": "standards-schema-all", diff --git a/project/owl/standards_schema_all.owl.ttl b/project/owl/standards_schema_all.owl.ttl index 947ecc9..8e16160 100644 --- a/project/owl/standards_schema_all.owl.ttl +++ b/project/owl/standards_schema_all.owl.ttl @@ -1,4 +1,4 @@ -@prefix IAO: . +@prefix dcterms: . @prefix linkml: . @prefix owl: . @prefix rdf: . @@ -6,267 +6,222 @@ @prefix skos: . @prefix xsd: . + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "DataStandardOrToolContainer" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ] ; + skos:definition "A container for DataStandardOrTool(s)." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "use_conditions" ; + rdfs:range linkml:Uriorcurie ; + rdfs:subPropertyOf ; + skos:definition "Applicable conditions on use, as defined by the Data Use Ontology (DUO)." ; + skos:inScheme . + + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "DataSubstrateContainer" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ] ; + skos:definition "A container for DataSubstrates." ; + skos:inScheme . + + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "DataTopicContainer" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ] ; + skos:definition "A container for DataTopics." ; + skos:inScheme . + + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "OrganizationContainer" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ] ; + skos:definition "A container for Organizations." ; + skos:inScheme . + + a owl:Ontology ; + rdfs:label "standards-schema-all" ; + dcterms:title "standards-schema-all" ; + skos:definition "High-level classes for Bridge2AI Standards schemas." . + + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "UseCaseContainer" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ] ; + skos:definition "A container for UseCase." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "type" ; + rdfs:domain ; + skos:definition "A generic slot for any label corresponding to the label for an entity type associated to the class." ; + skos:inScheme . + + a owl:Class, + ; + rdfs:label "aireadi" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "chorus" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "voice" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "cm4ai" ; + rdfs:subClassOf . + a owl:Class, linkml:ClassDefinition ; rdfs:label "BiomedicalStandard" ; rdfs:subClassOf ; skos:definition "Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandard" . + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "ModelRepository" ; rdfs:subClassOf ; - skos:definition "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . + skos:definition "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone." ; + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "OntologyOrVocabulary" ; rdfs:subClassOf ; skos:definition "A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "ReferenceDataOrDataset" ; rdfs:subClassOf ; skos:definition "Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "ReferenceImplementation" ; rdfs:subClassOf ; skos:definition "Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "Registry" ; rdfs:subClassOf ; skos:definition "Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "SoftwareOrTool" ; rdfs:subClassOf ; skos:definition "Represents a piece of software or computational tool in the Bridge2AI Standards Registry." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "TrainingProgram" ; rdfs:subClassOf ; skos:definition "Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "use_conditions" ; - rdfs:domain ; - rdfs:range linkml:Uriorcurie ; - rdfs:subPropertyOf ; - skos:definition "Applicable conditions on use, as defined by the Data Use Ontology (DUO)." ; - linkml:is_a "node_property" . - - a owl:Ontology ; - rdfs:label "standards-schema-all" ; - IAO:0000700 , - , - , - , - , - ; - linkml:classes "{'NamedThing': ClassDefinition(name='NamedThing', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-schema/NamedThing', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A generic grouping for any identifiable entity', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=['schema:Thing'], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date'], slot_usage={}, attributes={}, class_uri='schema:Thing', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'AnatomicalEntity': ClassDefinition(name='AnatomicalEntity', id_prefixes=['uberon'], definition_uri='https://w3id.org/bridge2ai/standards-schema/AnatomicalEntity', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A subcellular location, cell type or gross anatomical part', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['uberon:0001062', 'wikidata:Q4936952'], close_mappings=[], related_mappings=[], narrow_mappings=['ncit:C12219'], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='NamedThing', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date'], slot_usage={}, attributes={}, class_uri='B2AI:AnatomicalEntity', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataStandardOrTool': ClassDefinition(name='DataStandardOrTool', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/DataStandardOrTool', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a standard or tool in the Bridge2AI Standards Registry.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='NamedThing', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:DataStandardOrTool', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataStandard': ClassDefinition(name='DataStandard', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/DataStandard', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a general purpose standard in the Bridge2AI Standards Registry.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:DataStandard', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'BiomedicalStandard': ClassDefinition(name='BiomedicalStandard', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/BiomedicalStandard', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandard', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:BiomedicalStandard', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'Registry': ClassDefinition(name='Registry', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/Registry', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:Registry', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'OntologyOrVocabulary': ClassDefinition(name='OntologyOrVocabulary', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/OntologyOrVocabulary', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:OntologyOrVocabulary', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'ModelRepository': ClassDefinition(name='ModelRepository', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/ModelRepository', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:ModelRepository', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'ReferenceDataOrDataset': ClassDefinition(name='ReferenceDataOrDataset', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/ReferenceDataOrDataset', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:ReferenceDataOrDataset', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'SoftwareOrTool': ClassDefinition(name='SoftwareOrTool', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/SoftwareOrTool', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a piece of software or computational tool in the Bridge2AI Standards Registry.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:SoftwareOrTool', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'ReferenceImplementation': ClassDefinition(name='ReferenceImplementation', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/ReferenceImplementation', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:ReferenceImplementation', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'TrainingProgram': ClassDefinition(name='TrainingProgram', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/TrainingProgram', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='DataStandardOrTool', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'collection', 'concerns_data_topic', 'has_relevant_organization', 'purpose_detail', 'is_open', 'requires_registration', 'url', 'publication', 'formal_specification', 'not_relevant_to_dgps'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:TrainingProgram', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataStandardOrToolContainer': ClassDefinition(name='DataStandardOrToolContainer', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/DataStandardOrToolContainer', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A container for DataStandardOrTool(s).', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['data_standardortools_collection'], slot_usage={}, attributes={}, class_uri='B2AI_STANDARD:DataStandardOrToolContainer', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataSubstrate': ClassDefinition(name='DataSubstrate', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datasubstrate-schema/DataSubstrate', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as \"data, in this form or format\", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datasubstrate-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='NamedThing', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'edam_id', 'mesh_id', 'ncit_id', 'metadata_storage', 'file_extensions', 'limitations'], slot_usage={}, attributes={}, class_uri='B2AI_SUBSTRATE:DataSubstrate', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataSubstrateContainer': ClassDefinition(name='DataSubstrateContainer', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datasubstrate-schema/DataSubstrateContainer', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A container for DataSubstrates.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datasubstrate-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['data_substrates_collection'], slot_usage={}, attributes={}, class_uri='B2AI_SUBSTRATE:DataSubstrateContainer', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataTopic': ClassDefinition(name='DataTopic', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datatopic-schema/DataTopic', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a general data topic for Bridge2AI data or the tools/standards applied to the data.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datatopic-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='NamedThing', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'edam_id', 'mesh_id', 'ncit_id', 'topic_involves_anatomy'], slot_usage={}, attributes={}, class_uri='B2AI_TOPIC:DataTopic', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'DataTopicContainer': ClassDefinition(name='DataTopicContainer', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datatopic-schema/DataTopicContainer', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A container for DataTopics.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datatopic-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['data_topics_collection'], slot_usage={}, attributes={}, class_uri='B2AI_TOPIC:DataTopicContainer', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'Organization': ClassDefinition(name='Organization', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-organization-schema/Organization', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a group or organization related to or responsible for one or more Bridge2AI standards.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-organization-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='NamedThing', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'ror_id', 'wikidata_id', 'url', 'related_to'], slot_usage={}, attributes={}, class_uri='B2AI_ORG:Organization', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'OrganizationContainer': ClassDefinition(name='OrganizationContainer', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-organization-schema/OrganizationContainer', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A container for Organizations.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-organization-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['organizations'], slot_usage={}, attributes={}, class_uri='B2AI_ORG:OrganizationContainer', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'UseCase': ClassDefinition(name='UseCase', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-usecase-schema/UseCase', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Represents a use case for Bridge2AI standards.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-usecase-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a='NamedThing', abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['id', 'category', 'name', 'description', 'subclass_of', 'related_to', 'contributor_name', 'contributor_github_name', 'contributor_orcid', 'contribution_date', 'UseCase_use_case_category', 'known_limitations', 'relevance_to_dgps', 'data_topics', 'data_substrates', 'standards_and_tools_for_dgp_use', 'alternative_standards_and_tools', 'enables', 'involved_in_experimental_design', 'involved_in_metadata_management', 'involved_in_quality_control', 'xref'], slot_usage={'use_case_category': SlotDefinition(name='use_case_category', id_prefixes=[], definition_uri=None, local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description=None, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, singular_name=None, domain=None, slot_uri=None, multivalued=None, inherited=None, readonly=None, ifabsent=None, list_elements_unique=None, list_elements_ordered=None, shared=None, key=None, identifier=None, designates_type=None, alias=None, owner=None, domain_of=[], subproperty_of=None, symmetric=None, reflexive=None, locally_reflexive=None, irreflexive=None, asymmetric=None, transitive=None, inverse=None, is_class_field=None, transitive_form_of=None, reflexive_transitive_form_of=None, role=None, is_usage_slot=None, usage_slot_name=None, relational_role=None, slot_group=None, is_grouping_slot=None, path_rule=None, disjoint_with=[], children_are_mutually_disjoint=None, union_of=[], range=None, range_expression=None, enum_range=None, required=True, recommended=None, inlined=None, inlined_as_list=None, minimum_value=None, maximum_value=None, pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, value_presence=None, equals_string=None, equals_string_in=[], equals_number=None, equals_expression=None, minimum_cardinality=None, maximum_cardinality=None, has_member=None, all_members=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[])}, attributes={}, class_uri='B2AI_USECASE:UseCase', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={}), 'UseCaseContainer': ClassDefinition(name='UseCaseContainer', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-usecase-schema/UseCaseContainer', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A container for UseCase.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-usecase-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, slots=['use_cases'], slot_usage={}, attributes={}, class_uri='B2AI_USECASE:UseCaseContainer', subclass_of=None, union_of=[], defining_slots=[], tree_root=None, unique_keys={}, rules=[], classification_rules=[], slot_names_unique=None, represents_relationship=None, disjoint_with=[], children_are_mutually_disjoint=None, any_of=[], exactly_one_of=[], none_of=[], all_of=[], slot_conditions={})}" ; - linkml:enums "{'DataGeneratingProject': EnumDefinition(name='DataGeneratingProject', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-schema/DataGeneratingProject', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='One of the Bridge2AI Data Generating Projects.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, enum_uri=None, code_set=None, code_set_tag=None, code_set_version=None, pv_formula=None, permissible_values={'aireadi': PermissibleValue(text='aireadi', description='AI-READI: Uncovering the details of how human health is restored after disease, using type 2 diabetes as a model.', meaning='https://reporter.nih.gov/project-details/10471118', unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'chorus': PermissibleValue(text='chorus', description='CHoRUS: Collaborative Hospital Repository Uniting Standards. Using imaging, clinical, and other data collected in an ICU setting for diagnosis and risk prediction.', meaning='https://reporter.nih.gov/project-details/10472824', unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'cm4ai': PermissibleValue(text='cm4ai', description='CM4AI: Cell Maps for AI. Mapping spatiotemporal architecture of human cells to interpret cell structure/function in health and disease.', meaning='https://reporter.nih.gov/project-details/10473403', unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'voice': PermissibleValue(text='voice', description='Voice as a Biomarker of Health: Building an ethically sourced, bioaccoustic database to understand disease like never before.', meaning='https://reporter.nih.gov/project-details/10473236', unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None)}, include=[], minus=[], inherits=[], reachable_from=None, matches=None, concepts=[]), 'StandardsCollectionTag': EnumDefinition(name='StandardsCollectionTag', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-datastandardortool-schema/StandardsCollectionTag', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Tags for specific sets of standards.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-datastandardortool-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, enum_uri=None, code_set=None, code_set_tag=None, code_set_version=None, pv_formula=None, permissible_values={'audiovisual': PermissibleValue(text='audiovisual', description='Audiovisual Standard', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'deprecated': PermissibleValue(text='deprecated', description='Deprecated', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'fileformat': PermissibleValue(text='fileformat', description='File Format', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'toolkit': PermissibleValue(text='toolkit', description='Bioinformatics Toolkit', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'clinicaldata': PermissibleValue(text='clinicaldata', description='Clinical Data', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'multimodal': PermissibleValue(text='multimodal', description='Multimodal Data Integration', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'text': PermissibleValue(text='text', description='Text Data', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'cloudplatform': PermissibleValue(text='cloudplatform', description='Cloud Research Platform', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'cloudservice': PermissibleValue(text='cloudservice', description='Cloud Service', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'codesystem': PermissibleValue(text='codesystem', description='Code System', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'datamodel': PermissibleValue(text='datamodel', description='Data Model', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'dataregistry': PermissibleValue(text='dataregistry', description='Data Registry', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'softwareregistry': PermissibleValue(text='softwareregistry', description='Software Registry', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'datavisualization': PermissibleValue(text='datavisualization', description='Data Visualization', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'notebookplatform': PermissibleValue(text='notebookplatform', description='Notebook Platform', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'datasheets': PermissibleValue(text='datasheets', description='Datasheets', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'machinelearningframework': PermissibleValue(text='machinelearningframework', description='Machine Learning Framework', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'workflowlanguage': PermissibleValue(text='workflowlanguage', description='Workflow Language', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'diagnosticinstrument': PermissibleValue(text='diagnosticinstrument', description='Diagnostic Instrument', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'drugdata': PermissibleValue(text='drugdata', description='Drug Data', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'eyedata': PermissibleValue(text='eyedata', description='Eye Data', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'markuplanguage': PermissibleValue(text='markuplanguage', description='Markup Language', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'graphdataplatform': PermissibleValue(text='graphdataplatform', description='Graph Data Platform', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'guidelines': PermissibleValue(text='guidelines', description='Guidelines', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'minimuminformationschema': PermissibleValue(text='minimuminformationschema', description='Minimum Information Schema', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'modelcards': PermissibleValue(text='modelcards', description='Model Cards', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'obofoundry': PermissibleValue(text='obofoundry', description='OBO Foundry', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'ontologyregistry': PermissibleValue(text='ontologyregistry', description='Ontology Registry', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'policy': PermissibleValue(text='policy', description='Policy', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'proteindata': PermissibleValue(text='proteindata', description='Protein Data', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'referencegenome': PermissibleValue(text='referencegenome', description='Reference Genome', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'scrnaseqanalysis': PermissibleValue(text='scrnaseqanalysis', description='scRNA-seq Analysis', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'speechdata': PermissibleValue(text='speechdata', description='Speech Data', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'standardsregistry': PermissibleValue(text='standardsregistry', description='Standards Registry', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'has_ai_application': PermissibleValue(text='has_ai_application', description='Has a direct AI application, defined as standards/tools that are: associated with ML or neural networks; schemas, or have schemas; data models; associated with DICOM; associated with AI; associated with standards used within Bridge2AI', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None)}, include=[], minus=[], inherits=[], reachable_from=None, matches=None, concepts=[]), 'UseCaseCategory': EnumDefinition(name='UseCaseCategory', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-usecase-schema/UseCaseCategory', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Category of use case.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-usecase-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, is_a=None, abstract=None, mixin=None, mixins=[], apply_to=[], values_from=[], string_serialization=None, enum_uri=None, code_set=None, code_set_tag=None, code_set_version=None, pv_formula=None, permissible_values={'acquisition': PermissibleValue(text='acquisition', description='Acquisition', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'integration': PermissibleValue(text='integration', description='Integration', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'standardization': PermissibleValue(text='standardization', description='Standardization', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'modeling': PermissibleValue(text='modeling', description='Modeling', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'application': PermissibleValue(text='application', description='Application', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None), 'assessment': PermissibleValue(text='assessment', description='Assessment', meaning=None, unit=None, is_a=None, mixins=[], extensions={}, annotations={}, alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema=None, imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None)}, include=[], minus=[], inherits=[], reachable_from=None, matches=None, concepts=[])}" ; - linkml:id "https://w3id.org/bridge2ai/standards-schema-all" ; - linkml:imports "linkml:types", - "standards_datastandardortool_schema", - "standards_datasubstrate_schema", - "standards_datatopic_schema", - "standards_organization_schema", - "standards_schema", - "standards_usecase_schema" ; - linkml:types "{'string': TypeDefinition(name='string', id_prefixes=[], definition_uri='https://w3id.org/linkml/String', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A character string', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['In RDF serializations, a slot with range of string is treated as a literal or type xsd:string. If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"string\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:Text'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='str', uri='xsd:string', repr=None, union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'integer': TypeDefinition(name='integer', id_prefixes=[], definition_uri='https://w3id.org/linkml/Integer', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='An integer', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"integer\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:Integer'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='int', uri='xsd:integer', repr=None, union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'boolean': TypeDefinition(name='boolean', id_prefixes=[], definition_uri='https://w3id.org/linkml/Boolean', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A binary (true or false) value', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"boolean\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:Boolean'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='Bool', uri='xsd:boolean', repr='bool', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'float': TypeDefinition(name='float', id_prefixes=[], definition_uri='https://w3id.org/linkml/Float', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A real number that conforms to the xsd:float specification', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"float\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:Float'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='float', uri='xsd:float', repr=None, union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'double': TypeDefinition(name='double', id_prefixes=[], definition_uri='https://w3id.org/linkml/Double', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A real number that conforms to the xsd:double specification', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"double\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=['schema:Float'], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='float', uri='xsd:double', repr=None, union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'decimal': TypeDefinition(name='decimal', id_prefixes=[], definition_uri='https://w3id.org/linkml/Decimal', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A real number with arbitrary precision that conforms to the xsd:decimal specification', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"decimal\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=['schema:Number'], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='Decimal', uri='xsd:decimal', repr=None, union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'time': TypeDefinition(name='time', id_prefixes=[], definition_uri='https://w3id.org/linkml/Time', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A time object represents a (local) time of day, independent of any particular day', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['URI is dateTime because OWL reasoners do not work with straight date or time', 'If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"time\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:Time'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='XSDTime', uri='xsd:time', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'date': TypeDefinition(name='date', id_prefixes=[], definition_uri='https://w3id.org/linkml/Date', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='a date (year, month and day) in an idealized calendar', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[\"URI is dateTime because OWL reasoners don't work with straight date or time\", 'If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:Date'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='XSDDate', uri='xsd:date', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'datetime': TypeDefinition(name='datetime', id_prefixes=[], definition_uri='https://w3id.org/linkml/Datetime', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='The combination of a date and time', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"datetime\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=['schema:DateTime'], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='XSDDateTime', uri='xsd:dateTime', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'date_or_datetime': TypeDefinition(name='date_or_datetime', id_prefixes=[], definition_uri='https://w3id.org/linkml/DateOrDatetime', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Either a date or a datetime', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date_or_datetime\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='str', uri='linkml:DateOrDatetime', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'uriorcurie': TypeDefinition(name='uriorcurie', id_prefixes=[], definition_uri='https://w3id.org/linkml/Uriorcurie', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='a URI or a CURIE', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uriorcurie\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'curie': TypeDefinition(name='curie', id_prefixes=[], definition_uri='https://w3id.org/linkml/Curie', local_names={}, conforms_to='https://www.w3.org/TR/curie/', implements=[], extensions={}, annotations={}, description='a compact URI', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"curie\".'], comments=['in RDF serializations this MUST be expanded to a URI', 'in non-RDF serializations MAY be serialized as the compact representation'], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='Curie', uri='xsd:string', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'uri': TypeDefinition(name='uri', id_prefixes=[], definition_uri='https://w3id.org/linkml/Uri', local_names={}, conforms_to='https://www.ietf.org/rfc/rfc3987.txt', implements=[], extensions={}, annotations={}, description='a complete URI', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uri\".'], comments=['in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node'], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=['schema:URL'], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='URI', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'ncname': TypeDefinition(name='ncname', id_prefixes=[], definition_uri='https://w3id.org/linkml/Ncname', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Prefix part of CURIE', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"ncname\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='NCName', uri='xsd:string', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'objectidentifier': TypeDefinition(name='objectidentifier', id_prefixes=[], definition_uri='https://w3id.org/linkml/Objectidentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A URI or CURIE that represents an object in the model.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"objectidentifier\".'], comments=['Used for inheritance and type checking'], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='ElementIdentifier', uri='shex:iri', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'nodeidentifier': TypeDefinition(name='nodeidentifier', id_prefixes=[], definition_uri='https://w3id.org/linkml/Nodeidentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A URI, CURIE or BNODE that represents a node in a model.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"nodeidentifier\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='NodeIdentifier', uri='shex:nonLiteral', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'jsonpointer': TypeDefinition(name='jsonpointer', id_prefixes=[], definition_uri='https://w3id.org/linkml/Jsonpointer', local_names={}, conforms_to='https://datatracker.ietf.org/doc/html/rfc6901', implements=[], extensions={}, annotations={}, description='A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpointer\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='str', uri='xsd:string', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'jsonpath': TypeDefinition(name='jsonpath', id_prefixes=[], definition_uri='https://w3id.org/linkml/Jsonpath', local_names={}, conforms_to='https://www.ietf.org/archive/id/draft-goessner-dispatch-jsonpath-00.html', implements=[], extensions={}, annotations={}, description='A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpath\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='str', uri='xsd:string', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'sparqlpath': TypeDefinition(name='sparqlpath', id_prefixes=[], definition_uri='https://w3id.org/linkml/Sparqlpath', local_names={}, conforms_to='https://www.w3.org/TR/sparql11-query/#propertypaths', implements=[], extensions={}, annotations={}, description='A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=['If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"sparqlpath\".'], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/linkml/types', imported_from='linkml:types', source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof=None, base='str', uri='xsd:string', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'category_type': TypeDefinition(name='category_type', id_prefixes=[], definition_uri='https://w3id.org/bridge2ai/standards-schema/CategoryType', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='A primitive type in which the value denotes a class within the model.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof='uriorcurie', base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'edam_identifier': TypeDefinition(name='edam_identifier', id_prefixes=['edam.data', 'edam.format', 'edam.operation', 'edam.topic'], definition_uri='https://w3id.org/bridge2ai/standards-schema/EdamIdentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Identifier from EDAM ontology', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof='uriorcurie', base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'mesh_identifier': TypeDefinition(name='mesh_identifier', id_prefixes=['mesh'], definition_uri='https://w3id.org/bridge2ai/standards-schema/MeshIdentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Identifier from Medical Subject Headings (MeSH) biomedical vocabulary.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof='uriorcurie', base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'ncit_identifier': TypeDefinition(name='ncit_identifier', id_prefixes=['NCIT'], definition_uri='https://w3id.org/bridge2ai/standards-schema/NcitIdentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Identifier from NCIT reference terminology with broad coverage of the cancer domain.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof='uriorcurie', base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'ror_identifier': TypeDefinition(name='ror_identifier', id_prefixes=['ror'], definition_uri='https://w3id.org/bridge2ai/standards-organization-schema/RorIdentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Identifier from Research Organization Registry.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-organization-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof='uriorcurie', base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[]), 'wikidata_identifier': TypeDefinition(name='wikidata_identifier', id_prefixes=['wikidata'], definition_uri='https://w3id.org/bridge2ai/standards-organization-schema/WikidataIdentifier', local_names={}, conforms_to=None, implements=[], extensions={}, annotations={}, description='Identifier from Wikidata open knowledge base.', alt_descriptions={}, title=None, deprecated=None, todos=[], notes=[], comments=[], examples=[], in_subset=[], from_schema='https://w3id.org/bridge2ai/standards-organization-schema', imported_from=None, source=None, in_language=None, see_also=[], deprecated_element_has_exact_replacement=None, deprecated_element_has_possible_replacement=None, aliases=[], structured_aliases={}, mappings=[], exact_mappings=[], close_mappings=[], related_mappings=[], narrow_mappings=[], broad_mappings=[], created_by=None, created_on=None, last_updated_on=None, modified_by=None, status=None, rank=None, typeof='uriorcurie', base='URIorCURIE', uri='xsd:anyURI', repr='str', union_of=[], pattern=None, structured_pattern=None, unit=None, implicit_prefix=None, equals_string=None, equals_string_in=[], equals_number=None, minimum_value=None, maximum_value=None, none_of=[], exactly_one_of=[], any_of=[], all_of=[])}" . - -linkml:SubsetDefinition a owl:Class ; - rdfs:label "subset_definition" ; - linkml:attributes "{}" ; - linkml:is_a "element" . - -linkml:topValue a owl:DatatypeProperty ; - rdfs:label "value" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "DataStandard" ; - rdfs:subClassOf ; - skos:definition "Represents a general purpose standard in the Bridge2AI Standards Registry." ; - linkml:attributes "{}" ; - linkml:is_a "DataStandardOrTool" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "DataStandardOrToolContainer" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ] ; - skos:definition "A container for DataStandardOrTool(s)." ; - linkml:attributes "{}" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "collection" ; - rdfs:domain ; - rdfs:range ; + rdfs:range ; rdfs:subPropertyOf ; skos:definition "Tags for specific sets of standards." ; - linkml:is_a "node_property" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "concerns_data_topic" ; - rdfs:domain ; - rdfs:range ; - rdfs:subPropertyOf ; - skos:definition "Subject standard is generally applied in the context of object data topic." ; - linkml:is_a "related_to" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "data_standardortools_collection" ; rdfs:range ; - skos:definition "Collection of associated data standards or tools" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "formal_specification" ; - rdfs:domain ; - rdfs:range linkml:Uriorcurie ; - rdfs:subPropertyOf ; - skos:definition "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; - linkml:is_a "node_property" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "has_relevant_organization" ; - rdfs:domain ; - rdfs:range ; - rdfs:subPropertyOf ; - skos:definition "Subject standard is managed or otherwise guided buy the object organization(s)." ; - linkml:is_a "related_to" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "is_open" ; - rdfs:domain ; - rdfs:range linkml:Boolean ; - rdfs:subPropertyOf ; - skos:definition "Is the standard or tool FAIR and available free of cost?" ; - linkml:is_a "node_property" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "not_relevant_to_dgps" ; - rdfs:domain ; - rdfs:range linkml:Boolean ; - rdfs:subPropertyOf ; - skos:definition "Is the standard or tool currently relevant to DGPs?" ; - linkml:is_a "node_property" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "publication" ; - rdfs:domain ; - rdfs:range linkml:Uriorcurie ; - rdfs:subPropertyOf ; - skos:definition "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; - linkml:is_a "node_property" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "purpose_detail" ; - rdfs:domain ; - rdfs:range linkml:String ; - rdfs:subPropertyOf ; - skos:definition "Text description of the standard or tool." ; - linkml:is_a "node_property" . + skos:definition "Collection of associated data standards or tools" ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "requires_registration" ; - rdfs:domain ; - rdfs:range linkml:Boolean ; + rdfs:label "has_training_resource" ; + rdfs:range ; rdfs:subPropertyOf ; - skos:definition "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; - linkml:is_a "node_property" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "DataSubstrateContainer" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ] ; - skos:definition "A container for DataSubstrates." ; - linkml:attributes "{}" . + skos:definition "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "data_substrates_collection" ; rdfs:range ; - skos:definition "Collection of associated data substrates" . + skos:definition "Collection of associated data substrates" ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "file_extensions" ; - rdfs:domain ; rdfs:range linkml:String ; rdfs:subPropertyOf ; skos:definition "Commonly used file extensions for this substrate." ; - linkml:is_a "node_property" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "limitations" ; - rdfs:domain ; rdfs:range linkml:String ; rdfs:subPropertyOf ; skos:definition "Potential obstacles particular to this substrate or implementation. " ; - linkml:is_a "node_property" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "metadata_storage" ; - rdfs:domain ; - rdfs:range linkml:String ; + rdfs:range [ owl:intersectionOf ( linkml:String ) ] ; rdfs:subPropertyOf ; skos:definition "Data Substrate in which metadata is stored." ; - linkml:is_a "node_property" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "DataTopicContainer" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ] ; - skos:definition "A container for DataTopics." ; - linkml:attributes "{}" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "data_topics_collection" ; rdfs:range ; - skos:definition "Collection of associated data topics." . + skos:definition "Collection of associated data topics." ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; @@ -276,79 +231,231 @@ linkml:topValue a owl:DatatypeProperty ; rdfs:subPropertyOf ; skos:definition "A relationship between a DataTopic and an anatomical entity." ; skos:exactMatch ; - linkml:is_a "related_to" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "OrganizationContainer" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ] ; - skos:definition "A container for Organizations." ; - linkml:attributes "{}" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "organizations" ; rdfs:range ; - skos:definition "Collection of associated organizations." . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "ror_id" ; - rdfs:range ; - skos:definition "Unique ROR identifier." . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "wikidata_id" ; - rdfs:range ; - skos:definition "Unique Wikidata identifier." . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "category" ; - rdfs:domain ; - rdfs:range ; - rdfs:subPropertyOf ; - skos:definition "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\"." ; - linkml:is_a "type" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "contribution_date" ; - rdfs:domain ; - rdfs:range linkml:Date ; - rdfs:subPropertyOf ; - skos:definition "The date on which the node was added." ; - linkml:is_a "node_property" . + skos:definition "Collection of associated organizations." ; + skos:inScheme . - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "contributor_github_name" ; - rdfs:domain ; - rdfs:range linkml:String ; - rdfs:subPropertyOf ; - skos:definition "The name of the github user who added this node." ; - linkml:is_a "node_property" . + a owl:Class, + linkml:TypeDefinition ; + rdfs:subClassOf linkml:Uriorcurie . - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "contributor_name" ; - rdfs:domain ; - rdfs:range linkml:String ; - rdfs:subPropertyOf ; - skos:definition "The name of the person who added this node." ; - linkml:is_a "node_property" . + a owl:Class, + linkml:TypeDefinition ; + rdfs:subClassOf linkml:Uriorcurie . - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "contributor_orcid" ; - rdfs:domain ; - rdfs:range linkml:Uriorcurie ; - rdfs:subPropertyOf ; - skos:definition "The ORCiD of the person who added this node." ; - linkml:is_a "node_property" . + a owl:Class, + ; + rdfs:label "audiovisual" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "clinicaldata" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "cloudplatform" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "cloudservice" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "codesystem" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "datamodel" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "dataregistry" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "datasheets" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "datavisualization" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "deprecated" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "diagnosticinstrument" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "drugdata" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "eyedata" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "fileformat" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "graphdataplatform" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "guidelines" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "has_ai_application" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "machinelearningframework" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "markuplanguage" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "minimuminformationschema" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "modelcards" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "multimodal" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "notebookplatform" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "obofoundry" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "ontologyregistry" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "policy" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "proteindata" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "referencegenome" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "scrnaseqanalysis" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "softwareregistry" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "speechdata" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "standardsregistry" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "text" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "toolkit" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "workflowlanguage" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "acquisition" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "application" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "assessment" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "integration" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "modeling" ; + rdfs:subClassOf . + + a owl:Class, + ; + rdfs:label "standardization" ; + rdfs:subClassOf . + + a owl:Class, + linkml:TypeDefinition ; + rdfs:subClassOf linkml:Uriorcurie . a owl:ObjectProperty, linkml:SlotDefinition ; @@ -359,15 +466,8 @@ linkml:topValue a owl:DatatypeProperty ; skos:definition "Holds between two classes where the domain class is a specialization of the range class." ; skos:exactMatch , rdfs:subClassOf ; - skos:narrowMatch rdfs:subPropertyOf ; - linkml:is_a "related_to" . - - a owl:ObjectProperty, - linkml:SlotDefinition ; - rdfs:label "type" ; - rdfs:domain ; - rdfs:range linkml:String ; - skos:definition "A generic slot for any label corresponding to the label for an entity type associated to the class." . + skos:inScheme ; + skos:narrowMatch rdfs:subPropertyOf . a owl:ObjectProperty, linkml:SlotDefinition ; @@ -379,305 +479,253 @@ linkml:topValue a owl:DatatypeProperty ; "Dbxref", "dbxref" ; skos:definition "URI of corresponding class in an ontology of experimental procedures, in CURIE form." ; - linkml:is_a "node_property" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "UseCaseContainer" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ] ; - skos:definition "A container for UseCase." ; - linkml:attributes "{}" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "alternative_standards_and_tools" ; - rdfs:domain ; rdfs:range ; rdfs:subPropertyOf ; skos:definition "List of identifiers of standards and tools; those not explicitly planned to be used, by one or more Bridge2AI DGPs in addressing this use case but serving as viable alternatives, from those in the Standards Registry." ; - linkml:is_a "node_property" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "data_substrates" ; - rdfs:domain ; rdfs:range ; rdfs:subPropertyOf ; skos:definition "Relevance of the use case to one or more data substrates." ; - linkml:is_a "node_property" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "data_topics" ; - rdfs:domain ; rdfs:range ; rdfs:subPropertyOf ; skos:definition "Relevance of the use case to one or more data topics." ; - linkml:is_a "node_property" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "enables" ; - rdfs:domain ; rdfs:range ; rdfs:subPropertyOf ; skos:definition "Other use case(s) this use case supports or makes possible." ; - linkml:is_a "node_property" . + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "involved_in_experimental_design" ; - rdfs:domain ; - rdfs:range linkml:Boolean ; + rdfs:label "relevance_to_dgps" ; + rdfs:range ; + skos:definition "Relevance of the use case to one or more DGPs." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "standards_and_tools_for_dgp_use" ; + rdfs:range ; rdfs:subPropertyOf ; - skos:definition "True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment." ; - linkml:is_a "node_property" . + skos:definition "List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case." ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "involved_in_metadata_management" ; - rdfs:domain ; + rdfs:label "use_cases" ; + rdfs:range ; + skos:definition "Collection of associated use cases" ; + skos:inScheme . + + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "DataStandard" ; + rdfs:subClassOf ; + skos:definition "Represents a general purpose standard in the Bridge2AI Standards Registry." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "concerns_data_topic" ; + rdfs:domain ; + rdfs:range ; + rdfs:subPropertyOf ; + skos:definition "Subject standard is generally applied in the context of object data topic." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "formal_specification" ; + rdfs:range linkml:Uriorcurie ; + rdfs:subPropertyOf ; + skos:definition "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "has_relevant_organization" ; + rdfs:domain ; + rdfs:range ; + rdfs:subPropertyOf ; + skos:definition "Subject standard is managed or otherwise guided buy the object organization(s)." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "is_open" ; rdfs:range linkml:Boolean ; rdfs:subPropertyOf ; - skos:definition "True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data." ; - linkml:is_a "node_property" . + skos:definition "Is the standard or tool FAIR and available free of cost?" ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "involved_in_quality_control" ; - rdfs:domain ; + rdfs:label "not_relevant_to_dgps" ; rdfs:range linkml:Boolean ; rdfs:subPropertyOf ; - skos:definition "True is use case is likely to be implemented as part of data validation operations." ; - linkml:is_a "node_property" . + skos:definition "Is the standard or tool currently relevant to DGPs?" ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "known_limitations" ; - rdfs:domain ; + rdfs:label "publication" ; + rdfs:range linkml:Uriorcurie ; + rdfs:subPropertyOf ; + skos:definition "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "purpose_detail" ; rdfs:range linkml:String ; rdfs:subPropertyOf ; - skos:definition "Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc." ; - linkml:is_a "node_property" . + skos:definition "Text description of the standard or tool." ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "relevance_to_dgps" ; - rdfs:range ; - skos:definition "Relevance of the use case to one or more DGPs." . + rdfs:label "requires_registration" ; + rdfs:range linkml:Boolean ; + rdfs:subPropertyOf ; + skos:definition "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "standards_and_tools_for_dgp_use" ; - rdfs:domain ; - rdfs:range ; + rdfs:label "ror_id" ; + rdfs:range ; + skos:definition "Unique ROR identifier." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "wikidata_id" ; + rdfs:range ; + skos:definition "Unique Wikidata identifier." ; + skos:inScheme . + + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "contribution_date" ; + rdfs:range linkml:Date ; rdfs:subPropertyOf ; - skos:definition "List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case." ; - linkml:is_a "node_property" . + skos:definition "The date on which the node was added." ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "use_case_category" ; - rdfs:domain ; - rdfs:range ; + rdfs:label "contributor_github_name" ; + rdfs:range linkml:String ; rdfs:subPropertyOf ; - skos:definition "Category of the UseCase. Not all projects will incorporate use cases in all categories." ; - linkml:is_a "node_property" . + skos:definition "The name of the github user who added this node." ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; - rdfs:label "use_cases" ; - rdfs:range ; - skos:definition "Collection of associated use cases" . + rdfs:label "contributor_name" ; + rdfs:range linkml:String ; + rdfs:subPropertyOf ; + skos:definition "The name of the person who added this node." ; + skos:inScheme . - a owl:ObjectProperty, + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "contributor_orcid" ; + rdfs:range linkml:Uriorcurie ; + rdfs:subPropertyOf ; + skos:definition "The ORCiD of the person who added this node." ; + skos:inScheme . + + a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "description" ; rdfs:range linkml:String ; skos:definition "A human-readable description for a thing." ; - skos:exactMatch . + skos:inScheme . + + a owl:Class, + linkml:TypeDefinition ; + rdfs:subClassOf linkml:Uriorcurie . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "id" ; rdfs:range linkml:Uriorcurie ; skos:definition "A unique identifier for a thing." ; - skos:exactMatch . + skos:inScheme . + + a owl:Class, + linkml:TypeDefinition ; + rdfs:subClassOf linkml:Uriorcurie . - a owl:ObjectProperty, + a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "name" ; rdfs:range linkml:String ; skos:definition "A human-readable name for a thing." ; - skos:exactMatch . - - a owl:Class, - ; - rdfs:label "aireadi" . - - a owl:Class, - ; - rdfs:label "chorus" . - - a owl:Class, - ; - rdfs:label "voice" . - - a owl:Class, - ; - rdfs:label "cm4ai" . - - a owl:Class, - ; - rdfs:label "audiovisual" . - - a owl:Class, - ; - rdfs:label "clinicaldata" . - - a owl:Class, - ; - rdfs:label "cloudplatform" . - - a owl:Class, - ; - rdfs:label "cloudservice" . - - a owl:Class, - ; - rdfs:label "codesystem" . - - a owl:Class, - ; - rdfs:label "datamodel" . - - a owl:Class, - ; - rdfs:label "dataregistry" . - - a owl:Class, - ; - rdfs:label "datasheets" . - - a owl:Class, - ; - rdfs:label "datavisualization" . - - a owl:Class, - ; - rdfs:label "deprecated" . - - a owl:Class, - ; - rdfs:label "diagnosticinstrument" . - - a owl:Class, - ; - rdfs:label "drugdata" . - - a owl:Class, - ; - rdfs:label "eyedata" . - - a owl:Class, - ; - rdfs:label "fileformat" . + skos:inScheme . - a owl:Class, - ; - rdfs:label "graphdataplatform" . - - a owl:Class, - ; - rdfs:label "guidelines" . - - a owl:Class, - ; - rdfs:label "has_ai_application" . - - a owl:Class, - ; - rdfs:label "machinelearningframework" . - - a owl:Class, - ; - rdfs:label "markuplanguage" . - - a owl:Class, - ; - rdfs:label "minimuminformationschema" . - - a owl:Class, - ; - rdfs:label "modelcards" . - - a owl:Class, - ; - rdfs:label "multimodal" . - - a owl:Class, - ; - rdfs:label "notebookplatform" . - - a owl:Class, - ; - rdfs:label "obofoundry" . - - a owl:Class, - ; - rdfs:label "ontologyregistry" . - - a owl:Class, - ; - rdfs:label "policy" . - - a owl:Class, - ; - rdfs:label "proteindata" . - - a owl:Class, - ; - rdfs:label "referencegenome" . - - a owl:Class, - ; - rdfs:label "scrnaseqanalysis" . - - a owl:Class, - ; - rdfs:label "softwareregistry" . - - a owl:Class, - ; - rdfs:label "speechdata" . - - a owl:Class, - ; - rdfs:label "standardsregistry" . + a owl:Class, + linkml:TypeDefinition ; + rdfs:subClassOf linkml:Uriorcurie . - a owl:Class, - ; - rdfs:label "text" . + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "involved_in_experimental_design" ; + rdfs:range linkml:Boolean ; + rdfs:subPropertyOf ; + skos:definition "True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment." ; + skos:inScheme . - a owl:Class, - ; - rdfs:label "toolkit" . + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "involved_in_metadata_management" ; + rdfs:range linkml:Boolean ; + rdfs:subPropertyOf ; + skos:definition "True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data." ; + skos:inScheme . - a owl:Class, - ; - rdfs:label "workflowlanguage" . + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "involved_in_quality_control" ; + rdfs:range linkml:Boolean ; + rdfs:subPropertyOf ; + skos:definition "True is use case is likely to be implemented as part of data validation operations." ; + skos:inScheme . - a owl:Class, - linkml:TypeDefinition ; - rdfs:label "ror_identifier" ; - rdfs:subClassOf linkml:Uriorcurie . + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "known_limitations" ; + rdfs:range linkml:String ; + rdfs:subPropertyOf ; + skos:definition "Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc." ; + skos:inScheme . - a owl:Class, - linkml:TypeDefinition ; - rdfs:label "wikidata_identifier" ; - rdfs:subClassOf linkml:Uriorcurie . + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "use_case_category" ; + rdfs:range ; + rdfs:subPropertyOf ; + skos:definition "Category of the UseCase. Not all projects will incorporate use cases in all categories." ; + skos:inScheme . a owl:Class, linkml:ClassDefinition ; @@ -686,383 +734,617 @@ linkml:topValue a owl:DatatypeProperty ; skos:definition "A subcellular location, cell type or gross anatomical part" ; skos:exactMatch , ; - skos:narrowMatch ; - linkml:attributes "{}" ; - linkml:is_a "NamedThing" . + skos:inScheme ; + skos:narrowMatch . - a owl:Class, - linkml:TypeDefinition ; - rdfs:label "category_type" ; - rdfs:subClassOf linkml:Uriorcurie . + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "Organization" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + ; + skos:definition "Represents a group or organization related to or responsible for one or more Bridge2AI standards." ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "edam_id" ; - rdfs:range ; - skos:definition "Unique EDAM identifier" . + rdfs:range ; + skos:definition "Unique EDAM identifier" ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "mesh_id" ; - rdfs:range ; - skos:definition "Unique MeSH identifier" . + rdfs:range ; + skos:definition "Unique MeSH identifier" ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "ncit_id" ; - rdfs:range ; - skos:definition "Unique NCIt Identifier" . + rdfs:range ; + skos:definition "Unique NCIt Identifier" ; + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "url" ; - rdfs:domain ; rdfs:range linkml:Uriorcurie ; rdfs:subPropertyOf ; skos:definition "URL for basic documentation of the standard or tool." ; - linkml:is_a "node_property" . - - a owl:Class, - ; - rdfs:label "acquisition" . - - a owl:Class, - ; - rdfs:label "application" . - - a owl:Class, - ; - rdfs:label "assessment" . - - a owl:Class, - ; - rdfs:label "integration" . - - a owl:Class, - ; - rdfs:label "modeling" . - - a owl:Class, - ; - rdfs:label "standardization" . - - a owl:Class, - linkml:TypeDefinition ; - rdfs:label "edam_identifier" ; - rdfs:subClassOf linkml:Uriorcurie . + skos:inScheme . - a owl:Class, - linkml:TypeDefinition ; - rdfs:label "mesh_identifier" ; - rdfs:subClassOf linkml:Uriorcurie . - - a owl:Class, - linkml:TypeDefinition ; - rdfs:label "ncit_identifier" ; - rdfs:subClassOf linkml:Uriorcurie . + a owl:Class, + linkml:ClassDefinition ; + rdfs:label "UseCase" ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + ; + skos:definition "Represents a use case for Bridge2AI standards." ; + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "DataSubstrate" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; + owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], + owl:allValuesFrom linkml:String ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; + owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty ], + owl:allValuesFrom [ a rdfs:Datatype ; + owl:intersectionOf ( [ owl:unionOf ( [ a rdfs:Datatype ; + owl:onDatatype xsd:string ; + owl:withRestrictions ( [ xsd:pattern "file headers" ] ) ] ) ] linkml:String ) ] ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; + owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty ], - ; - skos:definition "Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as \"data, in this form or format\", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard." ; - linkml:attributes "{}" ; - linkml:is_a "NamedThing" . - - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "Organization" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], ; - skos:definition "Represents a group or organization related to or responsible for one or more Bridge2AI standards." ; - linkml:attributes "{}" ; - linkml:is_a "NamedThing" . + skos:definition "Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as \"data, in this form or format\", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard." ; + skos:inScheme . - a owl:Class, + a owl:ObjectProperty, + owl:SymmetricProperty, + linkml:SlotDefinition ; + rdfs:label "related_to" ; + rdfs:domain ; + rdfs:range ; + skos:definition "A relationship that is asserted between two named things." ; + skos:inScheme . + + a owl:Class, linkml:ClassDefinition ; - rdfs:label "UseCase" ; + rdfs:label "DataTopic" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; - owl:onProperty ], - [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Uriorcurie ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:onClass ; - owl:onProperty ; - owl:qualifiedCardinality 1 ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], ; - skos:definition "Represents a use case for Bridge2AI standards." ; - linkml:attributes "{}" ; - linkml:is_a "NamedThing" . - - a owl:ObjectProperty, - owl:SymmetricProperty, - linkml:SlotDefinition ; - rdfs:label "related_to" ; - rdfs:domain ; - rdfs:range ; - skos:definition "A relationship that is asserted between two named things." . + skos:definition "Represents a general data topic for Bridge2AI data or the tools/standards applied to the data." ; + skos:inScheme . - a owl:Class, + a owl:Class, linkml:EnumDefinition ; - rdfs:label "DataGeneratingProject" ; owl:unionOf ( ) ; linkml:permissible_values , , , . -linkml:TypeDefinition a owl:Class ; - rdfs:label "type_definition" ; - linkml:attributes "{}" ; - linkml:is_a "element" ; - linkml:mixins "type_expression" . + a owl:Class, + linkml:EnumDefinition ; + owl:unionOf ( ) ; + linkml:permissible_values , + , + , + , + , + . - a owl:Class, + a owl:Class, linkml:ClassDefinition ; - rdfs:label "DataTopic" ; + rdfs:label "NamedThing" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], - ; - skos:definition "Represents a general data topic for Bridge2AI data or the tools/standards applied to the data." ; - linkml:attributes "{}" ; - linkml:is_a "NamedThing" . + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Date ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ] ; + skos:definition "A generic grouping for any identifiable entity" ; + skos:exactMatch ; + skos:inScheme . - a owl:Class, - linkml:EnumDefinition ; - rdfs:label "UseCaseCategory" ; - owl:unionOf ( ) ; - linkml:permissible_values , - , - , - , - , - . + a owl:ObjectProperty, + linkml:SlotDefinition ; + rdfs:label "category" ; + rdfs:domain ; + rdfs:range ; + rdfs:subPropertyOf ; + skos:definition "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\"." ; + skos:inScheme . a owl:Class, linkml:ClassDefinition ; rdfs:label "DataStandardOrTool" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Uriorcurie ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Uriorcurie ; owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; + owl:maxCardinality 1 ; owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; + owl:maxCardinality 1 ; owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty ], + owl:allValuesFrom linkml:String ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Boolean ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; owl:onProperty ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], ; skos:definition "Represents a standard or tool in the Bridge2AI Standards Registry." ; - linkml:attributes "{}" ; - linkml:is_a "NamedThing" . - -linkml:ClassDefinition a owl:Class ; - rdfs:label "class_definition" ; - linkml:attributes "{}" ; - linkml:is_a "definition" ; - linkml:mixins "class_expression" . + skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "node_property" ; rdfs:domain ; - rdfs:range linkml:String ; - skos:definition "A grouping for any property that holds between a node and a value." . + skos:definition "A grouping for any property that holds between a node and a value." ; + skos:inScheme . - a owl:Class, + a owl:Class, linkml:EnumDefinition ; - rdfs:label "StandardsCollectionTag" ; - owl:unionOf ( ) ; - linkml:permissible_values , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - . + owl:unionOf ( ) ; + linkml:permissible_values , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . - a owl:Class, - linkml:ClassDefinition ; - rdfs:label "NamedThing" ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass ; - owl:onProperty ], - [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty ], - [ a owl:Restriction ; - owl:onClass linkml:Uriorcurie ; - owl:onProperty ; - owl:qualifiedCardinality 1 ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:String ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxQualifiedCardinality 1 ; - owl:onClass linkml:Date ; - owl:onProperty ], - [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ] ; - skos:definition "A generic grouping for any identifiable entity" ; - skos:exactMatch ; - linkml:attributes "{}" . +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . -linkml:SlotDefinition a owl:Class ; - rdfs:label "slot_definition" ; - linkml:attributes "{}" ; - linkml:is_a "definition" ; - linkml:mixins "slot_expression" . +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . + +[] a owl:Restriction ; + rdfs:subClassOf ; + owl:onProperty ; + owl:someValuesFrom . diff --git a/project/prefixmap/standards_schema_all.yaml b/project/prefixmap/standards_schema_all.yaml index e824420..43ef8c3 100644 --- a/project/prefixmap/standards_schema_all.yaml +++ b/project/prefixmap/standards_schema_all.yaml @@ -76,4 +76,4 @@ "UseCaseContainer": { "@id": "B2AI_USECASE:UseCaseContainer" } -} +} \ No newline at end of file diff --git a/project/protobuf/standards_schema_all.proto b/project/protobuf/standards_schema_all.proto index f677bf2..7e2b869 100644 --- a/project/protobuf/standards_schema_all.proto +++ b/project/protobuf/standards_schema_all.proto @@ -1,3 +1,6 @@ + syntax="proto3"; + package +// metamodel_version: 1.7.0 // A subcellular location, cell type or gross anatomical part message AnatomicalEntity { @@ -28,6 +31,7 @@ message BiomedicalStandard repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -52,6 +56,7 @@ message DataStandard repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -76,6 +81,7 @@ message DataStandardOrTool repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -137,7 +143,7 @@ message DataTopicContainer { repeated dataTopic dataTopicsCollection = 0 } -// Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone. +// Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone. message ModelRepository { uriorcurie id = 0 @@ -153,6 +159,7 @@ message ModelRepository repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -191,6 +198,7 @@ message OntologyOrVocabulary repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -237,6 +245,7 @@ message ReferenceDataOrDataset repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -261,6 +270,7 @@ message ReferenceImplementation repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -285,6 +295,7 @@ message Registry repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -309,6 +320,7 @@ message SoftwareOrTool repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 @@ -333,6 +345,7 @@ message TrainingProgram repeated standardsCollectionTag collection = 0 repeated dataTopic concernsDataTopic = 0 repeated organization hasRelevantOrganization = 0 + repeated dataStandardOrTool hasTrainingResource = 0 string purposeDetail = 0 boolean isOpen = 0 boolean requiresRegistration = 0 diff --git a/project/shacl/standards_schema_all.shacl.ttl b/project/shacl/standards_schema_all.shacl.ttl index bc327e0..ef9d024 100644 --- a/project/shacl/standards_schema_all.shacl.ttl +++ b/project/shacl/standards_schema_all.shacl.ttl @@ -6,182 +6,250 @@ sh:closed true ; sh:description "Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The date on which the node was added." ; + sh:property [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], - [ sh:description "The name of the person who added this node." ; + [ sh: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\"." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; sh:order 15 ; + sh:path ], + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; sh:maxCount 1 ; - sh:order 8 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:order 4 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; sh:path ], - [ sh:description "A human-readable description for a thing." ; + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path ], - [ sh: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\"." ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ] ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ] ; sh:targetClass . a sh:NodeShape ; sh:closed true ; sh:description "Represents a general purpose standard in the Bridge2AI Standards Registry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh: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\"." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + sh:property [ sh:class ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 18 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; sh:path ], - [ sh:class ; - sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; + [ sh:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; - sh:order 12 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 19 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; sh:path ], - [ sh:description "A unique identifier for a thing." ; + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh: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\"." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 10 ; - sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 9 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; - sh:order 4 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; - sh:nodeKind sh:IRI ; + sh:nodeKind sh:Literal ; sh:order 14 ; - sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 17 ; - sh:path ] ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path ], + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ] ; sh:targetClass . a sh:NodeShape ; @@ -197,613 +265,713 @@ a sh:NodeShape ; sh:closed true ; - sh:description "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a respository, the resource must not index models alone." ; + sh:description "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class ; - sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:property [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], [ sh: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\"." ; sh:maxCount 1 ; - sh:order 11 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 14 ; + sh:order 15 ; sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 15 ; + sh:order 16 ; sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path ], [ sh:class ; sh:description "Subject standard is generally applied in the context of object data topic." ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path ] ; - sh:targetClass . - - a sh:NodeShape ; - sh:closed true ; - sh:description "A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 17 ; - sh:path ], - [ sh:description "The date on which the node was added." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path ], + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], - [ sh: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\"." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 18 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], - [ sh:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:path ] ; + sh:targetClass . + + a sh:NodeShape ; + sh:closed true ; + sh:description "A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; - sh:order 3 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 15 ; + sh:order 16 ; sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path ] ; - sh:targetClass . - - a sh:NodeShape ; - sh:closed true ; - sh:description "Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A unique identifier for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 14 ; + sh:order 15 ; sh:path ], - [ sh:description "A human-readable name for a thing." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 5 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], [ sh: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\"." ; sh:maxCount 1 ; - sh:order 11 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path ], + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "The date on which the node was added." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path ], [ sh:class ; sh:description "Subject standard is generally applied in the context of object data topic." ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path ] ; - sh:targetClass . + sh:targetClass . - a sh:NodeShape ; + a sh:NodeShape ; sh:closed true ; - sh:description "Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case." ; + sh:description "Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:property [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 5 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; - sh:maxCount 1 ; - sh:order 4 ; sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 10 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; - sh:order 9 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; sh:path ], - [ sh:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], [ sh: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\"." ; sh:maxCount 1 ; - sh:order 11 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 17 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 15 ; + sh:order 16 ; sh:path ], - [ sh:description "The date on which the node was added." ; + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path ] ; - sh:targetClass . - - a sh:NodeShape ; - sh:closed true ; - sh:description "Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; sh:order 15 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:path ] ; + sh:targetClass . + + a sh:NodeShape ; + sh:closed true ; + sh:description "Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 14 ; + sh:order 15 ; sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 7 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 19 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; - sh:order 0 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path ], + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ], [ sh: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\"." ; sh:maxCount 1 ; - sh:order 11 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "Text description of the standard or tool." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path ] ; - sh:targetClass . + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ] ; + sh:targetClass . - a sh:NodeShape ; + a sh:NodeShape ; sh:closed true ; - sh:description "Represents a piece of software or computational tool in the Bridge2AI Standards Registry." ; + sh:description "Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:property [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 19 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; sh:path ], - [ sh:description "The name of the github user who added this node." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:order 6 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 4 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 9 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; sh:path ], - [ sh: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\"." ; + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 14 ; + sh:order 15 ; sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh: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\"." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path ], [ sh:class ; sh:description "Subject standard is generally applied in the context of object data topic." ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 15 ; + sh:order 16 ; sh:path ], - [ sh:description "Text description of the standard or tool." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path ], [ sh:description "Tags for specific sets of standards." ; sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; sh:order 0 ; sh:path ] ; - sh:targetClass . + sh:targetClass . - a sh:NodeShape ; + a sh:NodeShape ; sh:closed true ; - sh:description "Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry." ; + sh:description "Represents a piece of software or computational tool in the Bridge2AI Standards Registry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:property [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 8 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh: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\"." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; - sh:order 4 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], [ sh:class ; sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], [ sh:description "Tags for specific sets of standards." ; sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; sh:order 0 ; sh:path ], - [ sh:description "The date on which the node was added." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], - [ sh: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\"." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path ], [ sh:class ; sh:description "Subject standard is generally applied in the context of object data topic." ; sh:nodeKind sh:IRI ; @@ -812,24 +980,162 @@ [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 14 ; + sh:order 15 ; sh:path ], - [ sh:description "Text description of the standard or tool." ; + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; - sh:order 3 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; - sh:order 5 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path ] ; + sh:targetClass . + + a sh:NodeShape ; + sh:closed true ; + sh:description "Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 6 ; - sh:path ] ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh: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\"." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], + [ sh:class ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ] ; sh:targetClass . a sh:NodeShape ; @@ -880,143 +1186,155 @@ sh:closed true ; sh:description "A subcellular location, cell type or gross anatomical part" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The name of the github user who added this node." ; + sh:property [ sh:class ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path ], + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path ], + [ sh: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\"." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 7 ; sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; sh:order 0 ; sh:path ], - [ sh:description "A human-readable name for a thing." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 2 ; sh:path ], - [ sh:description "The date on which the node was added." ; + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh: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\"." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path ] ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ] ; sh:targetClass . - a sh:NodeShape ; + a sh:NodeShape ; sh:closed true ; - sh:description "Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as \"data, in this form or format\", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard." ; + sh:description "Represents a use case for Bridge2AI standards." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Commonly used file extensions for this substrate." ; - sh:order 4 ; - sh:path ], - [ sh: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\"." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:property [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "Potential obstacles particular to this substrate or implementation. " ; - sh:order 5 ; - sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 21 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path ], - [ sh:description "Unique EDAM identifier" ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 6 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; sh:path ], - [ sh:description "Unique MeSH identifier" ; + [ sh:datatype xsd:boolean ; + sh:description "True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path ], - [ sh:description "Data Substrate in which metadata is stored." ; - sh:order 3 ; - sh:path ], - [ sh:description "Unique NCIt Identifier" ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:class ; + sh:description "Relevance of the use case to one or more data substrates." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path ], + [ sh:class ; + sh:description "List of identifiers of standards and tools; those not explicitly planned to be used, by one or more Bridge2AI DGPs in addressing this use case but serving as viable alternatives, from those in the Standards Registry." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path ], + [ sh: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\"." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path ] ; - sh:targetClass . - - a sh:NodeShape ; - sh:closed true ; - sh:description "Represents a use case for Bridge2AI standards." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], + [ sh:class ; + sh:description "List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path ], + sh:order 5 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; sh:order 16 ; sh:path ], - [ sh:description "The name of the github user who added this node." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path ], - [ sh: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\"." ; + sh:nodeKind sh:Literal ; + sh:order 15 ; + sh:path ], + [ sh:class ; + sh:description "Relevance of the use case to one or more data topics." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path ], [ sh:description "Relevance of the use case to one or more DGPs." ; sh:in ( ) ; sh:order 2 ; @@ -1026,342 +1344,479 @@ sh:nodeKind sh:IRI ; sh:order 7 ; sh:path ], - [ sh:description "True is use case is likely to be implemented as part of data validation operations." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path ], - [ sh:description "URI of corresponding class in an ontology of experimental procedures, in CURIE form." ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URI of corresponding class in an ontology of experimental procedures, in CURIE form." ; + sh:nodeKind sh:Literal ; sh:order 11 ; sh:path ], - [ sh:description "The date on which the node was added." ; - sh:maxCount 1 ; - sh:order 21 ; - sh:path ], - [ sh:description "Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path ], - [ sh:class ; - sh:description "List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case." ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path ], - [ sh:description "True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:class ; - sh:description "List of identifiers of standards and tools; those not explicitly planned to be used, by one or more Bridge2AI DGPs in addressing this use case but serving as viable alternatives, from those in the Standards Registry." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:class ; - sh:description "Relevance of the use case to one or more data substrates." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path ], - [ sh:class ; - sh:description "Relevance of the use case to one or more data topics." ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path ], - [ sh:description "True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data." ; + [ sh:datatype xsd:boolean ; + sh:description "True is use case is likely to be implemented as part of data validation operations." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], [ sh:description "Category of the UseCase. Not all projects will incorporate use cases in all categories." ; sh:in ( "acquisition" "integration" "standardization" "modeling" "application" "assessment" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 0 ; sh:path ], - [ sh:description "A human-readable name for a thing." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; - sh:maxCount 1 ; - sh:order 20 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path ] ; + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path ] ; sh:targetClass . - a sh:NodeShape ; + a sh:NodeShape ; sh:closed true ; - sh:description "Represents a standard or tool in the Bridge2AI Standards Registry." ; + sh:description "Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as \"data, in this form or format\", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "URL for basic documentation of the standard or tool." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path ], - [ sh:description "Does usage of the standard or tool require registrion of a user or group with some organization or managerial body?" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path ], - [ sh:description "Is the standard or tool currently relevant to DGPs?" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path ], - [ sh: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\"." ; - sh:maxCount 1 ; + sh:property [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; sh:order 11 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:path ], + [ sh:description "Unique EDAM identifier" ; sh:maxCount 1 ; - sh:order 19 ; - sh:path ], - [ sh:description "Tags for specific sets of standards." ; - sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:nodeKind sh:Literal ; sh:order 0 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 12 ; - sh:path ], - [ sh:description "Is the standard or tool FAIR and available free of cost?" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; - sh:nodeKind sh:IRI ; + sh:nodeKind sh:Literal ; sh:order 15 ; - sh:path ], + sh:path ], + [ sh: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\"." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:description "Unique MeSH identifier" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Commonly used file extensions for this substrate." ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 14 ; + sh:order 10 ; sh:path ], - [ sh:description "Text description of the standard or tool." ; + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:description "Data Substrate in which metadata is stored." ; + sh:or ( [ sh:class ] [ ] ) ; sh:order 3 ; - sh:path ], - [ sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path ], - [ sh:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], + [ sh:description "Unique NCIt Identifier" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path ], - [ sh:class ; - sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; - sh:nodeKind sh:IRI ; + sh:nodeKind sh:Literal ; sh:order 2 ; - sh:path ], - [ sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 8 ; - sh:path ] ; - sh:targetClass . + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Potential obstacles particular to this substrate or implementation. " ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ] ; + sh:targetClass . a sh:NodeShape ; sh:closed true ; sh:description "Represents a group or organization related to or responsible for one or more Bridge2AI standards." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for a thing." ; + sh:property [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 6 ; sh:path ], - [ sh:description "The name of the github user who added this node." ; + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path ], + [ sh: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\"." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 7 ; sh:path ], - [ sh:description "Unique Wikidata identifier." ; + [ sh:description "Unique ROR identifier." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 0 ; + sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path ], - [ sh:description "The date on which the node was added." ; + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 12 ; sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:description "Unique Wikidata identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path ], - [ sh:description "The name of the person who added this node." ; + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; - sh:order 9 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ] ; + sh:targetClass . + + a sh:NodeShape ; + sh:closed true ; + sh:description "Represents a general data topic for Bridge2AI data or the tools/standards applied to the data." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; + sh:path ], + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 13 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 10 ; sh:path ], - [ sh:description "Unique ROR identifier." ; + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:description "Unique NCIt Identifier" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path ], + [ sh:class ; + sh:description "A relationship between a DataTopic and an anatomical entity." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], + [ sh:class ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path ], + [ sh:description "Unique MeSH identifier" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path ], + [ sh:description "Unique EDAM identifier" ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 0 ; - sh:path ], + sh:path ], [ sh: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\"." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 5 ; sh:path ], - [ sh:description "URL for basic documentation of the standard or tool." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 11 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path ] ; - sh:targetClass . + sh:path ] ; + sh:targetClass . - a sh:NodeShape ; + a sh:NodeShape ; sh:closed true ; - sh:description "Represents a general data topic for Bridge2AI data or the tools/standards applied to the data." ; + sh:description "Represents a standard or tool in the Bridge2AI Standards Registry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Unique MeSH identifier" ; - sh:maxCount 1 ; + sh:property [ sh:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; + sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path ], + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ], [ sh: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\"." ; sh:maxCount 1 ; - sh:order 5 ; + sh:nodeKind sh:Literal ; + sh:order 12 ; sh:path ], - [ sh:description "Unique EDAM identifier" ; + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path ], - [ sh:class ; - sh:description "A relationship between a DataTopic and an anatomical entity." ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 5 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 19 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 6 ; + sh:path ], [ sh:class ; sh:description "Holds between two classes where the domain class is a specialization of the range class." ; sh:nodeKind sh:IRI ; - sh:order 8 ; + sh:order 15 ; sh:path ], - [ sh:description "Unique NCIt Identifier" ; + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path ], - [ sh:description "The ORCiD of the person who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + sh:path ], + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path ], - [ sh:description "The date on which the node was added." ; + sh:nodeKind sh:Literal ; + sh:order 10 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 18 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 13 ; - sh:path ], - [ sh:description "A unique identifier for a thing." ; + sh:path ], + [ sh:class ; + sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path ], + [ sh:description "Tags for specific sets of standards." ; + sh:in ( "audiovisual" "deprecated" "fileformat" "toolkit" "clinicaldata" "multimodal" "text" "cloudplatform" "cloudservice" "codesystem" "datamodel" "dataregistry" "softwareregistry" "datavisualization" "notebookplatform" "datasheets" "machinelearningframework" "workflowlanguage" "diagnosticinstrument" "drugdata" "eyedata" "markuplanguage" "graphdataplatform" "guidelines" "minimuminformationschema" "modelcards" "obofoundry" "ontologyregistry" "policy" "proteindata" "referencegenome" "scrnaseqanalysis" "speechdata" "standardsregistry" "has_ai_application" ) ; + sh:order 0 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 4 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; sh:path ], - [ sh:description "A human-readable name for a thing." ; + [ sh:datatype xsd:anyURI ; + sh:description "Relevant code repository or other location for a formal specification of the standard or tool. Often a URL, particularly to a Git repository." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path ], - [ sh:description "The name of the github user who added this node." ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 4 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path ] ; - sh:targetClass . + sh:order 16 ; + sh:path ] ; + sh:targetClass . a sh:NodeShape ; sh:closed true ; sh:description "A generic grouping for any identifiable entity" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The ORCiD of the person who added this node." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path ], - [ sh:description "A human-readable name for a thing." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path ], - [ sh:description "A human-readable description for a thing." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class ; + sh:description "Holds between two classes where the domain class is a specialization of the range class." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 3 ; sh:path ], - [ sh:description "The date on which the node was added." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path ], - [ sh:description "The name of the person who added this node." ; + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; + sh:nodeKind sh:Literal ; sh:order 6 ; sh:path ], - [ sh:description "A unique identifier for a thing." ; + [ sh:datatype xsd:anyURI ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:nodeKind sh:Literal ; sh:order 0 ; sh:path ], - [ sh:description "The name of the github user who added this node." ; + [ sh: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\"." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path ], + sh:nodeKind sh:Literal ; + sh:order 1 ; + sh:path ], + [ sh:datatype xsd:anyURI ; + sh:description "The ORCiD of the person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 8 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + sh:path ], [ sh:class ; sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path ], - [ sh:class ; - sh:description "Holds between two classes where the domain class is a specialization of the range class." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path ], - [ sh: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\"." ; + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path ] ; + sh:nodeKind sh:Literal ; + sh:order 9 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the github user who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 7 ; + sh:path ] ; sh:targetClass . diff --git a/project/shex/standards_schema_all.shex b/project/shex/standards_schema_all.shex index f0afede..52260b2 100644 --- a/project/shex/standards_schema_all.shex +++ b/project/shex/standards_schema_all.shex @@ -1,3 +1,4 @@ +# metamodel_version: 1.7.0 BASE PREFIX rdf: PREFIX xsd: @@ -91,9 +92,45 @@ B2AI_STANDARD:DataStandardOrTool ( CLOSED { ( $B2AI_STANDARD:DataStandardOrTool_tes ( &B2AI:NamedThing_tes ; rdf:type [ schema1:Thing ] ? ; - B2AI_STANDARD:collection @B2AI_STANDARD:StandardsCollectionTag * ; + B2AI_STANDARD:collection [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ] * ; B2AI_STANDARD:concerns_data_topic @B2AI_TOPIC:DataTopic * ; B2AI_STANDARD:has_relevant_organization @B2AI_ORG:Organization * ; + B2AI_STANDARD:has_training_resource @B2AI_STANDARD:DataStandardOrTool * ; B2AI_STANDARD:purpose_detail @linkml:String ? ; B2AI_STANDARD:is_open @linkml:Boolean ? ; B2AI_STANDARD:requires_registration @linkml:Boolean ? ; @@ -248,9 +285,16 @@ B2AI_STANDARD:TrainingProgram CLOSED { B2AI_USECASE:UseCase CLOSED { ( $B2AI_USECASE:UseCase_tes ( &B2AI:NamedThing_tes ; rdf:type [ schema1:Thing ] ? ; - B2AI_USECASE:use_case_category @B2AI_USECASE:UseCaseCategory ; + B2AI_USECASE:use_case_category [ + + + + + ] ; B2AI_USECASE:known_limitations @linkml:String ? ; - B2AI_USECASE:relevance_to_dgps @B2AI:DataGeneratingProject * ; + B2AI_USECASE:relevance_to_dgps [ + + ] * ; B2AI_USECASE:data_topics @B2AI_TOPIC:DataTopic * ; B2AI_USECASE:data_substrates @B2AI_SUBSTRATE:DataSubstrate * ; B2AI_USECASE:standards_and_tools_for_dgp_use @B2AI_STANDARD:DataStandardOrTool * ; @@ -271,4 +315,3 @@ B2AI_USECASE:UseCaseContainer CLOSED { ) } - diff --git a/project/sqlschema/standards_schema_all.sql b/project/sqlschema/standards_schema_all.sql index b05171b..e7a3bd5 100644 --- a/project/sqlschema/standards_schema_all.sql +++ b/project/sqlschema/standards_schema_all.sql @@ -1,41 +1,519 @@ +-- # Class: "NamedThing" Description: "A generic grouping for any identifiable entity" +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "AnatomicalEntity" Description: "A subcellular location, cell type or gross anatomical part" +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "DataStandardOrTool" Description: "Represents a standard or tool in the Bridge2AI Standards Registry." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- * Slot: DataStandardOrToolContainer_id Description: Autocreated FK slot +-- # Class: "DataStandard" Description: "Represents a general purpose standard in the Bridge2AI Standards Registry." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "BiomedicalStandard" Description: "Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or biomedical research purposes." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "Registry" Description: "Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "OntologyOrVocabulary" Description: "A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "ModelRepository" Description: "Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be a repository, the resource must not index models alone." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "ReferenceDataOrDataset" Description: "Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "SoftwareOrTool" Description: "Represents a piece of software or computational tool in the Bridge2AI Standards Registry." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "ReferenceImplementation" Description: "Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a full specification in a particular language or as an application to a specific use case." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "TrainingProgram" Description: "Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards Registry." +-- * Slot: purpose_detail Description: Text description of the standard or tool. +-- * Slot: is_open Description: Is the standard or tool FAIR and available free of cost? +-- * Slot: requires_registration Description: Does usage of the standard or tool require registration of a user or group with some organization or managerial body? +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: publication Description: Relevant publication for the standard or tool. Prefer a DOI or PUBMED. +-- * Slot: 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. +-- * Slot: not_relevant_to_dgps Description: Is the standard or tool currently relevant to DGPs? +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- # Class: "DataStandardOrToolContainer" Description: "A container for DataStandardOrTool(s)." +-- * Slot: id Description: +-- # Class: "DataSubstrate" Description: "Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific implementation of that structure. Interpret as "data, in this form or format", as compared to DataStandard, which refers to the set of rules defining a standard. For example, data in TSV format is represented as a DataSubstrate but the concept of TSV format is a DataStandard." +-- * Slot: edam_id Description: Unique EDAM identifier +-- * Slot: mesh_id Description: Unique MeSH identifier +-- * Slot: ncit_id Description: Unique NCIt Identifier +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- * Slot: DataSubstrateContainer_id Description: Autocreated FK slot +-- # Class: "DataSubstrateContainer" Description: "A container for DataSubstrates." +-- * Slot: id Description: +-- # Class: "DataTopic" Description: "Represents a general data topic for Bridge2AI data or the tools/standards applied to the data." +-- * Slot: edam_id Description: Unique EDAM identifier +-- * Slot: mesh_id Description: Unique MeSH identifier +-- * Slot: ncit_id Description: Unique NCIt Identifier +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- * Slot: DataTopicContainer_id Description: Autocreated FK slot +-- # Class: "DataTopicContainer" Description: "A container for DataTopics." +-- * Slot: id Description: +-- # Class: "Organization" Description: "Represents a group or organization related to or responsible for one or more Bridge2AI standards." +-- * Slot: ror_id Description: Unique ROR identifier. +-- * Slot: wikidata_id Description: Unique Wikidata identifier. +-- * Slot: url Description: URL for basic documentation of the standard or tool. +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- * Slot: OrganizationContainer_id Description: Autocreated FK slot +-- # Class: "OrganizationContainer" Description: "A container for Organizations." +-- * Slot: id Description: +-- # Class: "UseCase" Description: "Represents a use case for Bridge2AI standards." +-- * Slot: use_case_category Description: Category of the UseCase. Not all projects will incorporate use cases in all categories. +-- * Slot: known_limitations Description: Any current obstacles to implementing this use case. This could be a selection from one or more predefined categories including lack of standards, lack of relevant patient cohort, lack of funding, etc. +-- * Slot: involved_in_experimental_design Description: True if use case is likely to be implemented as part of an experimental procedure or collection of data to be used as part of an experiment. +-- * Slot: involved_in_metadata_management Description: True if use case is likely to be implemented as part of metadata indexing, sample tracking, or any other storage of high-level data properties. Includes use cases in which metadata will be collected along with data. +-- * Slot: involved_in_quality_control Description: True is use case is likely to be implemented as part of data validation operations. +-- * Slot: id Description: A unique identifier for a thing. +-- * Slot: 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". +-- * Slot: name Description: A human-readable name for a thing. +-- * Slot: description Description: A human-readable description for a thing. +-- * Slot: contributor_name Description: The name of the person who added this node. +-- * Slot: contributor_github_name Description: The name of the github user who added this node. +-- * Slot: contributor_orcid Description: The ORCiD of the person who added this node. +-- * Slot: contribution_date Description: The date on which the node was added. +-- * Slot: UseCaseContainer_id Description: Autocreated FK slot +-- # Class: "UseCaseContainer" Description: "A container for UseCase." +-- * Slot: id Description: +-- # Class: "NamedThing_subclass_of" Description: "" +-- * Slot: NamedThing_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "NamedThing_related_to" Description: "" +-- * Slot: NamedThing_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "AnatomicalEntity_subclass_of" Description: "" +-- * Slot: AnatomicalEntity_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "AnatomicalEntity_related_to" Description: "" +-- * Slot: AnatomicalEntity_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "DataStandardOrTool_collection" Description: "" +-- * Slot: DataStandardOrTool_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "DataStandardOrTool_concerns_data_topic" Description: "" +-- * Slot: DataStandardOrTool_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "DataStandardOrTool_has_relevant_organization" Description: "" +-- * Slot: DataStandardOrTool_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "DataStandardOrTool_has_training_resource" Description: "" +-- * Slot: DataStandardOrTool_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "DataStandardOrTool_subclass_of" Description: "" +-- * Slot: DataStandardOrTool_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "DataStandardOrTool_related_to" Description: "" +-- * Slot: DataStandardOrTool_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "DataStandard_collection" Description: "" +-- * Slot: DataStandard_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "DataStandard_concerns_data_topic" Description: "" +-- * Slot: DataStandard_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "DataStandard_has_relevant_organization" Description: "" +-- * Slot: DataStandard_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "DataStandard_has_training_resource" Description: "" +-- * Slot: DataStandard_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "DataStandard_subclass_of" Description: "" +-- * Slot: DataStandard_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "DataStandard_related_to" Description: "" +-- * Slot: DataStandard_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "BiomedicalStandard_collection" Description: "" +-- * Slot: BiomedicalStandard_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "BiomedicalStandard_concerns_data_topic" Description: "" +-- * Slot: BiomedicalStandard_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "BiomedicalStandard_has_relevant_organization" Description: "" +-- * Slot: BiomedicalStandard_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "BiomedicalStandard_has_training_resource" Description: "" +-- * Slot: BiomedicalStandard_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "BiomedicalStandard_subclass_of" Description: "" +-- * Slot: BiomedicalStandard_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "BiomedicalStandard_related_to" Description: "" +-- * Slot: BiomedicalStandard_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "Registry_collection" Description: "" +-- * Slot: Registry_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "Registry_concerns_data_topic" Description: "" +-- * Slot: Registry_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "Registry_has_relevant_organization" Description: "" +-- * Slot: Registry_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "Registry_has_training_resource" Description: "" +-- * Slot: Registry_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "Registry_subclass_of" Description: "" +-- * Slot: Registry_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "Registry_related_to" Description: "" +-- * Slot: Registry_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "OntologyOrVocabulary_collection" Description: "" +-- * Slot: OntologyOrVocabulary_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "OntologyOrVocabulary_concerns_data_topic" Description: "" +-- * Slot: OntologyOrVocabulary_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "OntologyOrVocabulary_has_relevant_organization" Description: "" +-- * Slot: OntologyOrVocabulary_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "OntologyOrVocabulary_has_training_resource" Description: "" +-- * Slot: OntologyOrVocabulary_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "OntologyOrVocabulary_subclass_of" Description: "" +-- * Slot: OntologyOrVocabulary_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "OntologyOrVocabulary_related_to" Description: "" +-- * Slot: OntologyOrVocabulary_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "ModelRepository_collection" Description: "" +-- * Slot: ModelRepository_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "ModelRepository_concerns_data_topic" Description: "" +-- * Slot: ModelRepository_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "ModelRepository_has_relevant_organization" Description: "" +-- * Slot: ModelRepository_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "ModelRepository_has_training_resource" Description: "" +-- * Slot: ModelRepository_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "ModelRepository_subclass_of" Description: "" +-- * Slot: ModelRepository_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "ModelRepository_related_to" Description: "" +-- * Slot: ModelRepository_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "ReferenceDataOrDataset_collection" Description: "" +-- * Slot: ReferenceDataOrDataset_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "ReferenceDataOrDataset_concerns_data_topic" Description: "" +-- * Slot: ReferenceDataOrDataset_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "ReferenceDataOrDataset_has_relevant_organization" Description: "" +-- * Slot: ReferenceDataOrDataset_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "ReferenceDataOrDataset_has_training_resource" Description: "" +-- * Slot: ReferenceDataOrDataset_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "ReferenceDataOrDataset_subclass_of" Description: "" +-- * Slot: ReferenceDataOrDataset_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "ReferenceDataOrDataset_related_to" Description: "" +-- * Slot: ReferenceDataOrDataset_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "SoftwareOrTool_collection" Description: "" +-- * Slot: SoftwareOrTool_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "SoftwareOrTool_concerns_data_topic" Description: "" +-- * Slot: SoftwareOrTool_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "SoftwareOrTool_has_relevant_organization" Description: "" +-- * Slot: SoftwareOrTool_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "SoftwareOrTool_has_training_resource" Description: "" +-- * Slot: SoftwareOrTool_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "SoftwareOrTool_subclass_of" Description: "" +-- * Slot: SoftwareOrTool_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "SoftwareOrTool_related_to" Description: "" +-- * Slot: SoftwareOrTool_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "ReferenceImplementation_collection" Description: "" +-- * Slot: ReferenceImplementation_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "ReferenceImplementation_concerns_data_topic" Description: "" +-- * Slot: ReferenceImplementation_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "ReferenceImplementation_has_relevant_organization" Description: "" +-- * Slot: ReferenceImplementation_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "ReferenceImplementation_has_training_resource" Description: "" +-- * Slot: ReferenceImplementation_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "ReferenceImplementation_subclass_of" Description: "" +-- * Slot: ReferenceImplementation_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "ReferenceImplementation_related_to" Description: "" +-- * Slot: ReferenceImplementation_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "TrainingProgram_collection" Description: "" +-- * Slot: TrainingProgram_id Description: Autocreated FK slot +-- * Slot: collection Description: Tags for specific sets of standards. +-- # Class: "TrainingProgram_concerns_data_topic" Description: "" +-- * Slot: TrainingProgram_id Description: Autocreated FK slot +-- * Slot: concerns_data_topic_id Description: Subject standard is generally applied in the context of object data topic. +-- # Class: "TrainingProgram_has_relevant_organization" Description: "" +-- * Slot: TrainingProgram_id Description: Autocreated FK slot +-- * Slot: has_relevant_organization_id Description: Subject standard is managed or otherwise guided buy the object organization(s). +-- # Class: "TrainingProgram_has_training_resource" Description: "" +-- * Slot: TrainingProgram_id Description: Autocreated FK slot +-- * Slot: has_training_resource_id Description: Relevant training resources, standard usage manuals, or other documentation for the standard or tool. +-- # Class: "TrainingProgram_subclass_of" Description: "" +-- * Slot: TrainingProgram_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "TrainingProgram_related_to" Description: "" +-- * Slot: TrainingProgram_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "DataSubstrate_metadata_storage" Description: "" +-- * Slot: DataSubstrate_id Description: Autocreated FK slot +-- * Slot: metadata_storage Description: Data Substrate in which metadata is stored. +-- # Class: "DataSubstrate_file_extensions" Description: "" +-- * Slot: DataSubstrate_id Description: Autocreated FK slot +-- * Slot: file_extensions Description: Commonly used file extensions for this substrate. +-- # Class: "DataSubstrate_limitations" Description: "" +-- * Slot: DataSubstrate_id Description: Autocreated FK slot +-- * Slot: limitations Description: Potential obstacles particular to this substrate or implementation. +-- # Class: "DataSubstrate_subclass_of" Description: "" +-- * Slot: DataSubstrate_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "DataSubstrate_related_to" Description: "" +-- * Slot: DataSubstrate_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "DataTopic_topic_involves_anatomy" Description: "" +-- * Slot: DataTopic_id Description: Autocreated FK slot +-- * Slot: topic_involves_anatomy_id Description: A relationship between a DataTopic and an anatomical entity. +-- # Class: "DataTopic_subclass_of" Description: "" +-- * Slot: DataTopic_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "DataTopic_related_to" Description: "" +-- * Slot: DataTopic_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "Organization_related_to" Description: "" +-- * Slot: Organization_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. +-- # Class: "Organization_subclass_of" Description: "" +-- * Slot: Organization_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "UseCase_relevance_to_dgps" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: relevance_to_dgps Description: Relevance of the use case to one or more DGPs. +-- # Class: "UseCase_data_topics" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: data_topics_id Description: Relevance of the use case to one or more data topics. +-- # Class: "UseCase_data_substrates" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: data_substrates_id Description: Relevance of the use case to one or more data substrates. +-- # Class: "UseCase_standards_and_tools_for_dgp_use" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: standards_and_tools_for_dgp_use_id Description: List of identifiers of standards and tools; those planned to be used, or already in use, by one or more Bridge2AI DGPs in addressing this use case, from those in the Standards Registry, or TBD if standards/tools not yet finalized for this use case. +-- # Class: "UseCase_alternative_standards_and_tools" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: alternative_standards_and_tools_id Description: List of identifiers of standards and tools; those not explicitly planned to be used, by one or more Bridge2AI DGPs in addressing this use case but serving as viable alternatives, from those in the Standards Registry. +-- # Class: "UseCase_enables" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: enables_id Description: Other use case(s) this use case supports or makes possible. +-- # Class: "UseCase_xref" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: xref Description: URI of corresponding class in an ontology of experimental procedures, in CURIE form. +-- # Class: "UseCase_subclass_of" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: subclass_of_id Description: Holds between two classes where the domain class is a specialization of the range class. +-- # Class: "UseCase_related_to" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: related_to_id Description: A relationship that is asserted between two named things. - -CREATE TABLE "BiomedicalStandard" ( +CREATE TABLE "NamedThing" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, - purpose_detail TEXT, - is_open BOOLEAN, - requires_registration BOOLEAN, - url TEXT, - publication TEXT, - formal_specification TEXT, - not_relevant_to_dgps BOOLEAN, PRIMARY KEY (id) ); - -CREATE TABLE "DataStandard" ( +CREATE TABLE "AnatomicalEntity" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, + PRIMARY KEY (id) +); +CREATE TABLE "DataStandard" ( purpose_detail TEXT, is_open BOOLEAN, requires_registration BOOLEAN, @@ -43,22 +521,17 @@ CREATE TABLE "DataStandard" ( publication TEXT, formal_specification TEXT, not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "DataStandardOrTool" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, + PRIMARY KEY (id) +); +CREATE TABLE "BiomedicalStandard" ( purpose_detail TEXT, is_open BOOLEAN, requires_registration BOOLEAN, @@ -66,71 +539,53 @@ CREATE TABLE "DataStandardOrTool" ( publication TEXT, formal_specification TEXT, not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "DataStandardOrToolContainer" ( - data_standardortools_collection TEXT, - PRIMARY KEY (data_standardortools_collection) -); - -CREATE TABLE "DataSubstrate" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - edam_id TEXT, - mesh_id TEXT, - ncit_id TEXT, PRIMARY KEY (id) ); - -CREATE TABLE "DataSubstrateContainer" ( - data_substrates_collection TEXT, - PRIMARY KEY (data_substrates_collection) -); - -CREATE TABLE "DataTopic" ( +CREATE TABLE "Registry" ( + purpose_detail TEXT, + is_open BOOLEAN, + requires_registration BOOLEAN, + url TEXT, + publication TEXT, + formal_specification TEXT, + not_relevant_to_dgps BOOLEAN, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - edam_id TEXT, - mesh_id TEXT, - ncit_id TEXT, PRIMARY KEY (id) ); - -CREATE TABLE "DataTopicContainer" ( - data_topics_collection TEXT, - PRIMARY KEY (data_topics_collection) -); - -CREATE TABLE "ModelRepository" ( +CREATE TABLE "OntologyOrVocabulary" ( + purpose_detail TEXT, + is_open BOOLEAN, + requires_registration BOOLEAN, + url TEXT, + publication TEXT, + formal_specification TEXT, + not_relevant_to_dgps BOOLEAN, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, + PRIMARY KEY (id) +); +CREATE TABLE "ModelRepository" ( purpose_detail TEXT, is_open BOOLEAN, requires_registration BOOLEAN, @@ -138,36 +593,35 @@ CREATE TABLE "ModelRepository" ( publication TEXT, formal_specification TEXT, not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "NamedThing" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, PRIMARY KEY (id) ); - -CREATE TABLE "OntologyOrVocabulary" ( +CREATE TABLE "ReferenceDataOrDataset" ( + purpose_detail TEXT, + is_open BOOLEAN, + requires_registration BOOLEAN, + url TEXT, + publication TEXT, + formal_specification TEXT, + not_relevant_to_dgps BOOLEAN, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, + PRIMARY KEY (id) +); +CREATE TABLE "SoftwareOrTool" ( purpose_detail TEXT, is_open BOOLEAN, requires_registration BOOLEAN, @@ -175,44 +629,35 @@ CREATE TABLE "OntologyOrVocabulary" ( publication TEXT, formal_specification TEXT, not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "Organization" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - ror_id TEXT, - wikidata_id TEXT, - url TEXT, - related_to TEXT, PRIMARY KEY (id) ); - -CREATE TABLE "OrganizationContainer" ( - organizations TEXT, - PRIMARY KEY (organizations) -); - -CREATE TABLE "ReferenceDataOrDataset" ( +CREATE TABLE "ReferenceImplementation" ( + purpose_detail TEXT, + is_open BOOLEAN, + requires_registration BOOLEAN, + url TEXT, + publication TEXT, + formal_specification TEXT, + not_relevant_to_dgps BOOLEAN, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, + PRIMARY KEY (id) +); +CREATE TABLE "TrainingProgram" ( purpose_detail TEXT, is_open BOOLEAN, requires_registration BOOLEAN, @@ -220,22 +665,37 @@ CREATE TABLE "ReferenceDataOrDataset" ( publication TEXT, formal_specification TEXT, not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "ReferenceImplementation" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, + PRIMARY KEY (id) +); +CREATE TABLE "DataStandardOrToolContainer" ( + id INTEGER NOT NULL, + PRIMARY KEY (id) +); +CREATE TABLE "DataSubstrateContainer" ( + id INTEGER NOT NULL, + PRIMARY KEY (id) +); +CREATE TABLE "DataTopicContainer" ( + id INTEGER NOT NULL, + PRIMARY KEY (id) +); +CREATE TABLE "OrganizationContainer" ( + id INTEGER NOT NULL, + PRIMARY KEY (id) +); +CREATE TABLE "UseCaseContainer" ( + id INTEGER NOT NULL, + PRIMARY KEY (id) +); +CREATE TABLE "DataStandardOrTool" ( purpose_detail TEXT, is_open BOOLEAN, requires_registration BOOLEAN, @@ -243,224 +703,647 @@ CREATE TABLE "ReferenceImplementation" ( publication TEXT, formal_specification TEXT, not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "Registry" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, - purpose_detail TEXT, - is_open BOOLEAN, - requires_registration BOOLEAN, - url TEXT, - publication TEXT, - formal_specification TEXT, - not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) + "DataStandardOrToolContainer_id" INTEGER, + PRIMARY KEY (id), + FOREIGN KEY("DataStandardOrToolContainer_id") REFERENCES "DataStandardOrToolContainer" (id) ); - -CREATE TABLE "SoftwareOrTool" ( +CREATE TABLE "DataSubstrate" ( + edam_id TEXT, + mesh_id TEXT, + ncit_id TEXT, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, - purpose_detail TEXT, - is_open BOOLEAN, - requires_registration BOOLEAN, - url TEXT, - publication TEXT, - formal_specification TEXT, - not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) + "DataSubstrateContainer_id" INTEGER, + PRIMARY KEY (id), + FOREIGN KEY("DataSubstrateContainer_id") REFERENCES "DataSubstrateContainer" (id) ); - -CREATE TABLE "TrainingProgram" ( +CREATE TABLE "DataTopic" ( + edam_id TEXT, + mesh_id TEXT, + ncit_id TEXT, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - concerns_data_topic TEXT, - has_relevant_organization TEXT, - purpose_detail TEXT, - is_open BOOLEAN, - requires_registration BOOLEAN, - url TEXT, - publication TEXT, - formal_specification TEXT, - not_relevant_to_dgps BOOLEAN, - PRIMARY KEY (id) + "DataTopicContainer_id" INTEGER, + PRIMARY KEY (id), + FOREIGN KEY("DataTopicContainer_id") REFERENCES "DataTopicContainer" (id) ); - -CREATE TABLE "UseCase" ( +CREATE TABLE "Organization" ( + ror_id TEXT, + wikidata_id TEXT, + url TEXT, id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, + "OrganizationContainer_id" INTEGER, + PRIMARY KEY (id), + FOREIGN KEY("OrganizationContainer_id") REFERENCES "OrganizationContainer" (id) +); +CREATE TABLE "UseCase" ( use_case_category VARCHAR(15) NOT NULL, known_limitations TEXT, - data_topics TEXT, - data_substrates TEXT, - standards_and_tools_for_dgp_use TEXT, - alternative_standards_and_tools TEXT, - enables TEXT, involved_in_experimental_design BOOLEAN, involved_in_metadata_management BOOLEAN, involved_in_quality_control BOOLEAN, - PRIMARY KEY (id) -); - -CREATE TABLE "UseCaseContainer" ( - use_cases TEXT, - PRIMARY KEY (use_cases) -); - -CREATE TABLE "AnatomicalEntity" ( id TEXT NOT NULL, category TEXT, name TEXT, description TEXT, - subclass_of TEXT, - related_to TEXT, contributor_name TEXT, contributor_github_name TEXT, contributor_orcid TEXT, contribution_date DATE, - "DataTopic_id" TEXT, + "UseCaseContainer_id" INTEGER, PRIMARY KEY (id), - FOREIGN KEY("DataTopic_id") REFERENCES "DataTopic" (id) + FOREIGN KEY("UseCaseContainer_id") REFERENCES "UseCaseContainer" (id) ); - -CREATE TABLE "BiomedicalStandard_collection" ( - backref_id TEXT, - collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "BiomedicalStandard" (id) +CREATE TABLE "NamedThing_subclass_of" ( + "NamedThing_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("NamedThing_id", subclass_of_id), + FOREIGN KEY("NamedThing_id") REFERENCES "NamedThing" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "NamedThing_related_to" ( + "NamedThing_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("NamedThing_id", related_to_id), + FOREIGN KEY("NamedThing_id") REFERENCES "NamedThing" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "AnatomicalEntity_subclass_of" ( + "AnatomicalEntity_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("AnatomicalEntity_id", subclass_of_id), + FOREIGN KEY("AnatomicalEntity_id") REFERENCES "AnatomicalEntity" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "AnatomicalEntity_related_to" ( + "AnatomicalEntity_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("AnatomicalEntity_id", related_to_id), + FOREIGN KEY("AnatomicalEntity_id") REFERENCES "AnatomicalEntity" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) ); - CREATE TABLE "DataStandard_collection" ( - backref_id TEXT, + "DataStandard_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "DataStandard" (id) + PRIMARY KEY ("DataStandard_id", collection), + FOREIGN KEY("DataStandard_id") REFERENCES "DataStandard" (id) ); - -CREATE TABLE "DataStandardOrTool_collection" ( - backref_id TEXT, - collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "DataStandardOrTool" (id) +CREATE TABLE "DataStandard_subclass_of" ( + "DataStandard_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("DataStandard_id", subclass_of_id), + FOREIGN KEY("DataStandard_id") REFERENCES "DataStandard" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) ); - -CREATE TABLE "DataSubstrate_metadata_storage" ( - backref_id TEXT, - metadata_storage TEXT, - PRIMARY KEY (backref_id, metadata_storage), - FOREIGN KEY(backref_id) REFERENCES "DataSubstrate" (id) +CREATE TABLE "DataStandard_related_to" ( + "DataStandard_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("DataStandard_id", related_to_id), + FOREIGN KEY("DataStandard_id") REFERENCES "DataStandard" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) ); - -CREATE TABLE "DataSubstrate_file_extensions" ( - backref_id TEXT, - file_extensions TEXT, - PRIMARY KEY (backref_id, file_extensions), - FOREIGN KEY(backref_id) REFERENCES "DataSubstrate" (id) +CREATE TABLE "BiomedicalStandard_collection" ( + "BiomedicalStandard_id" TEXT, + collection VARCHAR(24), + PRIMARY KEY ("BiomedicalStandard_id", collection), + FOREIGN KEY("BiomedicalStandard_id") REFERENCES "BiomedicalStandard" (id) ); - -CREATE TABLE "DataSubstrate_limitations" ( - backref_id TEXT, - limitations TEXT, - PRIMARY KEY (backref_id, limitations), - FOREIGN KEY(backref_id) REFERENCES "DataSubstrate" (id) +CREATE TABLE "BiomedicalStandard_subclass_of" ( + "BiomedicalStandard_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("BiomedicalStandard_id", subclass_of_id), + FOREIGN KEY("BiomedicalStandard_id") REFERENCES "BiomedicalStandard" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) ); - -CREATE TABLE "ModelRepository_collection" ( - backref_id TEXT, +CREATE TABLE "BiomedicalStandard_related_to" ( + "BiomedicalStandard_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("BiomedicalStandard_id", related_to_id), + FOREIGN KEY("BiomedicalStandard_id") REFERENCES "BiomedicalStandard" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "Registry_collection" ( + "Registry_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "ModelRepository" (id) + PRIMARY KEY ("Registry_id", collection), + FOREIGN KEY("Registry_id") REFERENCES "Registry" (id) +); +CREATE TABLE "Registry_subclass_of" ( + "Registry_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("Registry_id", subclass_of_id), + FOREIGN KEY("Registry_id") REFERENCES "Registry" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "Registry_related_to" ( + "Registry_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("Registry_id", related_to_id), + FOREIGN KEY("Registry_id") REFERENCES "Registry" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) ); - CREATE TABLE "OntologyOrVocabulary_collection" ( - backref_id TEXT, + "OntologyOrVocabulary_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "OntologyOrVocabulary" (id) + PRIMARY KEY ("OntologyOrVocabulary_id", collection), + FOREIGN KEY("OntologyOrVocabulary_id") REFERENCES "OntologyOrVocabulary" (id) ); - -CREATE TABLE "ReferenceDataOrDataset_collection" ( - backref_id TEXT, - collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "ReferenceDataOrDataset" (id) +CREATE TABLE "OntologyOrVocabulary_subclass_of" ( + "OntologyOrVocabulary_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("OntologyOrVocabulary_id", subclass_of_id), + FOREIGN KEY("OntologyOrVocabulary_id") REFERENCES "OntologyOrVocabulary" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) ); - -CREATE TABLE "ReferenceImplementation_collection" ( - backref_id TEXT, +CREATE TABLE "OntologyOrVocabulary_related_to" ( + "OntologyOrVocabulary_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("OntologyOrVocabulary_id", related_to_id), + FOREIGN KEY("OntologyOrVocabulary_id") REFERENCES "OntologyOrVocabulary" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "ModelRepository_collection" ( + "ModelRepository_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "ReferenceImplementation" (id) + PRIMARY KEY ("ModelRepository_id", collection), + FOREIGN KEY("ModelRepository_id") REFERENCES "ModelRepository" (id) ); - -CREATE TABLE "Registry_collection" ( - backref_id TEXT, +CREATE TABLE "ModelRepository_subclass_of" ( + "ModelRepository_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("ModelRepository_id", subclass_of_id), + FOREIGN KEY("ModelRepository_id") REFERENCES "ModelRepository" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "ModelRepository_related_to" ( + "ModelRepository_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("ModelRepository_id", related_to_id), + FOREIGN KEY("ModelRepository_id") REFERENCES "ModelRepository" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "ReferenceDataOrDataset_collection" ( + "ReferenceDataOrDataset_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "Registry" (id) + PRIMARY KEY ("ReferenceDataOrDataset_id", collection), + FOREIGN KEY("ReferenceDataOrDataset_id") REFERENCES "ReferenceDataOrDataset" (id) +); +CREATE TABLE "ReferenceDataOrDataset_subclass_of" ( + "ReferenceDataOrDataset_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("ReferenceDataOrDataset_id", subclass_of_id), + FOREIGN KEY("ReferenceDataOrDataset_id") REFERENCES "ReferenceDataOrDataset" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "ReferenceDataOrDataset_related_to" ( + "ReferenceDataOrDataset_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("ReferenceDataOrDataset_id", related_to_id), + FOREIGN KEY("ReferenceDataOrDataset_id") REFERENCES "ReferenceDataOrDataset" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) ); - CREATE TABLE "SoftwareOrTool_collection" ( - backref_id TEXT, + "SoftwareOrTool_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "SoftwareOrTool" (id) + PRIMARY KEY ("SoftwareOrTool_id", collection), + FOREIGN KEY("SoftwareOrTool_id") REFERENCES "SoftwareOrTool" (id) +); +CREATE TABLE "SoftwareOrTool_subclass_of" ( + "SoftwareOrTool_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("SoftwareOrTool_id", subclass_of_id), + FOREIGN KEY("SoftwareOrTool_id") REFERENCES "SoftwareOrTool" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "SoftwareOrTool_related_to" ( + "SoftwareOrTool_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("SoftwareOrTool_id", related_to_id), + FOREIGN KEY("SoftwareOrTool_id") REFERENCES "SoftwareOrTool" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "ReferenceImplementation_collection" ( + "ReferenceImplementation_id" TEXT, + collection VARCHAR(24), + PRIMARY KEY ("ReferenceImplementation_id", collection), + FOREIGN KEY("ReferenceImplementation_id") REFERENCES "ReferenceImplementation" (id) +); +CREATE TABLE "ReferenceImplementation_subclass_of" ( + "ReferenceImplementation_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("ReferenceImplementation_id", subclass_of_id), + FOREIGN KEY("ReferenceImplementation_id") REFERENCES "ReferenceImplementation" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "ReferenceImplementation_related_to" ( + "ReferenceImplementation_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("ReferenceImplementation_id", related_to_id), + FOREIGN KEY("ReferenceImplementation_id") REFERENCES "ReferenceImplementation" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) ); - CREATE TABLE "TrainingProgram_collection" ( - backref_id TEXT, + "TrainingProgram_id" TEXT, collection VARCHAR(24), - PRIMARY KEY (backref_id, collection), - FOREIGN KEY(backref_id) REFERENCES "TrainingProgram" (id) + PRIMARY KEY ("TrainingProgram_id", collection), + FOREIGN KEY("TrainingProgram_id") REFERENCES "TrainingProgram" (id) +); +CREATE TABLE "TrainingProgram_subclass_of" ( + "TrainingProgram_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("TrainingProgram_id", subclass_of_id), + FOREIGN KEY("TrainingProgram_id") REFERENCES "TrainingProgram" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "TrainingProgram_related_to" ( + "TrainingProgram_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("TrainingProgram_id", related_to_id), + FOREIGN KEY("TrainingProgram_id") REFERENCES "TrainingProgram" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "DataStandardOrTool_collection" ( + "DataStandardOrTool_id" TEXT, + collection VARCHAR(24), + PRIMARY KEY ("DataStandardOrTool_id", collection), + FOREIGN KEY("DataStandardOrTool_id") REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "DataStandardOrTool_concerns_data_topic" ( + "DataStandardOrTool_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("DataStandardOrTool_id", concerns_data_topic_id), + FOREIGN KEY("DataStandardOrTool_id") REFERENCES "DataStandardOrTool" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "DataStandardOrTool_has_relevant_organization" ( + "DataStandardOrTool_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("DataStandardOrTool_id", has_relevant_organization_id), + FOREIGN KEY("DataStandardOrTool_id") REFERENCES "DataStandardOrTool" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "DataStandardOrTool_has_training_resource" ( + "DataStandardOrTool_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("DataStandardOrTool_id", has_training_resource_id), + FOREIGN KEY("DataStandardOrTool_id") REFERENCES "DataStandardOrTool" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "DataStandardOrTool_subclass_of" ( + "DataStandardOrTool_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("DataStandardOrTool_id", subclass_of_id), + FOREIGN KEY("DataStandardOrTool_id") REFERENCES "DataStandardOrTool" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "DataStandardOrTool_related_to" ( + "DataStandardOrTool_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("DataStandardOrTool_id", related_to_id), + FOREIGN KEY("DataStandardOrTool_id") REFERENCES "DataStandardOrTool" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "DataStandard_concerns_data_topic" ( + "DataStandard_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("DataStandard_id", concerns_data_topic_id), + FOREIGN KEY("DataStandard_id") REFERENCES "DataStandard" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "DataStandard_has_relevant_organization" ( + "DataStandard_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("DataStandard_id", has_relevant_organization_id), + FOREIGN KEY("DataStandard_id") REFERENCES "DataStandard" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "DataStandard_has_training_resource" ( + "DataStandard_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("DataStandard_id", has_training_resource_id), + FOREIGN KEY("DataStandard_id") REFERENCES "DataStandard" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "BiomedicalStandard_concerns_data_topic" ( + "BiomedicalStandard_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("BiomedicalStandard_id", concerns_data_topic_id), + FOREIGN KEY("BiomedicalStandard_id") REFERENCES "BiomedicalStandard" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "BiomedicalStandard_has_relevant_organization" ( + "BiomedicalStandard_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("BiomedicalStandard_id", has_relevant_organization_id), + FOREIGN KEY("BiomedicalStandard_id") REFERENCES "BiomedicalStandard" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "BiomedicalStandard_has_training_resource" ( + "BiomedicalStandard_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("BiomedicalStandard_id", has_training_resource_id), + FOREIGN KEY("BiomedicalStandard_id") REFERENCES "BiomedicalStandard" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "Registry_concerns_data_topic" ( + "Registry_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("Registry_id", concerns_data_topic_id), + FOREIGN KEY("Registry_id") REFERENCES "Registry" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "Registry_has_relevant_organization" ( + "Registry_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("Registry_id", has_relevant_organization_id), + FOREIGN KEY("Registry_id") REFERENCES "Registry" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "Registry_has_training_resource" ( + "Registry_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("Registry_id", has_training_resource_id), + FOREIGN KEY("Registry_id") REFERENCES "Registry" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "OntologyOrVocabulary_concerns_data_topic" ( + "OntologyOrVocabulary_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("OntologyOrVocabulary_id", concerns_data_topic_id), + FOREIGN KEY("OntologyOrVocabulary_id") REFERENCES "OntologyOrVocabulary" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "OntologyOrVocabulary_has_relevant_organization" ( + "OntologyOrVocabulary_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("OntologyOrVocabulary_id", has_relevant_organization_id), + FOREIGN KEY("OntologyOrVocabulary_id") REFERENCES "OntologyOrVocabulary" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "OntologyOrVocabulary_has_training_resource" ( + "OntologyOrVocabulary_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("OntologyOrVocabulary_id", has_training_resource_id), + FOREIGN KEY("OntologyOrVocabulary_id") REFERENCES "OntologyOrVocabulary" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "ModelRepository_concerns_data_topic" ( + "ModelRepository_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("ModelRepository_id", concerns_data_topic_id), + FOREIGN KEY("ModelRepository_id") REFERENCES "ModelRepository" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "ModelRepository_has_relevant_organization" ( + "ModelRepository_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("ModelRepository_id", has_relevant_organization_id), + FOREIGN KEY("ModelRepository_id") REFERENCES "ModelRepository" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "ModelRepository_has_training_resource" ( + "ModelRepository_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("ModelRepository_id", has_training_resource_id), + FOREIGN KEY("ModelRepository_id") REFERENCES "ModelRepository" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "ReferenceDataOrDataset_concerns_data_topic" ( + "ReferenceDataOrDataset_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("ReferenceDataOrDataset_id", concerns_data_topic_id), + FOREIGN KEY("ReferenceDataOrDataset_id") REFERENCES "ReferenceDataOrDataset" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "ReferenceDataOrDataset_has_relevant_organization" ( + "ReferenceDataOrDataset_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("ReferenceDataOrDataset_id", has_relevant_organization_id), + FOREIGN KEY("ReferenceDataOrDataset_id") REFERENCES "ReferenceDataOrDataset" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "ReferenceDataOrDataset_has_training_resource" ( + "ReferenceDataOrDataset_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("ReferenceDataOrDataset_id", has_training_resource_id), + FOREIGN KEY("ReferenceDataOrDataset_id") REFERENCES "ReferenceDataOrDataset" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "SoftwareOrTool_concerns_data_topic" ( + "SoftwareOrTool_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("SoftwareOrTool_id", concerns_data_topic_id), + FOREIGN KEY("SoftwareOrTool_id") REFERENCES "SoftwareOrTool" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "SoftwareOrTool_has_relevant_organization" ( + "SoftwareOrTool_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("SoftwareOrTool_id", has_relevant_organization_id), + FOREIGN KEY("SoftwareOrTool_id") REFERENCES "SoftwareOrTool" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "SoftwareOrTool_has_training_resource" ( + "SoftwareOrTool_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("SoftwareOrTool_id", has_training_resource_id), + FOREIGN KEY("SoftwareOrTool_id") REFERENCES "SoftwareOrTool" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "ReferenceImplementation_concerns_data_topic" ( + "ReferenceImplementation_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("ReferenceImplementation_id", concerns_data_topic_id), + FOREIGN KEY("ReferenceImplementation_id") REFERENCES "ReferenceImplementation" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "ReferenceImplementation_has_relevant_organization" ( + "ReferenceImplementation_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("ReferenceImplementation_id", has_relevant_organization_id), + FOREIGN KEY("ReferenceImplementation_id") REFERENCES "ReferenceImplementation" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "ReferenceImplementation_has_training_resource" ( + "ReferenceImplementation_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("ReferenceImplementation_id", has_training_resource_id), + FOREIGN KEY("ReferenceImplementation_id") REFERENCES "ReferenceImplementation" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "TrainingProgram_concerns_data_topic" ( + "TrainingProgram_id" TEXT, + concerns_data_topic_id TEXT, + PRIMARY KEY ("TrainingProgram_id", concerns_data_topic_id), + FOREIGN KEY("TrainingProgram_id") REFERENCES "TrainingProgram" (id), + FOREIGN KEY(concerns_data_topic_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "TrainingProgram_has_relevant_organization" ( + "TrainingProgram_id" TEXT, + has_relevant_organization_id TEXT, + PRIMARY KEY ("TrainingProgram_id", has_relevant_organization_id), + FOREIGN KEY("TrainingProgram_id") REFERENCES "TrainingProgram" (id), + FOREIGN KEY(has_relevant_organization_id) REFERENCES "Organization" (id) +); +CREATE TABLE "TrainingProgram_has_training_resource" ( + "TrainingProgram_id" TEXT, + has_training_resource_id TEXT, + PRIMARY KEY ("TrainingProgram_id", has_training_resource_id), + FOREIGN KEY("TrainingProgram_id") REFERENCES "TrainingProgram" (id), + FOREIGN KEY(has_training_resource_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "DataSubstrate_metadata_storage" ( + "DataSubstrate_id" TEXT, + metadata_storage TEXT, + PRIMARY KEY ("DataSubstrate_id", metadata_storage), + FOREIGN KEY("DataSubstrate_id") REFERENCES "DataSubstrate" (id) +); +CREATE TABLE "DataSubstrate_file_extensions" ( + "DataSubstrate_id" TEXT, + file_extensions TEXT, + PRIMARY KEY ("DataSubstrate_id", file_extensions), + FOREIGN KEY("DataSubstrate_id") REFERENCES "DataSubstrate" (id) +); +CREATE TABLE "DataSubstrate_limitations" ( + "DataSubstrate_id" TEXT, + limitations TEXT, + PRIMARY KEY ("DataSubstrate_id", limitations), + FOREIGN KEY("DataSubstrate_id") REFERENCES "DataSubstrate" (id) +); +CREATE TABLE "DataSubstrate_subclass_of" ( + "DataSubstrate_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("DataSubstrate_id", subclass_of_id), + FOREIGN KEY("DataSubstrate_id") REFERENCES "DataSubstrate" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "DataSubstrate_related_to" ( + "DataSubstrate_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("DataSubstrate_id", related_to_id), + FOREIGN KEY("DataSubstrate_id") REFERENCES "DataSubstrate" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "DataTopic_topic_involves_anatomy" ( + "DataTopic_id" TEXT, + topic_involves_anatomy_id TEXT, + PRIMARY KEY ("DataTopic_id", topic_involves_anatomy_id), + FOREIGN KEY("DataTopic_id") REFERENCES "DataTopic" (id), + FOREIGN KEY(topic_involves_anatomy_id) REFERENCES "AnatomicalEntity" (id) +); +CREATE TABLE "DataTopic_subclass_of" ( + "DataTopic_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("DataTopic_id", subclass_of_id), + FOREIGN KEY("DataTopic_id") REFERENCES "DataTopic" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "DataTopic_related_to" ( + "DataTopic_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("DataTopic_id", related_to_id), + FOREIGN KEY("DataTopic_id") REFERENCES "DataTopic" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "Organization_related_to" ( + "Organization_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("Organization_id", related_to_id), + FOREIGN KEY("Organization_id") REFERENCES "Organization" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); +CREATE TABLE "Organization_subclass_of" ( + "Organization_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("Organization_id", subclass_of_id), + FOREIGN KEY("Organization_id") REFERENCES "Organization" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) ); - CREATE TABLE "UseCase_relevance_to_dgps" ( - backref_id TEXT, + "UseCase_id" TEXT, relevance_to_dgps VARCHAR(7), - PRIMARY KEY (backref_id, relevance_to_dgps), - FOREIGN KEY(backref_id) REFERENCES "UseCase" (id) + PRIMARY KEY ("UseCase_id", relevance_to_dgps), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id) +); +CREATE TABLE "UseCase_data_topics" ( + "UseCase_id" TEXT, + data_topics_id TEXT, + PRIMARY KEY ("UseCase_id", data_topics_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(data_topics_id) REFERENCES "DataTopic" (id) +); +CREATE TABLE "UseCase_data_substrates" ( + "UseCase_id" TEXT, + data_substrates_id TEXT, + PRIMARY KEY ("UseCase_id", data_substrates_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(data_substrates_id) REFERENCES "DataSubstrate" (id) +); +CREATE TABLE "UseCase_standards_and_tools_for_dgp_use" ( + "UseCase_id" TEXT, + standards_and_tools_for_dgp_use_id TEXT, + PRIMARY KEY ("UseCase_id", standards_and_tools_for_dgp_use_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(standards_and_tools_for_dgp_use_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "UseCase_alternative_standards_and_tools" ( + "UseCase_id" TEXT, + alternative_standards_and_tools_id TEXT, + PRIMARY KEY ("UseCase_id", alternative_standards_and_tools_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(alternative_standards_and_tools_id) REFERENCES "DataStandardOrTool" (id) +); +CREATE TABLE "UseCase_enables" ( + "UseCase_id" TEXT, + enables_id TEXT, + PRIMARY KEY ("UseCase_id", enables_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(enables_id) REFERENCES "UseCase" (id) ); - CREATE TABLE "UseCase_xref" ( - backref_id TEXT, + "UseCase_id" TEXT, xref TEXT, - PRIMARY KEY (backref_id, xref), - FOREIGN KEY(backref_id) REFERENCES "UseCase" (id) + PRIMARY KEY ("UseCase_id", xref), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id) +); +CREATE TABLE "UseCase_subclass_of" ( + "UseCase_id" TEXT, + subclass_of_id TEXT, + PRIMARY KEY ("UseCase_id", subclass_of_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) ); +CREATE TABLE "UseCase_related_to" ( + "UseCase_id" TEXT, + related_to_id TEXT, + PRIMARY KEY ("UseCase_id", related_to_id), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id), + FOREIGN KEY(related_to_id) REFERENCES "NamedThing" (id) +); \ No newline at end of file diff --git a/src/standards_schemas/datamodel/standards_schema_all.py b/src/standards_schemas/datamodel/standards_schema_all.py index f2186cb..9fffde4 100644 --- a/src/standards_schemas/datamodel/standards_schema_all.py +++ b/src/standards_schemas/datamodel/standards_schema_all.py @@ -1,5 +1,5 @@ -# Auto generated from standards_schema_all.yaml by pythongen.py version: 0.9.0 -# Generation date: 2024-11-04T17:40:51 +# Auto generated from standards_schema_all.yaml by pythongen.py version: 0.0.1 +# Generation date: 2024-11-18T17:25:30 # Schema: standards-schema-all # # id: https://w3id.org/bridge2ai/standards-schema-all @@ -7,21 +7,56 @@ # license: https://creativecommons.org/publicdomain/zero/1.0/ import dataclasses -import sys import re -from jsonasobj2 import JsonObj, as_dict -from typing import Optional, List, Union, Dict, ClassVar, Any from dataclasses import dataclass -from linkml_runtime.linkml_model.meta import EnumDefinition, PermissibleValue, PvFormulaOptions - -from linkml_runtime.utils.slot import Slot -from linkml_runtime.utils.metamodelcore import empty_list, empty_dict, bnode -from linkml_runtime.utils.yamlutils import YAMLRoot, extended_str, extended_float, extended_int +from datetime import ( + date, + datetime, + time +) +from typing import ( + Any, + ClassVar, + Dict, + List, + Optional, + Union +) + +from jsonasobj2 import ( + JsonObj, + as_dict +) +from linkml_runtime.linkml_model.meta import ( + EnumDefinition, + PermissibleValue, + PvFormulaOptions +) +from linkml_runtime.utils.curienamespace import CurieNamespace from linkml_runtime.utils.dataclass_extensions_376 import dataclasses_init_fn_with_kwargs -from linkml_runtime.utils.formatutils import camelcase, underscore, sfx from linkml_runtime.utils.enumerations import EnumDefinitionImpl -from rdflib import Namespace, URIRef -from linkml_runtime.utils.curienamespace import CurieNamespace +from linkml_runtime.utils.formatutils import ( + camelcase, + sfx, + underscore +) +from linkml_runtime.utils.metamodelcore import ( + bnode, + empty_dict, + empty_list +) +from linkml_runtime.utils.slot import Slot +from linkml_runtime.utils.yamlutils import ( + YAMLRoot, + extended_float, + extended_int, + extended_str +) +from rdflib import ( + Namespace, + URIRef +) + from linkml_runtime.linkml_model.types import Boolean, Date, String, Uriorcurie from linkml_runtime.utils.metamodelcore import Bool, URIorCURIE, XSDDate @@ -53,7 +88,7 @@ # Types class CategoryType(Uriorcurie): """ A primitive type in which the value denotes a class within the model. """ - type_class_uri = XSD.anyURI + type_class_uri = XSD["anyURI"] type_class_curie = "xsd:anyURI" type_name = "category_type" type_model_uri = URIRef("https://w3id.org/bridge2ai/standards-schema-all/CategoryType") @@ -61,7 +96,7 @@ class CategoryType(Uriorcurie): class EdamIdentifier(Uriorcurie): """ Identifier from EDAM ontology """ - type_class_uri = XSD.anyURI + type_class_uri = XSD["anyURI"] type_class_curie = "xsd:anyURI" type_name = "edam_identifier" type_model_uri = URIRef("https://w3id.org/bridge2ai/standards-schema-all/EdamIdentifier") @@ -69,7 +104,7 @@ class EdamIdentifier(Uriorcurie): class MeshIdentifier(Uriorcurie): """ Identifier from Medical Subject Headings (MeSH) biomedical vocabulary. """ - type_class_uri = XSD.anyURI + type_class_uri = XSD["anyURI"] type_class_curie = "xsd:anyURI" type_name = "mesh_identifier" type_model_uri = URIRef("https://w3id.org/bridge2ai/standards-schema-all/MeshIdentifier") @@ -77,7 +112,7 @@ class MeshIdentifier(Uriorcurie): class NcitIdentifier(Uriorcurie): """ Identifier from NCIT reference terminology with broad coverage of the cancer domain. """ - type_class_uri = XSD.anyURI + type_class_uri = XSD["anyURI"] type_class_curie = "xsd:anyURI" type_name = "ncit_identifier" type_model_uri = URIRef("https://w3id.org/bridge2ai/standards-schema-all/NcitIdentifier") @@ -85,7 +120,7 @@ class NcitIdentifier(Uriorcurie): class RorIdentifier(Uriorcurie): """ Identifier from Research Organization Registry. """ - type_class_uri = XSD.anyURI + type_class_uri = XSD["anyURI"] type_class_curie = "xsd:anyURI" type_name = "ror_identifier" type_model_uri = URIRef("https://w3id.org/bridge2ai/standards-schema-all/RorIdentifier") @@ -93,7 +128,7 @@ class RorIdentifier(Uriorcurie): class WikidataIdentifier(Uriorcurie): """ Identifier from Wikidata open knowledge base. """ - type_class_uri = XSD.anyURI + type_class_uri = XSD["anyURI"] type_class_curie = "xsd:anyURI" type_name = "wikidata_identifier" type_model_uri = URIRef("https://w3id.org/bridge2ai/standards-schema-all/WikidataIdentifier") @@ -164,14 +199,14 @@ class UseCaseId(NamedThingId): pass -@dataclass +@dataclass(repr=False) class NamedThing(YAMLRoot): """ A generic grouping for any identifiable entity """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to"] - class_class_uri: ClassVar[URIRef] = SCHEMA.Thing + class_class_uri: ClassVar[URIRef] = SCHEMA["Thing"] class_class_curie: ClassVar[str] = "schema:Thing" class_name: ClassVar[str] = "NamedThing" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/NamedThing") @@ -193,8 +228,7 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if not isinstance(self.id, NamedThingId): self.id = NamedThingId(self.id) - if self.category is not None and not isinstance(self.category, CategoryType): - self.category = CategoryType(self.category) + self.category = str(self.class_class_curie) if self.name is not None and not isinstance(self.name, str): self.name = str(self.name) @@ -225,14 +259,39 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): super().__post_init__(**kwargs) -@dataclass + def __new__(cls, *args, **kwargs): + + type_designator = "category" + if not type_designator in kwargs: + return super().__new__(cls,*args,**kwargs) + else: + type_designator_value = kwargs[type_designator] + target_cls = cls._class_for("class_class_curie", type_designator_value) + + + if target_cls is None: + target_cls = cls._class_for("class_class_uri", type_designator_value) + + + if target_cls is None: + target_cls = cls._class_for("class_model_uri", type_designator_value) + + + if target_cls is None: + raise ValueError(f"Wrong type designator value: class {cls.__name__} " + f"has no subclass with ['class_class_curie', 'class_class_uri', 'class_model_uri']='{kwargs[type_designator]}'") + return super().__new__(target_cls,*args,**kwargs) + + + +@dataclass(repr=False) class AnatomicalEntity(NamedThing): """ A subcellular location, cell type or gross anatomical part """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to"] - class_class_uri: ClassVar[URIRef] = B2AI.AnatomicalEntity + class_class_uri: ClassVar[URIRef] = B2AI["AnatomicalEntity"] class_class_curie: ClassVar[str] = "B2AI:AnatomicalEntity" class_name: ClassVar[str] = "AnatomicalEntity" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/AnatomicalEntity") @@ -246,16 +305,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = AnatomicalEntityId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class DataStandardOrTool(NamedThing): """ Represents a standard or tool in the Bridge2AI Standards Registry. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.DataStandardOrTool + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["DataStandardOrTool"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:DataStandardOrTool" class_name: ClassVar[str] = "DataStandardOrTool" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrTool") @@ -264,6 +324,7 @@ class DataStandardOrTool(NamedThing): collection: Optional[Union[Union[str, "StandardsCollectionTag"], List[Union[str, "StandardsCollectionTag"]]]] = empty_list() concerns_data_topic: Optional[Union[Union[str, DataTopicId], List[Union[str, DataTopicId]]]] = empty_list() has_relevant_organization: Optional[Union[Union[str, OrganizationId], List[Union[str, OrganizationId]]]] = empty_list() + has_training_resource: Optional[Union[Union[str, DataStandardOrToolId], List[Union[str, DataStandardOrToolId]]]] = empty_list() purpose_detail: Optional[str] = None is_open: Optional[Union[bool, Bool]] = None requires_registration: Optional[Union[bool, Bool]] = None @@ -290,6 +351,10 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.has_relevant_organization = [self.has_relevant_organization] if self.has_relevant_organization is not None else [] self.has_relevant_organization = [v if isinstance(v, OrganizationId) else OrganizationId(v) for v in self.has_relevant_organization] + if not isinstance(self.has_training_resource, list): + self.has_training_resource = [self.has_training_resource] if self.has_training_resource is not None else [] + self.has_training_resource = [v if isinstance(v, DataStandardOrToolId) else DataStandardOrToolId(v) for v in self.has_training_resource] + if self.purpose_detail is not None and not isinstance(self.purpose_detail, str): self.purpose_detail = str(self.purpose_detail) @@ -312,16 +377,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.not_relevant_to_dgps = Bool(self.not_relevant_to_dgps) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class DataStandard(DataStandardOrTool): """ Represents a general purpose standard in the Bridge2AI Standards Registry. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.DataStandard + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["DataStandard"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:DataStandard" class_name: ClassVar[str] = "DataStandard" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataStandard") @@ -335,9 +401,10 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = DataStandardId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class BiomedicalStandard(DataStandard): """ Represents a standard in the Bridge2AI Standards Registry with particular applications or relevance to clinical or @@ -345,7 +412,7 @@ class BiomedicalStandard(DataStandard): """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.BiomedicalStandard + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["BiomedicalStandard"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:BiomedicalStandard" class_name: ClassVar[str] = "BiomedicalStandard" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/BiomedicalStandard") @@ -359,16 +426,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = BiomedicalStandardId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class Registry(DataStandardOrTool): """ Represents a resource in the Bridge2AI Standards Registry serving to curate and/or index other resources. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.Registry + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["Registry"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:Registry" class_name: ClassVar[str] = "Registry" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/Registry") @@ -382,16 +450,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = RegistryId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class OntologyOrVocabulary(DataStandardOrTool): """ A set of concepts and categories, potentially defined or accompanied by their hierarchical relationships. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.OntologyOrVocabulary + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["OntologyOrVocabulary"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:OntologyOrVocabulary" class_name: ClassVar[str] = "OntologyOrVocabulary" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/OntologyOrVocabulary") @@ -405,17 +474,18 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = OntologyOrVocabularyId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class ModelRepository(DataStandardOrTool): """ Represents a resource in the Bridge2AI Standards Registry serving to curate and store computational models. To be - a respository, the resource must not index models alone. + a repository, the resource must not index models alone. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.ModelRepository + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["ModelRepository"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:ModelRepository" class_name: ClassVar[str] = "ModelRepository" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/ModelRepository") @@ -429,16 +499,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = ModelRepositoryId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class ReferenceDataOrDataset(DataStandardOrTool): """ Represents a resource in the Bridge2AI Standards Registry serving as a standardized, reusable data source. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.ReferenceDataOrDataset + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["ReferenceDataOrDataset"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:ReferenceDataOrDataset" class_name: ClassVar[str] = "ReferenceDataOrDataset" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/ReferenceDataOrDataset") @@ -452,16 +523,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = ReferenceDataOrDatasetId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class SoftwareOrTool(DataStandardOrTool): """ Represents a piece of software or computational tool in the Bridge2AI Standards Registry. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.SoftwareOrTool + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["SoftwareOrTool"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:SoftwareOrTool" class_name: ClassVar[str] = "SoftwareOrTool" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/SoftwareOrTool") @@ -475,9 +547,10 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = SoftwareOrToolId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class ReferenceImplementation(DataStandardOrTool): """ Represents an implementation of one or more standards or tools in the Bridge2AI Standards Registry, whether as a @@ -485,7 +558,7 @@ class ReferenceImplementation(DataStandardOrTool): """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.ReferenceImplementation + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["ReferenceImplementation"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:ReferenceImplementation" class_name: ClassVar[str] = "ReferenceImplementation" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/ReferenceImplementation") @@ -499,9 +572,10 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = ReferenceImplementationId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class TrainingProgram(DataStandardOrTool): """ Represents a training program for skills and experience related to standards or tools in the Bridge2AI Standards @@ -509,7 +583,7 @@ class TrainingProgram(DataStandardOrTool): """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "concerns_data_topic", "has_relevant_organization"] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.TrainingProgram + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["TrainingProgram"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:TrainingProgram" class_name: ClassVar[str] = "TrainingProgram" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/TrainingProgram") @@ -523,16 +597,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.id = TrainingProgramId(self.id) super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class DataStandardOrToolContainer(YAMLRoot): """ A container for DataStandardOrTool(s). """ _inherited_slots: ClassVar[List[str]] = [] - class_class_uri: ClassVar[URIRef] = B2AI_STANDARD.DataStandardOrToolContainer + class_class_uri: ClassVar[URIRef] = B2AI_STANDARD["DataStandardOrToolContainer"] class_class_curie: ClassVar[str] = "B2AI_STANDARD:DataStandardOrToolContainer" class_name: ClassVar[str] = "DataStandardOrToolContainer" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataStandardOrToolContainer") @@ -545,7 +620,7 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): super().__post_init__(**kwargs) -@dataclass +@dataclass(repr=False) class DataSubstrate(NamedThing): """ Represents a data substrate for Bridge2AI data. This may be a high-level data structure or a specific @@ -555,7 +630,7 @@ class DataSubstrate(NamedThing): """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to"] - class_class_uri: ClassVar[URIRef] = B2AI_SUBSTRATE.DataSubstrate + class_class_uri: ClassVar[URIRef] = B2AI_SUBSTRATE["DataSubstrate"] class_class_curie: ClassVar[str] = "B2AI_SUBSTRATE:DataSubstrate" class_name: ClassVar[str] = "DataSubstrate" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataSubstrate") @@ -596,16 +671,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.limitations = [v if isinstance(v, str) else str(v) for v in self.limitations] super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class DataSubstrateContainer(YAMLRoot): """ A container for DataSubstrates. """ _inherited_slots: ClassVar[List[str]] = [] - class_class_uri: ClassVar[URIRef] = B2AI_SUBSTRATE.DataSubstrateContainer + class_class_uri: ClassVar[URIRef] = B2AI_SUBSTRATE["DataSubstrateContainer"] class_class_curie: ClassVar[str] = "B2AI_SUBSTRATE:DataSubstrateContainer" class_name: ClassVar[str] = "DataSubstrateContainer" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataSubstrateContainer") @@ -618,14 +694,14 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): super().__post_init__(**kwargs) -@dataclass +@dataclass(repr=False) class DataTopic(NamedThing): """ Represents a general data topic for Bridge2AI data or the tools/standards applied to the data. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to", "topic_involves_anatomy"] - class_class_uri: ClassVar[URIRef] = B2AI_TOPIC.DataTopic + class_class_uri: ClassVar[URIRef] = B2AI_TOPIC["DataTopic"] class_class_curie: ClassVar[str] = "B2AI_TOPIC:DataTopic" class_name: ClassVar[str] = "DataTopic" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataTopic") @@ -656,16 +732,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.topic_involves_anatomy = [v if isinstance(v, AnatomicalEntityId) else AnatomicalEntityId(v) for v in self.topic_involves_anatomy] super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class DataTopicContainer(YAMLRoot): """ A container for DataTopics. """ _inherited_slots: ClassVar[List[str]] = [] - class_class_uri: ClassVar[URIRef] = B2AI_TOPIC.DataTopicContainer + class_class_uri: ClassVar[URIRef] = B2AI_TOPIC["DataTopicContainer"] class_class_curie: ClassVar[str] = "B2AI_TOPIC:DataTopicContainer" class_name: ClassVar[str] = "DataTopicContainer" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/DataTopicContainer") @@ -678,14 +755,14 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): super().__post_init__(**kwargs) -@dataclass +@dataclass(repr=False) class Organization(NamedThing): """ Represents a group or organization related to or responsible for one or more Bridge2AI standards. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to"] - class_class_uri: ClassVar[URIRef] = B2AI_ORG.Organization + class_class_uri: ClassVar[URIRef] = B2AI_ORG["Organization"] class_class_curie: ClassVar[str] = "B2AI_ORG:Organization" class_name: ClassVar[str] = "Organization" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/Organization") @@ -716,16 +793,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.related_to = [v if isinstance(v, NamedThingId) else NamedThingId(v) for v in self.related_to] super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class OrganizationContainer(YAMLRoot): """ A container for Organizations. """ _inherited_slots: ClassVar[List[str]] = [] - class_class_uri: ClassVar[URIRef] = B2AI_ORG.OrganizationContainer + class_class_uri: ClassVar[URIRef] = B2AI_ORG["OrganizationContainer"] class_class_curie: ClassVar[str] = "B2AI_ORG:OrganizationContainer" class_name: ClassVar[str] = "OrganizationContainer" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/OrganizationContainer") @@ -738,14 +816,14 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): super().__post_init__(**kwargs) -@dataclass +@dataclass(repr=False) class UseCase(NamedThing): """ Represents a use case for Bridge2AI standards. """ _inherited_slots: ClassVar[List[str]] = ["subclass_of", "related_to"] - class_class_uri: ClassVar[URIRef] = B2AI_USECASE.UseCase + class_class_uri: ClassVar[URIRef] = B2AI_USECASE["UseCase"] class_class_curie: ClassVar[str] = "B2AI_USECASE:UseCase" class_name: ClassVar[str] = "UseCase" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/UseCase") @@ -816,16 +894,17 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): self.xref = [v if isinstance(v, URIorCURIE) else URIorCURIE(v) for v in self.xref] super().__post_init__(**kwargs) + self.category = str(self.class_class_curie) -@dataclass +@dataclass(repr=False) class UseCaseContainer(YAMLRoot): """ A container for UseCase. """ _inherited_slots: ClassVar[List[str]] = [] - class_class_uri: ClassVar[URIRef] = B2AI_USECASE.UseCaseContainer + class_class_uri: ClassVar[URIRef] = B2AI_USECASE["UseCaseContainer"] class_class_curie: ClassVar[str] = "B2AI_USECASE:UseCaseContainer" class_name: ClassVar[str] = "UseCaseContainer" class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/UseCaseContainer") @@ -843,18 +922,22 @@ class DataGeneratingProject(EnumDefinitionImpl): """ One of the Bridge2AI Data Generating Projects. """ - aireadi = PermissibleValue(text="aireadi", - description="AI-READI: Uncovering the details of how human health is restored after disease, using type 2 diabetes as a model.", - meaning=None) - chorus = PermissibleValue(text="chorus", - description="CHoRUS: Collaborative Hospital Repository Uniting Standards. Using imaging, clinical, and other data collected in an ICU setting for diagnosis and risk prediction.", - meaning=None) - cm4ai = PermissibleValue(text="cm4ai", - description="CM4AI: Cell Maps for AI. Mapping spatiotemporal architecture of human cells to interpret cell structure/function in health and disease.", - meaning=None) - voice = PermissibleValue(text="voice", - description="Voice as a Biomarker of Health: Building an ethically sourced, bioaccoustic database to understand disease like never before.", - meaning=None) + aireadi = PermissibleValue( + text="aireadi", + description="""AI-READI: Uncovering the details of how human health is restored after disease, using type 2 diabetes as a model.""", + meaning=None) + chorus = PermissibleValue( + text="chorus", + description="""CHoRUS: Collaborative Hospital Repository Uniting Standards. Using imaging, clinical, and other data collected in an ICU setting for diagnosis and risk prediction.""", + meaning=None) + cm4ai = PermissibleValue( + text="cm4ai", + description="""CM4AI: Cell Maps for AI. Mapping spatiotemporal architecture of human cells to interpret cell structure/function in health and disease.""", + meaning=None) + voice = PermissibleValue( + text="voice", + description="""Voice as a Biomarker of Health: Building an ethically sourced, bioaccoustic database to understand disease like never before.""", + meaning=None) _defn = EnumDefinition( name="DataGeneratingProject", @@ -865,76 +948,111 @@ class StandardsCollectionTag(EnumDefinitionImpl): """ Tags for specific sets of standards. """ - audiovisual = PermissibleValue(text="audiovisual", - description="Audiovisual Standard") - deprecated = PermissibleValue(text="deprecated", - description="Deprecated") - fileformat = PermissibleValue(text="fileformat", - description="File Format") - toolkit = PermissibleValue(text="toolkit", - description="Bioinformatics Toolkit") - clinicaldata = PermissibleValue(text="clinicaldata", - description="Clinical Data") - multimodal = PermissibleValue(text="multimodal", - description="Multimodal Data Integration") - text = PermissibleValue(text="text", - description="Text Data") - cloudplatform = PermissibleValue(text="cloudplatform", - description="Cloud Research Platform") - cloudservice = PermissibleValue(text="cloudservice", - description="Cloud Service") - codesystem = PermissibleValue(text="codesystem", - description="Code System") - datamodel = PermissibleValue(text="datamodel", - description="Data Model") - dataregistry = PermissibleValue(text="dataregistry", - description="Data Registry") - softwareregistry = PermissibleValue(text="softwareregistry", - description="Software Registry") - datavisualization = PermissibleValue(text="datavisualization", - description="Data Visualization") - notebookplatform = PermissibleValue(text="notebookplatform", - description="Notebook Platform") - datasheets = PermissibleValue(text="datasheets", - description="Datasheets") - machinelearningframework = PermissibleValue(text="machinelearningframework", - description="Machine Learning Framework") - workflowlanguage = PermissibleValue(text="workflowlanguage", - description="Workflow Language") - diagnosticinstrument = PermissibleValue(text="diagnosticinstrument", - description="Diagnostic Instrument") - drugdata = PermissibleValue(text="drugdata", - description="Drug Data") - eyedata = PermissibleValue(text="eyedata", - description="Eye Data") - markuplanguage = PermissibleValue(text="markuplanguage", - description="Markup Language") - graphdataplatform = PermissibleValue(text="graphdataplatform", - description="Graph Data Platform") - guidelines = PermissibleValue(text="guidelines", - description="Guidelines") - minimuminformationschema = PermissibleValue(text="minimuminformationschema", - description="Minimum Information Schema") - modelcards = PermissibleValue(text="modelcards", - description="Model Cards") - obofoundry = PermissibleValue(text="obofoundry", - description="OBO Foundry") - ontologyregistry = PermissibleValue(text="ontologyregistry", - description="Ontology Registry") - policy = PermissibleValue(text="policy", - description="Policy") - proteindata = PermissibleValue(text="proteindata", - description="Protein Data") - referencegenome = PermissibleValue(text="referencegenome", - description="Reference Genome") - scrnaseqanalysis = PermissibleValue(text="scrnaseqanalysis", - description="scRNA-seq Analysis") - speechdata = PermissibleValue(text="speechdata", - description="Speech Data") - standardsregistry = PermissibleValue(text="standardsregistry", - description="Standards Registry") - has_ai_application = PermissibleValue(text="has_ai_application", - description="Has a direct AI application, defined as standards/tools that are: associated with ML or neural networks; schemas, or have schemas; data models; associated with DICOM; associated with AI; associated with standards used within Bridge2AI") + audiovisual = PermissibleValue( + text="audiovisual", + description="Audiovisual Standard") + deprecated = PermissibleValue( + text="deprecated", + description="Deprecated") + fileformat = PermissibleValue( + text="fileformat", + description="File Format") + toolkit = PermissibleValue( + text="toolkit", + description="Bioinformatics Toolkit") + clinicaldata = PermissibleValue( + text="clinicaldata", + description="Clinical Data") + multimodal = PermissibleValue( + text="multimodal", + description="Multimodal Data Integration") + text = PermissibleValue( + text="text", + description="Text Data") + cloudplatform = PermissibleValue( + text="cloudplatform", + description="Cloud Research Platform") + cloudservice = PermissibleValue( + text="cloudservice", + description="Cloud Service") + codesystem = PermissibleValue( + text="codesystem", + description="Code System") + datamodel = PermissibleValue( + text="datamodel", + description="Data Model") + dataregistry = PermissibleValue( + text="dataregistry", + description="Data Registry") + softwareregistry = PermissibleValue( + text="softwareregistry", + description="Software Registry") + datavisualization = PermissibleValue( + text="datavisualization", + description="Data Visualization") + notebookplatform = PermissibleValue( + text="notebookplatform", + description="Notebook Platform") + datasheets = PermissibleValue( + text="datasheets", + description="Datasheets") + machinelearningframework = PermissibleValue( + text="machinelearningframework", + description="Machine Learning Framework") + workflowlanguage = PermissibleValue( + text="workflowlanguage", + description="Workflow Language") + diagnosticinstrument = PermissibleValue( + text="diagnosticinstrument", + description="Diagnostic Instrument") + drugdata = PermissibleValue( + text="drugdata", + description="Drug Data") + eyedata = PermissibleValue( + text="eyedata", + description="Eye Data") + markuplanguage = PermissibleValue( + text="markuplanguage", + description="Markup Language") + graphdataplatform = PermissibleValue( + text="graphdataplatform", + description="Graph Data Platform") + guidelines = PermissibleValue( + text="guidelines", + description="Guidelines") + minimuminformationschema = PermissibleValue( + text="minimuminformationschema", + description="Minimum Information Schema") + modelcards = PermissibleValue( + text="modelcards", + description="Model Cards") + obofoundry = PermissibleValue( + text="obofoundry", + description="OBO Foundry") + ontologyregistry = PermissibleValue( + text="ontologyregistry", + description="Ontology Registry") + policy = PermissibleValue( + text="policy", + description="Policy") + proteindata = PermissibleValue( + text="proteindata", + description="Protein Data") + referencegenome = PermissibleValue( + text="referencegenome", + description="Reference Genome") + scrnaseqanalysis = PermissibleValue( + text="scrnaseqanalysis", + description="scRNA-seq Analysis") + speechdata = PermissibleValue( + text="speechdata", + description="Speech Data") + standardsregistry = PermissibleValue( + text="standardsregistry", + description="Standards Registry") + has_ai_application = PermissibleValue( + text="has_ai_application", + description="""Has a direct AI application, defined as standards/tools that are: associated with ML or neural networks; schemas, or have schemas; data models; associated with DICOM; associated with AI; associated with standards used within Bridge2AI""") _defn = EnumDefinition( name="StandardsCollectionTag", @@ -945,18 +1063,24 @@ class UseCaseCategory(EnumDefinitionImpl): """ Category of use case. """ - acquisition = PermissibleValue(text="acquisition", - description="Acquisition") - integration = PermissibleValue(text="integration", - description="Integration") - standardization = PermissibleValue(text="standardization", - description="Standardization") - modeling = PermissibleValue(text="modeling", - description="Modeling") - application = PermissibleValue(text="application", - description="Application") - assessment = PermissibleValue(text="assessment", - description="Assessment") + acquisition = PermissibleValue( + text="acquisition", + description="Acquisition") + integration = PermissibleValue( + text="integration", + description="Integration") + standardization = PermissibleValue( + text="standardization", + description="Standardization") + modeling = PermissibleValue( + text="modeling", + description="Modeling") + application = PermissibleValue( + text="application", + description="Application") + assessment = PermissibleValue( + text="assessment", + description="Assessment") _defn = EnumDefinition( name="UseCaseCategory", @@ -1045,6 +1169,9 @@ class slots: slots.has_relevant_organization = Slot(uri=B2AI_STANDARD.has_relevant_organization, name="has_relevant_organization", curie=B2AI_STANDARD.curie('has_relevant_organization'), model_uri=DEFAULT_.has_relevant_organization, domain=DataStandardOrTool, range=Optional[Union[Union[str, OrganizationId], List[Union[str, OrganizationId]]]]) +slots.has_training_resource = Slot(uri=B2AI_STANDARD.has_training_resource, name="has_training_resource", curie=B2AI_STANDARD.curie('has_training_resource'), + model_uri=DEFAULT_.has_training_resource, domain=NamedThing, range=Optional[Union[Union[str, DataStandardOrToolId], List[Union[str, DataStandardOrToolId]]]]) + slots.data_standardortools_collection = Slot(uri=B2AI_STANDARD.data_standardortools_collection, name="data_standardortools_collection", curie=B2AI_STANDARD.curie('data_standardortools_collection'), model_uri=DEFAULT_.data_standardortools_collection, domain=None, range=Optional[Union[Dict[Union[str, DataStandardOrToolId], Union[dict, DataStandardOrTool]], List[Union[dict, DataStandardOrTool]]]]) diff --git a/src/standards_schemas/schema/standards_datastandardortool_schema.yaml b/src/standards_schemas/schema/standards_datastandardortool_schema.yaml index 7df3dbc..c431424 100644 --- a/src/standards_schemas/schema/standards_datastandardortool_schema.yaml +++ b/src/standards_schemas/schema/standards_datastandardortool_schema.yaml @@ -36,6 +36,7 @@ classes: - collection - concerns_data_topic - has_relevant_organization + - has_training_resource - purpose_detail - is_open - requires_registration @@ -77,7 +78,7 @@ classes: description: >- Represents a resource in the Bridge2AI Standards Registry serving to curate and - store computational models. To be a respository, + store computational models. To be a repository, the resource must not index models alone. ReferenceDataOrDataset: @@ -151,7 +152,7 @@ slots: range: boolean description: >- Does usage of the standard or tool - require registrion of a user or group + require registration of a user or group with some organization or managerial body? concerns_data_topic: @@ -186,6 +187,14 @@ slots: domain: DataStandardOrTool range: Organization + has_training_resource: + is_a: node_property + range: DataStandardOrTool + description: >- + Relevant training resources, standard usage manuals, + or other documentation for the standard or tool. + multivalued: true + data_standardortools_collection: description: Collection of associated data standards or tools range: DataStandardOrTool