Add class (Application) to contain more details on AI applications#74
Merged
caufieldjh merged 11 commits intomainfrom Nov 20, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new
Applicationclass to the standards schema, enabling entities to explicitly document their specific applications, especially those relevant to artificial intelligence in the Bridge2AI context. It also adds support for linking datasheets and references to applications, and updates the schema to include the newhas_applicationfield across multiple entity types.Schema enhancements for application tracking:
Applicationclass, including fields for datasheets, references, contributors, and relationships to other entities. This class is designed to capture detailed information about AI-driven or other specific applications. [1] [2]has_applicationslot/property to several entity definitions, allowing them to reference one or moreApplicationobjects.datasheetandreferencesto the schema, enabling applications to link to related datasheets and publications. [1] [2]Schema cleanup and maintenance:
has_ai_applicationslot from the schema, consolidating application tracking under the newApplicationclass andhas_applicationproperty.These changes make the schema more expressive for documenting how standards, datasets, and other resources are applied, especially in AI-related contexts.