Updated DTDF with new TimeScaleDescription, allowed Fuseki updates - #12
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
Pull request overview
This PR updates the DTDF model and website artifacts to support a new TimeScaleDescription concept and to allow Fuseki SPARQL updates, alongside regenerated/reshuffled website data assets.
Changes:
- Add
TimeScaleDescriptionto the DTDF vocabulary and update the incubator DT model to use it for C7. - Enable Fuseki’s SPARQL Update endpoint (
/update) in the Fuseki server configuration. - Refresh website static artifacts (characteristics table formatting/content order, Godot export config size, and
data_dump.yamlcontent ordering).
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| website/themes/my-theme/layouts/partials/characteristics-table.html | Reorders some table content and changes formatting/indentation in the characteristics table partial. |
| website/static/DTInsight_web_export/DTInsight.html | Updates Godot export config metadata (PCK file size). |
| website/static/data_dump.yaml | Regenerated DT “YAML” dump content / ordering used by the website/Godot embed. |
| src/oml/bentleyjoakes.github.io/incubator/incubator_dt.oml | Switches C7 instance type to the new TimeScaleDescription. |
| src/oml/bentleyjoakes.github.io/DTDF/vocab/DTDFVocab.oml | Introduces the TimeScaleDescription concept in the DTDF vocabulary. |
| .fuseki.ttl | Adds a Fuseki SPARQL Update endpoint. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+6
to
+8
| </tr> | ||
| <tr> | ||
| <td class="characteristic-id">C<sub>1</sub></td> | ||
| <td class="characteristic-id">C<sub>1</sub></td> |
Comment on lines
1
to
4
| Services : | ||
| safe_adaptation | ||
| type : NamedIndividual/Component/Thing/DTComponent/Service/FidelityThing/ContainedElement/DescribedThing/ImplementationThing/TimeScaleThing/ConceptInstance | ||
| type : Thing/DTComponent/Service/FidelityThing/ContainedElement/DescribedThing/Component/ImplementationThing/TimeScaleThing/NamedIndividual/ConceptInstance | ||
| sameAs : safe_adaptation |
| fuseki:name "DTDF" ; # Name of the dataset in the endpoint url | ||
| fuseki:serviceReadWriteGraphStore "data" ; # SPARQL Graph store protocol (read and write) | ||
| fuseki:endpoint [ fuseki:operation fuseki:query ; fuseki:name "sparql" ] ; # SPARQL query service | ||
| fuseki:endpoint [ fuseki:operation fuseki:update ; fuseki:name "update" ] ; # SPARQL update service (Write access) |
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.
No description provided.