Skip to content

Commit 388cd30

Browse files
committed
fix broken link for Anne Frank's house
Closes #1369
1 parent a797c9a commit 388cd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ <h4 class="subhead">Possible Approach to Implementation</h4>
13291329

13301330
<p>However, HTTP URIs for <em>subjects</em> (e.g. the resource that we want to make statements about) can be trickier. If you are working purely with data then you can reuse existing URIs minted by other authorities for your <em>subject</em> URIs. But publishing <a>spatial data</a> on the Web means that the URIs for each <a>Spatial Thing</a> should dereference to Web pages or data resources that provide useful information (see <a href="#indexable-by-search-engines" class="sectionRef"></a>). An HTTP request will be directed to a host Web server, identified by the internet domain name (or IP address) in the requested URI. If you use a URI with an internet domain name where you have no control over how the Web server behaves, then there is no way for your statements to be included in the Web server's response.</p>
13311331

1332-
<p>To take control of how information about <a>Spatial Things</a> is presented, data publishers need to assign their subject Spatial Things HTTP URIs from an internet domain name where they have authority over how the Web server responds. Typically, this means minting new HTTP URIs. It's all worth considering that the use of a particular internet domain may reinforce the authority of the information served. For example, a URI for Anne Frank's House is: <a href="https://monumentenregister.cultureelerfgoed.nl/monuments?MonumentId=4296"><code>https://monumentenregister.cultureelerfgoed.nl/monuments?MonumentId=4296</code></a>. The use of the internet domain registered to the <a href="https://cultureelerfgoed.nl/">Cultural Heritage Agency of the Netherlands</a> gives the definition authenticity.</p>
1332+
<p>To take control of how information about <a>Spatial Things</a> is presented, data publishers need to assign their subject Spatial Things HTTP URIs from an internet domain name where they have authority over how the Web server responds. Typically, this means minting new HTTP URIs. It's all worth considering that the use of a particular internet domain may reinforce the authority of the information served. For example, a URI for Anne Frank's House is: <a href="https://monumentenregister.cultureelerfgoed.nl/monumenten/4296"><code>http://monumentenregister.cultureelerfgoed.nl/monumenten/4296</code></a>. The use of the internet domain registered to the <a href="https://cultureelerfgoed.nl/">Cultural Heritage Agency of the Netherlands</a> gives the definition authenticity.</p>
13331333

13341334
<aside class="note">
13351335
<p>The need to control what information is provided about a given <a>Spatial Thing</a> means that it is not uncommon for a Spatial Thing to be identified by multiple HTTP URIs. The equality between two URIs that refer to the same resource can be stated using a property such as <code>owl:sameAs</code>. Care must always be taken when using <code>owl:sameAs</code> to determine that the two URIs actually refer to the same resource, rather than two resources that are similar. Warning: don't say it if you're not sure it's true!</p>

0 commit comments

Comments
 (0)