From 1536b6f2dcd4f2b9981d827a6b1ef011a50f3193 Mon Sep 17 00:00:00 2001 From: Emerson Rocha Date: Tue, 20 Dec 2022 01:52:20 -0300 Subject: [PATCH] #1: proposal/highway=track.wiki.ttl --- index.html | 36 +++++++++++++++++++++++--------- proposal/highway=track.wiki.ttl | 4 +--- proposal/text/maxspeed-simple.md | 4 ++++ 3 files changed, 31 insertions(+), 13 deletions(-) create mode 100644 proposal/text/maxspeed-simple.md diff --git a/index.html b/index.html index 0eacbf0..d8507fc 100644 --- a/index.html +++ b/index.html @@ -97,8 +97,8 @@ function escapeExample(utils, content, url) { return content.replace(//g, ">"); } - function escapeExamplePREFIX(utils, content, url) { - return content.replace(/PREFIX(.*)/g, ""); + function removeExamplePREFIX(utils, content, url) { + return content.replace(/PREFIX (.*)/g, ""); } function escapeExampleCommentsLineStart(utils, content, url) { return content.replace(/^# (.*)/g, ""); @@ -258,7 +258,7 @@

Node

+        data-oninclude="escapeExample removeExamplePREFIX" data-include="proposal/node-1.ttl">
       
@@ -274,7 +274,7 @@

Way

+        data-oninclude="escapeExample removeExamplePREFIX" data-include="proposal/way-100.ttl">
       
@@ -290,7 +290,7 @@

Relation


+        data-oninclude="escapeExample removeExamplePREFIX" data-include="proposal/relation-10000.ttl">
     
 
     
@@ -349,8 +349,10 @@

Wiki Infobox Tag


+      
       

+        data-oninclude="escapeExample" data-include="proposal/highway=track.wiki.ttl">
     
@@ -581,12 +583,11 @@

Quality Assurance

JSOM data validator (mapcss)


-      

     
   
 
-
   

SHACL

@@ -601,15 +602,30 @@

Data Primitives SHACL

But this use might be not necessary if the input data is known to be working (e.g. either database or validations of file formats would detect syntax errors).


+      data-oninclude="escapeExample removeExamplePREFIX" data-include="poc/osm-wiki-onto2023.shacl.ttl">
     
+
+

Inference

+

+ The inference may be moved out of this document. +

+
+

Wiki explanation about maxspeed

+ +

+
+      
+    
+

Data Primitives Ontology


+      data-oninclude="escapeExample removeExamplePREFIX" data-include="poc/osm-wiki-onto2023.owl.ttl">