summaryrefslogtreecommitdiff
path: root/src/ontologies
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-09-22 23:05:30 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-10-02 13:32:16 +0200
commit571c9c3fe2418b2891d31e4148b868fa1a662197 (patch)
tree43b858bade7e934f1f0f41faa4d587b68fa3eca8 /src/ontologies
parent7c0c2e100175fca6dfd4ac9a49c7819ebbc25894 (diff)
downloadtracker-571c9c3fe2418b2891d31e4148b868fa1a662197.tar.gz
nepomuk: Drop unused ontology file
These NAO ontology extensions were split from the main ontology prior to 2.0 because they are both non-official and unnecessary for core ontology concepts. However, it was apparently never added to build, so this piece of ontology did effectively disappear. Internally it was just used by the evolution plugin (which disappeared in 2.0 as well), and since there has been no outcry it seems mostly unused on the outside. It just doesn't make sense to mourn for this overly generic ontology. So drop this file, and just rescue nao:predefined-tag-favorite as this is still used by apps (it just doesn't happen to be a nao:Tag).
Diffstat (limited to 'src/ontologies')
-rw-r--r--src/ontologies/nepomuk/31-nao-custom.ontology29
-rw-r--r--src/ontologies/nepomuk/90-tracker.ontology4
2 files changed, 3 insertions, 30 deletions
diff --git a/src/ontologies/nepomuk/31-nao-custom.ontology b/src/ontologies/nepomuk/31-nao-custom.ontology
deleted file mode 100644
index 03e93399a..000000000
--- a/src/ontologies/nepomuk/31-nao-custom.ontology
+++ /dev/null
@@ -1,29 +0,0 @@
-@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
-@prefix nie: <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> .
-@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-# These are added and approval by Nepomuk-upstream should be gotten with an ouija board.
-
-nao:Property a rdfs:Class ;
- rdfs:label "Custom property to extend a class dynamically" ;
- rdfs:comment "Dont use this without asking first your ontology doctor" ;
- rdfs:subClassOf rdfs:Resource .
-
-nao:propertyName a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nao:Property ;
- rdfs:range xsd:string .
-
-nao:propertyValue a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nao:Property ;
- rdfs:range xsd:string .
-
-nao:hasProperty a rdf:Property ;
- rdfs:domain nie:InformationElement ;
- rdfs:range nao:Property .
-
-nao:predefined-tag-favorite a nao:Tag .
diff --git a/src/ontologies/nepomuk/90-tracker.ontology b/src/ontologies/nepomuk/90-tracker.ontology
index 3ac446708..78e0c30e5 100644
--- a/src/ontologies/nepomuk/90-tracker.ontology
+++ b/src/ontologies/nepomuk/90-tracker.ontology
@@ -8,7 +8,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
tracker: a tracker:Ontology ;
- nao:lastModified "2014-01-03T02:14:35Z" .
+ nao:lastModified "2018-09-30T13:00:00Z" .
tracker:isDefaultTag a rdf:Property ;
rdfs:domain nao:Tag ;
@@ -58,3 +58,5 @@ fts: a tracker:Namespace ;
tracker:extractor-data-source a nie:DataSource ;
rdfs:label "Tracker extractor data source" .
+
+nao:predefined-tag-favorite a nao:Tag . \ No newline at end of file