diff --git a/docs/UseCase.md b/docs/UseCase.md index 5140f80..4847849 100644 --- a/docs/UseCase.md +++ b/docs/UseCase.md @@ -124,7 +124,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:UseCase](https://w3id.org - UseCase --> "1" UseCaseCategory : use_case_category + UseCase --> "1..*" UseCaseCategory : use_case_category click UseCaseCategory href "../UseCaseCategory" @@ -147,17 +147,17 @@ 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) | 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) | *
[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 | +| [enables](enables.md) | *
[UseCase](UseCase.md) | List of 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 | +| [involved_in_quality_control](involved_in_quality_control.md) | 0..1
[Boolean](Boolean.md) | A value of True indicates a use case is likely to be implemented as part of d... | direct | | [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) | @@ -264,7 +264,7 @@ attributes: use_case_category: name: use_case_category description: Category of the UseCase. Not all projects will incorporate use cases - in all categories. + in all categories. This is multivalued, as a use case may span categories. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property @@ -275,6 +275,7 @@ attributes: - UseCase range: UseCaseCategory required: true + multivalued: true known_limitations: name: known_limitations description: Any current obstacles to implementing this use case. This could be @@ -330,8 +331,8 @@ attributes: name: 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. + from those in the Standards Registry. If no value is provided here, the use + case may not have a direct relationship to a standard or tool. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property @@ -359,7 +360,7 @@ attributes: multivalued: true enables: name: enables - description: Other use case(s) this use case supports or makes possible. + description: List of other use case(s) this use case supports or makes possible. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property @@ -399,8 +400,8 @@ attributes: range: boolean involved_in_quality_control: name: involved_in_quality_control - description: True is use case is likely to be implemented as part of data validation - operations. + description: A value of True indicates a use case is likely to be implemented + as part of data validation operations. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property diff --git a/docs/UseCaseCategory.md b/docs/UseCaseCategory.md index 3046049..72652eb 100644 --- a/docs/UseCaseCategory.md +++ b/docs/UseCaseCategory.md @@ -3,7 +3,7 @@ -_Category of use case._ +_Category of use case. These define the high-level purpose of a task or activity as part of a broader research effort or other data-related project. They are not mutually exclusive and one use case may involve multiple categories._ @@ -57,28 +57,40 @@ URI: [UseCaseCategory](UseCaseCategory.md)
```yaml name: UseCaseCategory -description: Category of use case. +description: Category of use case. These define the high-level purpose of a task or + activity as part of a broader research effort or other data-related project. They + are not mutually exclusive and one use case may involve multiple categories. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 permissible_values: acquisition: text: acquisition - description: Acquisition + description: Acquisition. The use case involves the collection of data from one + or more sources, including data generation, data capture, and data entry. integration: text: integration - description: Integration + description: Integration. The use case involves the combination of data from multiple + sources, including data harmonization, data linkage, and data aggregation. standardization: text: standardization - description: Standardization + description: Standardization. The use case involves the application of standards + to data, including data normalization, data validation, and quality control. modeling: text: modeling - description: Modeling + description: Modeling. The use case involves the development of models, including + predictive models, statistical models, and machine learning models. application: text: application - description: Application + description: Application. The use case involves the use of data for a specific + scientific or otherwise productive purpose, including data analysis, data visualization, + and data interpretation. This also includes clinical decision support, patient + care, and other applications of data in a biomedical context. assessment: text: assessment - description: Assessment + description: Assessment. The use case involves the evaluation of data quality, + data provenance, and data utility, including the assessment of standards, data + tools, and data resources. Note this differs from the standardization category, + which involves the application of standards to data. ```
diff --git a/docs/UseCaseContainer.md b/docs/UseCaseContainer.md index 1f4a8e4..5031b7b 100644 --- a/docs/UseCaseContainer.md +++ b/docs/UseCaseContainer.md @@ -108,7 +108,7 @@ from_schema: https://w3id.org/bridge2ai/standards-schema-all attributes: use_cases: name: use_cases - description: Collection of associated use cases + description: Collection of associated use cases. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 alias: use_cases diff --git a/docs/category.md b/docs/category.md index e7b8372..214e276 100644 --- a/docs/category.md +++ b/docs/category.md @@ -28,22 +28,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:category](https://w3id.or | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/collection.md b/docs/collection.md index f2ff6dd..78a85e1 100644 --- a/docs/collection.md +++ b/docs/collection.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:collection](https://w3id. | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/concerns_data_topic.md b/docs/concerns_data_topic.md index 9932578..9bdfa10 100644 --- a/docs/concerns_data_topic.md +++ b/docs/concerns_data_topic.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:concerns_data_topic](http | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/contribution_date.md b/docs/contribution_date.md index 4f6ab55..3058581 100644 --- a/docs/contribution_date.md +++ b/docs/contribution_date.md @@ -28,22 +28,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contribution_date](https: | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/contributor_github_name.md b/docs/contributor_github_name.md index 19011b3..b037278 100644 --- a/docs/contributor_github_name.md +++ b/docs/contributor_github_name.md @@ -28,22 +28,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_github_name]( | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/contributor_name.md b/docs/contributor_name.md index 233f6ce..6ed785e 100644 --- a/docs/contributor_name.md +++ b/docs/contributor_name.md @@ -28,22 +28,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_name](https:/ | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/contributor_orcid.md b/docs/contributor_orcid.md index 57c1ede..1577e60 100644 --- a/docs/contributor_orcid.md +++ b/docs/contributor_orcid.md @@ -28,22 +28,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:contributor_orcid](https: | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/description.md b/docs/description.md index a215028..14b664c 100644 --- a/docs/description.md +++ b/docs/description.md @@ -23,22 +23,22 @@ URI: [schema:description](http://schema.org/description) | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/edam_id.md b/docs/edam_id.md index ebdb267..784ad40 100644 --- a/docs/edam_id.md +++ b/docs/edam_id.md @@ -23,8 +23,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:edam_id](https://w3id.org | 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 | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | diff --git a/docs/enables.md b/docs/enables.md index b801cfd..1972514 100644 --- a/docs/enables.md +++ b/docs/enables.md @@ -3,7 +3,7 @@ # Slot: enables -_Other use case(s) this use case supports or makes possible._ +_List of other use case(s) this use case supports or makes possible._ @@ -77,7 +77,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:enables](https://w3id.org
```yaml name: enables -description: Other use case(s) this use case supports or makes possible. +description: List of other use case(s) this use case supports or makes possible. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property diff --git a/docs/formal_specification.md b/docs/formal_specification.md index 6ef32bd..be3643f 100644 --- a/docs/formal_specification.md +++ b/docs/formal_specification.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:formal_specification](htt | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/has_relevant_organization.md b/docs/has_relevant_organization.md index a95fd68..619805c 100644 --- a/docs/has_relevant_organization.md +++ b/docs/has_relevant_organization.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_relevant_organization | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/has_training_resource.md b/docs/has_training_resource.md index fafebd6..e013dc2 100644 --- a/docs/has_training_resource.md +++ b/docs/has_training_resource.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:has_training_resource](ht | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/id.md b/docs/id.md index c86bdcf..5d6e4fb 100644 --- a/docs/id.md +++ b/docs/id.md @@ -23,22 +23,22 @@ URI: [schema:identifier](http://schema.org/identifier) | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/index.md b/docs/index.md index c474d63..f98ccf0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,7 +55,7 @@ Name: standards-schema-all | [data_topics_collection](data_topics_collection.md) | Collection of associated data topics | | [description](description.md) | A human-readable description for a thing | | [edam_id](edam_id.md) | Unique EDAM identifier | -| [enables](enables.md) | Other use case(s) this use case supports or makes possible | +| [enables](enables.md) | List of 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 ... | | [has_relevant_organization](has_relevant_organization.md) | Subject standard is managed or otherwise guided buy the object organization(s... | @@ -63,7 +63,7 @@ Name: standards-schema-all | [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... | -| [involved_in_quality_control](involved_in_quality_control.md) | True is use case is likely to be implemented as part of data validation opera... | +| [involved_in_quality_control](involved_in_quality_control.md) | A value of True indicates a use case is likely to be implemented as part of d... | | [is_open](is_open.md) | Is the standard or tool FAIR and available free of cost? | | [known_limitations](known_limitations.md) | Any current obstacles to implementing this use case | | [limitations](limitations.md) | Potential obstacles particular to this substrate or implementation | diff --git a/docs/involved_in_quality_control.md b/docs/involved_in_quality_control.md index 497634c..116bc1e 100644 --- a/docs/involved_in_quality_control.md +++ b/docs/involved_in_quality_control.md @@ -3,7 +3,7 @@ # Slot: involved_in_quality_control -_True is use case is likely to be implemented as part of data validation operations._ +_A value of True indicates a use case is likely to be implemented as part of data validation operations._ @@ -75,8 +75,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:involved_in_quality_contr
```yaml name: involved_in_quality_control -description: True is use case is likely to be implemented as part of data validation - operations. +description: A value of True indicates a use case is likely to be implemented as part + of data validation operations. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property diff --git a/docs/is_open.md b/docs/is_open.md index a6838e1..f5879df 100644 --- a/docs/is_open.md +++ b/docs/is_open.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:is_open](https://w3id.org | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/mesh_id.md b/docs/mesh_id.md index 818c28c..3fa705a 100644 --- a/docs/mesh_id.md +++ b/docs/mesh_id.md @@ -23,8 +23,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:mesh_id](https://w3id.org | 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 | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | diff --git a/docs/name.md b/docs/name.md index 0194e91..8bcc61b 100644 --- a/docs/name.md +++ b/docs/name.md @@ -23,22 +23,22 @@ URI: [schema:name](http://schema.org/name) | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/ncit_id.md b/docs/ncit_id.md index 9f17d49..f04789f 100644 --- a/docs/ncit_id.md +++ b/docs/ncit_id.md @@ -23,8 +23,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:ncit_id](https://w3id.org | 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 | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | diff --git a/docs/not_relevant_to_dgps.md b/docs/not_relevant_to_dgps.md index c85f5a5..1440c21 100644 --- a/docs/not_relevant_to_dgps.md +++ b/docs/not_relevant_to_dgps.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:not_relevant_to_dgps](htt | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/publication.md b/docs/publication.md index 724ee94..efc48d3 100644 --- a/docs/publication.md +++ b/docs/publication.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:publication](https://w3id | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/purpose_detail.md b/docs/purpose_detail.md index 05ff765..fb1a66a 100644 --- a/docs/purpose_detail.md +++ b/docs/purpose_detail.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:purpose_detail](https://w | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/related_to.md b/docs/related_to.md index 68afacb..5199307 100644 --- a/docs/related_to.md +++ b/docs/related_to.md @@ -31,22 +31,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:related_to](https://w3id. | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/requires_registration.md b/docs/requires_registration.md index 76cea04..a90e3e1 100644 --- a/docs/requires_registration.md +++ b/docs/requires_registration.md @@ -28,16 +28,16 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:requires_registration](ht | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/standards_and_tools_for_dgp_use.md b/docs/standards_and_tools_for_dgp_use.md index f99305b..fb20704 100644 --- a/docs/standards_and_tools_for_dgp_use.md +++ b/docs/standards_and_tools_for_dgp_use.md @@ -3,7 +3,7 @@ # 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._ +_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. If no value is provided here, the use case may not have a direct relationship to a standard or tool._ @@ -79,8 +79,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:standards_and_tools_for_d name: 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. + those in the Standards Registry. If no value is provided here, the use case may + not have a direct relationship to a standard or tool. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property diff --git a/docs/subclass_of.md b/docs/subclass_of.md index a086258..77d0502 100644 --- a/docs/subclass_of.md +++ b/docs/subclass_of.md @@ -28,22 +28,22 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:subclass_of](https://w3id | Name | Description | Modifies Slot | | --- | --- | --- | +| [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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | +| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | +| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | +| [NamedThing](NamedThing.md) | A generic grouping for any identifiable entity | no | | [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | | [DataStandard](DataStandard.md) | Represents a general purpose standard 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 | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [DataSubstrate](DataSubstrate.md) | Represents a data substrate for Bridge2AI data | no | +| [DataTopic](DataTopic.md) | Represents a general data topic for Bridge2AI data or the tools/standards app... | no | | [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | -| [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | -| [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [UseCase](UseCase.md) | Represents a use case for Bridge2AI standards | no | | [AnatomicalEntity](AnatomicalEntity.md) | A subcellular location, cell type or gross anatomical part | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | diff --git a/docs/url.md b/docs/url.md index 01410a9..3f8107b 100644 --- a/docs/url.md +++ b/docs/url.md @@ -28,17 +28,17 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:url](https://w3id.org/bri | Name | Description | Modifies Slot | | --- | --- | --- | -| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | -| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | -| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | -| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | -| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | -| [OntologyOrVocabulary](OntologyOrVocabulary.md) | A set of concepts and categories, potentially defined or accompanied by their... | no | | [Registry](Registry.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | -| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | 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 | +| [Organization](Organization.md) | Represents a group or organization related to or responsible for one or more ... | no | +| [SoftwareOrTool](SoftwareOrTool.md) | Represents a piece of software or computational tool in the Bridge2AI Standar... | no | | [ModelRepository](ModelRepository.md) | Represents a resource in the Bridge2AI Standards Registry serving to curate a... | no | | [ReferenceImplementation](ReferenceImplementation.md) | Represents an implementation of one or more standards or tools in the Bridge2... | no | -| [BiomedicalStandard](BiomedicalStandard.md) | Represents a standard in the Bridge2AI Standards Registry with particular app... | no | +| [TrainingProgram](TrainingProgram.md) | Represents a training program for skills and experience related to standards ... | no | +| [DataStandard](DataStandard.md) | Represents a general purpose standard in the Bridge2AI Standards Registry | no | +| [DataStandardOrTool](DataStandardOrTool.md) | Represents a standard or tool in the Bridge2AI Standards Registry | no | +| [ReferenceDataOrDataset](ReferenceDataOrDataset.md) | Represents a resource in the Bridge2AI Standards Registry serving as a standa... | no | diff --git a/docs/use_case_category.md b/docs/use_case_category.md index 58a934a..cb71425 100644 --- a/docs/use_case_category.md +++ b/docs/use_case_category.md @@ -3,7 +3,7 @@ # Slot: use_case_category -_Category of the UseCase. Not all projects will incorporate use cases in all categories._ +_Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories._ @@ -40,6 +40,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_case_category](https: * Range: [UseCaseCategory](UseCaseCategory.md) +* Multivalued: True + @@ -76,7 +78,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_case_category](https: ```yaml name: use_case_category description: Category of the UseCase. Not all projects will incorporate use cases - in all categories. + in all categories. This is multivalued, as a use case may span categories. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 is_a: node_property @@ -85,6 +87,7 @@ alias: use_case_category domain_of: - UseCase range: UseCaseCategory +multivalued: true ```
\ No newline at end of file diff --git a/docs/use_cases.md b/docs/use_cases.md index afb085d..0dfdeb8 100644 --- a/docs/use_cases.md +++ b/docs/use_cases.md @@ -3,7 +3,7 @@ # Slot: use_cases -_Collection of associated use cases_ +_Collection of associated use cases._ @@ -72,7 +72,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/:use_cases](https://w3id.o
```yaml name: use_cases -description: Collection of associated use cases +description: Collection of associated use cases. from_schema: https://w3id.org/bridge2ai/standards-schema-all rank: 1000 alias: use_cases diff --git a/project/docs/UseCase.md b/project/docs/UseCase.md index 961ef03..99ea2b1 100644 --- a/project/docs/UseCase.md +++ b/project/docs/UseCase.md @@ -6,7 +6,7 @@ Represents a use case for Bridge2AI standards. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase](https://w3id.org/bridge2ai/standards-schema-all/UseCase) -[![img](https://yuml.me/diagram/nofunky;dir:TB/class/[UseCase][UseCase],[NamedThing]^-[UseCase],[UseCaseContainer],[NamedThing],[DataTopic],[DataSubstrate],[DataStandardOrTool])](https://yuml.me/diagram/nofunky;dir:TB/class/[UseCase][UseCase],[NamedThing]^-[UseCase],[UseCaseContainer],[NamedThing],[DataTopic],[DataSubstrate],[DataStandardOrTool]) +[![img](https://yuml.me/diagram/nofunky;dir:TB/class/[UseCase][UseCase],[NamedThing]^-[UseCase],[UseCaseContainer],[NamedThing],[DataTopic],[DataSubstrate],[DataStandardOrTool])](https://yuml.me/diagram/nofunky;dir:TB/class/[UseCase][UseCase],[NamedThing]^-[UseCase],[UseCaseContainer],[NamedThing],[DataTopic],[DataSubstrate],[DataStandardOrTool]) ## Parents @@ -22,8 +22,8 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase](https://w3id.org/ ### Own - * [UseCaseâžžuse_case_category](UseCase_use_case_category.md) 1..1 - * Description: Category of the UseCase. Not all projects will incorporate use cases in all categories. + * [UseCaseâžžuse_case_category](UseCase_use_case_category.md) 1..\* + * Description: Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories. * Range: [UseCaseCategory](UseCaseCategory.md) * [known_limitations](known_limitations.md) 0..1 * 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. @@ -38,13 +38,13 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase](https://w3id.org/ * Description: Relevance of the use case to one or more data substrates. * Range: [DataSubstrate](DataSubstrate.md) * [standards_and_tools_for_dgp_use](standards_and_tools_for_dgp_use.md) 0..\* - * 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. + * 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. If no value is provided here, the use case may not have a direct relationship to a standard or tool. * Range: [DataStandardOrTool](DataStandardOrTool.md) * [alternative_standards_and_tools](alternative_standards_and_tools.md) 0..\* * 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. * Range: [DataStandardOrTool](DataStandardOrTool.md) * [enables](enables.md) 0..\* - * Description: Other use case(s) this use case supports or makes possible. + * Description: List of other use case(s) this use case supports or makes possible. * Range: [UseCase](UseCase.md) * [involved_in_experimental_design](involved_in_experimental_design.md) 0..1 * 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. @@ -53,7 +53,7 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase](https://w3id.org/ * 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. * Range: [Boolean](types/Boolean.md) * [involved_in_quality_control](involved_in_quality_control.md) 0..1 - * Description: True is use case is likely to be implemented as part of data validation operations. + * Description: A value of True indicates a use case is likely to be implemented as part of data validation operations. * Range: [Boolean](types/Boolean.md) * [xref](xref.md) 0..\* * Description: URI of corresponding class in an ontology of experimental procedures, in CURIE form. diff --git a/project/docs/UseCaseCategory.md b/project/docs/UseCaseCategory.md index b6ba2ae..19e0933 100644 --- a/project/docs/UseCaseCategory.md +++ b/project/docs/UseCaseCategory.md @@ -1,7 +1,7 @@ # Enum: UseCaseCategory -Category of use case. +Category of use case. These define the high-level purpose of a task or activity as part of a broader research effort or other data-related project. They are not mutually exclusive and one use case may involve multiple categories. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCaseCategory](https://w3id.org/bridge2ai/standards-schema-all/UseCaseCategory) @@ -10,10 +10,10 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCaseCategory](https://w | Text | Description | Meaning | Other Information | | :--- | :---: | :---: | ---: | -| acquisition | Acquisition | | | -| integration | Integration | | | -| standardization | Standardization | | | -| modeling | Modeling | | | -| application | Application | | | -| assessment | Assessment | | | +| acquisition | Acquisition. The use case involves the collection of data from one or more sources, including data generation, data capture, and data entry. | | | +| integration | Integration. The use case involves the combination of data from multiple sources, including data harmonization, data linkage, and data aggregation. | | | +| standardization | Standardization. The use case involves the application of standards to data, including data normalization, data validation, and quality control. | | | +| modeling | Modeling. The use case involves the development of models, including predictive models, statistical models, and machine learning models. | | | +| application | Application. The use case involves the use of data for a specific scientific or otherwise productive purpose, including data analysis, data visualization, and data interpretation. This also includes clinical decision support, patient care, and other applications of data in a biomedical context. | | | +| assessment | Assessment. The use case involves the evaluation of data quality, data provenance, and data utility, including the assessment of standards, data tools, and data resources. Note this differs from the standardization category, which involves the application of standards to data. | | | diff --git a/project/docs/UseCaseContainer.md b/project/docs/UseCaseContainer.md index a142cc9..8972922 100644 --- a/project/docs/UseCaseContainer.md +++ b/project/docs/UseCaseContainer.md @@ -14,5 +14,5 @@ URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCaseContainer](https:// ### Own * [use_cases](use_cases.md) 0..\* - * Description: Collection of associated use cases + * Description: Collection of associated use cases. * Range: [UseCase](UseCase.md) diff --git a/project/docs/UseCase_use_case_category.md b/project/docs/UseCase_use_case_category.md index 516d315..5bfcc51 100644 --- a/project/docs/UseCase_use_case_category.md +++ b/project/docs/UseCase_use_case_category.md @@ -1,14 +1,14 @@ # Slot: use_case_category -Category of the UseCase. Not all projects will incorporate use cases in all categories. +Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories. URI: [https://w3id.org/bridge2ai/standards-schema-all/UseCase_use_case_category](https://w3id.org/bridge2ai/standards-schema-all/UseCase_use_case_category) ## Domain and Range -[UseCase](UseCase.md) → 1..1 [UseCaseCategory](UseCaseCategory.md) +[UseCase](UseCase.md) → 1..\* [UseCaseCategory](UseCaseCategory.md) ## Parents diff --git a/project/docs/enables.md b/project/docs/enables.md index a48dd45..63d254d 100644 --- a/project/docs/enables.md +++ b/project/docs/enables.md @@ -1,7 +1,7 @@ # Slot: enables -Other use case(s) this use case supports or makes possible. +List of 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/involved_in_quality_control.md b/project/docs/involved_in_quality_control.md index 9f83cae..8b30245 100644 --- a/project/docs/involved_in_quality_control.md +++ b/project/docs/involved_in_quality_control.md @@ -1,7 +1,7 @@ # Slot: involved_in_quality_control -True is use case is likely to be implemented as part of data validation operations. +A value of True indicates a 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/standards_and_tools_for_dgp_use.md b/project/docs/standards_and_tools_for_dgp_use.md index 1d91580..0cb878e 100644 --- a/project/docs/standards_and_tools_for_dgp_use.md +++ b/project/docs/standards_and_tools_for_dgp_use.md @@ -1,7 +1,7 @@ # 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. +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. If no value is provided here, the use case may not have a direct relationship to a standard or tool. 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 b1aa111..a7c7d75 100644 --- a/project/docs/standards_schema_all.md +++ b/project/docs/standards_schema_all.md @@ -57,13 +57,13 @@ High-level classes for Bridge2AI Standards schemas. * [contributor_orcid](contributor_orcid.md) - The ORCiD of the person who added this node. * [data_substrates](data_substrates.md) - Relevance of the use case to one or more data substrates. * [data_topics](data_topics.md) - Relevance of the use case to one or more data topics. - * [enables](enables.md) - Other use case(s) this use case supports or makes possible. + * [enables](enables.md) - List of 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. + * [involved_in_quality_control](involved_in_quality_control.md) - A value of True indicates a use case is likely to be implemented as part of data validation operations. * [is_open](is_open.md) - Is the standard or tool FAIR and available free of cost? * [known_limitations](known_limitations.md) - 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. * [limitations](limitations.md) - Potential obstacles particular to this substrate or implementation. @@ -72,9 +72,9 @@ High-level classes for Bridge2AI Standards schemas. * [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 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. + * [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. If no value is provided here, the use case may not have a direct relationship to a standard or tool. * [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. + * [use_case_category](use_case_category.md) - Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories. * [UseCaseâžžuse_case_category](UseCase_use_case_category.md) * [use_conditions](use_conditions.md) - Applicable conditions on use, as defined by the Data Use Ontology (DUO). * [xref](xref.md) - URI of corresponding class in an ontology of experimental procedures, in CURIE form. @@ -88,14 +88,14 @@ High-level classes for Bridge2AI Standards schemas. * [ror_id](ror_id.md) - Unique ROR identifier. * [type](type.md) - A generic slot for any label corresponding to the label for an entity type associated to the class. * [category](category.md) - 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". - * [use_cases](use_cases.md) - Collection of associated use cases + * [use_cases](use_cases.md) - Collection of associated use cases. * [wikidata_id](wikidata_id.md) - Unique Wikidata identifier. ### Enums * [DataGeneratingProject](DataGeneratingProject.md) - One of the Bridge2AI Data Generating Projects. * [StandardsCollectionTag](StandardsCollectionTag.md) - Tags for specific sets of standards. - * [UseCaseCategory](UseCaseCategory.md) - Category of use case. + * [UseCaseCategory](UseCaseCategory.md) - Category of use case. These define the high-level purpose of a task or activity as part of a broader research effort or other data-related project. They are not mutually exclusive and one use case may involve multiple categories. ### Subsets diff --git a/project/docs/use_case_category.md b/project/docs/use_case_category.md index 1264e1d..7858d0c 100644 --- a/project/docs/use_case_category.md +++ b/project/docs/use_case_category.md @@ -1,14 +1,14 @@ # Slot: use_case_category -Category of the UseCase. Not all projects will incorporate use cases in all categories. +Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories. URI: [https://w3id.org/bridge2ai/standards-schema-all/use_case_category](https://w3id.org/bridge2ai/standards-schema-all/use_case_category) ## Domain and Range -[NamedThing](NamedThing.md) → 0..1 [UseCaseCategory](UseCaseCategory.md) +[NamedThing](NamedThing.md) → 0..\* [UseCaseCategory](UseCaseCategory.md) ## Parents diff --git a/project/docs/use_cases.md b/project/docs/use_cases.md index ab8edd0..3516ef6 100644 --- a/project/docs/use_cases.md +++ b/project/docs/use_cases.md @@ -1,7 +1,7 @@ # Slot: use_cases -Collection of associated 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/excel/standards_schema_all.xlsx b/project/excel/standards_schema_all.xlsx index e84f557..67362f6 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 ad4440a..e5c31d5 100644 --- a/project/graphql/standards_schema_all.graphql +++ b/project/graphql/standards_schema_all.graphql @@ -421,7 +421,7 @@ type UseCase contributorGithubName: String contributorOrcid: Uriorcurie contributionDate: Date - useCaseCategory: UseCaseCategory! + useCaseCategory: [UseCaseCategory]! knownLimitations: String relevanceToDgps: [DataGeneratingProject] dataTopics: [DataTopic] diff --git a/project/jsonld/standards_schema_all.context.jsonld b/project/jsonld/standards_schema_all.context.jsonld index dc31b31..629d558 100644 --- a/project/jsonld/standards_schema_all.context.jsonld +++ b/project/jsonld/standards_schema_all.context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-11-19T12:57:46", + "generation_date": "2024-12-17T14:35:18", "source": "standards_schema_all.yaml" }, "@context": { diff --git a/project/jsonld/standards_schema_all.jsonld b/project/jsonld/standards_schema_all.jsonld index 5bcf905..fccbcd4 100644 --- a/project/jsonld/standards_schema_all.jsonld +++ b/project/jsonld/standards_schema_all.jsonld @@ -595,32 +595,32 @@ { "name": "UseCaseCategory", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/UseCaseCategory", - "description": "Category of use case.", + "description": "Category of use case. These define the high-level purpose of a task or activity as part of a broader research effort or other data-related project. They are not mutually exclusive and one use case may involve multiple categories.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "permissible_values": [ { "text": "acquisition", - "description": "Acquisition" + "description": "Acquisition. The use case involves the collection of data from one or more sources, including data generation, data capture, and data entry." }, { "text": "integration", - "description": "Integration" + "description": "Integration. The use case involves the combination of data from multiple sources, including data harmonization, data linkage, and data aggregation." }, { "text": "standardization", - "description": "Standardization" + "description": "Standardization. The use case involves the application of standards to data, including data normalization, data validation, and quality control." }, { "text": "modeling", - "description": "Modeling" + "description": "Modeling. The use case involves the development of models, including predictive models, statistical models, and machine learning models." }, { "text": "application", - "description": "Application" + "description": "Application. The use case involves the use of data for a specific scientific or otherwise productive purpose, including data analysis, data visualization, and data interpretation. This also includes clinical decision support, patient care, and other applications of data in a biomedical context." }, { "text": "assessment", - "description": "Assessment" + "description": "Assessment. The use case involves the evaluation of data quality, data provenance, and data utility, including the assessment of standards, data tools, and data resources. Note this differs from the standardization category, which involves the application of standards to data." } ] } @@ -1298,7 +1298,7 @@ { "name": "use_case_category", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/use_case_category", - "description": "Category of the UseCase. Not all projects will incorporate use cases in all categories.", + "description": "Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "is_a": "node_property", "domain": "NamedThing", @@ -1308,6 +1308,7 @@ "UseCase" ], "range": "UseCaseCategory", + "multivalued": true, "@type": "SlotDefinition" }, { @@ -1374,7 +1375,7 @@ { "name": "standards_and_tools_for_dgp_use", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/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.", + "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. If no value is provided here, the use case may not have a direct relationship to a standard or tool.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "is_a": "node_property", "domain": "NamedThing", @@ -1406,7 +1407,7 @@ { "name": "enables", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/enables", - "description": "Other use case(s) this use case supports or makes possible.", + "description": "List of other use case(s) this use case supports or makes possible.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "is_a": "node_property", "domain": "NamedThing", @@ -1452,7 +1453,7 @@ { "name": "involved_in_quality_control", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/involved_in_quality_control", - "description": "True is use case is likely to be implemented as part of data validation operations.", + "description": "A value of True indicates a use case is likely to be implemented as part of data validation operations.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "is_a": "node_property", "domain": "NamedThing", @@ -1467,7 +1468,7 @@ { "name": "use_cases", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/use_cases", - "description": "Collection of associated use cases", + "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", "owner": "UseCaseContainer", @@ -1483,7 +1484,7 @@ { "name": "UseCase_use_case_category", "definition_uri": "https://w3id.org/bridge2ai/standards-usecase-schema/use_case_category", - "description": "Category of the UseCase. Not all projects will incorporate use cases in all categories.", + "description": "Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories.", "from_schema": "https://w3id.org/bridge2ai/standards-usecase-schema", "is_a": "use_case_category", "domain": "UseCase", @@ -1497,6 +1498,7 @@ "usage_slot_name": "use_case_category", "range": "UseCaseCategory", "required": true, + "multivalued": true, "@type": "SlotDefinition" } ], @@ -2063,9 +2065,9 @@ ], "metamodel_version": "1.7.0", "source_file": "standards_schema_all.yaml", - "source_file_date": "2024-11-18T16:26:57", + "source_file_date": "2023-03-27T14:02:39", "source_file_size": 439, - "generation_date": "2024-11-19T12:57:46", + "generation_date": "2024-12-17T14:35:18", "@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 8454315..6d1ecca 100644 --- a/project/jsonschema/standards_schema_all.schema.json +++ b/project/jsonschema/standards_schema_all.schema.json @@ -2558,7 +2558,7 @@ ] }, "enables": { - "description": "Other use case(s) this use case supports or makes possible.", + "description": "List of other use case(s) this use case supports or makes possible.", "items": { "type": "string" }, @@ -2586,7 +2586,7 @@ ] }, "involved_in_quality_control": { - "description": "True is use case is likely to be implemented as part of data validation operations.", + "description": "A value of True indicates a use case is likely to be implemented as part of data validation operations.", "type": [ "boolean", "null" @@ -2627,7 +2627,7 @@ ] }, "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.", + "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. If no value is provided here, the use case may not have a direct relationship to a standard or tool.", "items": { "type": "string" }, @@ -2647,8 +2647,11 @@ ] }, "use_case_category": { - "$ref": "#/$defs/UseCaseCategory", - "description": "Category of the UseCase. Not all projects will incorporate use cases in all categories." + "description": "Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories.", + "items": { + "$ref": "#/$defs/UseCaseCategory" + }, + "type": "array" }, "xref": { "description": "URI of corresponding class in an ontology of experimental procedures, in CURIE form.", @@ -2669,7 +2672,7 @@ "type": "object" }, "UseCaseCategory": { - "description": "Category of use case.", + "description": "Category of use case. These define the high-level purpose of a task or activity as part of a broader research effort or other data-related project. They are not mutually exclusive and one use case may involve multiple categories.", "enum": [ "acquisition", "integration", @@ -2686,7 +2689,7 @@ "description": "A container for UseCase.", "properties": { "use_cases": { - "description": "Collection of associated use cases", + "description": "Collection of associated use cases.", "items": { "$ref": "#/$defs/UseCase" }, diff --git a/project/owl/standards_schema_all.owl.ttl b/project/owl/standards_schema_all.owl.ttl index 3273ef0..997c36c 100644 --- a/project/owl/standards_schema_all.owl.ttl +++ b/project/owl/standards_schema_all.owl.ttl @@ -10,10 +10,10 @@ linkml:ClassDefinition ; rdfs:label "DataStandardOrToolContainer" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; + owl:minCardinality 0 ; owl:onProperty ] ; skos:definition "A container for DataStandardOrTool(s)." ; skos:inScheme . @@ -30,10 +30,10 @@ linkml:ClassDefinition ; rdfs:label "DataSubstrateContainer" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; + owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom ; owl:onProperty ] ; skos:definition "A container for DataSubstrates." ; skos:inScheme . @@ -42,10 +42,10 @@ linkml:ClassDefinition ; rdfs:label "DataTopicContainer" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; + owl:minCardinality 0 ; owl:onProperty ] ; skos:definition "A container for DataTopics." ; skos:inScheme . @@ -510,7 +510,7 @@ rdfs:label "enables" ; rdfs:range ; rdfs:subPropertyOf ; - skos:definition "Other use case(s) this use case supports or makes possible." ; + skos:definition "List of other use case(s) this use case supports or makes possible." ; skos:inScheme . a owl:ObjectProperty, @@ -525,14 +525,22 @@ rdfs:label "standards_and_tools_for_dgp_use" ; rdfs:range ; 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." ; + 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. If no value is provided here, the use case may not have a direct relationship to a standard or tool." ; + skos:inScheme . + + 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. This is multivalued, as a use case may span categories." ; skos:inScheme . a owl:ObjectProperty, linkml:SlotDefinition ; rdfs:label "use_cases" ; rdfs:range ; - skos:definition "Collection of associated use cases" ; + skos:definition "Collection of associated use cases." ; skos:inScheme . a owl:Class, @@ -708,7 +716,7 @@ 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:definition "A value of True indicates a use case is likely to be implemented as part of data validation operations." ; skos:inScheme . a owl:ObjectProperty, @@ -719,14 +727,6 @@ 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: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 ; rdfs:label "AnatomicalEntity" ; @@ -741,26 +741,29 @@ linkml:ClassDefinition ; rdfs:label "Organization" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom linkml:Uriorcurie ; + 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 ], + 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 ], + 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 ], @@ -768,11 +771,8 @@ owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Uriorcurie ; - owl:onProperty ], - [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], ; skos:definition "Represents a group or organization related to or responsible for one or more Bridge2AI standards." ; skos:inScheme . @@ -810,89 +810,86 @@ linkml:ClassDefinition ; rdfs:label "UseCase" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + 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 ], + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom ; owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom linkml:String ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Boolean ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom ; 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 ], + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Boolean ; - owl:onProperty ], + owl:allValuesFrom ; + 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 ; - owl:onProperty ], + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:Uriorcurie ; 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 ], + owl:onProperty ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Boolean ; - owl:onProperty ], + owl:minCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty ], @@ -904,52 +901,52 @@ linkml:ClassDefinition ; rdfs:label "DataSubstrate" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty ], - [ a owl:Restriction ; - owl:minCardinality 0 ; + 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:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom linkml:String ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom linkml:String ; + 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:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - 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 ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; + 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:allValuesFrom ; 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." ; @@ -968,38 +965,38 @@ linkml:ClassDefinition ; rdfs:label "DataTopic" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom ; owl:onProperty ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom ; owl:onProperty ], - [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; + owl:allValuesFrom ; + 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 ], + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], ; skos:definition "Represents a general data topic for Bridge2AI data or the tools/standards applied to the data." ; skos:inScheme . @@ -1026,53 +1023,62 @@ linkml:ClassDefinition ; rdfs:label "NamedThing" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], + [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; owl:onProperty ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom linkml:Date ; + 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 ], + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + 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:allValuesFrom linkml:Date ; - owl:onProperty ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty ], @@ -1082,33 +1088,24 @@ [ a owl:Restriction ; owl:allValuesFrom linkml:Uriorcurie ; 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:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:String ; 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:allValuesFrom ; - owl:onProperty ], - [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty ] ; + owl:minCardinality 0 ; + owl:onProperty ] ; skos:definition "A generic grouping for any identifiable entity" ; skos:exactMatch ; skos:inScheme . @@ -1126,98 +1123,98 @@ linkml:ClassDefinition ; rdfs:label "DataStandardOrTool" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom linkml:Uriorcurie ; 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 ], + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + 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:Boolean ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:Boolean ; owl:onProperty ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty ], + owl:allValuesFrom linkml:Uriorcurie ; + owl:onProperty ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty ], + owl:allValuesFrom linkml:String ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom linkml:Boolean ; + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:String ; - owl:onProperty ], + 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:minCardinality 0 ; + owl:onProperty ], + [ a owl:Restriction ; + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Uriorcurie ; - owl:onProperty ], + owl:minCardinality 0 ; + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom linkml:Uriorcurie ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty ], + owl:maxCardinality 1 ; + owl:onProperty ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty ], + owl:allValuesFrom ; + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:Boolean ; - owl:onProperty ], + owl:onProperty ], [ a owl:Restriction ; owl:allValuesFrom linkml:Uriorcurie ; - owl:onProperty ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty ], + owl:onProperty ], ; skos:definition "Represents a standard or tool in the Bridge2AI Standards Registry." ; skos:inScheme . @@ -1269,82 +1266,82 @@ . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . [] a owl:Restriction ; - rdfs:subClassOf ; + rdfs:subClassOf ; owl:onProperty ; - owl:someValuesFrom . + owl:someValuesFrom . diff --git a/project/protobuf/standards_schema_all.proto b/project/protobuf/standards_schema_all.proto index 7e2b869..796516f 100644 --- a/project/protobuf/standards_schema_all.proto +++ b/project/protobuf/standards_schema_all.proto @@ -367,7 +367,7 @@ message UseCase string contributorGithubName = 0 uriorcurie contributorOrcid = 0 date contributionDate = 0 - useCaseCategory useCaseCategory = 0 + repeated useCaseCategory useCaseCategory = 0 string knownLimitations = 0 repeated dataGeneratingProject relevanceToDgps = 0 repeated dataTopic dataTopics = 0 diff --git a/project/shacl/standards_schema_all.shacl.ttl b/project/shacl/standards_schema_all.shacl.ttl index 353bfcb..cefdc5d 100644 --- a/project/shacl/standards_schema_all.shacl.ttl +++ b/project/shacl/standards_schema_all.shacl.ttl @@ -6,114 +6,60 @@ 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: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 "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:property [ 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:boolean ; - sh:description "Is the standard or tool currently relevant to DGPs?" ; + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 10 ; - sh:path ], + sh:order 20 ; + 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 "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: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 "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 11 ; - 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:date ; - sh:description "The date on which the node was added." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 20 ; - 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:nodeKind sh:IRI ; + sh:order 16 ; + 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: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 "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 "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; 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:anyURI ; - sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; + sh:minCount 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 16 ; - sh:path ], + sh:order 11 ; + 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:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path ], + 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 ; @@ -124,103 +70,78 @@ sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 18 ; - 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: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: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: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 "Subject standard is generally applied in the context of object data topic." ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:datatype xsd:boolean ; - sh:description "Is the standard or tool currently relevant to DGPs?" ; + [ 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: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: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: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 description for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path ], + sh:order 14 ; + 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 "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 "URL for basic documentation of the standard or tool." ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path ], + 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:anyURI ; + [ 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: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: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: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: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 "A relationship that is asserted between two named things." ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - 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: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 6 ; - sh:path ], + sh:order 12 ; + sh:path ], [ sh:datatype xsd:string ; sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; @@ -228,130 +149,209 @@ sh:order 18 ; sh:path ], [ sh:datatype xsd:string ; - sh:description "The name of the person who added this node." ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path ], + sh:order 13 ; + 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 "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 "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 "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path ] ; - sh:targetClass . - - a sh:NodeShape ; - sh:closed true ; - sh:description "A container for DataStandardOrTool(s)." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class ; - sh:description "Collection of associated data standards or tools" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path ] ; - sh:targetClass . - - 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 repository, the resource must not index models alone." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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: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 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: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:boolean ; - sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path ], - [ sh:datatype xsd:string ; + 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: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 person who added this node." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 17 ; + 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:class ; - sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + [ 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 3 ; - sh:path ], + sh:order 15 ; + 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 "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + 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: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 "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path ] ; + sh:targetClass . + + a sh:NodeShape ; + sh:closed true ; + sh:description "A container for DataStandardOrTool(s)." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class ; + sh:description "Collection of associated data standards or tools" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path ] ; + sh:targetClass . + + 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 repository, the resource must not index models alone." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ 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: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: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 "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 "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + 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 "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 "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + [ 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 8 ; - sh:path ], + sh:order 18 ; + 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 description for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + 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 "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: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:string ; - sh:description "The name of the github user who added this node." ; + [ 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 "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 18 ; - sh:path ], + sh:order 6 ; + sh:path ], [ sh:datatype xsd:anyURI ; sh:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; @@ -359,12 +359,17 @@ sh:order 19 ; sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; + 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 11 ; - sh:path ], + sh:order 8 ; + 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 managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; @@ -376,54 +381,23 @@ sh:nodeKind sh:Literal ; sh:order 17 ; 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 "A relationship that is asserted between two named things." ; + [ sh:class ; + sh:description "Relevant training resources, standard usage manuals, or other documentation for the standard or tool." ; sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path ] ; + sh:order 3 ; + 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 "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 16 ; - 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 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:datatype xsd:string ; - sh:description "The name of the person who added this node." ; + sh:property [ 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 17 ; - sh:path ], + sh:order 5 ; + sh:path ], [ sh:datatype xsd:anyURI ; sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; @@ -431,98 +405,134 @@ sh:nodeKind sh:Literal ; sh:order 11 ; 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:date ; - sh:description "The date on which the node was added." ; + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path ], + 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: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:string ; sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; 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: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 "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path ], + sh:order 7 ; + 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: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: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 "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 "The ORCiD of the person who added this node." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 19 ; - 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: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 "Text description 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: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 4 ; - 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:order 12 ; + 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 6 ; - sh:path ], - [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:order 19 ; + 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 14 ; - sh:path ], + sh:order 20 ; + sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "URL for basic documentation of the standard or tool." ; + 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 7 ; - sh:path ] ; + 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: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: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:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:property [ 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 14 ; - sh:path ], + 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: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:anyURI ; sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; @@ -531,44 +541,11 @@ 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: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: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: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:datatype xsd:date ; - sh:description "The date on which the node was added." ; + sh:description "URL for basic documentation of the standard or tool." ; 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:order 7 ; + sh:path ], [ sh:datatype xsd:anyURI ; sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; @@ -581,86 +558,45 @@ 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 16 ; - 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 "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:nodeKind sh:IRI ; sh:order 15 ; 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:boolean ; - sh:description "Does usage of the standard or tool require registration of a user or group with some organization or managerial body?" ; + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path ], - [ sh:datatype xsd:string ; - sh:description "Text description of the standard or tool." ; + 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: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 4 ; - sh:path ], + sh:order 9 ; + 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: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:nodeKind sh:Literal ; - sh:order 12 ; - 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: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: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:string ; - sh:description "A human-readable description for a thing." ; + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path ], + sh:order 10 ; + 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 "Text description of the standard or tool." ; sh:maxCount 1 ; @@ -673,33 +609,58 @@ sh:nodeKind sh:Literal ; sh:order 13 ; 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: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:order 14 ; + 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 "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 "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 "URL for basic documentation of the standard or tool." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 7 ; - 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: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: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:date ; + sh:description "The date on which the node was added." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 20 ; + 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 "A unique identifier for a thing." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 11 ; + 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 ; @@ -716,18 +677,39 @@ sh:nodeKind sh:Literal ; sh:order 10 ; sh:path ], - [ sh:datatype xsd:date ; - sh:description "The date on which the node was added." ; + [ sh:datatype xsd:anyURI ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 20 ; - sh:path ], + 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: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 github user who added this node." ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path ], + sh:order 4 ; + 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 "A human-readable name for a thing." ; + 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 ; @@ -735,72 +717,107 @@ sh:order 17 ; 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:class ; - sh:description "Subject standard is generally applied in the context of object data topic." ; + sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], + sh:order 16 ; + 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: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 "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 16 ; - 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: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 "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 "Is the standard or tool FAIR and available free of cost?" ; + 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 5 ; - sh:path ] ; + sh:order 6 ; + 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 "A relationship that is asserted between two named things." ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - 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:property [ 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 6 ; - sh:path ], + 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: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 "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 "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 "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 "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 person who added this node." ; + [ sh:datatype xsd:date ; + sh:description "The date on which the node was added." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 17 ; - sh:path ], + sh:order 20 ; + 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 "Text description of the standard or tool." ; sh:maxCount 1 ; @@ -808,106 +825,79 @@ sh:order 4 ; 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:anyURI ; - sh:description "URL for basic documentation of the standard or tool." ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path ], + sh:order 13 ; + 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:boolean ; - sh:description "Is the standard or tool FAIR and available free of cost?" ; + 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 5 ; - 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:order 6 ; + sh:path ], [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path ], + sh:order 18 ; + sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; + 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:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - sh:path ], + 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:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 15 ; - 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:order 16 ; + 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:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - 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:order 7 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; 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:order 14 ; + 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:datatype xsd:string ; - sh:description "A human-readable name for a thing." ; + 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:nodeKind sh:Literal ; - sh:order 13 ; - sh:path ] ; + 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:targetClass . a sh:NodeShape ; sh:closed true ; sh:description "Represents a piece of software or computational tool in the Bridge2AI Standards Registry." ; 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:datatype xsd:boolean ; - sh:description "Is the standard or tool currently relevant to DGPs?" ; + 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 10 ; - 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:order 19 ; + sh:path ], [ sh:datatype xsd:boolean ; sh:description "Is the standard or tool FAIR and available free of cost?" ; sh:maxCount 1 ; @@ -919,24 +909,36 @@ sh:nodeKind sh:IRI ; sh:order 1 ; sh:path ], - [ sh:datatype xsd:string ; - sh:description "The name of the github user who added this node." ; + [ sh:datatype xsd:boolean ; + sh:description "Is the standard or tool currently relevant to DGPs?" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path ], + sh:order 10 ; + 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:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 9 ; - sh:path ], + 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: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:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 19 ; - sh:path ], + sh:order 7 ; + sh:path ], [ sh:datatype xsd:string ; sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; @@ -948,106 +950,135 @@ sh:order 0 ; sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; + 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 8 ; - sh:path ], + 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: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 github user who added this node." ; + sh:maxCount 1 ; + 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: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:nodeKind sh:Literal ; sh:order 12 ; 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 "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 "A human-readable description for a thing." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 14 ; + 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: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: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:anyURI ; - sh:description "URL for basic documentation of the standard or tool." ; + sh:description "Relevant publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; 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 15 ; - sh:path ], + sh:order 8 ; + 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: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 "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 "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 "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 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 20 ; - 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: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:path ], + [ sh:class ; + sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path ], - [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:order 2 ; + 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 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: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 12 ; - sh:path ], + sh:order 18 ; + 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: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: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 currently relevant to DGPs?" ; sh:maxCount 1 ; @@ -1055,11 +1086,11 @@ sh:order 10 ; sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "The ORCiD of the person who added this node." ; + 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 19 ; - sh:path ], + sh:order 9 ; + sh:path ], [ sh:datatype xsd:string ; sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; @@ -1067,75 +1098,44 @@ sh:order 4 ; sh:path ], [ sh:datatype xsd:string ; - sh:description "The name of the github user who added this node." ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 18 ; - sh:path ], - [ sh:class ; - sh:description "Subject standard is managed or otherwise guided buy the object organization(s)." ; + sh:order 13 ; + sh:path ], + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path ], + sh:order 16 ; + 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 "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 person who added this node." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 17 ; - 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 "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: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:class ; + sh:description "Subject standard is generally applied in the context of object data topic." ; sh:nodeKind sh:IRI ; - sh:order 16 ; - 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 "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:datatype xsd:anyURI ; - sh:description "URL for basic documentation of the standard or tool." ; + sh:order 1 ; + 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:order 12 ; + sh:path ] ; sh:targetClass . a sh:NodeShape ; @@ -1176,7 +1176,7 @@ sh:description "A container for UseCase." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:class ; - sh:description "Collection of associated use cases" ; + sh:description "Collection of associated use cases." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path ] ; @@ -1186,7 +1186,13 @@ sh:closed true ; sh:description "A subcellular location, cell type or gross anatomical part" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ 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:property [ 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 "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 ; @@ -1202,18 +1208,11 @@ sh:nodeKind sh:IRI ; sh:order 5 ; 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 "A human-readable description for a thing." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - 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 4 ; + sh:path ], [ sh:datatype xsd:anyURI ; sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; @@ -1233,17 +1232,18 @@ 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:nodeKind sh:Literal ; + sh:order 9 ; + 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: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:path ] ; sh:targetClass . a sh:NodeShape ; @@ -1251,174 +1251,164 @@ sh:description "Represents a use case for Bridge2AI standards." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable name for a thing." ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - sh:path ], + sh:order 15 ; + 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:datatype xsd:string ; - sh:description "The name of the person who added this node." ; + 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:order 19 ; + 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: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:nodeKind sh:Literal ; + 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 21 ; + sh:path ], + [ sh:description "Relevance of the use case to one or more DGPs." ; + sh:in ( ) ; + sh:order 2 ; + 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 "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: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. If no value is provided here, the use case may not have a direct relationship to a standard or tool." ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path ], [ 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: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 12 ; + 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:datatype xsd:anyURI ; - sh:description "The ORCiD of the person who added this node." ; + [ 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:nodeKind sh:Literal ; - sh:order 20 ; - sh:path ], + sh:order 8 ; + sh:path ], + [ sh:description "Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories." ; + sh:in ( "acquisition" "integration" "standardization" "modeling" "application" "assessment" ) ; + sh:minCount 1 ; + sh:order 0 ; + sh:path ], [ sh:datatype xsd:boolean ; - sh:description "True is use case is likely to be implemented as part of data validation operations." ; + sh:description "A value of True indicates a use case is likely to be implemented as part of data validation operations." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; sh:order 10 ; 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 21 ; - sh:path ], - [ sh:description "Relevance of the use case to one or more DGPs." ; - sh:in ( ) ; - sh:order 2 ; - 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 "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:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 15 ; - sh:path ], + sh:order 18 ; + 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 "Other use case(s) this use case supports or makes possible." ; + sh:description "List of other use case(s) this use case supports or makes possible." ; sh:nodeKind sh:IRI ; 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 19 ; - 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:class ; sh:description "Relevance of the use case to one or more data topics." ; 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 17 ; - 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:nodeKind sh:Literal ; - sh:order 8 ; - sh:path ], - [ sh:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; + [ sh:datatype xsd:string ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path ], + 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: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:description "The ORCiD of the person who added this node." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 1 ; - 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:order 20 ; + sh:path ] ; sh:targetClass . 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:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:property [ sh:description "Unique EDAM identifier" ; 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:nodeKind sh:IRI ; - sh:order 11 ; - sh:path ], + 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:nodeKind sh:Literal ; sh:order 13 ; sh:path ], - [ sh:datatype xsd:string ; - sh:description "Commonly used file extensions for this substrate." ; + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + 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:order 6 ; + sh:path ], [ sh:description "Data Substrate in which metadata is stored." ; sh:or ( [ sh:class ] [ ] ) ; sh:order 3 ; sh:path ], - [ sh:description "Unique MeSH identifier" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - 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 "Unique NCIt Identifier" ; + [ 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 2 ; - sh:path ], + sh:order 7 ; + sh:path ], [ sh:datatype xsd:date ; sh:description "The date on which the node was added." ; sh:maxCount 1 ; @@ -1426,28 +1416,37 @@ sh:order 15 ; sh:path ], [ sh:datatype xsd:string ; - sh:description "Potential obstacles particular to this substrate or implementation." ; + sh:description "A human-readable name for a thing." ; + sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path ], - [ sh:description "Unique EDAM identifier" ; + sh:order 8 ; + sh:path ], + [ sh:description "Unique NCIt Identifier" ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path ], + sh:order 2 ; + sh:path ], + [ sh:description "Unique MeSH identifier" ; + sh:maxCount 1 ; + 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 14 ; sh:path ], - [ sh:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:datatype xsd:string ; + sh:description "Potential obstacles particular to this substrate or implementation." ; sh:nodeKind sh:Literal ; - sh:order 6 ; - 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 10 ; + sh:path ], [ sh:datatype xsd:string ; sh:description "The name of the person who added this node." ; sh:maxCount 1 ; @@ -1455,45 +1454,39 @@ sh:order 12 ; sh:path ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for a thing." ; + sh:description "A human-readable description for a thing." ; 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:order 9 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Commonly used file extensions for this substrate." ; sh:nodeKind sh:Literal ; - sh:order 7 ; - sh:path ] ; + sh:order 4 ; + 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: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:description "Unique Wikidata identifier." ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - sh:path ], - [ sh:class ; - sh:description "A relationship that is asserted between two named things." ; + 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 3 ; - sh:path ], + sh:order 8 ; + sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; + sh:description "URL for basic documentation of the standard or tool." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path ], + sh:order 2 ; + 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:string ; sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; @@ -1501,134 +1494,140 @@ sh:order 7 ; sh:path ], [ sh:datatype xsd:string ; - sh:description "A human-readable name for a thing." ; + sh:description "The name of the github user who added this node." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path ], + sh:order 10 ; + sh:path ], [ sh:datatype xsd:anyURI ; - sh:description "URL for basic documentation of the standard or tool." ; + sh:description "A unique identifier for a thing." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 2 ; - sh:path ], + sh:order 4 ; + sh:path ], [ sh:datatype xsd:string ; - sh:description "The name of the person who added this node." ; + sh:description "A human-readable name for a thing." ; 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:order 6 ; + sh:path ], + [ sh:description "Unique ROR identifier." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 12 ; - sh:path ], + 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 "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: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:datatype xsd:string ; - sh:description "The name of the github user who added this node." ; + 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:order 9 ; + 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 0 ; - sh:path ] ; + sh:order 11 ; + sh:path ], + [ sh:description "Unique Wikidata identifier." ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 1 ; + 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:class ; + sh:property [ sh:description "Unique NCIt Identifier" ; + sh:maxCount 1 ; + sh:nodeKind sh:Literal ; + sh:order 2 ; + 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:class ; sh:description "A relationship between a DataTopic and an anatomical entity." ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path ], - [ sh:description "Unique EDAM identifier" ; + [ 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 0 ; - sh:path ], + sh:order 5 ; + sh:path ], [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + 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:order 11 ; + 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: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:description "Unique MeSH identifier" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 1 ; - 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:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; + [ sh:class ; + sh:description "A relationship that is asserted between two named things." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path ], + [ sh:description "Unique EDAM identifier" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path ], + sh:order 0 ; + 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: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:description "Unique NCIt Identifier" ; + [ 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 9 ; - sh:path ], + sh:order 6 ; + sh:path ], [ sh:datatype xsd:string ; - sh:description "The name of the github user who added this node." ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 11 ; - 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:order 7 ; + 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 5 ; - sh:path ] ; + sh:order 13 ; + sh:path ] ; sh:targetClass . a sh:NodeShape ; @@ -1636,70 +1635,66 @@ sh:description "Represents a standard or tool in the Bridge2AI Standards Registry." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Text description of the standard or tool." ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 4 ; - sh:path ], - [ sh:datatype xsd:string ; - sh:description "A human-readable name for a thing." ; + sh:order 14 ; + 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 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:datatype xsd:anyURI ; - sh:description "URL for basic documentation of the standard or tool." ; + sh:order 5 ; + 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 7 ; - 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 person who added this node." ; + 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 17 ; - sh:path ], + 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:nodeKind sh:Literal ; sh:order 12 ; 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: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: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 "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 15 ; - sh:path ], - [ sh:datatype xsd:anyURI ; - sh:description "The ORCiD of the person who added this node." ; + sh:order 3 ; + 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 19 ; - sh:path ], + 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: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 publication for the standard or tool. Prefer a DOI or PUBMED." ; sh:maxCount 1 ; @@ -1707,23 +1702,35 @@ sh:order 8 ; sh:path ], [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:description "A human-readable name for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 14 ; - 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:order 13 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "Text description of the standard or tool." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path ], + sh:order 4 ; + 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: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 "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: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 ; @@ -1735,65 +1742,58 @@ sh:nodeKind sh:IRI ; sh:order 2 ; 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: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 FAIR and available free of cost?" ; - sh:maxCount 1 ; - sh:nodeKind sh:Literal ; - sh:order 5 ; - sh:path ] ; + 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: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:ignoredProperties ( rdf:type ) ; + sh:property [ 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:datatype xsd:string ; - sh:description "A human-readable name 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 2 ; - sh:path ], - [ sh:datatype xsd:string ; - sh:description "A human-readable description for a thing." ; + sh:order 0 ; + 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 3 ; - sh:path ], + sh:order 8 ; + 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: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:description "A human-readable name for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 6 ; - sh:path ], + sh:order 2 ; + sh:path ], [ sh:datatype xsd:date ; sh:description "The date on which the node was added." ; sh:maxCount 1 ; @@ -1801,22 +1801,21 @@ 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:description "A relationship that is asserted between two named things." ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path ], - [ sh:datatype xsd:anyURI ; - sh:description "A unique identifier for a thing." ; + sh:order 5 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "The name of the person who added this node." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:Literal ; - sh:order 0 ; - sh:path ], - [ sh:datatype xsd:anyURI ; - sh:description "The ORCiD of the person who added this node." ; + sh:order 6 ; + sh:path ], + [ sh:datatype xsd:string ; + sh:description "A human-readable description for a thing." ; sh:maxCount 1 ; sh:nodeKind sh:Literal ; - sh:order 8 ; - sh:path ] ; + sh:order 3 ; + sh:path ] ; sh:targetClass . diff --git a/project/shex/standards_schema_all.shex b/project/shex/standards_schema_all.shex index 52260b2..680cbf1 100644 --- a/project/shex/standards_schema_all.shex +++ b/project/shex/standards_schema_all.shex @@ -290,7 +290,7 @@ B2AI_USECASE:UseCase CLOSED { - ] ; + ] + ; B2AI_USECASE:known_limitations @linkml:String ? ; B2AI_USECASE:relevance_to_dgps [ diff --git a/project/sqlschema/standards_schema_all.sql b/project/sqlschema/standards_schema_all.sql index e770e29..bcebf6a 100644 --- a/project/sqlschema/standards_schema_all.sql +++ b/project/sqlschema/standards_schema_all.sql @@ -225,11 +225,10 @@ -- # 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: involved_in_quality_control Description: A value of True indicates a 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. @@ -463,6 +462,9 @@ -- # 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_use_case_category" Description: "" +-- * Slot: UseCase_id Description: Autocreated FK slot +-- * Slot: use_case_category Description: Category of the UseCase. Not all projects will incorporate use cases in all categories. This is multivalued, as a use case may span categories. -- # 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. @@ -474,13 +476,13 @@ -- * 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. +-- * 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. If no value is provided here, the use case may not have a direct relationship to a standard or tool. -- # 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. +-- * Slot: enables_id Description: List of 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. @@ -764,7 +766,6 @@ CREATE TABLE "Organization" ( FOREIGN KEY("OrganizationContainer_id") REFERENCES "OrganizationContainer" (id) ); CREATE TABLE "UseCase" ( - use_case_category VARCHAR(15) NOT NULL, known_limitations TEXT, involved_in_experimental_design BOOLEAN, involved_in_metadata_management BOOLEAN, @@ -1286,6 +1287,12 @@ CREATE TABLE "Organization_subclass_of" ( FOREIGN KEY("Organization_id") REFERENCES "Organization" (id), FOREIGN KEY(subclass_of_id) REFERENCES "NamedThing" (id) ); +CREATE TABLE "UseCase_use_case_category" ( + "UseCase_id" TEXT, + use_case_category VARCHAR(15) NOT NULL, + PRIMARY KEY ("UseCase_id", use_case_category), + FOREIGN KEY("UseCase_id") REFERENCES "UseCase" (id) +); CREATE TABLE "UseCase_relevance_to_dgps" ( "UseCase_id" TEXT, relevance_to_dgps VARCHAR(7), diff --git a/src/standards_schemas/datamodel/standards_schema_all.py b/src/standards_schemas/datamodel/standards_schema_all.py index 3b37104..e4d53a8 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.0.1 -# Generation date: 2024-11-19T12:57:46 +# Generation date: 2024-12-17T14:35:19 # Schema: standards-schema-all # # id: https://w3id.org/bridge2ai/standards-schema-all @@ -829,7 +829,7 @@ class UseCase(NamedThing): class_model_uri: ClassVar[URIRef] = URIRef("https://w3id.org/bridge2ai/standards-schema-all/UseCase") id: Union[str, UseCaseId] = None - use_case_category: Union[str, "UseCaseCategory"] = None + use_case_category: Union[Union[str, "UseCaseCategory"], List[Union[str, "UseCaseCategory"]]] = None known_limitations: Optional[str] = None relevance_to_dgps: Optional[Union[Union[str, "DataGeneratingProject"], List[Union[str, "DataGeneratingProject"]]]] = empty_list() data_topics: Optional[Union[Union[str, DataTopicId], List[Union[str, DataTopicId]]]] = empty_list() @@ -850,8 +850,9 @@ def __post_init__(self, *_: List[str], **kwargs: Dict[str, Any]): if self._is_empty(self.use_case_category): self.MissingRequiredField("use_case_category") - if not isinstance(self.use_case_category, UseCaseCategory): - self.use_case_category = UseCaseCategory(self.use_case_category) + if not isinstance(self.use_case_category, list): + self.use_case_category = [self.use_case_category] if self.use_case_category is not None else [] + self.use_case_category = [v if isinstance(v, UseCaseCategory) else UseCaseCategory(v) for v in self.use_case_category] if self.known_limitations is not None and not isinstance(self.known_limitations, str): self.known_limitations = str(self.known_limitations) @@ -1061,30 +1062,32 @@ class StandardsCollectionTag(EnumDefinitionImpl): class UseCaseCategory(EnumDefinitionImpl): """ - Category of use case. + Category of use case. These define the high-level purpose of a task or activity as part of a broader research + effort or other data-related project. They are not mutually exclusive and one use case may involve multiple + categories. """ acquisition = PermissibleValue( text="acquisition", - description="Acquisition") + description="""Acquisition. The use case involves the collection of data from one or more sources, including data generation, data capture, and data entry.""") integration = PermissibleValue( text="integration", - description="Integration") + description="""Integration. The use case involves the combination of data from multiple sources, including data harmonization, data linkage, and data aggregation.""") standardization = PermissibleValue( text="standardization", - description="Standardization") + description="""Standardization. The use case involves the application of standards to data, including data normalization, data validation, and quality control.""") modeling = PermissibleValue( text="modeling", - description="Modeling") + description="""Modeling. The use case involves the development of models, including predictive models, statistical models, and machine learning models.""") application = PermissibleValue( text="application", - description="Application") + description="""Application. The use case involves the use of data for a specific scientific or otherwise productive purpose, including data analysis, data visualization, and data interpretation. This also includes clinical decision support, patient care, and other applications of data in a biomedical context.""") assessment = PermissibleValue( text="assessment", - description="Assessment") + description="""Assessment. The use case involves the evaluation of data quality, data provenance, and data utility, including the assessment of standards, data tools, and data resources. Note this differs from the standardization category, which involves the application of standards to data.""") _defn = EnumDefinition( name="UseCaseCategory", - description="Category of use case.", + description="""Category of use case. These define the high-level purpose of a task or activity as part of a broader research effort or other data-related project. They are not mutually exclusive and one use case may involve multiple categories.""", ) # Slots @@ -1206,7 +1209,7 @@ class slots: model_uri=DEFAULT_.organizations, domain=None, range=Optional[Union[Dict[Union[str, OrganizationId], Union[dict, Organization]], List[Union[dict, Organization]]]]) slots.use_case_category = Slot(uri=B2AI_USECASE.use_case_category, name="use_case_category", curie=B2AI_USECASE.curie('use_case_category'), - model_uri=DEFAULT_.use_case_category, domain=NamedThing, range=Optional[Union[str, "UseCaseCategory"]]) + model_uri=DEFAULT_.use_case_category, domain=NamedThing, range=Optional[Union[Union[str, "UseCaseCategory"], List[Union[str, "UseCaseCategory"]]]]) slots.known_limitations = Slot(uri=B2AI_USECASE.known_limitations, name="known_limitations", curie=B2AI_USECASE.curie('known_limitations'), model_uri=DEFAULT_.known_limitations, domain=NamedThing, range=Optional[str]) @@ -1242,4 +1245,4 @@ class slots: model_uri=DEFAULT_.use_cases, domain=None, range=Optional[Union[Dict[Union[str, UseCaseId], Union[dict, UseCase]], List[Union[dict, UseCase]]]]) slots.UseCase_use_case_category = Slot(uri=B2AI_USECASE.use_case_category, name="UseCase_use_case_category", curie=B2AI_USECASE.curie('use_case_category'), - model_uri=DEFAULT_.UseCase_use_case_category, domain=UseCase, range=Union[str, "UseCaseCategory"]) \ No newline at end of file + model_uri=DEFAULT_.UseCase_use_case_category, domain=UseCase, range=Union[Union[str, "UseCaseCategory"], List[Union[str, "UseCaseCategory"]]]) \ No newline at end of file