Skip to content

Commit

Permalink
reworked uris for doc publication
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Nov 11, 2023
1 parent 8990ad0 commit 65805d1
Show file tree
Hide file tree
Showing 8 changed files with 370 additions and 370 deletions.
2 changes: 1 addition & 1 deletion mappingschema/coastal_sites.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<data>
<file class="http://hadrianswall.squirrel.link/ontology#CoastalSite" indid="OBJECTID"
namespace="http://hadrianswall.squirrel.link/site#"
namespace="http://hadrianswall.squirrel.link/data/site/"
attnamespace="http://hadrianswall.squirrel.link/ontology#" epsg="4326" nometadata="true" attachepsg="true" classlabellang="en" proplabellang="en" indlabellang="en">

<column name="name" prop="annotation" propiri="http://www.w3.org/2000/01/rdf-schema#label" range="http://www.w3.org/2001/XMLSchema#string"/>
Expand Down
2 changes: 1 addition & 1 deletion mappingschema/fort.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<data>
<file class="http://hadrianswall.squirrel.link/ontology#Fort" indid="OBJECTID"
namespace="http://hadrianswall.squirrel.link/fort#"
namespace="http://hadrianswall.squirrel.link/data/fort/"
attnamespace="http://hadrianswall.squirrel.link/ontology#" epsg="4326" nometadata="true" attachepsg="true">

<column name="name" prop="annotation" propiri="http://www.w3.org/2000/01/rdf-schema#label" range="http://www.w3.org/2001/XMLSchema#string"/>
Expand Down
2 changes: 1 addition & 1 deletion mappingschema/hadrianswall.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<data>
<file class="http://hadrianswall.squirrel.link/ontology#HadriansWall" indid="OBJECTID"
namespace="http://hadrianswall.squirrel.link/wall#"
namespace="http://hadrianswall.squirrel.link/data/wall/"
attnamespace="http://hadrianswall.squirrel.link/ontology#" epsg="4326" nometadata="true" attachepsg="true">

<column name="type" prop="subclass" propiri="http://hadrianswall.squirrel.link/ontology#latin_name" range="http://www.w3.org/2001/XMLSchema#string" indname="%%fort_type%%Type" namespace="http://hadrianswall.squirrel.link/ontology#"/>
Expand Down
2 changes: 1 addition & 1 deletion mappingschema/romanroads.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<data>
<file class="http://hadrianswall.squirrel.link/ontology#RomanRoad" indid="OBJECTID_1"
namespace="http://hadrianswall.squirrel.link/road#"
namespace="http://hadrianswall.squirrel.link/data/road/"
attnamespace="http://hadrianswall.squirrel.link/ontology#" epsg="4326" nometadata="true" attachepsg="true">

<column name="road_name" prop="annotation" propiri="http://www.w3.org/2000/01/rdf-schema#label" range="http://www.w3.org/2001/XMLSchema#string"/>
Expand Down
168 changes: 84 additions & 84 deletions ttl/coastal_sites_hw_result.ttl

Large diffs are not rendered by default.

240 changes: 120 additions & 120 deletions ttl/forts_hw_result.ttl

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions ttl/hadrians_wall_result.ttl

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions ttl/roman_roads_hw_result.ttl

Large diffs are not rendered by default.

0 comments on commit 65805d1

Please sign in to comment.