Skip to content

Commit

Permalink
Added Presets as main section; draft of iD style presets; JOSM style …
Browse files Browse the repository at this point in the history
…presets; OsmAnd style presets
  • Loading branch information
fititnt committed Dec 7, 2022
1 parent e0bf464 commit fb7525c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ curl --output poc/tmp/geosparql_vocab_all.rdf http://schemas.opengis.net/geospar
# @TODO make tests with https://dbpedia.org/sparql
# @TODO maybe use as example (because of implies)
# - https://wiki.openstreetmap.org/wiki/Item:Q4980
# - https://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway
-->


Expand Down
86 changes: 67 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,23 +278,6 @@ <h3>Tag</h3>

</section>

<section>
<h2>Tag metadata</h2>
<section>
<h3>Wiki Infobox Tag</h3>
<div class="issue" data-number="1">
How to encode Wiki infoboxes for tags in RDF/Turtle?
</div>
<pre class="example" title="Tag:highway=track" data-content-type="txt" data-oninclude="escapeExample"
data-include="reference/highway=track.wiki.txt">
</pre>
</section>

<!-- <pre class="example" title="A Relation in RDF/Turtle" data-content-type="text/turtle"
data-oninclude="escapeExample escapeExamplePREFIX" data-include="proposal/relation-10000.ttl">
</pre> -->
</section>

<section>
<h2>Data change</h2>
<p>
Expand All @@ -317,7 +300,8 @@ <h3>Changeset</h3>
How to represent changesets in RDF/Turtle?
<ul>
<li><a href="https://www.w3.org/TR/sparql11-update/">https://www.w3.org/TR/sparql11-update/</a></li>
<li><a href="https://www.w3.org/2009/12/rdf-ws/papers/ws07">https://www.w3.org/2009/12/rdf-ws/papers/ws07</a></li>
<li><a href="https://www.w3.org/2009/12/rdf-ws/papers/ws07">https://www.w3.org/2009/12/rdf-ws/papers/ws07</a>
</li>
<li><a href="https://www.w3.org/DesignIssues/Diff.html">https://www.w3.org/DesignIssues/Diff.html</a></li>
</ul>
</div>
Expand All @@ -330,11 +314,75 @@ <h3>History</h3>

</section>


<section>
<h2>Tag metadata</h2>
<section>
<h3>Wiki Infobox Tag</h3>
<div class="issue" data-number="1">
How to encode Wiki infoboxes for tags in RDF/Turtle?
</div>
<pre class="example" title="Tag:highway=track" data-content-type="txt" data-oninclude="escapeExample"
data-include="reference/highway=track.wiki.txt">
</pre>
</section>
</section>


<section>
<h2>Presets</h2>
<p>See <a href="https://wiki.openstreetmap.org/wiki/Preset">https://wiki.openstreetmap.org/wiki/Preset</a>.</p>
<section>
<h3>iD style presets</h3>
<ul>
<li>
<a href="https://wiki.openstreetmap.org/wiki/Preset#iD">
https://wiki.openstreetmap.org/wiki/Preset#iD
</a>
</li>
<li>
<a href="https://github.com/openstreetmap/id-tagging-schema/">
https://github.com/openstreetmap/id-tagging-schema/
</a>
</li>
</ul>
</section>
<section>
<h3>JOSM style presets</h3>
<p>See <a
href="https://wiki.openstreetmap.org/wiki/Customising_JOSM_Presets">https://wiki.openstreetmap.org/wiki/Customising_JOSM_Presets</a>.
</p>
</section>
<section>
<h3>OsmAnd style presets</h3>
<ul>
<li>
<a href="https://wiki.openstreetmap.org/wiki/Preset#OsmAnd">
https://wiki.openstreetmap.org/wiki/Preset#OsmAnd
</a>
</li>
<li>
<a href="https://github.com/osmandapp/OsmAnd-resources/blob/master/poi/poi_types.xml">
https://github.com/osmandapp/OsmAnd-resources/blob/master/poi/poi_types.xml
</a>
</li>
</ul>
</section>
<!--
Trivia: Merkaartor have XSD https://github.com/openstreetmap/merkaartor/tree/master/Templates/
-->
</section>

<!--
<section>
<h2>@TODO better group here</h2>
<section>
<h3>Preset</h3>
<p>See <a href="https://wiki.openstreetmap.org/wiki/Preset">https://wiki.openstreetmap.org/wiki/Preset</a>.</p>
<p>See <a
href="https://wiki.openstreetmap.org/wiki/Customising_JOSM_Presets">https://wiki.openstreetmap.org/wiki/Customising_JOSM_Presets</a>.
</p>
</section>
<section>
Expand All @@ -347,8 +395,8 @@ <h3>Role</h3>
<section>
<h3>History</h3>
</section>

</section>
-->

<section>
<h2>Data Primitives to wiki "Semantic elements"</h2>
Expand Down

0 comments on commit fb7525c

Please sign in to comment.