axone-protocol / ontology

📙 The Axone Ontology
https://docs.axone.xyz/technical-documentation/ontology/the-power-of-ontologies
Creative Commons Attribution Share Alike 4.0 International
12 stars 0 forks source link

Fix/namespace filenames #221

Closed ccamel closed 11 months ago

ccamel commented 11 months ago

Fix (and standardize) namespaces and filenames in the ontology.

This is required for #215

Summary by CodeRabbit

coderabbitai[bot] commented 11 months ago

Walkthrough

The changes across various RDF ontology files involve updates to namespace prefixes and URI declarations. These modifications suggest a reorganization and refinement of the ontology's structure, likely aimed at improving clarity and consistency in the representation of datasets, digital services, and zones within the ontology.

Changes

File Path Change Summary
.../credential-dataset-description.ttl Updated RDF ontology prefix declaration from a longer to a shorter path.
.../credential-digital-service-execution-result.ttl Modified URI prefix from "execution-proof" to "execution-result".
.../credential-zone-description.ttl Changed RDF ontology namespace declaration to a new namespace.
.../digital-service-execution-status.ttl Altered namespace prefix for "digital-service-execution-status".

🐇✨ Changes in the code, like whispers in the grove, Paths now shorter, and namespaces move. Ontologies shift, with prefixes anew, A rabbit hops through, leaving traces of dew. 🌱🌟


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
bot-anik commented 8 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: