diff --git a/.fuseki.ttl b/.fuseki.ttl index 1831fae..7fedb91 100644 --- a/.fuseki.ttl +++ b/.fuseki.ttl @@ -12,6 +12,7 @@ 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) fuseki:endpoint [ fuseki:operation fuseki:shacl ; fuseki:name "shacl" ] ; # SHACL query service fuseki:dataset <#dataset> . diff --git a/ci_screenshots/2026-03-19_828b9fd.png b/ci_screenshots/2026-03-19_828b9fd.png new file mode 100644 index 0000000..299b12f Binary files /dev/null and b/ci_screenshots/2026-03-19_828b9fd.png differ diff --git a/ci_screenshots/2026-03-19_b4fea18.png b/ci_screenshots/2026-03-19_b4fea18.png new file mode 100644 index 0000000..2ec10d7 Binary files /dev/null and b/ci_screenshots/2026-03-19_b4fea18.png differ diff --git a/src/oml/bentleyjoakes.github.io/DTDF/vocab/DTDFVocab.oml b/src/oml/bentleyjoakes.github.io/DTDF/vocab/DTDFVocab.oml index ac09c56..5c2c11b 100644 --- a/src/oml/bentleyjoakes.github.io/DTDF/vocab/DTDFVocab.oml +++ b/src/oml/bentleyjoakes.github.io/DTDF/vocab/DTDFVocab.oml @@ -106,6 +106,7 @@ vocabulary as DTDFVocab to TimeScale forward hasTimeScale ] + concept TimeScaleDescription < base:DescribedThing //------------------------------ // C8: Multiplicity diff --git a/src/oml/bentleyjoakes.github.io/incubator/incubator_dt.oml b/src/oml/bentleyjoakes.github.io/incubator/incubator_dt.oml index 393919a..6e495e6 100644 --- a/src/oml/bentleyjoakes.github.io/incubator/incubator_dt.oml +++ b/src/oml/bentleyjoakes.github.io/incubator/incubator_dt.oml @@ -171,7 +171,7 @@ description as incubat ] // C7: TimeScale - instance twinning_time_scale : DTDFVocab:TimeScale [ + instance twinning_time_scale : DTDFVocab:TimeScaleDescription [ base:desc "The DT-to-PT synchronization occurs every time the PT sends a message to the DT (on a periodic basis)." ] diff --git a/website/static/DTInsight_web_export/DTInsight.html b/website/static/DTInsight_web_export/DTInsight.html index 015b9f6..d9517ce 100644 --- a/website/static/DTInsight_web_export/DTInsight.html +++ b/website/static/DTInsight_web_export/DTInsight.html @@ -111,7 +111,7 @@