Skip to content

Updated DTDF with new TimeScaleDescription, allowed Fuseki updates - #12

Merged
KerianFiter merged 4 commits into
mainfrom
develop
Jul 14, 2026
Merged

KerianFiter merged 4 commits into
mainfrom
develop

Conversation

@KerianFiter

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 14, 2026 22:19
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
dt-onto Ignored Ignored Jul 14, 2026 10:20pm

@KerianFiter
KerianFiter merged commit e0b236b into main Jul 14, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 TimeScaleDescription to 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.yaml content 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
Comment thread .fuseki.ttl
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants