diff options
author | Sam Thursfield <sam@afuera.me.uk> | 2020-04-22 01:21:05 +0200 |
---|---|---|
committer | Sam Thursfield <sam@afuera.me.uk> | 2020-04-22 01:33:24 +0200 |
commit | 3d541fb56ff3db66142d46eca3a58a5ea4451795 (patch) | |
tree | 59ee71ea482ce5c0c78f7e2e4e43132090a8776d /utils/ontology/rdfxml2unittest_query.xsl | |
parent | 99abf208e8d2110a90a0da3d3e96cfed09e36365 (diff) | |
download | tracker-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.xsl | 32 |
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: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix xsl: <http://www.w3.org/1999/XSL/Transform#> . -@prefix nid3: <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#> . -@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> . -@prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#> . -@prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> . +@prefix nid3: <http://tracker.api.gnome.org/ontology/v3/nid3#> . +@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> . +@prefix nmo: <http://tracker.api.gnome.org/ontology/v3/nmo#> . +@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> . @prefix exif: <http://www.kanzaki.com/ns/exif#> . -@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> . +@prefix nao: <http://tracker.api.gnome.org/ontology/v3/nao#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix protege: <http://protege.stanford.edu/system#> . @prefix dcterms: <http://purl.org/dc/terms/> . -@prefix ncal: <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#> . +@prefix ncal: <http://tracker.api.gnome.org/ontology/v3/ncal#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> . +@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> . @prefix pimo: <http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#> . @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix tmo: <http://www.semanticdesktop.org/ontologies/2008/05/20/tmo#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . -@prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#> . +@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> . @prefix nexif: <http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#> . <xsl:for-each select="rdfs:Class"> |