summaryrefslogtreecommitdiff
path: root/utils/ontology/rdfxml2unittest_query.xsl
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-04-22 01:21:05 +0200
committerSam Thursfield <sam@afuera.me.uk>2020-04-22 01:33:24 +0200
commit3d541fb56ff3db66142d46eca3a58a5ea4451795 (patch)
tree59ee71ea482ce5c0c78f7e2e4e43132090a8776d /utils/ontology/rdfxml2unittest_query.xsl
parent99abf208e8d2110a90a0da3d3e96cfed09e36365 (diff)
downloadtracker-3d541fb56ff3db66142d46eca3a58a5ea4451795.tar.gz
Update ontology URLs for 3.0
Our ontology URLs now use a namespace that we manage, at http://tracker.api.gnome.org/. This domain won't expire and can redirect anywhere we want, so that it can always link to the correct documentation for the ontologies. We are going to continue using the Nepomuk name in the ontologies that were developed by the Nepomuk project, despite changing the URL. This way we acknowledge that we have downstream changes to the Nepomuk ontologies but still provide a link to the original shared vocabularies. Fixes https://gitlab.gnome.org/GNOME/tracker/-/issues/162 and https://gitlab.gnome.org/GNOME/tracker/-/issues/104
Diffstat (limited to 'utils/ontology/rdfxml2unittest_query.xsl')
-rw-r--r--utils/ontology/rdfxml2unittest_query.xsl32
1 files changed, 16 insertions, 16 deletions
diff --git a/utils/ontology/rdfxml2unittest_query.xsl b/utils/ontology/rdfxml2unittest_query.xsl
index 6a55ccbbd..a1dae397c 100644
--- a/utils/ontology/rdfxml2unittest_query.xsl
+++ b/utils/ontology/rdfxml2unittest_query.xsl
@@ -1,23 +1,23 @@
<xsl:stylesheet version = '1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
- xmlns:nid3="http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#"
- xmlns:nfo="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#"
- xmlns:nmo="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#"
- xmlns:nie="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#"
+ xmlns:nid3="http://tracker.api.gnome.org/ontology/v3/nid3#"
+ xmlns:nfo="http://tracker.api.gnome.org/ontology/v3/nfo#"
+ xmlns:nmo="http://tracker.api.gnome.org/ontology/v3/nmo#"
+ xmlns:nie="http://tracker.api.gnome.org/ontology/v3/nie#"
xmlns:exif="http://www.kanzaki.com/ns/exif#"
- xmlns:nao="http://www.semanticdesktop.org/ontologies/2007/08/15/nao#"
+ xmlns:nao="http://tracker.api.gnome.org/ontology/v3/nao#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:protege="http://protege.stanford.edu/system#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:ncal="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#"
+ xmlns:ncal="http://tracker.api.gnome.org/ontology/v3/ncal#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
- xmlns:nrl="http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#"
+ xmlns:nrl="http://tracker.api.gnome.org/ontology/v3/nrl#"
xmlns:pimo="http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:tmo="http://www.semanticdesktop.org/ontologies/2008/05/20/tmo#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:nco="http://www.semanticdesktop.org/ontologies/2007/03/22/nco#"
+ xmlns:nco="http://tracker.api.gnome.org/ontology/v3/nco#"
xmlns:nexif="http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#">
<xsl:output method="text" />
@@ -44,23 +44,23 @@
@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
@prefix xsl: &lt;http://www.w3.org/1999/XSL/Transform#&gt; .
-@prefix nid3: &lt;http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#&gt; .
-@prefix nfo: &lt;http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#&gt; .
-@prefix nmo: &lt;http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#&gt; .
-@prefix nie: &lt;http://www.semanticdesktop.org/ontologies/2007/01/19/nie#&gt; .
+@prefix nid3: &lt;http://tracker.api.gnome.org/ontology/v3/nid3#&gt; .
+@prefix nfo: &lt;http://tracker.api.gnome.org/ontology/v3/nfo#&gt; .
+@prefix nmo: &lt;http://tracker.api.gnome.org/ontology/v3/nmo#&gt; .
+@prefix nie: &lt;http://tracker.api.gnome.org/ontology/v3/nie#&gt; .
@prefix exif: &lt;http://www.kanzaki.com/ns/exif#&gt; .
-@prefix nao: &lt;http://www.semanticdesktop.org/ontologies/2007/08/15/nao#&gt; .
+@prefix nao: &lt;http://tracker.api.gnome.org/ontology/v3/nao#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
@prefix protege: &lt;http://protege.stanford.edu/system#&gt; .
@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
-@prefix ncal: &lt;http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#&gt; .
+@prefix ncal: &lt;http://tracker.api.gnome.org/ontology/v3/ncal#&gt; .
@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix nrl: &lt;http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#&gt; .
+@prefix nrl: &lt;http://tracker.api.gnome.org/ontology/v3/nrl#&gt; .
@prefix pimo: &lt;http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#&gt; .
@prefix geo: &lt;http://www.w3.org/2003/01/geo/wgs84_pos#&gt; .
@prefix tmo: &lt;http://www.semanticdesktop.org/ontologies/2008/05/20/tmo#&gt; .
@prefix dc: &lt;http://purl.org/dc/elements/1.1/&gt; .
-@prefix nco: &lt;http://www.semanticdesktop.org/ontologies/2007/03/22/nco#&gt; .
+@prefix nco: &lt;http://tracker.api.gnome.org/ontology/v3/nco#&gt; .
@prefix nexif: &lt;http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#&gt; .
<xsl:for-each select="rdfs:Class">