Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BBC's "sameAs" example #1364

Merged
merged 1 commit into from
Jul 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions bp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3099,10 +3099,6 @@ <h4 class="subhead">Possible Approach to Implementation</h4>
<p><a href="http://open.vocab.org/terms/similarTo"><code>ov:similarTo</code></a> defined by <a href="http://vocab.org/open/">Open.vocab.org</a>, with the description:</p>
<blockquote>Having two things that are not the owl:sameAs but are similar to a certain extent. It is thought of being used where owl:sameAs is too strong but rdfs:seeAlso is too loose.</blockquote>
</li>
<li>
<p><a href="http://www.bbc.co.uk/ontologies/coreconcepts#terms_sameAs"><code>http://www.bbc.co.uk/ontologies/coreconcepts/sameAs</code></a>, defined by the <a href="https://www.bbc.co.uk/">BBC</a>, whose description states that the property:</p>
<blockquote>Indicates that something is the same as something else, but in a way that is slightly weaker than owl:sameAs. Its purpose is to connect separate identities of the same thing, whilst keeping separation between the original statements of each.</blockquote>
</li>
</ul>

<p>All of the properties list above, are concerned with equality or similarity about resources themselves. However, we often want to talk about the similarity of Spatial Things in terms of location or <em>place</em>. Spatial relations (see <a href="#link-type-spatial-rels" class="sectionRef">above</a>) can be used to describe how locations are related &mdash; either using rigorous topological relationships derived from geometry, such as <a href="http://www.opengis.net/ont/geosparql#sfEquals"><code>geosparql:sfEquals</code></a>, or ones without formal mathematical underpinning, such as <a href="http://www.geonames.org/ontology#nearby"><code>geonames:nearby</code></a>. But <em>place</em> is a social concept that reflect how we humans perceive the space around us, often with a vague or imprecise notion of location; you can’t always define a boundary for a place like <a href="http://sws.geonames.org/2212709/">The Sahara</a> because not everyone agrees where its edge lies!</p>
Expand Down