summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-04-18 01:06:47 +0200
committerSam Thursfield <sam@afuera.me.uk>2020-05-01 12:18:33 +0200
commit04f3e4b9a9859c90a1b7f29fe68d942106b24336 (patch)
tree155d598137355d27ec5eaf83031d1d138a52ddb2
parent88ec7fe7af7207a852da0aeef2cfd9ff0dfecceb (diff)
downloadtracker-04f3e4b9a9859c90a1b7f29fe68d942106b24336.tar.gz
Remove unused ontologies
All of these are unused within tracker-miners, and as far as we know they are also unused in GNOME. Each ontology has a cost on database size and on time to create a new database, so it's good to limit these as much as we can. Alternatives: - nid3: use nmm ontology - ncal, scal: use evolution-data-server as GNOME Calendar does - mlo: use slo ontology
-rw-r--r--docs/reference/libtracker-sparql/libtracker-sparql-sections.txt3
-rw-r--r--docs/reference/ontology/ontology-docs.xml7
-rw-r--r--examples/rss-reader/initial-data.ttl4
-rw-r--r--src/libtracker-sparql/tracker-namespace-manager.c3
-rw-r--r--src/libtracker-sparql/tracker-ontologies.h11
-rw-r--r--src/ontologies/Indices.list48
-rw-r--r--src/ontologies/meson.build14
-rw-r--r--src/ontologies/nepomuk/34-nmo.description27
-rw-r--r--src/ontologies/nepomuk/34-nmo.ontology545
-rw-r--r--src/ontologies/nepomuk/35-ncal.description25
-rw-r--r--src/ontologies/nepomuk/35-ncal.ontology974
-rw-r--r--src/ontologies/nepomuk/36-scal.description12
-rw-r--r--src/ontologies/nepomuk/36-scal.ontology482
-rw-r--r--src/ontologies/nepomuk/37-nid3.description12
-rw-r--r--src/ontologies/nepomuk/37-nid3.ontology89
-rw-r--r--src/ontologies/nepomuk/39-mto.description16
-rw-r--r--src/ontologies/nepomuk/39-mto.ontology161
-rw-r--r--src/ontologies/nepomuk/40-mlo.description14
-rw-r--r--src/ontologies/nepomuk/40-mlo.ontology358
-rw-r--r--src/ontologies/nepomuk/41-mfo.ontology9
-rw-r--r--src/ontologies/nepomuk/89-mtp.description13
-rw-r--r--src/ontologies/nepomuk/89-mtp.ontology85
-rw-r--r--src/ontologies/nepomuk/92-slo.description4
-rw-r--r--tests/functional-tests/distance.py18
-rw-r--r--tests/libtracker-data/nie/data-1.ttl21
-rw-r--r--tests/libtracker-data/nie/filter-description-1.out21
-rw-r--r--tests/libtracker-data/nie/filter-identifier-1.out20
-rw-r--r--tests/libtracker-data/nie/filter-title-1.out20
-rw-r--r--tests/libtracker-data/nmo/data-1.ttl62
-rw-r--r--tests/libtracker-data/nmo/filter-boundary-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-boundary-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-charset-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-charset-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-contentdescription-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-contentdescription-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-contentid-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-contentid-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-contenttransferencoding-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-contenttransferencoding-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-headername-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-headername-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-headervalue-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-headervalue-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-isanswered-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-isanswered-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-isdeleted-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-isdeleted-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-isdraft-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-isdraft-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-isflagged-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-isflagged-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-isread-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-isread-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-isrecent-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-isrecent-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-messageid-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-messageid-1.rq3
-rw-r--r--tests/libtracker-data/nmo/filter-messagesubject-1.out1
-rw-r--r--tests/libtracker-data/nmo/filter-messagesubject-1.rq3
-rw-r--r--tests/libtracker-data/tracker-ontology-test.c26
-rw-r--r--tests/libtracker-sparql/tracker-fd-test.c30
-rw-r--r--utils/data-generators/cc/ontology_prefixes.py1
62 files changed, 34 insertions, 3161 deletions
diff --git a/docs/reference/libtracker-sparql/libtracker-sparql-sections.txt b/docs/reference/libtracker-sparql/libtracker-sparql-sections.txt
index c12976073..38dfe9d51 100644
--- a/docs/reference/libtracker-sparql/libtracker-sparql-sections.txt
+++ b/docs/reference/libtracker-sparql/libtracker-sparql-sections.txt
@@ -52,14 +52,11 @@ tracker_resource_print_turtle
tracker_resource_print_jsonld
TRACKER_PREFIX_DC
TRACKER_PREFIX_MFO
-TRACKER_PREFIX_MLO
TRACKER_PREFIX_NAO
TRACKER_PREFIX_NCO
TRACKER_PREFIX_NFO
-TRACKER_PREFIX_NID3
TRACKER_PREFIX_NIE
TRACKER_PREFIX_NMM
-TRACKER_PREFIX_NMO
TRACKER_PREFIX_NRL
TRACKER_PREFIX_OSINFO
TRACKER_PREFIX_RDF
diff --git a/docs/reference/ontology/ontology-docs.xml b/docs/reference/ontology/ontology-docs.xml
index d79a7f943..723fcd17c 100644
--- a/docs/reference/ontology/ontology-docs.xml
+++ b/docs/reference/ontology/ontology-docs.xml
@@ -43,17 +43,10 @@
<xi:include href="xml/nao-ontology.xml"/>
<xi:include href="xml/nfo-ontology.xml" />
<xi:include href="xml/nco-ontology.xml" />
- <xi:include href="xml/nmo-ontology.xml" />
- <xi:include href="xml/ncal-ontology.xml" />
- <xi:include href="xml/scal-ontology.xml" />
<xi:include href="xml/nmm-ontology.xml" />
- <xi:include href="xml/mto-ontology.xml" />
- <xi:include href="xml/mlo-ontology.xml" />
<xi:include href="xml/mfo-ontology.xml" />
- <xi:include href="xml/mtp-ontology.xml" />
<xi:include href="xml/slo-ontology.xml" />
<xi:include href="xml/tracker-ontology.xml" />
<xi:include href="xml/osinfo-ontology.xml" />
- <xi:include href="xml/nid3-ontology.xml" />
</part>
</book>
diff --git a/examples/rss-reader/initial-data.ttl b/examples/rss-reader/initial-data.ttl
index 786e6d8ba..530affc1a 100644
--- a/examples/rss-reader/initial-data.ttl
+++ b/examples/rss-reader/initial-data.ttl
@@ -1,12 +1,8 @@
@prefix rdf: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#>.
-@prefix nid3: <http://tracker.api.gnome.org/ontology/v3/nid3#>.
@prefix nao: <http://tracker.api.gnome.org/ontology/v3/nao#>.
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#>.
-@prefix nmo: <http://tracker.api.gnome.org/ontology/v3/nmo#>.
@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#>.
@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#>.
-@prefix ncal: <http://tracker.api.gnome.org/ontology/v3/ncal#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix mfo: <http://tracker.api.gnome.org/ontology/v3/mfo#>.
diff --git a/src/libtracker-sparql/tracker-namespace-manager.c b/src/libtracker-sparql/tracker-namespace-manager.c
index ed088e4c8..788e9525f 100644
--- a/src/libtracker-sparql/tracker-namespace-manager.c
+++ b/src/libtracker-sparql/tracker-namespace-manager.c
@@ -141,16 +141,13 @@ tracker_namespace_manager_get_default ()
tracker_namespace_manager_add_prefix (manager, "dc", TRACKER_PREFIX_DC);
tracker_namespace_manager_add_prefix (manager, "nrl", TRACKER_PREFIX_NRL);
- tracker_namespace_manager_add_prefix (manager, "nmo", TRACKER_PREFIX_NMO);
tracker_namespace_manager_add_prefix (manager, "nie", TRACKER_PREFIX_NIE);
tracker_namespace_manager_add_prefix (manager, "nco", TRACKER_PREFIX_NCO);
tracker_namespace_manager_add_prefix (manager, "nao", TRACKER_PREFIX_NAO);
- tracker_namespace_manager_add_prefix (manager, "nid3", TRACKER_PREFIX_NID3);
tracker_namespace_manager_add_prefix (manager, "nfo", TRACKER_PREFIX_NFO);
tracker_namespace_manager_add_prefix (manager, "slo", TRACKER_PREFIX_SLO);
tracker_namespace_manager_add_prefix (manager, "nmm", TRACKER_PREFIX_NMM);
- tracker_namespace_manager_add_prefix (manager, "mlo", TRACKER_PREFIX_MLO);
tracker_namespace_manager_add_prefix (manager, "mfo", TRACKER_PREFIX_MFO);
tracker_namespace_manager_add_prefix (manager, "osinfo", TRACKER_PREFIX_OSINFO);
diff --git a/src/libtracker-sparql/tracker-ontologies.h b/src/libtracker-sparql/tracker-ontologies.h
index 6c6dbdc68..d7d7882f3 100644
--- a/src/libtracker-sparql/tracker-ontologies.h
+++ b/src/libtracker-sparql/tracker-ontologies.h
@@ -36,19 +36,16 @@ G_BEGIN_DECLS
/* Our Nepomuk selection */
#define TRACKER_PREFIX_NRL "http://tracker.api.gnome.org/ontology/v3/nrl#"
-#define TRACKER_PREFIX_NMO "http://tracker.api.gnome.org/ontology/v3/nmo#"
#define TRACKER_PREFIX_NIE "http://tracker.api.gnome.org/ontology/v3/nie#"
#define TRACKER_PREFIX_NCO "http://tracker.api.gnome.org/ontology/v3/nco#"
#define TRACKER_PREFIX_NAO "http://tracker.api.gnome.org/ontology/v3/nao#"
-#define TRACKER_PREFIX_NID3 "http://tracker.api.gnome.org/ontology/v3/nid3#"
#define TRACKER_PREFIX_NFO "http://tracker.api.gnome.org/ontology/v3/nfo#"
-#define TRACKER_PREFIX_OSINFO "http://tracker.api.gnome.org/ontology/v3/osinfo#"
-
-/* Temporary */
-#define TRACKER_PREFIX_SLO "http://tracker.api.gnome.org/ontology/v3/slo#"
#define TRACKER_PREFIX_NMM "http://tracker.api.gnome.org/ontology/v3/nmm#"
-#define TRACKER_PREFIX_MLO "http://tracker.api.gnome.org/ontology/v3/mlo#"
+
+/* Addtional ontologies used by tracker-miners */
#define TRACKER_PREFIX_MFO "http://tracker.api.gnome.org/ontology/v3/mfo#"
+#define TRACKER_PREFIX_SLO "http://tracker.api.gnome.org/ontology/v3/slo#"
+#define TRACKER_PREFIX_OSINFO "http://tracker.api.gnome.org/ontology/v3/osinfo#"
G_END_DECLS
diff --git a/src/ontologies/Indices.list b/src/ontologies/Indices.list
index cfcd7f412..0cf99e59c 100644
--- a/src/ontologies/Indices.list
+++ b/src/ontologies/Indices.list
@@ -35,45 +35,6 @@
* nie:contentCreated domainIndex for nfo:Visual
- Used to improve performance of ORDER BY on nie:contentCreated
-34-nmo:
-* nmo:from:
- - For use cases where fts:match needs to be done against the assosiated
- contacts in addition to the class itself
-
-* nmo:to:
- - For use cases where fts:match needs to be done against the assosiated
- contacts in addition to the class itself
-
-
-* nmo:sender:
- - ?
-
-* nmo:sentDate:
- - Used for sorting messages when displaying all messages (or rather the last N).
- - Domain index for nmo:Call used for linear call history.
-
-* nmo:receivedDate:
- - Secondary index for nmo:communicationChannel to display last N messages on
- a specific channel.
-
-* nmo:conversation:
- - Used for retrieving all messages of a specific conversation.
-
-* nmo:communicationChannel:
- - Used for displaying all conversations on a specific channel (for example,
- all conversations with a specific contact).
- - Secondary index on nmo:receivedDate
-
-* nmo:lastMessageDate:
- - Used for sorting the list of all channels by time of last message.
-
-* nmo:hasParticipant:
- - Used for retrieving the communication channel for a specific contact. Used
- when inserting new messages, for example.
-
-* maemo:localPhoneNumber:
- - For matching against the local part of the phone number
-
38-nmm:
* nmm:musicAlbum:
- Used for retrieving songs on an album.
@@ -91,12 +52,3 @@
* nie:title domainIndex for nmm:MusicPiece
- Used to improve performance of ORDER BY on nie:title
-
-40-mlo:
-* mlo:location:
- - Used for retrieving all content in some specific location
-
-* mlo:asPostalAddress:
-* mlo:asBoundingBox:
-* mlo:asGeoPoint:
- - For matching location into coordinates
diff --git a/src/ontologies/meson.build b/src/ontologies/meson.build
index 9a6c55507..8c93488b3 100644
--- a/src/ontologies/meson.build
+++ b/src/ontologies/meson.build
@@ -18,24 +18,10 @@ nepomuk = files(
'nepomuk/32-nco.ontology',
'nepomuk/33-nfo.description',
'nepomuk/33-nfo.ontology',
- 'nepomuk/34-nmo.description',
- 'nepomuk/34-nmo.ontology',
- 'nepomuk/35-ncal.description',
- 'nepomuk/35-ncal.ontology',
- 'nepomuk/36-scal.description',
- 'nepomuk/36-scal.ontology',
- 'nepomuk/37-nid3.description',
- 'nepomuk/37-nid3.ontology',
'nepomuk/38-nmm.description',
'nepomuk/38-nmm.ontology',
- 'nepomuk/39-mto.description',
- 'nepomuk/39-mto.ontology',
- 'nepomuk/40-mlo.description',
- 'nepomuk/40-mlo.ontology',
'nepomuk/41-mfo.description',
'nepomuk/41-mfo.ontology',
- 'nepomuk/89-mtp.description',
- 'nepomuk/89-mtp.ontology',
'nepomuk/90-tracker.description',
'nepomuk/90-tracker.ontology',
'nepomuk/92-slo.description',
diff --git a/src/ontologies/nepomuk/34-nmo.description b/src/ontologies/nepomuk/34-nmo.description
deleted file mode 100644
index 56721eefe..000000000
--- a/src/ontologies/nepomuk/34-nmo.description
+++ /dev/null
@@ -1,27 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:34-nmo.ontology> a dsc:Ontology ;
- dsc:title "Nepomuk Messaging Ontology (NMO)" ;
- dsc:description "Model for messages and communications, including Email, SMS, MMS and phone calls" ;
-
- dsc:author "Antoni Mylka, DFKI, &lt;antoni.mylka@dfki.de&gt;";
- dsc:author "Leo Sauermann, DFKI, &lt;leo.sauermann@dfki.de&gt;";
- dsc:author "Michael Sintek, DFKI, &lt;michael.sintek@dfki.de&gt;";
- dsc:author "Ludger van Elst, DFKI, &lt;elst@dfki.uni-kl.de&gt;";
- dsc:author "Tracker Developers" ;
-
- dsc:editor "Tracker developers (translation into turtle)" ;
- dsc:editor "Antoni Mylka, DFKI, &lt;antoni.mylka@dfki.de&gt;";
-
- dsc:contributor "Evgeny 'phreedom' Egorochkin, KDE Strigi Developer, &lt;stexx@mail.ru&gt;";
- dsc:contributor "Christiaan Fluit, Aduna, &lt;christiaan.fluit@aduna-software.com&gt;";
-
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/data/ontologies/34-nmo.ontology";
-
- dsc:localPrefix "nmo" ;
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/nmo#" ;
- dsc:relativePath "./34-nmo.ontology" ;
-
- dsc:upstream "http://www.semanticdesktop.org/ontologies/nmo/";
-
- dsc:copyright "&copy; 2007 <ulink url=\"http://www.dfki.de/\">DFKI</ulink> &copy; 2009 <ulink url=\"http://www.nokia.com/\">Nokia</ulink>. The ontologies are made available under the terms of NEPOMUK <ulink url=\"http://www.semanticdesktop.org/ontologies/nfo/LICENSE.txt\">software license</ulink> (FIXME verify)".
diff --git a/src/ontologies/nepomuk/34-nmo.ontology b/src/ontologies/nepomuk/34-nmo.ontology
deleted file mode 100644
index 1449f8771..000000000
--- a/src/ontologies/nepomuk/34-nmo.ontology
+++ /dev/null
@@ -1,545 +0,0 @@
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nmo: <http://tracker.api.gnome.org/ontology/v3/nmo#> .
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-nmo: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "nmo" ;
- tracker:lastModified "2015-12-29T14:30:00Z" .
-
-# FIXME Extension requested in Nepomuk
-nmo:MimePart a rdfs:Class ;
- rdfs:subClassOf nfo:EmbeddedFileDataObject .
-
-# FIXME Extension requested in Nepomuk
-nmo:Multipart a rdfs:Class ;
- rdfs:subClassOf nfo:DataContainer .
-
-# FIXME Extension requested in Nepomuk
-nmo:partBoundary a rdf:Property ;
- rdfs:domain nmo:Multipart ;
- rdfs:range xsd:string .
-
-nmo:Message a rdfs:Class ;
- rdfs:comment "A message. Could be an email, instant messanging message, SMS message etc." ;
- rdfs:subClassOf nfo:TextDocument ;
- tracker:domainIndex nie:contentCreated ;
- tracker:notify true .
-
-# FIXME Extension requested in Nepomuk
-nmo:Email a rdfs:Class;
- rdfs:label "Email envelope" ;
- rdfs:comment "Root node in a MIME Email" ;
- rdfs:subClassOf nmo:Message .
-
-# FIXME Extension requested in Nepomuk
-nmo:hasContent a rdf:Property ;
- rdfs:label "Has content" ;
- rdfs:comment "Link between the root node and the first MIME node in the Email tree" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Email ;
- rdfs:range nmo:MimePart .
-
-# FIXME Extension requested in Nepomuk
-nmo:Attachment a rdfs:Class ;
- rdfs:subClassOf nmo:MimePart ;
- rdfs:subClassOf nfo:Attachment .
-
-nmo:MailAccount a rdfs:Class ;
- rdfs:subClassOf nie:InformationElement .
-
-nmo:MailboxDataObject a rdfs:Class ;
- rdfs:subClassOf nie:DataObject .
-
-nmo:MessageHeader a rdfs:Class ;
- rdfs:label "Message header" ;
- rdfs:comment "Pairs key=value to store arbitrary message header. Note that if a property exists already in the ontology for those headers it should be used. This is just a safe guard mechanism." ;
- rdfs:subClassOf rdfs:Resource .
-
-nmo:IMMessage a rdfs:Class ;
- rdfs:subClassOf nmo:Message .
-
-nmo:Conversation a rdfs:Class ;
- rdfs:comment "A conversation. An exchange of one or multiple messages within a time frame or about a specific topic." ;
- rdfs:subClassOf nie:InformationElement .
-
-nmo:CommunicationChannel a rdfs:Class ;
- rdfs:comment "A communication channel. The container for all messages between participants of a specific group or in a persistent channel." ;
- rdfs:subClassOf nie:InformationElement .
-
-nmo:PermanentChannel a rdfs:Class ;
- rdfs:comment "Well-known stable channel like an IRC room in a specific server. Predefined URL schema for the instances is recommended" ;
- rdfs:subClassOf nmo:CommunicationChannel .
-
-nmo:TransientChannel a rdfs:Class ;
- rdfs:comment "Channel created ad-hoc for the communication like a multi chat in some systems" ;
- rdfs:subClassOf nmo:CommunicationChannel .
-
-nmo:sentDate a rdf:Property ;
- rdfs:comment "Date when this message was sent." ;
- tracker:indexed true ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:dateTime .
-
-nmo:Call a rdfs:Class ;
- rdfs:label "Call" ;
- rdfs:comment "Phone call. Voice communication with the user with somebody else." ;
- rdfs:subClassOf nmo:Message ;
- tracker:domainIndex nmo:sentDate ;
- tracker:notify true .
-
-# required for backward compatibility
-nmo:VOIPCall a rdfs:Class ;
- rdfs:subClassOf nmo:Call .
-
-nmo:MailFolder a rdfs:Class ;
- rdfs:subClassOf nfo:Folder .
-
-nmo:recipient a rdf:Property ;
- rdfs:domain nmo:Message ;
- rdfs:range nco:Contact .
-
-nmo:from a rdf:Property ;
- rdfs:comment "The sender of the message." ;
- tracker:indexed true ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range nco:Contact .
-
-nmo:headerName a rdf:Property ;
- rdfs:comment "Key of the message header key-value pair" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MessageHeader ;
- rdfs:range xsd:string ;
- tracker:weight 3 .
-
-nmo:headerValue a rdf:Property ;
- rdfs:comment "Value of the message header key-value pair" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MessageHeader ;
- rdfs:range xsd:string ;
- tracker:weight 4 .
-
-nmo:isAnswered a rdf:Property ;
- rdfs:comment "True when the user has sent a replay to this message" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:isFlagged a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Email ;
- rdfs:range xsd:boolean .
-
-nmo:isDeleted a rdf:Property ;
- rdfs:comment "True when the user has removed the Email in the UI but still exists in the DB. Usually a purge or confirmation from the user will actually remove the data." ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:isDraft a rdf:Property ;
- rdfs:comment "The user hasn't finished editing the message and might want to continue later" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:isRecent a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Email ;
- rdfs:range xsd:boolean .
-
-nmo:isRead a rdf:Property ;
- rdfs:comment "The messsage has been readed. The user has opened the message or has marked it directly as readed" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:isSent a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:isEmergency a rdf:Property ;
- rdfs:comment "Special message from the network, probably coming via Cell broadcasting with emergency information" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:htmlMessageContent a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:string .
-
-nmo:references a rdf:Property ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:Message .
-
-nmo:inReplyTo a rdf:Property ;
- rdfs:subPropertyOf nmo:references ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:Message .
-
-nmo:charSet a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MimePart ;
- rdfs:range xsd:string .
-
-
-nmo:contentId a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MimePart ;
- rdfs:range xsd:string .
-
-nmo:contentTransferEncoding a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MimePart ;
- rdfs:range xsd:string .
-
-nmo:contentDescription a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MimePart ;
- rdfs:range xsd:string .
-
-nmo:contentDisposition a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MimePart ;
- rdfs:range xsd:string .
-
-# FIXME Extension requested in Nepomuk
-nmo:mimeHeader a rdf:Property ;
- rdfs:domain nmo:MimePart ;
- rdfs:range rdfs:Resource .
-
-nmo:messageHeader a rdf:Property ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:MessageHeader .
-
-nmo:messageId a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:string .
-
-nmo:messageSubject a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 5 .
-
-nmo:receivedDate a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- tracker:indexed true ;
- rdfs:range xsd:dateTime .
-
-nmo:replyTo a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range nco:Contact .
-
-nmo:sender a rdf:Property ;
- tracker:indexed true ;
- rdfs:subPropertyOf nmo:recipient ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range nco:Contact .
-
-nmo:to a rdf:Property ;
- rdfs:domain nmo:Message ;
- tracker:indexed true ;
- rdfs:range nco:Contact .
-
-nmo:bcc a rdf:Property ;
- rdfs:domain nmo:Message ;
- rdfs:range nco:Contact .
-
-nmo:cc a rdf:Property ;
- rdfs:domain nmo:Message ;
- rdfs:range nco:Contact .
-
-nmo:conversation a rdf:Property ;
- rdfs:comment "Connects this message to a conversation. Every message must only be part of a single conversation." ;
- tracker:indexed true ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:Conversation .
-
-nmo:communicationChannel a rdf:Property ;
- rdfs:comment "Connects this message to a communication channel. Every message must only be in a single channel." ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:CommunicationChannel .
-
-nmo:lastMessageDate a rdf:Property ;
- rdfs:comment "nmo:sentDate of the most recent message in this channel." ;
- tracker:indexed true ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:CommunicationChannel ;
- rdfs:range xsd:dateTime .
-
-nmo:lastSuccessfulMessageDate a rdf:Property ;
- rdfs:comment "nmo:sentDate of the most recent successful message in this channel." ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:CommunicationChannel ;
- rdfs:range xsd:dateTime .
-
-nmo:hasParticipant a rdf:Property ;
- tracker:indexed true ;
- rdfs:domain nmo:CommunicationChannel ;
- rdfs:range nco:Contact .
-
-nmo:duration a rdf:Property ;
- rdfs:comment "Duration of the call in seconds" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Call ;
- rdfs:range xsd:integer .
-
-# FIXME Extension to nepomuk
-nmo:accountName a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailAccount ;
- rdfs:range xsd:string ;
- tracker:weight 3 .
-
-# FIXME Extension to nepomuk
-nmo:accountDisplayName a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailAccount ;
- rdfs:range xsd:string ;
- tracker:weight 3 .
-
-# FIXME Extension to nepomuk
-nmo:fromAddress a rdf:Property ;
- rdfs:comment "From address of an account" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailAccount ;
- rdfs:range nco:EmailAddress .
-
-# FIXME Extension to nepomuk
-nmo:signature a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailAccount ;
- rdfs:range xsd:string ;
- tracker:weight 2 .
-
-# FIXME Extension to nepomuk
-nmo:folderName a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailFolder ;
- rdfs:range xsd:string ;
- tracker:weight 4 .
-
-# FIXME Extension to nepomuk
-nmo:status a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Email ;
- rdfs:range xsd:string .
-
-# FIXME Extension to nepomuk
-nmo:responseType a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Email ;
- rdfs:range xsd:string .
-
-# FIXME Extension to nepomuk
-nmo:serverCount a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailFolder ;
- rdfs:range xsd:integer .
-
-# FIXME Extension to nepomik
-nmo:serverUnreadCount a rdf:Property ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MailFolder ;
- rdfs:range xsd:integer .
-
-# Don't use this!! Only for compat with original Nepomuk NMO
-nmo:hasAttachment a rdf:Property ;
- rdfs:domain nmo:Message ;
- rdfs:range nfo:Attachment .
-
-# Don't use this!! Only for compat with original Nepomuk NMO
-nmo:contentMimeType a rdf:Property ;
- rdfs:domain nmo:Email ;
- rdfs:range xsd:string ;
- rdfs:subPropertyOf nie:mimeType .
-
-
-#
-# SMS support
-#
-nmo:PhoneMessage a rdfs:Class ;
- rdfs:label "Phone messages (sms and mms)";
- rdfs:comment "Superclass with shared properties between SMS and MMS.";
- rdfs:subClassOf nmo:Message .
-
-
-nmo:SMSMessage a rdfs:Class ;
- rdfs:label "SMS Message";
- rdfs:comment "Plain SMS Message" ;
- rdfs:subClassOf nmo:PhoneMessage.
-
-nmo:toVCard a rdf:Property ;
- rdfs:label "fromVCard" ;
- rdfs:comment "Reference to a VCard in the filesystem, containing the Contact information of 'to' recipients" ;
- rdfs:domain nmo:PhoneMessage ;
- rdfs:range nfo:FileDataObject .
-
-nmo:fromVCard a rdf:Property ;
- rdfs:label "fromVCard" ;
- rdfs:comment "Reference to a VCard in the filesystem, containing the Contact information of the 'from' recipient";
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:PhoneMessage ;
- rdfs:range nfo:FileDataObject .
-
-#FIXME unify encoding representation... this is the third encoding property in nepomuk
-nmo:encoding a rdf:Property ;
- rdfs:label "enconding";
- rdfs:comment "Encoding of the message" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:PhoneMessage ;
- rdfs:range xsd:string .
-
-
-nmo:phoneMessageId a rdf:Property ;
- rdfs:label "Phone message Id";
- rdfs:comment "Id assigned in the system when the phone message is received" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:PhoneMessage;
- rdfs:range xsd:integer.
-
-nmo:PhoneMessageFolder a rdfs:Class ;
- rdfs:label "Phone message Folder";
- rdfs:comment "Folder for phone message (SMS and MMS). Not a subclass of nfo:Folder because it would confuse filesystem folders" ;
- rdfs:subClassOf nie:InformationElement .
-
-nmo:phoneMessageFolderId a rdf:Property ;
- rdfs:label "folder id";
- rdfs:comment "Id assigned to the folder for sync purpouses" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:PhoneMessageFolder ;
- rdfs:range xsd:string ;
- rdfs:subPropertyOf nie:identifier .
-
-nmo:validityPeriod a rdf:Property ;
- rdfs:label "Validity period" ;
- rdfs:comment "Validity period of an SMS in seconds. It is a value coming from the network" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:PhoneMessage ;
- rdfs:range xsd:integer .
-
-nmo:containsPhoneMessageFolder a rdf:Property ;
- rdfs:label "contains Phone Message Folder";
- rdfs:comment "To link and reconstruct a hierarchy of folders" ;
- rdfs:domain nmo:PhoneMessageFolder;
- rdfs:range nmo:PhoneMessageFolder .
-
-nmo:containsPhoneMessage a rdf:Property ;
- rdfs:label "Contains Phone Message";
- rdfs:comment "Link between an Phone Message and a Folder" ;
- rdfs:domain nmo:PhoneMessageFolder;
- rdfs:range nmo:PhoneMessage .
-
-
-nmo:predefined-phone-msg-folder-inbox a nmo:PhoneMessageFolder ;
- nie:title "Inbox" ;
- nmo:phoneMessageFolderId "0x1002" .
-
-nmo:predefined-phone-msg-folder-outbox a nmo:PhoneMessageFolder ;
- nie:title "Outbox" ;
- nmo:phoneMessageFolderId "0x1003" .
-
-nmo:predefined-phone-msg-folder-draft a nmo:PhoneMessageFolder ;
- nie:title "Draft" ;
- nmo:phoneMessageFolderId "0x1004" .
-
-nmo:predefined-phone-msg-folder-sent a nmo:PhoneMessageFolder ;
- nie:title "Sent" ;
- nmo:phoneMessageFolderId "0x1005" .
-
-
-nmo:predefined-phone-msg-folder-myfolder a nmo:PhoneMessageFolder ;
- nie:title "MyFolder" ;
- nmo:phoneMessageFolderId "0x1008" .
-
-nmo:DeliveryStatus a rdfs:Class ;
- rdfs:label "Delivery statuses" ;
- rdfs:comment "Predefined set of delivery status instances" ;
- rdfs:subClassOf rdfs:Resource .
-
-nmo:deliveryStatus a rdf:Property ;
- rdfs:label "deliveryStatus" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:DeliveryStatus .
-
-nmo:delivery-status-sent a nmo:DeliveryStatus .
-nmo:delivery-status-delivered a nmo:DeliveryStatus .
-nmo:delivery-status-temporarily-failed a nmo:DeliveryStatus .
-nmo:delivery-status-temporarily-failed-offline a nmo:DeliveryStatus .
-nmo:delivery-status-permanently-failed a nmo:DeliveryStatus .
-
-
-nmo:reportDelivery a rdf:Property ;
- rdfs:label "Report delivery" ;
- rdfs:comment "Report delivery has been requested for the message" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-# Read report property
-nmo:sentWithReportRead a rdf:Property ;
- rdfs:label "Report read" ;
- rdfs:comment "The message has been send with a flag indicating that we want to receive a confirmation when the recipient reads it" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-nmo:ReportReadStatus a rdfs:Class ;
- rdfs:label "Read statuses" ;
- rdfs:comment "Predefined set of read status instances" ;
- rdfs:subClassOf rdfs:Resource .
-
-nmo:reportReadStatus a rdf:Property ;
- rdfs:label "reportReadStatus" ;
- rdfs:comment "If the message was sent with report read enable, this property stores the status of that message: if the recipient has read it, delete it, or we are still waiting for an answer" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range nmo:ReportReadStatus .
-
-nmo:read-status-read a nmo:ReportReadStatus .
-nmo:read-status-deleted a nmo:ReportReadStatus .
-nmo:read-status-unknown a nmo:ReportReadStatus .
-
-nmo:mustAnswerReportRead a rdf:Property ;
- rdfs:label "Report read requested" ;
- rdfs:comment "The message came with the report-read flag enabled, and somebody must be send the answer back. Once the report is sent, this property goes to False.";
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:boolean .
-
-# MMS support
-nmo:MMSMessage a rdfs:Class;
- rdfs:label "MMS Message" ;
- rdfs:comment "An MMS message is basically a Email with different envelop. It inherits also from SMS the folders and delivery status" ;
- rdfs:subClassOf nmo:PhoneMessage .
-
-nmo:mmsHasContent a rdf:Property ;
- rdfs:label "MMS has content" ;
- rdfs:comment "Link to the mimeparts with the multimedia content (miming nmo:hasContent)" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:MMSMessage ;
- rdfs:range nmo:MimePart .
-
-nmo:mmsId a rdf:Property ;
- rdfs:label "mms id";
- rdfs:comment "Unique identifier of an MMS message. It comes from the server";
- nrl:maxCardinality 1 ;
- rdfs:domain nmo:Message ;
- rdfs:range xsd:string .
-
diff --git a/src/ontologies/nepomuk/35-ncal.description b/src/ontologies/nepomuk/35-ncal.description
deleted file mode 100644
index 37141d505..000000000
--- a/src/ontologies/nepomuk/35-ncal.description
+++ /dev/null
@@ -1,25 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:35-ncal.ontology> a dsc:Ontology ;
- dsc:title "Nepomuk Calendar Ontology (NCAL)" ;
- dsc:description "Automatic translation of the ICAL standard into ontology. Too complex for our taste. Please check SCAL" ;
-
- dsc:author "Antoni Mylka, DFKI, &lt;antoni.mylka@dfki.de&gt;";
- dsc:author "Leo Sauermann, DFKI, &lt;leo.sauermann@dfki.de&gt;";
- dsc:author "Michael Sintek, DFKI, &lt;michael.sintek@dfki.de&gt;";
- dsc:author "Ludger van Elst, DFKI, &lt;elst@dfki.uni-kl.de&gt;";
-
- dsc:editor "Tracker developers (translation into turtle)" ;
- dsc:editor "Antoni Mylka, DFKI, &lt;antoni.mylka@dfki.de&gt;";
-
- dsc:contributor "Evgeny 'phreedom' Egorochkin, KDE Strigi Developer, &lt;stexx@mail.ru&gt;";
- dsc:contributor "Christiaan Fluit, Aduna, &lt;christiaan.fluit@aduna-software.com&gt;";
-
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/35-ncal.ontology";
- dsc:upstream "http://www.semanticdesktop.org/ontologies/ncal/";
-
- dsc:localPrefix "ncal" ;
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/ncal#" ;
- dsc:relativePath "./35-ncal.ontology" ;
-
- dsc:copyright "&copy; 2007 <ulink url=\"http://nepomuk.semanticdesktop.org\">NEPOMUK Consortium</ulink>&reg;. This work is made available under the terms of NEPOMUK <ulink url=\"http://www.semanticdesktop.org/ontologies/nfo/LICENSE.txt\">software license</ulink>" .
diff --git a/src/ontologies/nepomuk/35-ncal.ontology b/src/ontologies/nepomuk/35-ncal.ontology
deleted file mode 100644
index c1ef551fd..000000000
--- a/src/ontologies/nepomuk/35-ncal.ontology
+++ /dev/null
@@ -1,974 +0,0 @@
-@prefix dc: <http://purl.org/dc/elements/1.1/> .
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix ncal: <http://tracker.api.gnome.org/ontology/v3/ncal#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-ncal: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "ncal" ;
- tracker:lastModified "2010-10-20T11:22:00Z" .
-
-ncal:UnionParentClass a rdfs:Class ;
- rdfs:label "UnionParentClass" ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:RecurrenceIdentifier a rdfs:Class ;
- rdfs:label "RecurrenceIdentifier" ;
- rdfs:comment "Recurrence Identifier. Introduced to provide a structure for the value of ncal:recurrenceId property. See the documentation of ncal:recurrenceId for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:AttachmentEncoding a rdfs:Class ;
- rdfs:label "AttachmentEncoding" ;
- rdfs:comment "Attachment encoding. This class has been introduced to express the limited vocabulary of values for the ncal:encoding property. See the documentation of ncal:encoding for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:EventStatus a rdfs:Class ;
- rdfs:label "EventStatus" ;
- rdfs:comment "A status of an event. This class has been introduced to express the limited set of values for the ncal:status property. The user may use the instances provided with this ontology or create his/her own. See the documentation for ncal:eventStatus for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:RecurrenceFrequency a rdfs:Class ;
- rdfs:label "RecurrenceFrequency" ;
- rdfs:comment "Frequency of a recurrence rule. This class has been introduced to express a limited set of allowed values for the ncal:freq property. See the documentation of ncal:freq for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:Attachment a rdfs:Class ;
- rdfs:label "Attachment" ;
- rdfs:comment "An object attached to a calendar entity. This class has been introduced to serve as a structured value of the ncal:attach property. See the documentation of ncal:attach for details." ;
- rdfs:subClassOf nfo:Attachment .
-
-ncal:AccessClassification a rdfs:Class ;
- rdfs:label "AccessClassification" ;
- rdfs:comment "Access classification of a calendar component. Introduced to express the set of values for the ncal:class property. The user may use instances provided with this ontology or create his/her own with desired semantics. See the documentation of ncal:class for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:CalendarDataObject a rdfs:Class ;
- rdfs:label "CalendarDataObject" ;
- rdfs:comment "A DataObject found in a calendar. It is usually interpreted as one of the calendar entity types (e.g. Event, Journal, Todo etc.)" ;
- rdfs:subClassOf nie:DataObject .
-
-ncal:JournalStatus a rdfs:Class ;
- rdfs:label "JournalStatus" ;
- rdfs:comment "A status of a journal entry. This class has been introduced to express the limited set of values for the ncal:status property. The user may use the instances provided with this ontology or create his/her own. See the documentation for ncal:journalStatus for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:RecurrenceIdentifierRange a rdfs:Class ;
- rdfs:label "RecurrenceIdentifierRange" ;
- rdfs:comment "Recurrence Identifier Range. This class has been created to provide means to express the limited set of values for the ncal:range property. See documentation for ncal:range for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:AttendeeOrOrganizer a rdfs:Class ;
- rdfs:label "AttendeeOrOrganizer" ;
- rdfs:comment "A common superclass for ncal:Attendee and ncal:Organizer." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:AlarmAction a rdfs:Class ;
- rdfs:label "AlarmAction" ;
- rdfs:comment "Action to be performed on alarm. This class has been introduced to express the limited set of values of the ncal:action property. Please refer to the documentation of ncal:action for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:RecurrenceRule a rdfs:Class ;
- rdfs:label "RecurrenceRule" ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:TodoStatus a rdfs:Class ;
- rdfs:label "TodoStatus" ;
- rdfs:comment "A status of a calendar entity. This class has been introduced to express the limited set of values for the ncal:status property. The user may use the instances provided with this ontology or create his/her own. See the documentation for ncal:todoStatus for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:TimeTransparency a rdfs:Class ;
- rdfs:label "TimeTransparency" ;
- rdfs:comment "Time transparency. Introduced to provide a way to express the limited vocabulary for the values of ncal:transp property. See documentation of ncal:transp for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:NcalTimeEntity a rdfs:Class ;
- rdfs:label "NcalTimeEntity" ;
- rdfs:comment "A time entity. Conceived as a common superclass for NcalDateTime and NcalPeriod. According to RFC 2445 both DateTime and Period can be interpreted in different timezones. The first case is explored in many properties. The second case is theoretically possible in ncal:rdate property. Therefore the timezone properties have been defined at this level." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:CalendarScale a rdfs:Class ;
- rdfs:label "CalendarScale" ;
- rdfs:comment "A calendar scale. This class has been introduced to provide the limited vocabulary for the ncal:calscale property." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:AttendeeRole a rdfs:Class ;
- rdfs:label "AttendeeRole" ;
- rdfs:comment "A role the attendee is going to play during an event. This class has been introduced to express the limited vocabulary for the values of ncal:role property. Please refer to the documentation of ncal:role for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:BydayRulePart a rdfs:Class ;
- rdfs:label "BydayRulePart" ;
- rdfs:comment "Expresses the compound value of a byday part of a recurrence rule. It stores the weekday and the integer modifier. Inspired by RFC 2445 sec. 4.3.10" ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:Weekday a rdfs:Class ;
- rdfs:label "Weekday" ;
- rdfs:comment "Day of the week. This class has been created to provide the limited vocabulary for ncal:byday property. See the documentation for ncal:byday for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:Trigger a rdfs:Class ;
- rdfs:label "Trigger" ;
- rdfs:comment "An alarm trigger. This class has been created to serve as the range of ncal:trigger property. See the documentation for ncal:trigger for more details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:FreebusyType a rdfs:Class ;
- rdfs:label "FreebusyType" ;
- rdfs:comment "Type of a Freebusy indication. This class has been introduced to serve as a limited set of values for the ncal:fbtype property. See the documentation of ncal:fbtype for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:CalendarUserType a rdfs:Class ;
- rdfs:label "CalendarUserType" ;
- rdfs:comment "A calendar user type. This class has been introduced to express the limited vocabulary for the ncal:cutype property. See documentation of ncal:cutype for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:ParticipationStatus a rdfs:Class ;
- rdfs:label "ParticipationStatus" ;
- rdfs:comment "Participation Status. This class has been introduced to express the limited vocabulary of values for the ncal:partstat property. See the documentation of ncal:partstat for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:RequestStatus a rdfs:Class ;
- rdfs:label "RequestStatus" ;
- rdfs:comment "Request Status. A class that was introduced to provide a structure for the value of ncal:requestStatus property. See documentation for ncal:requestStatus for details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:NcalDateTime a rdfs:Class ;
- rdfs:label "NcalDateTime" ;
- rdfs:subClassOf ncal:NcalTimeEntity .
-
-ncal:TimezoneObservance a rdfs:Class ;
- rdfs:label "TimezoneObservance" ;
- rdfs:subClassOf ncal:UnionParentClass .
-
-ncal:Organizer a rdfs:Class ;
- rdfs:label "Organizer" ;
- rdfs:comment "An organizer of an event. This class has been introduced to serve as a range of ncal:organizer property. See documentation of ncal:organizer for details." ;
- rdfs:subClassOf ncal:AttendeeOrOrganizer .
-
-ncal:Attendee a rdfs:Class ;
- rdfs:label "Attendee" ;
- rdfs:comment "An attendee of an event. This class has been introduced to serve as the range for ncal:attendee property. See documentation of ncal:attendee for details." ;
- rdfs:subClassOf ncal:AttendeeOrOrganizer .
-
-ncal:NcalPeriod a rdfs:Class ;
- rdfs:label "NcalPeriod" ;
- rdfs:comment "A period of time. Inspired by the PERIOD datatype specified in RFC 2445 sec. 4.3.9" ;
- rdfs:subClassOf ncal:NcalTimeEntity .
-
-ncal:Calendar a rdfs:Class ;
- rdfs:label "Calendar" ;
- rdfs:comment "A calendar. Inspirations for this class can be traced to the VCALENDAR component defined in RFC 2445 sec. 4.4, but it may just as well be used to represent any kind of Calendar." ;
- rdfs:subClassOf nie:InformationElement .
-
-ncal:FreebusyPeriod a rdfs:Class ;
- rdfs:label "FreebusyPeriod" ;
- rdfs:comment "An aggregate of a period and a freebusy type. This class has been introduced to serve as a range of the ncal:freebusy property. See documentation for ncal:freebusy for details. Note that the specification of freebusy property states that the period is to be expressed using UTC time, so the timezone properties should NOT be used for instances of this class." ;
- rdfs:subClassOf ncal:NcalPeriod .
-
-ncal:TriggerRelation a rdfs:Class ;
- rdfs:label "TriggerRelation" ;
- rdfs:comment "The relation between the trigger and its parent calendar component. This class has been introduced to express the limited vocabulary for the ncal:related property. See the documentation for ncal:related for more details." ;
- rdfs:subClassOf rdfs:Resource .
-
-ncal:Alarm a rdfs:Class ;
- rdfs:label "Alarm" ;
- rdfs:comment "Provide a grouping of component properties that define an alarm." ;
- rdfs:subClassOf nie:InformationElement , ncal:UnionParentClass .
-
-ncal:Event a rdfs:Class ;
- rdfs:label "Event" ;
- rdfs:comment "Provide a grouping of component properties that describe an event." ;
- tracker:notify true ;
- rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
-
-ncal:Todo a rdfs:Class ;
- rdfs:label "Todo" ;
- rdfs:comment "Provide a grouping of calendar properties that describe a to-do." ;
- tracker:notify true ;
- rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
-
-ncal:Freebusy a rdfs:Class ;
- rdfs:label "Freebusy" ;
- rdfs:comment "Provide a grouping of component properties that describe either a request for free/busy time, describe a response to a request for free/busy time or describe a published set of busy time." ;
- rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
-
-ncal:Journal a rdfs:Class ;
- rdfs:label "Journal" ;
- rdfs:comment "Provide a grouping of component properties that describe a journal entry." ;
- tracker:notify true ;
- rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
-
-ncal:Timezone a rdfs:Class ;
- rdfs:label "Timezone" ;
- rdfs:comment "Provide a grouping of component properties that defines a time zone." ;
- rdfs:subClassOf nie:InformationElement , ncal:UnionParentClass .
-
-ncal:attach a rdf:Property ;
- rdfs:label "attach" ;
- rdfs:comment "The property provides the capability to associate a document object with a calendar component. Defined in the RFC 2445 sec. 4.8.1.1" ;
- rdfs:subPropertyOf nie:hasPart ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:Attachment .
-
-ncal:percentComplete a rdf:Property ;
- rdfs:label "percentComplete" ;
- rdfs:comment "This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the Organizer. Inspired by RFC 2445 sec. 4.8.1.8" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Todo ;
- rdfs:range xsd:integer .
-
-ncal:delegatedTo a rdf:Property ;
- rdfs:label "delegatedTo" ;
- rdfs:comment "To specify the calendar users to whom the calendar user specified by the property has delegated participation. Inspired by RFC 2445 sec. 4.2.5. Originally the value type for this parameter was CAL-ADDRESS. This has been expressed as nco:Contact to promote integration between NCAL and NCO." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range nco:Contact .
-
-ncal:action a rdf:Property ;
- rdfs:label "action" ;
- rdfs:comment "This property defines the action to be invoked when an alarm is triggered. Inspired by RFC 2445 sec 4.8.6.1. Originally this property had a limited set of values. They are expressed as instances of the AlarmAction class." ;
- rdfs:domain ncal:Alarm ;
- rdfs:range ncal:AlarmAction .
-
-ncal:ncalTimezone a rdf:Property ;
- rdfs:label "ncalTimezone" ;
- rdfs:comment "The timezone instance that should be used to interpret an NcalDateTime. The purpose of this property is similar to the TZID parameter specified in RFC 2445 sec. 4.2.19" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:NcalDateTime ;
- rdfs:range ncal:Timezone .
-
-ncal:lastModified a rdf:Property ;
- rdfs:label "lastModified" ;
- rdfs:comment "The property specifies the date and time that the information associated with the calendar component was last revised in the calendar store. Note: This is analogous to the modification date and time for a file in the file system. Inspired by RFC 2445 sec. 4.8.7.3. Note that the RFC allows ONLY UTC time values for this property." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:dateTime .
-
-ncal:delegatedFrom a rdf:Property ;
- rdfs:label "delegatedFrom" ;
- rdfs:comment "To specify the calendar users that have delegated their participation to the calendar user specified by the property. Inspired by RFC 2445 sec. 4.2.4. Originally the value type for this property was CAL-ADDRESS. This has been expressed as nco:Contact to promote integration between NCAL and NCO." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range nco:Contact .
-
-ncal:trigger a rdf:Property ;
- rdfs:label "trigger" ;
- rdfs:comment "This property specifies when an alarm will trigger. Inspired by RFC 2445 sec. 4.8.6.3 Originally the value of this property could accept two types : duration and date-time. To express this fact a Trigger class has been introduced. It also has a related property to account for the RELATED parameter." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:Trigger .
-
-ncal:related a rdf:Property ;
- rdfs:label "related" ;
- rdfs:comment "To specify the relationship of the alarm trigger with respect to the start or end of the calendar component. Inspired by RFC 2445 4.2.14. The RFC has specified two possible values for this property ('START' and 'END') they have been expressed as instances of the TriggerRelation class." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Trigger ;
- rdfs:range ncal:TriggerRelation .
-
-ncal:until a rdf:Property ;
- rdfs:label "until" ;
- rdfs:comment "The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner. If the value specified by UNTIL is synchronized with the specified recurrence, this date or date-time becomes the last instance of the recurrence. If specified as a date-time value, then it MUST be specified in an UTC time format. If not present, and the COUNT rule part is also not present, the RRULE is considered to repeat forever." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:dateTime .
-
-ncal:created a rdf:Property ;
- rdfs:label "created" ;
- rdfs:comment "This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. Note: This is analogous to the creation date and time for a file in the file system. Inspired by RFC 2445 sec. 4.8.7.1. Note that this property is a subproperty of nie:created. The domain of nie:created is nie:DataObject. It is not a superclass of UnionOf_Vevent_Vjournal_Vtodo, but since that union is conceived as an 'abstract' class, and in real-life all resources referenced by this property will also be DataObjects, than this shouldn't cause too much of a problem. Note that RFC allows ONLY UTC time values for this property." ;
- rdfs:subPropertyOf nie:created ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:dateTime .
-
-ncal:url a rdf:Property ;
- rdfs:label "url" ;
- rdfs:comment "This property defines a Uniform Resource Locator (URL) associated with the iCalendar object. Inspired by the RFC 2445 sec. 4.8.4.6. Original range had been specified as URI." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:comment a rdf:Property ;
- rdfs:label "comment" ;
- rdfs:comment "Non-processing information intended to provide a comment to the calendar user. Inspired by RFC 2445 sec. 4.8.1.4 with the following reservations: the LANGUAGE parameter has been discarded. Please use xml:lang literals to express language. For the ALTREP parameter use the commentAltRep property." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 3 .
-
-# Range Resource in nepomuk
-ncal:summaryAltRep a rdf:Property ;
- rdfs:label "summaryAltRep" ;
- rdfs:comment "Alternate representation of the comment. Introduced to cover the ALTREP parameter of the SUMMARY property. See documentation of ncal:summary for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:completed a rdf:Property ;
- rdfs:label "completed" ;
- rdfs:comment "This property defines the date and time that a to-do was actually completed. Inspired by RFC 2445 sec. 4.8.2.1. Note that the RFC allows ONLY UTC time values for this property." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Todo ;
- rdfs:range xsd:dateTime .
-
-ncal:component a rdf:Property ;
- rdfs:label "component" ;
- rdfs:comment "Links the Vcalendar instance with the calendar components. This property has no direct equivalent in the RFC specification. It has been introduced to express the containmnent relations." ;
- rdfs:subPropertyOf nie:hasPart ;
- rdfs:domain ncal:Calendar ;
- rdfs:range ncal:CalendarDataObject .
-
-ncal:cutype a rdf:Property ;
- rdfs:label "cutype" ;
- rdfs:comment "To specify the type of calendar user specified by the property. Inspired by RFC 2445 sec. 4.2.3. This parameter has a limited vocabulary. The terms that may serve as values for this property have been expressed as instances of CalendarUserType class. The user may use instances provided with this ontology or create his own." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range ncal:CalendarUserType .
-
-ncal:priority a rdf:Property ;
- rdfs:label "priority" ;
- rdfs:comment "The property defines the relative priority for a calendar component. Inspired by RFC 2445 sec. 4.8.1.9" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:integer .
-
-ncal:resources a rdf:Property ;
- rdfs:label "resources" ;
- rdfs:comment "Defines the equipment or resources anticipated for an activity specified by a calendar entity. Inspired by RFC 2445 sec. 4.8.1.10 with the following reservations: the LANGUAGE parameter has been discarded. Please use xml:lang literals to express language. For the ALTREP parameter use the resourcesAltRep property. This property specifies multiple resources. The order is not important. it is recommended to introduce a separate triple for each resource." ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-ncal:bysecond a rdf:Property ;
- rdfs:label "bysecond" ;
- rdfs:comment "Second of a recurrence. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:wkst a rdf:Property ;
- rdfs:label "wkst" ;
- rdfs:comment "The day that's counted as the start of the week. It is used to disambiguate the byweekno rule. Defined in RFC 2445 sec. 4.3.10" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range ncal:Weekday .
-
-# Resource range defined in nepomuk
-ncal:tzurl a rdf:Property ;
- rdfs:label "tzurl" ;
- rdfs:comment "The TZURL provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to- date version of itself. Inspired by RFC 2445 sec. 4.8.3.5. Originally the range of this property had been specified as URI." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Timezone ;
- rdfs:range rdfs:Resource .
-
-ncal:statusDescription a rdf:Property ;
- rdfs:label "statusDescription" ;
- rdfs:comment "Longer return status description. Inspired by the second part of the structured value of the REQUEST-STATUS property defined in RFC 2445 sec. 4.8.8.2" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RequestStatus ;
- rdfs:range xsd:string .
-
-ncal:location a rdf:Property ;
- rdfs:label "location" ;
- rdfs:comment "Defines the intended venue for the activity defined by a calendar component. Inspired by RFC 2445 sec 4.8.1.7 with the following reservations: the LANGUAGE parameter has been discarded. Please use xml:lang literals to express language. For the ALTREP parameter use the locationAltRep property." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 3 .
-
-ncal:eventStatus a rdf:Property ;
- rdfs:label "status" ;
- rdfs:comment "Defines the overall status or confirmation for an Event. Based on the STATUS property defined in RFC 2445 sec. 4.8.1.11." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Event ;
- rdfs:range ncal:EventStatus .
-
-ncal:bydayModifier a rdf:Property ;
- rdfs:label "bydayModifier" ;
- rdfs:comment "A n integer modifier for the BYDAY rule part. Each BYDAY value can also be preceded by a positive (+n) or negative (-n) integer. If present, this indicates the nth occurrence of the specific day within the MONTHLY or YEARLY RRULE. For example, within a MONTHLY rule, +1MO (or simply 1MO) represents the first Monday within the month, whereas -1MO represents the last Monday of the month. If an integer modifier is not present, it means all days of this type within the specified frequency. For example, within a MONTHLY rule, MO represents all Mondays within the month. Inspired by RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:BydayRulePart ;
- rdfs:range xsd:integer .
-
-ncal:uid a rdf:Property ;
- rdfs:label "uid" ;
- rdfs:comment "This property defines the persistent, globally unique identifier for the calendar component. Inspired by the RFC 2445 sec 4.8.4.7" ;
- rdfs:subPropertyOf nie:identifier ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-ncal:standard a rdf:Property ;
- rdfs:label "standard" ;
- rdfs:comment "Links the timezone with the standard timezone observance. This property has no direct equivalent in the RFC 2445. It has been inspired by the structure of the Vtimezone component defined in sec.4.6.5" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Timezone ;
- rdfs:range ncal:TimezoneObservance .
-
-ncal:method a rdf:Property ;
- rdfs:label "method" ;
- rdfs:comment "This property defines the iCalendar object method associated with the calendar object. Defined in RFC 2445 sec. 4.7.2" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Calendar ;
- rdfs:range xsd:string .
-
-ncal:triggerDateTime a rdf:Property ;
- rdfs:label "triggerDateTime" ;
- rdfs:comment "The exact date and time of the trigger. This property has been created to express the VALUE=DATE, and VALUE=DATE-TIME parameters of the TRIGGER property. See the documentation for ncal:trigger for more details" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Trigger ;
- rdfs:range xsd:dateTime .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:dir a rdf:Property ;
- rdfs:label "dir" ;
- rdfs:comment "Specifies a reference to a directory entry associated with the calendar user specified by the property. Inspired by RFC 2445 sec. 4.2.6. Originally the data type of the value of this parameter was URI (Usually an LDAP URI). This has been expressed as rdfs:resource." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:AttendeeOrOrganizer ;
- rdfs:range rdfs:Resource .
-
-ncal:interval a rdf:Property ;
- rdfs:label "interval" ;
- rdfs:comment "The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats. The default value is '1', meaning every second for a SECONDLY rule, or every minute for a MINUTELY rule, every hour for an HOURLY rule, every day for a DAILY rule, every week for a WEEKLY rule, every month for a MONTHLY rule andevery year for a YEARLY rule. Defined in RFC 2445 sec. 4.3.10" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:requestStatus a rdf:Property ;
- rdfs:label "requestStatus" ;
- rdfs:comment "This property defines the status code returned for a scheduling request. Inspired by RFC 2445 sec. 4.8.8.2. Original value of this property was a four-element structure. The RequestStatus class has been introduced to express it. In RFC 2445 this property could have the LANGUAGE parameter. This has been discarded in this ontology. Use xml:lang literals to express it if necessary." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:RequestStatus .
-
-ncal:byday a rdf:Property ;
- rdfs:label "byday" ;
- rdfs:comment "Weekdays the recurrence should occur. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range ncal:BydayRulePart .
-
-ncal:recurrenceId a rdf:Property ;
- rdfs:label "recurrenceId" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:RecurrenceIdentifier .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:attachmentUri a rdf:Property ;
- rdfs:label "attachmentUri" ;
- rdfs:comment "The uri of the attachment. Created to express the actual value of the ATTACH property defined in RFC 2445 sec. 4.8.1.1. This property expresses the default URI datatype of that property. see ncal:attachmentContents for the BINARY datatype." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attachment ;
- rdfs:range rdfs:Resource .
-
-ncal:periodBegin a rdf:Property ;
- rdfs:label "periodBegin" ;
- rdfs:comment "Beginng of a period. Inspired by the first part of a structured value of the PERIOD datatype specified in RFC 2445 sec. 4.3.9" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:NcalPeriod ;
- rdfs:range xsd:dateTime .
-
-ncal:byweekno a rdf:Property ;
- rdfs:label "byweekno" ;
- rdfs:comment "The number of the week an event should recur. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:member a rdf:Property ;
- rdfs:label "member" ;
- rdfs:comment "To specify the group or list membership of the calendar user specified by the property. Inspired by RFC 2445 sec. 4.2.11. Originally this parameter had a value type of CAL-ADDRESS. This has been expressed as nco:Contact to promote integration between NCAL and NCO" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range nco:Contact .
-
-ncal:periodDuration a rdf:Property ;
- rdfs:label "periodDuration" ;
- rdfs:comment "Duration of a period of time. Inspired by the second part of a structured value of the PERIOD datatype specified in RFC 2445 sec. 4.3.9. Note that a single NcalPeriod instance shouldn't have the periodEnd and periodDuration properties specified simultaneously." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:NcalPeriod ;
- rdfs:range xsd:integer .
-
-ncal:dtstamp a rdf:Property ;
- rdfs:label "dtstamp" ;
- rdfs:comment "The property indicates the date/time that the instance of the iCalendar object was created. Inspired by RFC 2445 sec. 4.8.7.1. Note that the RFC allows ONLY UTC values for this property." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:dateTime .
-
-ncal:tzoffsetfrom a rdf:Property ;
- rdfs:label "tzoffsetfrom" ;
- rdfs:comment "This property specifies the offset which is in use prior to this time zone observance. Inspired by RFC 2445 sec. 4.8.3.3. The original domain was underspecified. It said that this property must appear within a Timezone component. In this ontology a TimezoneObservance class has been introduced to clarify this specification. The original range was UTC-OFFSET. There is no equivalent among the XSD datatypes so plain string was chosen." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:TimezoneObservance ;
- rdfs:range xsd:string .
-
-ncal:triggerDuration a rdf:Property ;
- rdfs:label "triggerDuration" ;
- rdfs:comment "The duration of a trigger. This property has been created to express the VALUE=DURATION parameter of the TRIGGER property. See documentation for ncal:trigger for more details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Trigger ;
- rdfs:range xsd:integer .
-
-ncal:class a rdf:Property ;
- rdfs:label "class" ;
- rdfs:comment "Defines the access classification for a calendar component. Inspired by RFC 2445 sec. 4.8.1.3 with the following reservations: this property has limited vocabulary. Possible values are: PUBLIC, PRIVATE and CONFIDENTIAL. The default is PUBLIC. Those values are expressed as instances of the AccessClassification class. The user may create his/her own if necessary." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:AccessClassification .
-
-ncal:organizer a rdf:Property ;
- rdfs:label "organizer" ;
- rdfs:comment "The property defines the organizer for a calendar component. Inspired by RFC 2445 sec. 4.8.4.3. Originally this property accepted many parameters. The Organizer class has been introduced to express them all. Note that NCAL is aligned with NCO. The actual value (of the CAL-ADDRESS type) is expressed as an instance of nco:Contact. Remember that the CN parameter has been removed from NCAL. Instead that value should be expressed using nco:fullname property of the above mentioned nco:Contact instance." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:Organizer .
-
-ncal:calscale a rdf:Property ;
- rdfs:label "calscale" ;
- rdfs:comment "This property defines the calendar scale used for the calendar information specified in the iCalendar object. Defined in RFC 2445 sec. 4.7.1" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Calendar ;
- rdfs:range ncal:CalendarScale .
-
-ncal:periodEnd a rdf:Property ;
- rdfs:label "periodEnd" ;
- rdfs:comment "End of a period of time. Inspired by the second part of a structured value of a PERIOD datatype specified in RFC 2445 sec. 4.3.9. Note that a single NcalPeriod instance shouldn't have the periodEnd and periodDuration properties specified simultaneously." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:NcalPeriod ;
- rdfs:range xsd:dateTime .
-
-ncal:transp a rdf:Property ;
- rdfs:label "transp" ;
- rdfs:comment "Defines whether an event is transparent or not to busy time searches. Inspired by RFC 2445 sec.4.8.2.7. Values for this property can be chosen from a limited vocabulary. To express this a TimeTransparency class has been introduced." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Event ;
- rdfs:range ncal:TimeTransparency .
-
-ncal:attendee a rdf:Property ;
- rdfs:label "attendee" ;
- rdfs:comment "The property defines an 'Attendee' within a calendar component. Inspired by RFC 2445 sec. 4.8.4.1. Originally this property accepted many parameters. The Attendee class has been introduced to express them all. Note that NCAL is aligned with NCO. The actual value (of the CAL-ADDRESS type) is expressed as an instance of nco:Contact. Remember that the CN parameter has been removed from NCAL. Instead that value should be expressed using nco:fullname property of the above mentioned nco:Contact instance. The RFC stated that whenever this property is attached to a Valarm instance', 'the Attendee cannot have any parameters apart from involvedContact.']" ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:Attendee .
-
-ncal:bydayWeekday a rdf:Property ;
- rdfs:label "bydayWeekday" ;
- rdfs:comment "Connects a BydayRulePath with a weekday." ;
- rdfs:domain ncal:BydayRulePart ;
- rdfs:range ncal:Weekday .
-
-ncal:date a rdf:Property ;
- rdfs:label "date" ;
- rdfs:comment "Date an instance of NcalDateTime refers to. It was conceived to express values in DATE datatype specified in RFC 2445 4.3.4" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:NcalDateTime ;
- rdfs:range xsd:dateTime .
-
-ncal:rrule a rdf:Property ;
- rdfs:label "rrule" ;
- rdfs:comment "This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions. sec. 4.8.5.4" ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:RecurrenceRule .
-
-ncal:dtend a rdf:Property ;
- rdfs:label "dtend" ;
- rdfs:comment "This property specifies the date and time that a calendar component ends. Inspired by RFC 2445 sec. 4.8.2.2" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:NcalDateTime .
-
-ncal:dateTime a rdf:Property ;
- rdfs:label "dateTime" ;
- rdfs:comment "Representation of a date an instance of NcalDateTime actually refers to. It's purpose is to express values in DATE-TIME datatype, as defined in RFC 2445 sec. 4.3.5" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:NcalDateTime ;
- rdfs:range xsd:dateTime .
-
-ncal:tzoffsetto a rdf:Property ;
- rdfs:label "tzoffsetto" ;
- rdfs:comment "This property specifies the offset which is in use in this time zone observance. nspired by RFC 2445 sec. 4.8.3.4. The original domain was underspecified. It said that this property must appear within a Timezone component. In this ontology a TimezoneObservance class has been introduced to clarify this specification. The original range was UTC-OFFSET. There is no equivalent among the XSD datatypes so plain string was chosen." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:TimezoneObservance ;
- rdfs:range xsd:string .
-
-ncal:prodid a rdf:Property ;
- rdfs:label "prodid" ;
- rdfs:comment "This property specifies the identifier for the product that created the iCalendar object. Defined in RFC 2445 sec. 4.7.2" ;
- rdfs:subPropertyOf nie:generator ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Calendar ;
- rdfs:range xsd:string .
-
-ncal:bymonthday a rdf:Property ;
- rdfs:label "bymonthday" ;
- rdfs:comment "Day of the month when the event should recur. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:ncalRelation a rdf:Property ;
- rdfs:label "ncalRelation" ;
- rdfs:comment "A common superproperty for all types of ncal relations. It is not to be used directly." ;
- rdfs:subPropertyOf dc:relation ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-ncal:exdate a rdf:Property ;
- rdfs:label "exdate" ;
- rdfs:comment "This property defines the list of date/time exceptions for a recurring calendar component. Inspired by RFC 2445 sec. 4.8.5.1" ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:NcalDateTime .
-
-ncal:summary a rdf:Property ;
- rdfs:label "summary" ;
- rdfs:comment "Defines a short summary or subject for the calendar component. Inspired by RFC 2445 sec 4.8.1.12 with the following reservations: the LANGUAGE parameter has been discarded. Please use xml:lang literals to express language. For the ALTREP parameter use the summaryAltRep property." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 5 .
-
-ncal:role a rdf:Property ;
- rdfs:label "role" ;
- rdfs:comment "To specify the participation role for the calendar user specified by the property. Inspired by the RFC 2445 sec. 4.2.16. Originally this property had a limited vocabulary for values. The terms of that vocabulary have been expressed as instances of the AttendeeRole class." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range ncal:AttendeeRole .
-
-ncal:fbtype a rdf:Property ;
- rdfs:label "fbtype" ;
- rdfs:comment "To specify the free or busy time type. Inspired by RFC 2445 sec. 4.2.9. The RFC specified a limited vocabulary for the values of this property. The terms of this vocabulary have been expressed as instances of the FreebusyType class. The user can use instances provided with this ontology or create his own." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:FreebusyPeriod ;
- rdfs:range ncal:FreebusyType .
-
-ncal:tzname a rdf:Property ;
- rdfs:label "tzname" ;
- rdfs:comment "Specifies the customary designation for a timezone description. Inspired by RFC 2445 sec. 4.8.3.2 The LANGUAGE parameter has been discarded. Please xml:lang literals to express languages. Original specification for the domain of this property stated that it must appear within the timezone component. In this ontology the TimezoneObservance class has been itroduced to clarify this specification." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:TimezoneObservance ;
- rdfs:range xsd:string .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:descriptionAltRep a rdf:Property ;
- rdfs:label "descriptionAltRep" ;
- rdfs:comment "Alternate representation of the calendar entity description. Introduced to cover the ALTREP parameter of the DESCRIPTION property. See documentation of ncal:description for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:commentAltRep a rdf:Property ;
- rdfs:label "commentAltRep" ;
- rdfs:comment "Alternate representation of the comment. Introduced to cover the ALTREP parameter of the COMMENT property. See documentation of ncal:comment for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:freebusy a rdf:Property ;
- rdfs:label "freebusy" ;
- rdfs:comment "The property defines one or more free or busy time intervals. Inspired by RFC 2445 sec. 4.8.2.6. Note that the periods specified by this property can only be expressed with UTC times. Originally this property could have many comma-separated values. Please use a separate triple for each value." ;
- rdfs:domain ncal:Freebusy ;
- rdfs:range ncal:FreebusyPeriod .
-
-ncal:version a rdf:Property ;
- rdfs:label "version" ;
- rdfs:comment "This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object. Defined in RFC 2445 sec. 4.7.4" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Calendar ;
- rdfs:range xsd:string .
-
-ncal:range a rdf:Property ;
- rdfs:label "range" ;
- rdfs:comment "To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property. It is intended to express the RANGE parameter specified in RFC 2445 sec. 4.2.13. The set of possible values for this property is limited. See also the documentation for ncal:recurrenceId for more details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceIdentifier ;
- rdfs:range ncal:RecurrenceIdentifierRange .
-
-ncal:todoStatus a rdf:Property ;
- rdfs:label "status" ;
- rdfs:comment "Defines the overall status or confirmation for a todo. Based on the STATUS property defined in RFC 2445 sec. 4.8.1.11." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Todo ;
- rdfs:range ncal:TodoStatus .
-
-ncal:journalStatus a rdf:Property ;
- rdfs:label "status" ;
- rdfs:comment "Defines the overall status or confirmation for a journal entry. Based on the STATUS property defined in RFC 2445 sec. 4.8.1.11." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Journal ;
- rdfs:range ncal:JournalStatus .
-
-ncal:sequence a rdf:Property ;
- rdfs:label "sequence" ;
- rdfs:comment "This property defines the revision sequence number of the calendar component within a sequence of revisions. Inspired by RFC 2445 sec. 4.8.7.4" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:integer .
-
-ncal:contact a rdf:Property ;
- rdfs:label "contact" ;
- rdfs:comment "The property is used to represent contact information or alternately a reference to contact information associated with the calendar component. Inspired by RFC 2445 sec. 4.8.4.2 with the following reservations: the LANGUAGE parameter has been discarded. Please use xml:lang literals to express language. For the ALTREP parameter use the contactAltRep property.RFC doesn't define any format for the string." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 4 .
-
-ncal:repeat a rdf:Property ;
- rdfs:label "repeat" ;
- rdfs:comment "This property defines the number of time the alarm should be repeated, after the initial trigger. Inspired by RFC 2445 sec. 4.8.6.2" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Alarm ;
- rdfs:range xsd:integer .
-
-ncal:bysetpos a rdf:Property ;
- rdfs:label "bysetpos" ;
- rdfs:comment "The BYSETPOS rule part specify values which correspond to the nth occurrence within the set of events specified by the rule. Valid values are 1 to 366 or -366 to -1. It MUST only be used in conjunction with another BYxxx rule part. For example 'the last work day of the month' could be represented as: RRULE: FREQ=MONTHLY; BYDAY=MO', 'TU', 'WE', 'TH', 'FR; BYSETPOS=-1. Each BYSETPOS value can include a positive (+n) or negative (-n) integer. If present, this indicates the nth occurrence of the specific occurrence within the set of events specified by the rule. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:due a rdf:Property ;
- rdfs:label "due" ;
- rdfs:comment "This property defines the date and time that a to-do is expected to be completed. Inspired by RFC 2445 sec. 4.8.2.3" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Todo ;
- rdfs:range ncal:NcalDateTime .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:contactAltRep a rdf:Property ;
- rdfs:label "contactAltRep" ;
- rdfs:comment "Alternate representation of the contact property. Introduced to cover the ALTREP parameter of the CONTACT property. See documentation of ncal:contact for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:rdate a rdf:Property ;
- rdfs:label "rdate" ;
- rdfs:comment "This property defines the list of date/times for a recurrence set. Inspired by RFC 2445 sec. 4.8.5.3. Note that RFC allows both DATE, DATE-TIME and PERIOD values for this property. That's why the range has been set to NcalTimeEntity." ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:NcalTimeEntity .
-
-ncal:recurrenceIdDateTime a rdf:Property ;
- rdfs:label "recurrenceIdDateTime" ;
- rdfs:comment "The date and time of a recurrence identifier. Provided to express the actual value of the ncal:recurrenceId property. See documentation for ncal:recurrenceId for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceIdentifier ;
- rdfs:range ncal:NcalDateTime .
-
-ncal:returnStatus a rdf:Property ;
- rdfs:label "returnStatus" ;
- rdfs:comment "Short return status. Inspired by the first element of the structured value of the REQUEST-STATUS property described in RFC 2445 sec. 4.8.8.2." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RequestStatus ;
- rdfs:range xsd:string .
-
-ncal:daylight a rdf:Property ;
- rdfs:label "daylight" ;
- rdfs:comment "Links a timezone with it's daylight observance. This property has no direct equivalent in the RFC 2445. It has been inspired by the structure of the Vtimezone component defined in sec.4.6.5" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Timezone ;
- rdfs:range ncal:TimezoneObservance .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:locationAltRep a rdf:Property ;
- rdfs:label "locationAltRep" ;
- rdfs:comment "Alternate representation of the event or todo location. Introduced to cover the ALTREP parameter of the LOCATION property. See documentation of ncal:location for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:involvedContact a rdf:Property ;
- rdfs:label "involvedContact" ;
- rdfs:comment "A contact of the Attendee or the organizer involved in an event or other calendar entity. This property has been introduced to express the actual value of the ATTENDEE and ORGANIZER properties. The contact will also represent the CN parameter of those properties. See documentation of ncal:attendee or ncal:organizer for more details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:AttendeeOrOrganizer ;
- rdfs:range nco:Contact .
-
-ncal:hasAlarm a rdf:Property ;
- rdfs:label "hasAlarm" ;
- rdfs:comment "Links an event or a todo with a DataObject that can be interpreted as an alarm. This property has no direct equivalent in the RFC 2445. It has been provided to express this relation." ;
- rdfs:subPropertyOf nie:hasPart ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:CalendarDataObject .
-
-ncal:exrule a rdf:Property ;
- rdfs:label "exrule" ;
- rdfs:comment "This property defines a rule or repeating pattern for an exception to a recurrence set. Inspired by RFC 2445 sec. 4.8.5.2." ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:RecurrenceRule .
-
-ncal:rsvp a rdf:Property ;
- rdfs:label "rsvp" ;
- rdfs:comment "To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value. Inspired by RFC 2445 sec. 4.2.17" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range xsd:boolean .
-
-ncal:byhour a rdf:Property ;
- rdfs:label "byhour" ;
- rdfs:comment "Hour of recurrence. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-# Range is geo:Point, not in the ontology
-ncal:geo a rdf:Property ;
- rdfs:label "geo" ;
- rdfs:comment "This property specifies information related to the global position for the activity specified by a calendar component. Inspired by RFC 2445 sec. 4.8.1.6" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:byminute a rdf:Property ;
- rdfs:label "byminute" ;
- rdfs:comment "Minute of recurrence. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-# Range is a URL (xsd:string instead of resource?)
-ncal:resourcesAltRep a rdf:Property ;
- rdfs:label "resourcesAltRep" ;
- rdfs:comment "Alternate representation of the resources needed for an event or todo. Introduced to cover the ALTREP parameter of the resources property. See documentation for ncal:resources for details." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range rdfs:Resource .
-
-ncal:fmttype a rdf:Property ;
- rdfs:label "fmttype" ;
- rdfs:comment "To specify the content type of a referenced object. Inspired by RFC 2445 sec. 4.2.8. The value of this property should be an IANA-registered content type (e.g. application/binary)" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attachment ;
- rdfs:range xsd:string .
-
-ncal:byyearday a rdf:Property ;
- rdfs:label "byyearday" ;
- rdfs:comment "Day of the year the event should occur. Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:dtstart a rdf:Property ;
- rdfs:label "dtstart" ;
- rdfs:comment "This property specifies when the calendar component begins. Inspired by RFC 2445 sec. 4.8.2.4" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range ncal:NcalDateTime .
-
-ncal:description a rdf:Property ;
- rdfs:label "description" ;
- rdfs:comment "A more complete description of the calendar component, than that provided by the ncal:summary property.Inspired by RFC 2445 sec. 4.8.1.5 with following reservations: the LANGUAGE parameter has been discarded. Please use xml:lang literals to express language. For the ALTREP parameter use the descriptionAltRep property." ;
- rdfs:subPropertyOf nie:description ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 3 .
-
-ncal:encoding a rdf:Property ;
- rdfs:label "encoding" ;
- rdfs:comment "To specify an alternate inline encoding for the property value. Inspired by RFC 2445 sec. 4.2.7. Originally this property had a limited vocabulary. ('8BIT' and 'BASE64'). The terms of this vocabulary have been expressed as instances of the AttachmentEncoding class" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attachment ;
- rdfs:range ncal:AttachmentEncoding .
-
-ncal:requestStatusData a rdf:Property ;
- rdfs:label "requestStatusData" ;
- rdfs:comment "Additional data associated with a request status. Inspired by the third part of the structured value for the REQUEST-STATUS property defined in RFC 2445 sec. 4.8.8.2 ('Textual exception data. For example, the offending property name and value or complete property line')" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RequestStatus ;
- rdfs:range xsd:string .
-
-ncal:partstat a rdf:Property ;
- rdfs:label "partstat" ;
- rdfs:comment "To specify the participation status for the calendar user specified by the property. Inspired by RFC 2445 sec. 4.2.12. Originally this parameter had three sets of allowed values. Which set applied to a particular case - depended on the type of calendar entity this parameter occured in. (event, todo, journal entry). This would be awkward to model in RDF so a single ParticipationStatus class has been introduced. Terms of the values vocabulary are expressed as instances of this class. Users are advised to pay attention which instances they use." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attendee ;
- rdfs:range ncal:ParticipationStatus .
-
-ncal:relatedToSibling a rdf:Property ;
- rdfs:label "relatedToSibling" ;
- rdfs:comment "The property is used to represent a relationship or reference between one calendar component and another. Inspired by RFC 2445 sec. 4.8.4.5. Originally this property had a RELTYPE parameter. It has been decided that it is more natural to introduce three different properties to express the values of that parameter. This property expresses the RELATED-TO property with RELTYPE=SIBLING parameter." ;
- rdfs:subPropertyOf ncal:ncalRelation ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-ncal:count a rdf:Property ;
- rdfs:label "count" ;
- rdfs:comment "How many times should an event be repeated. Defined in RFC 2445 sec. 4.3.10" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:tzid a rdf:Property ;
- rdfs:label "tzid" ;
- rdfs:comment "This property specifies the text value that uniquely identifies the 'VTIMEZONE' calendar component. Inspired by RFC 2445 sec 4.8.3.1" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Timezone ;
- rdfs:range xsd:string .
-
-ncal:duration a rdf:Property ;
- rdfs:label "duration" ;
- rdfs:comment "The property specifies a positive duration of time. Inspired by RFC 2445 sec. 4.8.2.5" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:integer .
-
-ncal:bymonth a rdf:Property ;
- rdfs:label "bymonth" ;
- rdfs:comment "Number of the month of the recurrence. Valid values are integers from 1 (January) to 12 (December). Defined in RFC 2445 sec. 4.3.10" ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range xsd:integer .
-
-ncal:categories a rdf:Property ;
- rdfs:label "categories" ;
- rdfs:comment "Categories for a calendar component. Inspired by RFC 2445 sec 4.8.1.2 with the following reservations: The LANGUAGE parameter has been discarded. Please use xml:lang literals to express multiple languages. This property can specify multiple comma-separated categories. The order of categories doesn't matter. Please use a separate triple for each category." ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-ncal:sentBy a rdf:Property ;
- rdfs:label "sentBy" ;
- rdfs:comment "To specify the calendar user that is acting on behalf of the calendar user specified by the property. Inspired by RFC 2445 sec. 4.2.18. The original data type of this property was a mailto: URI. This has been changed to nco:Contact to promote integration between NCO and NCAL." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:AttendeeOrOrganizer ;
- rdfs:range nco:Contact .
-
-ncal:freq a rdf:Property ;
- rdfs:label "freq" ;
- rdfs:comment "Frequency of a recurrence rule. Defined in RFC 2445 sec. 4.3.10" ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:RecurrenceRule ;
- rdfs:range ncal:RecurrenceFrequency .
-
-ncal:attachmentContent a rdf:Property ;
- rdfs:label "attachmentContent" ;
- rdfs:comment "The uri of the attachment. Created to express the actual value of the ATTACH property defined in RFC 2445 sec. 4.8.1.1. This property expresses the BINARY datatype of that property. see ncal:attachmentUri for the URI datatype." ;
- nrl:maxCardinality 1 ;
- rdfs:domain ncal:Attachment ;
- rdfs:range xsd:string .
-
-ncal:relatedToChild a rdf:Property ;
- rdfs:label "relatedToChild" ;
- rdfs:comment "The property is used to represent a relationship or reference between one calendar component and another. Inspired by RFC 2445 sec. 4.8.4.5. Originally this property had a RELTYPE parameter. It has been decided to introduce three different properties to express the values of that parameter. This property expresses the RELATED-TO property with RELTYPE=CHILD parameter." ;
- rdfs:subPropertyOf ncal:ncalRelation ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-ncal:relatedToParent a rdf:Property ;
- rdfs:label "relatedToParent" ;
- rdfs:comment "The property is used to represent a relationship or reference between one calendar component and another. Inspired by RFC 2445 sec. 4.8.4.5. Originally this property had a RELTYPE parameter. It has been decided that it is more natural to introduce three different properties to express the values of that parameter. This property expresses the RELATED-TO property with no RELTYPE parameter (the default value is PARENT), or with explicit RELTYPE=PARENT parameter." ;
- rdfs:subPropertyOf ncal:ncalRelation ;
- rdfs:domain ncal:UnionParentClass ;
- rdfs:range xsd:string .
-
-# Pending of Nepomuk approval
-ncal:birthday a rdf:Property ;
- rdfs:label "birthday event" ;
- rdfs:comment "links a contact with the calendar event of his birthday. (NCAL version)" ;
- rdfs:domain nco:Contact ;
- rdfs:range ncal:Event .
-
-ncal:anniversary a rdf:Property ;
- rdfs:label "anniversary event" ;
- rdfs:comment "links a contact with the calendar event of an anniversary. (NCAL version)" ;
- rdfs:domain nco:Contact ;
- rdfs:range ncal:Event .
diff --git a/src/ontologies/nepomuk/36-scal.description b/src/ontologies/nepomuk/36-scal.description
deleted file mode 100644
index 5ae991298..000000000
--- a/src/ontologies/nepomuk/36-scal.description
+++ /dev/null
@@ -1,12 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:36-scal.ontology> a dsc:Ontology ;
- dsc:title "Simplified Calendar Ontology (SCAL)" ;
- dsc:description "Simple and efficient ontology to represent calendar information (events, ToDos, recurrency rules...)" ;
- dsc:author "Tracker Developers" ;
- dsc:editor "Tracker Developers" ;
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/36-scal.ontology";
-
- dsc:localPrefix "scal" ;
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/scal#" ;
- dsc:relativePath "./36-scal.ontology" .
diff --git a/src/ontologies/nepomuk/36-scal.ontology b/src/ontologies/nepomuk/36-scal.ontology
deleted file mode 100644
index aceb7ae71..000000000
--- a/src/ontologies/nepomuk/36-scal.ontology
+++ /dev/null
@@ -1,482 +0,0 @@
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix scal: <http://tracker.api.gnome.org/ontology/v3/scal#> .
-
-scal: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "scal" ;
- tracker:lastModified "2010-10-20T07:42:00Z" .
-
-scal:Calendar a rdfs:Class ;
- rdfs:label "Calendar" ;
- rdfs:comment "Group calendar items" ;
- rdfs:subClassOf nie:InformationElement .
-
-scal:CalendarItem a rdfs:Class ;
- rdfs:label "Calendar item" ;
- rdfs:comment "Superclass of the calendar entities" ;
- rdfs:subClassOf nie:InformationElement .
-
-# FIXME Should we define the inverse property?
-scal:belongsToCalendar a rdf:Property ;
- rdfs:label "Belongs to calentar" ;
- rdfs:comment "Relation between a calendar item and a calendar." ;
- rdfs:subPropertyOf nie:isLogicalPartOf ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:Calendar .
-
-scal:textLocation a rdf:Property ;
- rdfs:label "Text Location";
- rdfs:comment "Textual description of location for an item. Sec. 4.8.1.7. Use better mlo:location" ;
- rdfs:domain scal:CalendarItem ;
- nrl:maxCardinality 1 ;
- rdfs:range xsd:integer .
-
-scal:resources a rdf:Property ;
- rdfs:label "Resources";
- rdfs:comment "Resources required for the calendar item (equipment, installations...)" ;
- rdfs:domain scal:CalendarItem ;
- nrl:maxCardinality 1 ;
- rdfs:range xsd:string .
-
-# Transparency for every calendar item
-scal:TransparencyValues a rdfs:Class ;
- rdfs:label "Transparency values" ;
- rdfs:comment "Predefined instances of time transparency for the calendar items" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:transparency-transparent a scal:TransparencyValues .
-scal:transparency-opaque a scal:TransparencyValues .
-
-scal:transparency a rdf:Property ;
- rdfs:label "Transparency" ;
- rdfs:comment "Time transparency for the item (busy time or transparent)";
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:TransparencyValues .
-
-
-#
-# All calendar items inherit from InformationElement
-# nie:title, nie:description and mlo:location
-#
-
-#
-# Contacts involved in a Calendar Item
-#
-scal:Attendee a rdfs:Class ;
- rdfs:label "Event attendee" ;
- rdfs:comment "Contact related with a calendar item" ;
- rdfs:subClassOf rdfs:Resource .
-
-# Status of an attendee
-scal:AttendanceStatus a rdfs:Class ;
- rdfs:label "Attendance status values (partstat in ical spec)" ;
- rdfs:comment "Predefined set of instances: needs-action, accepted..." ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:attendance-needs-action a scal:AttendanceStatus .
-scal:attendance-accepted a scal:AttendanceStatus .
-scal:attendance-declined a scal:AttendanceStatus .
-scal:attendance-tentative a scal:AttendanceStatus .
-scal:attendance-delegated a scal:AttendanceStatus .
-scal:attendance-completed a scal:AttendanceStatus .
-scal:attendance-in-process a scal:AttendanceStatus .
-
-scal:attendanceStatus a rdf:Property ;
- rdfs:label "Attendance status" ;
- rdfs:comment "Status of contact's assitance to the event" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Attendee ;
- rdfs:range scal:AttendanceStatus .
-
-# Role of an attendee
-scal:AttendeeRole a rdfs:Class ;
- rdfs:label "Attendee role in the event (Role in ical spec)" ;
- rdfs:comment "Predefined set of instances: chain, req-participant..." ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:attendee-role-chair a scal:AttendeeRole .
-scal:attendee-role-req-participant a scal:AttendeeRole .
-scal:attendee-role-opt-participant a scal:AttendeeRole .
-scal:attendee-role-non-participant a scal:AttendeeRole .
-
-scal:attendeeRole a rdf:Property ;
- rdfs:label "Attendee role in the event" ;
- rdfs:comment "Property to link with an attendee role instance" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Attendee ;
- rdfs:range scal:AttendeeRole .
-
-
-scal:attendeeContact a rdf:Property ;
- rdfs:label "Link to contact" ;
- rdfs:comment "Link from the attendee to the actual contact" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Attendee ;
- rdfs:range nco:Contact .
-
-# RSVP of an attendee
-scal:RSVPValues a rdfs:Class ;
- rdfs:label "RSVP Values" ;
- rdfs:comment "Predefined set of instances: Yes/No (not boolean to allow undefined values)" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:rsvp-value-true a scal:RSVPValues .
-scal:rsvp-value-false a scal:RSVPValues .
-
-scal:rsvp a rdf:Property ;
- rdfs:label "rsvp" ;
- rdfs:comment "Link an attendee with his rsvp status" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Attendee ;
- rdfs:range scal:RSVPValues .
-
-
-scal:attendee a rdf:Property ;
- rdfs:label "Attendee" ;
- rdfs:comment "Link of an Calendar item with an attendee, that can have different status" ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:Attendee .
-
-scal:contact a rdf:Property ;
- rdfs:label "Contact" ;
- rdfs:comment "Contact related with the Calendar Item (spec 4.8.4.2)" ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:Attendee .
-
-# Calendar User Type
-scal:CalendarUserType a rdfs:Class ;
- rdfs:label "Calendar user type instances (CUTYPE in ical spec)";
- rdfs:comment "Predefined set of instance for calendar user types";
- rdfs:subClassOf rdfs:Resource .
-
-#
-# Individual/Group is not nco:PersonContact /nco:OrganizationContact ?
-# Room and resource as calendar USER type?!?!?!
-# Property of "ATTENDEE" ?!?!?! <- misunderstanding the spec, or the spec is trollshit.
-#
-scal:cutype-individual a scal:CalendarUserType .
-scal:cutype-group a scal:CalendarUserType .
-scal:cutype-room a scal:CalendarUserType .
-scal:cutype-resource a scal:CalendarUserType .
-scal:cutype-unknown a scal:CalendarUserType .
-
-scal:calendarUserType a rdf:Property ;
- rdfs:label "Calendar user type" ;
- rdfs:comment "Link an attendee instance with a cutype" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Attendee ;
- rdfs:range scal:CalendarUserType .
-
-# Do we need more fine-grained description of these properties?
-scal:member a rdf:Property ;
- rdfs:label "Member" ;
- rdfs:comment "To specify the group or list membership of the calendar user specified by the property" ;
- rdfs:domain scal:Attendee ;
- rdfs:range nco:Contact .
-
-scal:delegated-to a rdf:Property ;
- rdfs:label "Delegated-to" ;
- rdfs:comment "to indicate the calendar users that the original request was delegated to" ;
- rdfs:domain scal:Attendee ;
- rdfs:range nco:Contact .
-
-scal:delegated-from a rdf:Property ;
- rdfs:label "Delegated-from" ;
- rdfs:comment "to indicate the calendar users whom the request was delegated from" ;
- rdfs:domain scal:Attendee ;
- rdfs:range nco:Contact .
-
-scal:sent-by a rdf:Property ;
- rdfs:label "Sent-by" ;
- rdfs:comment "to indicate whom is acting on behalf of the ATTENDEE" ;
- rdfs:domain scal:Attendee ;
- rdfs:range nco:Contact .
-
-scal:Event a rdfs:Class ;
- rdfs:label "Event" ;
- rdfs:comment "An Event according the ical definition" ;
- rdfs:subClassOf scal:CalendarItem .
-
-scal:Todo a rdfs:Class ;
- rdfs:label "Todo" ;
- rdfs:comment "A ToDo according the ical definition" ;
- rdfs:subClassOf scal:CalendarItem .
-
-scal:Journal a rdfs:Class ;
- rdfs:label "Journal" ;
- rdfs:comment "A Journal entry according to the ical definition" ;
- rdfs:subClassOf scal:CalendarItem .
-
-# Status for event
-scal:EventStatus a rdfs:Class ;
- rdfs:label "Calendar event status";
- rdfs:comment "Predefined instances of status for events" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:event-status-tentative a scal:EventStatus .
-scal:event-status-confirmed a scal:EventStatus .
-scal:event-status-cancelled a scal:EventStatus .
-
-scal:eventStatus a rdf:Property ;
- rdfs:label "event status" ;
- rdfs:comment "Link of an event with its status" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Event ;
- rdfs:range scal:EventStatus .
-
-# Status for Todo
-scal:TodoStatus a rdfs:Class ;
- rdfs:label "Calendar todo status";
- rdfs:comment "Predefined instances of status for todos" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:todo-status-needs-action a scal:TodoStatus .
-scal:todo-status-completed a scal:TodoStatus .
-scal:todo-status-in-process a scal:TodoStatus .
-scal:todo-status-cancelled a scal:TodoStatus .
-
-scal:todoStatus a rdf:Property ;
- rdfs:label "todo status" ;
- rdfs:comment "Link of an todo with its status" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Todo ;
- rdfs:range scal:TodoStatus .
-
-# Status for Journal
-scal:JournalStatus a rdfs:Class ;
- rdfs:label "Calendar journal status";
- rdfs:comment "Predefined instances of status for journals" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:journal-status-needs-action a scal:JournalStatus .
-scal:journal-status-completed a scal:JournalStatus .
-scal:journal-status-in-process a scal:JournalStatus .
-scal:journal-status-cancelled a scal:JournalStatus .
-
-scal:journalStatus a rdf:Property ;
- rdfs:label "journal status" ;
- rdfs:comment "Link of an journal with its status" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:Journal ;
- rdfs:range scal:JournalStatus .
-
-#
-# Link of contacts with Events
-#
-scal:birthday a rdf:Property ;
- rdfs:label "birthday event" ;
- rdfs:comment "links a contact with the calendar event of his birthday. (SCAL version)" ;
- rdfs:domain nco:Contact ;
- rdfs:range scal:Event .
-
-scal:anniversary a rdf:Property ;
- rdfs:label "anniversary event" ;
- rdfs:comment "links a contact with the calendar event of an anniversary. (SCAL version)" ;
- rdfs:domain nco:Contact ;
- rdfs:range scal:Event .
-
-
-#
-# Alarms:
-#
-# FIXME fix the hierarchy to support generic alarms
-# (This one is always linked with an Event)
-#
-scal:CalendarAlarm a rdfs:Class ;
- rdfs:label "Alarm" ;
- rdfs:comment "An alam according to the ical definition" ;
- rdfs:subClassOf nie:InformationElement .
-
-scal:alarmOffset a rdf:Property ;
- rdfs:label "Alarm offset";
- rdfs:comment "Offset of the alarm respect to the Calendar item start time. In minutes" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarAlarm ;
- rdfs:range xsd:integer .
-
-scal:calendarItemAlarm a rdf:Property ;
- rdfs:label "CalendarItem-alarm link" ;
- rdfs:comment "Link between calendar item and alarm" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:CalendarAlarm .
-
-scal:alarmAttendee a rdf:Property ;
- rdfs:label "Alarm attendee" ;
- rdfs:comment "Alarms can have attendees. RFC has told" ;
- rdfs:domain scal:CalendarAlarm ;
- rdfs:range scal:Attendee .
-
-#
-# Time point
-#
-scal:TimePoint a rdfs:Class ;
- rdfs:label "Time item" ;
- rdfs:comment "Point in time" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:dateTime a rdf:Property ;
- rdfs:label "Time" ;
- rdfs:comment "Date and time in UTC" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:TimePoint ;
- rdfs:range xsd:dateTime .
-
-scal:TimeZone a rdf:Property ;
- rdfs:label "Reference time zone" ;
- rdfs:comment "Timezone in the OLSON DB used as reference in the time. Use 'floating' for floating times or study the convenience of a boolean 'isFloating' attribute." ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:TimePoint ;
- rdfs:range xsd:string .
-
-#
-# Access status
-#
-scal:AccessLevel a rdfs:Class ;
- rdfs:label "Access level" ;
- rdfs:comment "Access classification for a calendar item: public, private or confidential. Use the predefined instances in the ontology" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:access-level-private a scal:AccessLevel .
-scal:access-level-public a scal:AccessLevel .
-scal:access-level-confidential a scal:AccessLevel .
-
-scal:access a rdf:Property ;
- rdfs:label "Access" ;
- rdfs:comment "Access classification: public private..." ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:AccessLevel .
-
-#
-# Todo properties
-#
-scal:due a rdf:Property ;
- rdfs:label "Due" ;
- rdfs:comment "Due time for a task to be completed" ;
- rdfs:domain scal:Todo ;
- rdfs:range scal:TimePoint ;
- nrl:maxCardinality 1 .
-
-scal:completed a rdf:Property ;
- rdfs:label "Completed" ;
- rdfs:comment "Time when the task was completed" ;
- rdfs:domain scal:Todo ;
- rdfs:range scal:TimePoint ;
- nrl:maxCardinality 1 .
-
-scal:percentComplete a rdf:Property ;
- rdfs:label "Percentage completed" ;
- rdfs:comment "% of the task completed" ;
- rdfs:domain scal:Todo ;
- rdfs:range xsd:integer ;
- nrl:maxCardinality 1 .
-
-#
-# Every Calendar item has start and end time points + all-day boolean
-#
-scal:start a rdf:Property ;
- rdfs:label "start time";
- rdfs:comment "Start time of a calendar item" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:TimePoint .
-
-scal:end a rdf:Property ;
- rdfs:label "end time" ;
- rdfs:comment "End time of a calendar item. Set always a value to avoid OPTIONALS";
- nrl:maxCardinality 1;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:TimePoint .
-
-scal:isAllDay a rdf:Property ;
- rdfs:label "Whole day calendar item" ;
- rdfs:comment "True if the event applies to the whole day" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range xsd:boolean .
-
-
-#
-# General Calendar item properties
-#
-scal:priority a rdf:Property ;
- rdfs:label "Priority" ;
- rdfs:comment "Relative priority of th event" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range xsd:integer .
-
-scal:attachment a rdf:Property ;
- rdfs:label "Attachment" ;
- rdfs:comment "Item attached to a calendar item" ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range nie:DataObject .
-
-#
-# Recurrence rules
-#
-scal:RecurrenceRule a rdfs:Class ;
- rdfs:label "Recurrence rule" ;
- rdfs:comment "Representation of repeating patterns" ;
- rdfs:subClassOf rdfs:Resource .
-
-scal:rrule a rdf:Property ;
- rdfs:label "recurrence rule" ;
- rdfs:comment "Repeating pattern for recurring CalendarItems" ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range scal:RecurrenceRule .
-
-#
-# This is going to be pretty conflictive and non-semantic... but
-# improve a lot the performance. Study a better solution (maybe keeping the
-# multiple properties in parallel)
-#
-scal:recurrencePattern a rdf:Property ;
- rdfs:label "Recurrence pattern" ;
- rdfs:comment "Recurrence pattern enforcing all (14) the fields in RFC2445/4.3.10, with ';' as separator: freq;until;count;interval;bysecond;byminute;byhour;byday;bymonthday;byyearday;byweekno;bymonth;bysetpos;wkst " ;
- rdfs:domain scal:RecurrenceRule ;
- nrl:maxCardinality 1 ;
- rdfs:range xsd:string .
-
-scal:recurrenceStartDate a rdf:Property;
- rdfs:label "Recurrence pattern start date" ;
- rdfs:comment "Reuse here the start-date instance of the base event for this recurrence rule. This property makes possible to retrieve all required data to expand the recurrence rule in one short query" ;
- rdfs:domain scal:RecurrenceRule ;
- nrl:maxCardinality 1 ;
- rdfs:range scal:TimePoint .
-
-scal:exception a rdf:Property ;
- rdfs:label "recurrence rule exception" ;
- rdfs:comment "True if this recurrence rules must be interpreted as an exception" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:RecurrenceRule ;
- rdfs:range xsd:boolean .
-
-scal:rdate a rdf:Property ;
- rdfs:label "Recurrence date" ;
- rdfs:comment "One of more concrete ocurrences of the calendar item using ';' as separator. Included for backward compatibility. Use rrule instead" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range xsd:integer .
-
-scal:exceptionRDate a rdf:Property ;
- rdfs:label "Recurrence date exception" ;
- rdfs:comment "One of more concrete exceptions of the calendar item using ';' as separator. Included for backward compatibility. Use rrule with exception='true' instead" ;
- nrl:maxCardinality 1 ;
- rdfs:domain scal:CalendarItem ;
- rdfs:range xsd:integer .
-
-
-
-#
-# TODO
-#
-# equivalent of ncal:Action, including ncal:repeat and ncal:duration
-#
-#
diff --git a/src/ontologies/nepomuk/37-nid3.description b/src/ontologies/nepomuk/37-nid3.description
deleted file mode 100644
index 6d368024a..000000000
--- a/src/ontologies/nepomuk/37-nid3.description
+++ /dev/null
@@ -1,12 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:37-nid3.ontology> a dsc:Ontology ;
- dsc:title "Nepomuk IDE3 copy (NID3)" ;
- dsc:description "Deprecated ontology to describe music. Please check NMM." ;
- dsc:author "Nepomuk people" ;
- dsc:editor "Tracker Developers (turtle translation)" ;
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/37-nid3.ontology";
-
- dsc:localPrefix "nid3" ;
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/nid3#" ;
- dsc:relativePath "./37-nid3.ontology" .
diff --git a/src/ontologies/nepomuk/37-nid3.ontology b/src/ontologies/nepomuk/37-nid3.ontology
deleted file mode 100644
index 9a46ef607..000000000
--- a/src/ontologies/nepomuk/37-nid3.ontology
+++ /dev/null
@@ -1,89 +0,0 @@
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nid3: <http://tracker.api.gnome.org/ontology/v3/nid3#> .
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-nid3: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "nid3" ;
- tracker:lastModified "2010-02-16T11:00:00Z" .
-
-nid3:ID3Audio a rdfs:Class ;
- rdfs:subClassOf nfo:Audio .
-
-nid3:title a rdf:Property ;
- rdfs:label "Title" ;
- rdfs:comment "Track title" ;
- rdfs:subPropertyOf nie:title ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 10 .
-
-nid3:leadArtist a rdf:Property ;
- rdfs:label "Artist" ;
- rdfs:comment "Track artist" ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range nco:Contact ;
- tracker:weight 6 .
-
-nid3:albumTitle a rdf:Property ;
- rdfs:label "Title" ;
- rdfs:comment "Track title" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 10 .
-
-nid3:contentType a rdf:Property ;
- rdfs:label "Genre" ;
- rdfs:comment "The type or genre of the music track" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 5 .
-
-nid3:length a rdf:Property ;
- rdfs:label "Duration" ;
- rdfs:comment "The length in seconds of the music track" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:integer ;
- tracker:weight 4 .
-
-nid3:recordingYear a rdf:Property ;
- rdfs:label "Release date" ;
- rdfs:comment "The date the track was released" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:integer .
-
-nid3:trackNumber a rdf:Property ;
- rdfs:label "Track number" ;
- rdfs:comment "The position of the track relative to the others" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:string .
-
-nid3:partOfSet a rdf:Property ;
- rdfs:label "Disc number" ;
- rdfs:comment "On which disc the track is located" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:string .
-
-nid3:comments a rdf:Property ;
- rdfs:label "Comments" ;
- rdfs:comment "General purpose comments" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nid3:ID3Audio ;
- rdfs:range xsd:string ;
- tracker:weight 3 .
-
diff --git a/src/ontologies/nepomuk/39-mto.description b/src/ontologies/nepomuk/39-mto.description
deleted file mode 100644
index 043d6b489..000000000
--- a/src/ontologies/nepomuk/39-mto.description
+++ /dev/null
@@ -1,16 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:39-mto.ontology> a dsc:Ontology ;
- dsc:title "Maemo Transfer Ontology (MTO)" ;
- dsc:description "Representation of download and upload operations in the system" ;
-
- dsc:author "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
- dsc:author "Divya Subramanian &lt;divya.subramanian@sasken.com&gt;" ;
-
- dsc:editor "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
-
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/39-mto.ontology";
-
- dsc:localPrefix "mto" ;
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/mto#" ;
- dsc:relativePath "./39-mto.ontology" .
diff --git a/src/ontologies/nepomuk/39-mto.ontology b/src/ontologies/nepomuk/39-mto.ontology
deleted file mode 100644
index f0dd0fbf0..000000000
--- a/src/ontologies/nepomuk/39-mto.ontology
+++ /dev/null
@@ -1,161 +0,0 @@
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
-@prefix mto: <http://tracker.api.gnome.org/ontology/v3/mto#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-
-mto: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "mto" ;
- tracker:lastModified "2010-10-20T07:42:00Z" .
-
-mto:TransferElement a rdfs:Class ;
- rdfs:label "Transfer element" ;
- rdfs:comment "Gives information about the transfer of a single element - typically a file. The properties in this class would need to be changed if it has to handle sync elements as well" ;
- tracker:notify true ;
- rdfs:subClassOf nie:InformationElement .
-
-mto:Transfer a rdfs:Class ;
- rdfs:label "Transfer" ;
- rdfs:comment "Represent a single transfer task, which could have multiple transfer elements" ;
- tracker:notify true ;
- rdfs:subClassOf nie:InformationElement .
-
-mto:UploadTransfer a rdfs:Class ;
- rdfs:label "Upload" ;
- rdfs:comment "Handles transfers of files/data present on the device to some place outside the device. Upload methods include uploading to a website, sending via BlueTooth etc. " ;
- rdfs:subClassOf mto:Transfer .
-
-mto:DownloadTransfer a rdfs:Class ;
- rdfs:label "Download" ;
- rdfs:comment "Handles transfers of files outside the device into the device. This class will only refer to files downloaded from a website or recieved using BlueTooth etc. Files recieved with messages are not considered here. Those would be handled seperately using nmo:Message" ;
- rdfs:subClassOf mto:Transfer .
-
-mto:SyncTransfer a rdfs:Class ;
- rdfs:label "Sync" ;
- rdfs:comment "Handles synchronization between the device and some server (a computer, or a website)" ;
- rdfs:subClassOf mto:Transfer .
-
-# NO Web upload class
-
-mto:source a rdf:Property ;
- rdfs:label "Source" ;
- rdfs:comment "The source for the transfer. If the transfer is an upload, it would be the URI for a file on the device. If the transfer is a (web) download, it will be a URL. Question: Does it make more sense to have two fields: uploadSource and downloadSource?" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:TransferElement ;
- rdfs:range rdfs:Resource .
-
-mto:destination a rdf:Property ;
- rdfs:label "Destination" ;
- rdfs:comment "The destination of the transfer. If the transfer is an download, it would be the URI for a file on the device. If the transfer is a (web) upload, it will be a URL, which will be filled once the upload is completed." ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:TransferElement ;
- rdfs:range rdfs:Resource .
-
-mto:startedTime a rdf:Property ;
- rdfs:label "Started" ;
- rdfs:comment "Captures the date and time when the transfer was started" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:TransferElement ;
- rdfs:range xsd:dateTime .
-
-mto:completedTime a rdf:Property ;
- rdfs:label "Completed" ;
- rdfs:comment "Captures the date and time when the transfer ended. It must be set only when the trasfer element is completed succesfully" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:TransferElement ;
- rdfs:range xsd:dateTime .
-
-mto:State a rdfs:Class ;
- rdfs:label "State value" ;
- rdfs:subClassOf rdfs:Resource ;
- rdfs:comment "Class with a restricted set of instances to enumarate transfer methods".
-
-mto:state-active a mto:State .
-mto:state-paused a mto:State .
-mto:state-cancelled a mto:State .
-mto:state-done a mto:State .
-mto:state-pending a mto:State .
-mto:state-error a mto:State .
-
-mto:state a rdf:Property ;
- rdfs:label "State" ;
- rdfs:comment "Captures the current state of the transfer element: Pending (not started), In Progress, Paused, Cancelled, Done" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:TransferElement ;
- rdfs:range mto:State .
-
-mto:transferState a rdf:Property ;
- rdfs:label "Transfer state" ;
- rdfs:comment "Captures the state of the transfer. This is derived from the cumulative states of the transfer elements of this transfer. Applications are responsible to keep it up-to-date" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:Transfer ;
- rdfs:range mto:State .
-
-mto:TransferMethod a rdfs:Class ;
- rdfs:comment "Class with a restricted set of instances to enumarate transfer methods" ;
- rdfs:subClassOf rdfs:Resource .
-
-mto:transfer-method-bluetooth a mto:TransferMethod .
-mto:transfer-method-web a mto:TransferMethod .
-
-mto:method a rdf:Property ;
- rdfs:label "Method" ;
- rdfs:comment "The method of transfer - Bluetooth, Web upload etc" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:Transfer ;
- rdfs:range mto:TransferMethod .
-
-mto:created a rdf:Property ;
- rdfs:label "Created" ;
- rdfs:comment "The date and time when the transfer was created" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:Transfer ;
- rdfs:range xsd:dateTime .
-
-mto:transferList a rdf:Property ;
- rdfs:label "Transfer List" ;
- rdfs:comment "A list of transfer elements" ;
- rdfs:domain mto:Transfer ;
- rdfs:range mto:TransferElement .
-
-# unknown range - will need to be defined by the Account management guys
-# FIXME FIXME FIXME FIXME: At the moment xsd:string so the transfer app guys can start working.
-# Waiting for a holistic accounts solution
-# It could also be a ContactMedium
-mto:account a rdf:Property ;
- rdfs:label "Account" ;
- rdfs:comment "A reference to the account to which the web upload is to be done. This should at least contain information about the account and the service which is being used. For instance, Google/YouTube or Google/Picassa" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:Transfer ;
- rdfs:range xsd:string .
-
-mto:starter a rdf:Property ;
- rdfs:label "Starter" ;
- rdfs:comment "The application that actually triggered the transfer - e.g. Gallery, Content Manager etc" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:Transfer ;
- rdfs:range nfo:Software .
-
-mto:agent a rdf:Property ;
- rdfs:label "Agent" ;
- rdfs:comment "The application processing the transfer - e.g. Upload Engine etc" ;
- nrl:maxCardinality 1 ;
- rdfs:domain mto:Transfer ;
- rdfs:range nfo:Software .
-
-mto:transferCategory a rdf:Property ;
- rdfs:label "Category for the transfer" ;
- rdfs:comment "This can contain category / tag / album / folder in the destination service" ;
- rdfs:domain mto:UploadTransfer ;
- rdfs:range xsd:string .
-
-# eg. Privacy level available to ALL transfers (or only to uploads?)
-mto:transferPrivacyLevel a rdf:Property ;
- rdfs:label "Privacy level" ;
- rdfs:comment "It will contain an string with the privacy level in the service. The exact string and its interpretation is service specific" ;
- rdfs:domain mto:Transfer ;
- rdfs:range xsd:string .
-
diff --git a/src/ontologies/nepomuk/40-mlo.description b/src/ontologies/nepomuk/40-mlo.description
deleted file mode 100644
index b262f3ecf..000000000
--- a/src/ontologies/nepomuk/40-mlo.description
+++ /dev/null
@@ -1,14 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:40-mlo.ontology> a dsc:Ontology ;
- dsc:title "Maemo Location Ontology (MLO)" ;
- dsc:description "Deprecated ontology for location and landmarks. Please check SLO" ;
-
- dsc:author "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
- dsc:editor "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
-
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/40-mlo.ontology";
-
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/mlo#" ;
- dsc:localPrefix "mlo" ;
- dsc:relativePath "./40-mlo.ontology" .
diff --git a/src/ontologies/nepomuk/40-mlo.ontology b/src/ontologies/nepomuk/40-mlo.ontology
deleted file mode 100644
index 09ed722b4..000000000
--- a/src/ontologies/nepomuk/40-mlo.ontology
+++ /dev/null
@@ -1,358 +0,0 @@
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix mlo: <http://tracker.api.gnome.org/ontology/v3/mlo#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-
-mlo: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "mlo" ;
- tracker:deprecated true ;
- tracker:lastModified "2011-03-28T19:32:00Z" .
-
-mlo:GeoLocation a rdfs:Class ;
- rdfs:label "Location" ;
- rdfs:comment "A place in the space, can be defined by coordinates, text or box";
- tracker:deprecated true ;
- rdfs:subClassOf nie:InformationElement.
-
-mlo:GeoPoint a rdfs:Class ;
- rdfs:label "Point on the earth" ;
- rdfs:comment "The inherited properties from InformationElement can be used to add details." ;
- tracker:deprecated true ;
- rdfs:subClassOf nie:InformationElement .
-
-mlo:GeoSphere a rdfs:Class ;
- rdfs:label "Spherical space" ;
- rdfs:comment "Point and radius to define an area in the space";
- tracker:deprecated true ;
- rdfs:subClassOf mlo:GeoPoint .
-
-mlo:GeoBoundingBox a rdfs:Class ;
- rdfs:label "Bounding box";
- rdfs:comment "Bounding box for a region in the space, defined with 2 points in 2D. We assume that the box is always aligned with parallels and meridians.";
- tracker:deprecated true ;
- rdfs:subClassOf nie:InformationElement .
-
-mlo:LocationBoundingBox a rdfs:Class ;
- rdfs:label "Box containing a relevant location (places that cannot be described in one concrete point)" ;
- tracker:deprecated true ;
- rdfs:subClassOf mlo:GeoBoundingBox .
-
-mlo:Route a rdfs:Class ;
- rdfs:label "Minimum box containing all the points traversed in sequence." ;
- tracker:deprecated true ;
- rdfs:subClassOf mlo:GeoBoundingBox .
-
-mlo:LandmarkCategory a rdfs:Class ;
- rdfs:label "Landmark category";
- rdfs:comment "Predefined set of instances for categories of landmarks";
- tracker:deprecated true ;
- rdfs:subClassOf nie:InformationElement.
-
-mlo:isRemovable a rdf:Property ;
- rdfs:label "Is removable";
- rdfs:comment "Flag to indicate if this instance is removable. This restriction is not enforced by tracker; it is API responsability to honor the value";
- rdfs:domain mlo:LandmarkCategory ;
- tracker:deprecated true ;
- rdfs:range xsd:boolean.
-
-mlo:Landmark a rdfs:Class ;
- rdfs:label "Point with special relevance for the user" ;
- rdfs:subClassOf nie:InformationElement ;
- tracker:deprecated true ;
- rdfs:comment "Use the nie title, description, ... properties" .
-
-mlo:PointOfInterest a rdfs:Class ;
- rdfs:label "Use mlo:Landmark instead" ;
- rdfs:subClassOf mlo:Landmark ;
- tracker:deprecated true ;
- rdfs:comment "Use the nie title, description, ... properties".
-
-mlo:belongsToCategory a rdf:Property ;
- rdfs:label "Belongs to category";
- rdfs:comment "Relation of a landmark with a landmark category";
- rdfs:domain mlo:Landmark ;
- tracker:deprecated true ;
- rdfs:range mlo:LandmarkCategory .
-
-# Properties of GeoPoint
-mlo:latitude a rdf:Property ;
- rdfs:label "Latitude";
- rdfs:comment "Positive values for the north hemisphere, negative for the south" ;
- rdfs:domain mlo:GeoPoint ;
- tracker:deprecated true ;
- rdfs:range xsd:double .
-
-mlo:longitude a rdf:Property ;
- rdfs:label "Longitude" ;
- rdfs:comment "Positive to the East of the Greenwich meridian, negative to the West (following WGS-84)" ;
- rdfs:domain mlo:GeoPoint ;
- tracker:deprecated true ;
- rdfs:range xsd:double .
-
-mlo:altitude a rdf:Property ;
- rdfs:label "Altitude" ;
- rdfs:comment "Altitude following WGS 84 reference";
- rdfs:domain mlo:GeoPoint ;
- tracker:deprecated true ;
- rdfs:range xsd:double .
-
-mlo:timestamp a rdf:Property ;
- rdfs:label "Timestamp" ;
- rdfs:comment "Timestamp when the geopoint is referenced. Create subproperties for certain use cases" ;
- rdfs:domain mlo:GeoPoint ;
- tracker:deprecated true ;
- rdfs:range xsd:dateTime .
-
-# Properties of LocationBoundingBox
-mlo:boxSouthWestCorner a rdf:Property ;
- rdfs:label "South-west corner of the bounding box" ;
- rdfs:domain mlo:LocationBoundingBox ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint.
-
-mlo:boxEastLimit a rdf:Property ;
- rdfs:label "Length of the box in the East direction" ;
- rdfs:domain mlo:LocationBoundingBox ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint.
-
-mlo:boxVerticalLimit a rdf:Property ;
- rdfs:label "Length of the box in the Up direction (height)" ;
- rdfs:domain mlo:LocationBoundingBox ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint.
-
-mlo:boxNorthLimit a rdf:Property ;
- rdfs:label "Length of the box in the North direction" ;
- rdfs:domain mlo:LocationBoundingBox ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint.
-
-mlo:bbNorthWest a rdf:Property ;
- rdfs:label "North west corner";
- rdfs:comment "North west corner of a bounding box. The GeoPoint is interpreted in 2D";
- rdfs:domain mlo:GeoBoundingBox ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint .
-
-mlo:bbSouthEast a rdf:Property ;
- rdfs:label "South east corner";
- rdfs:comment "South east corner of a bounding box. The GeoPoint is interpreted in 2D";
- rdfs:domain mlo:GeoBoundingBox ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint .
-
-# Properties of Route
-mlo:startTime a rdf:Property ;
- rdfs:label "Time when the first point in the route was saved" ;
- rdfs:domain mlo:Route ;
- tracker:deprecated true ;
- rdfs:range xsd:dateTime .
-
-mlo:endTime a rdf:Property ;
- rdfs:label "Time when the last point in the route was saved" ;
- rdfs:domain mlo:Route ;
- tracker:deprecated true ;
- rdfs:range xsd:dateTime .
-
-mlo:routeDetails a rdf:Property ;
- rdfs:label "Pointer to a file containing route details (e.g. KML file)." ;
- rdfs:comment "FIXME Domain can be resource if we handle map-files correctly in the ontology";
- rdfs:domain mlo:Route ;
- tracker:deprecated true ;
- rdfs:range xsd:string .
-
-# Properties of GeoSphere
-mlo:radius a rdf:Property ;
- rdfs:label "Radius";
- rdfs:comment "Radius from the center to define an area. Some applications can use it in 2D sense, making then a circle instead of a sphere" ;
- rdfs:domain mlo:GeoSphere ;
- tracker:deprecated true ;
- rdfs:range xsd:double .
-
-
-# FIXME Domain rdfs:Resource?? to link files and not only content?
-mlo:location a rdf:Property ;
- tracker:writeback true ;
- rdfs:label "Property linking something to a location" ;
- rdfs:comment "This can be subclassed to add semantics" ;
- rdfs:domain nie:InformationElement ;
- tracker:indexed true ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoLocation .
-
-# Properties of GeoLocation
-mlo:asBoundingBox a rdf:Property ;
- rdfs:label "As bounding box" ;
- rdfs:comment "Representation of the location as bounding box" ;
- tracker:indexed true ;
- rdfs:domain mlo:GeoLocation ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoBoundingBox .
-
-mlo:asGeoPoint a rdf:Property ;
- rdfs:label "As geo point" ;
- rdfs:comment "Representation of the location as geo point" ;
- tracker:indexed true ;
- rdfs:domain mlo:GeoLocation ;
- tracker:deprecated true ;
- rdfs:range mlo:GeoPoint .
-
-mlo:asPostalAddress a rdf:Property ;
- rdfs:label "As postal address" ;
- rdfs:comment "Representation of the location as text address" ;
- tracker:indexed true ;
- rdfs:domain mlo:GeoLocation ;
- tracker:deprecated true ;
- rdfs:range nco:PostalAddress .
-
-# TODO: These are ad-hoc added by Philip to support writeback of locations
-mlo:city a rdf:Property ;
- tracker:writeback true ;
- rdfs:label "City" ;
- tracker:deprecated true;
- rdfs:domain mlo:GeoPoint ;
- rdfs:range xsd:string .
-
-mlo:country a rdf:Property ;
- tracker:writeback true ;
- rdfs:label "Country" ;
- tracker:deprecated true ;
- rdfs:domain mlo:GeoPoint ;
- rdfs:range xsd:string .
-
-mlo:state a rdf:Property ;
- tracker:writeback true ;
- rdfs:label "State" ;
- tracker:deprecated true ;
- rdfs:domain mlo:GeoPoint ;
- rdfs:range xsd:string .
-
-mlo:address a rdf:Property ;
- tracker:writeback true ;
- rdfs:label "Address" ;
- tracker:deprecated true ;
- rdfs:domain mlo:GeoPoint ;
- rdfs:range xsd:string .
-
-# Properties of Point of Interest
-mlo:poiLocation a rdf:Property ;
- rdfs:label "POI Location" ;
- rdfs:comment "Coordinates of the point (Use the mlo:location property inherited from IE" ;
- tracker:deprecated true;
- rdfs:domain mlo:Landmark ;
- rdfs:range mlo:GeoPoint .
-
-###############################################
-# Predefined categories coming from Symbian
-# - move to a different file?
-###############################################
-
-mlo:predefined-landmark-category-accommodation a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Accommodation";
- nie:identifier "3000";
- tracker:deprecated true ;
- nie:description "Hotel, Camping site".
-
-mlo:predefined-landmark-category-business a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Business";
- nie:identifier "6000";
- tracker:deprecated true ;
- nie:description "Bank, Factory, Office".
-
-mlo:predefined-landmark-category-communication a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Communication";
- nie:identifier "9000";
- tracker:deprecated true ;
- nie:description "Internet Access Point, Public Telephone, Wireless LAN Hot Spot".
-
-mlo:predefined-landmark-category-educational-institute a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Educational institute";
- nie:identifier "12000";
- tracker:deprecated true ;
- nie:description "School, College".
-
-mlo:predefined-landmark-category-entertainment a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Entertainment";
- nie:identifier "15000";
- tracker:deprecated true ;
- nie:description "Amusement park, Cinema, Concert hall, Night club".
-
-mlo:predefined-landmark-category-food-beverage a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Food & Beverage";
- nie:identifier "18000";
- tracker:deprecated true ;
- nie:description "Fast food, Restaurant, Café, Bar".
-
-mlo:predefined-landmark-category-geographical-area a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Geographical area";
- nie:identifier "21000";
- tracker:deprecated true ;
- nie:description "City, City center, Town".
-
-mlo:predefined-landmark-category-outdoor-activities a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Outdoor activities";
- nie:identifier "24000";
- tracker:deprecated true ;
- nie:description "Camping site, Fishing place, Hunting, National park, Playground".
-
-mlo:predefined-landmark-category-people a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "People";
- nie:identifier "27000";
- tracker:deprecated true ;
- nie:description "My home, My friends home, Fathers summer cottage, Childs school".
-
-mlo:predefined-landmark-category-public-service a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Public service";
- nie:identifier "30000";
- tracker:deprecated true ;
- nie:description "Tourist information office, Government office, Library, Post office, Hospital, Police ".
-
-mlo:predefined-landmark-category-religious-places a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Religious places";
- nie:identifier "33000";
- tracker:deprecated true ;
- nie:description "Church, Mosque".
-
-mlo:predefined-landmark-category-shopping a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Shopping";
- nie:identifier "36000";
- tracker:deprecated true ;
- nie:description "Market Place, Pharmacy, Shop, Shopping Center".
-
-mlo:predefined-landmark-category-sightseeing a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Sightseeing";
- nie:identifier "39000";
- tracker:deprecated true ;
- nie:description "Monument, Mountain top, Museum".
-
-mlo:predefined-landmark-category-sports a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Sports";
- nie:identifier "42000";
- tracker:deprecated true ;
- nie:description "Bowling, Golf course, Ice hockey hall, Stadium".
-
-mlo:predefined-landmark-category-transport a mlo:LandmarkCategory ;
- mlo:isRemovable false ;
- nie:title "Transport";
- nie:identifier "45000";
- tracker:deprecated true ;
- nie:description "Airport, Bus stop, Harbour, Railway Station, Rest area".
diff --git a/src/ontologies/nepomuk/41-mfo.ontology b/src/ontologies/nepomuk/41-mfo.ontology
index 7ea5f9b62..9a12c273e 100644
--- a/src/ontologies/nepomuk/41-mfo.ontology
+++ b/src/ontologies/nepomuk/41-mfo.ontology
@@ -5,7 +5,6 @@
@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-@prefix nmo: <http://tracker.api.gnome.org/ontology/v3/nmo#> .
@prefix mfo: <http://tracker.api.gnome.org/ontology/v3/mfo#> .
mfo: a tracker:Namespace, tracker:Ontology ;
@@ -20,14 +19,14 @@ mfo:FeedElement a rdfs:Class;
mfo:FeedChannel a rdfs:Class ;
tracker:notify true ;
rdfs:label "Feed channel" ;
- rdfs:comment "Represents feed channel transfer, typically a download of RSS or ATOM. It is also a communication channel of Nepomuk Messaging Ontology so that feed sources could be treated as message sources" ;
- rdfs:subClassOf nmo:CommunicationChannel, mfo:FeedElement .
+ rdfs:comment "Represents feed channel transfer, typically a download of RSS or ATOM." ;
+ rdfs:subClassOf mfo:FeedElement .
mfo:FeedMessage a rdfs:Class ;
tracker:notify true ;
rdfs:label "Feed entry" ;
- rdfs:comment "Represents feed entry on top of Nepomuk Messaging Ontology's message. May have enclosures attached and certain settings that allow deviation from feed channel's setup" ;
- rdfs:subClassOf nmo:Message, mfo:FeedElement .
+ rdfs:comment "Represents feed entry. May have enclosures attached and certain settings that allow deviation from feed channel's setup" ;
+ rdfs:subClassOf mfo:FeedElement .
mfo:Enclosure a rdfs:Class ;
rdfs:label "Message enclosure" ;
diff --git a/src/ontologies/nepomuk/89-mtp.description b/src/ontologies/nepomuk/89-mtp.description
deleted file mode 100644
index 46618e3fe..000000000
--- a/src/ontologies/nepomuk/89-mtp.description
+++ /dev/null
@@ -1,13 +0,0 @@
-@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
-
-<virtual-ontology-uri:89-mtp.ontology> a dsc:Ontology ;
- dsc:title "Multimetida Transfer Protocol (MTP) Ontology" ;
- dsc:description "Extra properties to add MTP information to the objects in the ontology" ;
-
- dsc:author "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
- dsc:editor "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
- dsc:gitlog "http://git.gnome.org/cgit/tracker/log/src/ontologies/89-mtp.ontology";
-
- dsc:localPrefix "mtp" ;
- dsc:baseUrl "http://tracker.api.gnome.org/ontology/v3/mtp#" ;
- dsc:relativePath "./89-mtp.ontology" .
diff --git a/src/ontologies/nepomuk/89-mtp.ontology b/src/ontologies/nepomuk/89-mtp.ontology
deleted file mode 100644
index 043aa3533..000000000
--- a/src/ontologies/nepomuk/89-mtp.ontology
+++ /dev/null
@@ -1,85 +0,0 @@
-@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/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#> .
-@prefix mtp: <http://tracker.api.gnome.org/ontology/v3/mtp#> .
-@prefix tracker: <http://tracker.api.gnome.org/ontology/v3/tracker#> .
-@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
-@prefix nmm: <http://tracker.api.gnome.org/ontology/v3/nmm#> .
-@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
-
-mtp: a tracker:Namespace, tracker:Ontology ;
- tracker:prefix "mtp" ;
- tracker:lastModified "2010-08-11T16:00:00Z" .
-
-#
-# This ontology "decorates" nmm and nfo to include properties required
-# by the MTP protocol
-#
-
-mtp:ScanType a rdfs:Class ;
- rdfs:label "Scan types" ;
- rdfs:comment "pre-defined set of scan types instances" ;
- rdfs:subClassOf nie:InformationElement .
-
-mtp:scantype-FieldInterleavedUpperFirst a mtp:ScanType ;
- nie:description "Line interleaved Frames with the Upper field on the first line." .
-mtp:scantype-FieldInterleavedLowerFirst a mtp:ScanType ;
- nie:description "Line interleaved frames with the Lower field on the first line." .
-mtp:scantype-FieldSingleUpperFirst a mtp:ScanType;
- nie:description "Fields are sent as independent samples. The field is indicated (on a per sample basis)".
-mtp:scantype-FieldSingleLowerFirst a mtp:ScanType ;
- nie:description "Fields are sent as independent samples. The field is indicated (on a per sample basis".
-mtp:scantype-MixedInterlace a mtp:ScanType;
- nie:description "The content may contain a mix of interlaced modes".
-mtp:scantype-MixedInterlaceAndProgressive a mtp:ScanType ;
- nie:description "The content may contain a mix of interlaced and progressive modes.".
-
-mtp:scantype a rdf:Property ;
- rdfs:label "Scan type";
- rdfs:comment "Scan type of a video file (MTP requirement. FIXME Maybe should be move to a different ontology)" ;
- rdfs:domain nmm:Video ;
- rdfs:range mtp:ScanType .
-
-
-
-mtp:hidden a rdf:Property ;
- rdfs:label "Hidden" ;
- rdfs:comment "Hidden for the MTP protocol" ;
- rdfs:domain nfo:Media ;
- rdfs:range xsd:boolean .
-
-mtp:credits a rdf:Property ;
- rdfs:label "MTP credits" ;
- rdfs:comment "Following MTP spec, credits contains... FIXME" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nfo:Media ;
- rdfs:range xsd:string ;
- tracker:weight 2 .
-
-mtp:creator a rdf:Property ;
- rdfs:label "MTP Creator" ;
- rdfs:comment "Following MTP spec, this property can contain a free text taking about creator of the Media" ;
- nrl:maxCardinality 1 ;
- rdfs:domain nfo:Media ;
- rdfs:range xsd:string ;
- tracker:fulltextIndexed true ;
- tracker:weight 3 .
-
-# http://msdn.microsoft.com/en-us/library/ms867195.aspx#waveformats
-mtp:fourCC a rdf:Property ;
- rdfs:label "MTP fourCC code";
- rdfs:comment "These codes are used to uniquely identify video formats, and are used in various legacy and current software development kits (SDKs), including those for Microsoft Video for Windows (VfW), Microsoft DirectShow, and Microsoft Windows Media Format.";
- nrl:maxCardinality 1 ;
- rdfs:domain nmm:Video ;
- rdfs:range xsd:string .
-
-# http://msdn.microsoft.com/en-us/library/ms867195.aspx#waveformats
-mtp:waveformat a rdf:Property ;
- rdfs:label "Wave format" ;
- rdfs:comment "the WAVE formats reserved with Microsoft as of June 1, 2003. These codes are used to uniquely identify audio formats, and are used in various legacy and current software development kits (SDKs), including MCI, Microsoft Video for Windows, Microsoft DirectShow, Microsoft DirectSound, and Microsoft Windows Media Format.";
- nrl:maxCardinality 1 ;
- rdfs:domain nmm:Video ;
- rdfs:range xsd:string .
-
-
diff --git a/src/ontologies/nepomuk/92-slo.description b/src/ontologies/nepomuk/92-slo.description
index b6c1e4484..4ce617342 100644
--- a/src/ontologies/nepomuk/92-slo.description
+++ b/src/ontologies/nepomuk/92-slo.description
@@ -1,8 +1,8 @@
@prefix dsc: <http://tracker.api.gnome.org/ontology/v3/dsc#> .
<virtual-ontology-uri:40-mlo.ontology> a dsc:Ontology ;
- dsc:title "Simplified Maemo Location Ontology (SLO) (experimental/for testing)" ;
- dsc:description "Simpler, faster, better ontology for locations and landmarks" ;
+ dsc:title "Simplified Maemo Location Ontology (SLO)" ;
+ dsc:description "Ontology for locations and landmarks" ;
dsc:author "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
dsc:editor "Ivan Frade &lt;ivan.frade@nokia.com&gt;" ;
diff --git a/tests/functional-tests/distance.py b/tests/functional-tests/distance.py
index 746153b1c..9ad6ddd6b 100644
--- a/tests/functional-tests/distance.py
+++ b/tests/functional-tests/distance.py
@@ -39,9 +39,9 @@ class TestDistanceFunctions (fixtures.TrackerSparqlDirectTest):
for lat, log in POINT_COORDS:
insert = """
INSERT {
- <%s> a mlo:GeoPoint ;
- mlo:longitude %d ;
- mlo:latitude %d .
+ <%s> a slo:GeoLocation ;
+ slo:longitude %d ;
+ slo:latitude %d .
}
""" % ("point://test/point/" + str(self.counter), log, lat)
self.tracker.update(insert)
@@ -65,13 +65,13 @@ class TestDistanceFunctions (fixtures.TrackerSparqlDirectTest):
query_1_to_2 = """
SELECT xsd:integer(tracker:%s-distance(?lat1,?lat2,?lon1,?lon2))
WHERE {
- <point://test/point/%d> a mlo:GeoPoint ;
- mlo:latitude ?lat1 ;
- mlo:longitude ?lon1 .
+ <point://test/point/%d> a slo:GeoLocation ;
+ slo:latitude ?lat1 ;
+ slo:longitude ?lon1 .
- <point://test/point/%d> a mlo:GeoPoint ;
- mlo:latitude ?lat2 ;
- mlo:longitude ?lon2 .
+ <point://test/point/%d> a slo:GeoLocation ;
+ slo:latitude ?lat2 ;
+ slo:longitude ?lon2 .
}
""" % (sum_func, id1, id2)
result = self.tracker.query(query_1_to_2)
diff --git a/tests/libtracker-data/nie/data-1.ttl b/tests/libtracker-data/nie/data-1.ttl
index 995f0afe0..4834903ef 100644
--- a/tests/libtracker-data/nie/data-1.ttl
+++ b/tests/libtracker-data/nie/data-1.ttl
@@ -1,26 +1,5 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@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://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://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://tracker.api.gnome.org/ontology/v3/ncal#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@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://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix nexif: <http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#> .
_:a1 a nie:DataObject .
diff --git a/tests/libtracker-data/nie/filter-description-1.out b/tests/libtracker-data/nie/filter-description-1.out
index a848b7490..0d8e5a3a1 100644
--- a/tests/libtracker-data/nie/filter-description-1.out
+++ b/tests/libtracker-data/nie/filter-description-1.out
@@ -1,37 +1,16 @@
"Airport, Bus stop, Harbour, Railway Station, Rest area"
-"Airport, Bus stop, Harbour, Railway Station, Rest area"
-"Amusement park, Cinema, Concert hall, Night club"
"Amusement park, Cinema, Concert hall, Night club"
"Bank, Factory, Office"
-"Bank, Factory, Office"
-"Bowling, Golf course, Ice hockey hall, Stadium"
"Bowling, Golf course, Ice hockey hall, Stadium"
"Camping site, Fishing place, Hunting, National park, Playground"
-"Camping site, Fishing place, Hunting, National park, Playground"
-"Church, Mosque"
"Church, Mosque"
"City, City center, Town"
-"City, City center, Town"
-"Fast food, Restaurant, Café, Bar"
"Fast food, Restaurant, Café, Bar"
-"Fields are sent as independent samples. The field is indicated (on a per sample basis"
-"Fields are sent as independent samples. The field is indicated (on a per sample basis)"
"Hotel, Camping site"
-"Hotel, Camping site"
-"Internet Access Point, Public Telephone, Wireless LAN Hot Spot"
"Internet Access Point, Public Telephone, Wireless LAN Hot Spot"
-"Line interleaved frames with the Lower field on the first line."
-"Line interleaved Frames with the Upper field on the first line."
"Market Place, Pharmacy, Shop, Shopping Center"
-"Market Place, Pharmacy, Shop, Shopping Center"
-"Monument, Mountain top, Museum"
"Monument, Mountain top, Museum"
"My home, My friends home, Fathers summer cottage, Childs school"
-"My home, My friends home, Fathers summer cottage, Childs school"
-"School, College"
"School, College"
"stringly data for nie:description"
-"The content may contain a mix of interlaced and progressive modes."
-"The content may contain a mix of interlaced modes"
-"Tourist information office, Government office, Library, Post office, Hospital, Police "
"Tourist information office, Government office, Library, Post office, Hospital, Police "
diff --git a/tests/libtracker-data/nie/filter-identifier-1.out b/tests/libtracker-data/nie/filter-identifier-1.out
index 593fe1e8f..cf941f70a 100644
--- a/tests/libtracker-data/nie/filter-identifier-1.out
+++ b/tests/libtracker-data/nie/filter-identifier-1.out
@@ -1,21 +1 @@
-"0x1002"
-"0x1003"
-"0x1004"
-"0x1005"
-"0x1008"
-"12000"
-"15000"
-"18000"
-"21000"
-"24000"
-"27000"
-"3000"
-"30000"
-"33000"
-"36000"
-"39000"
-"42000"
-"45000"
-"6000"
-"9000"
"stringly data for nie:identifier"
diff --git a/tests/libtracker-data/nie/filter-title-1.out b/tests/libtracker-data/nie/filter-title-1.out
index a03602ae7..8384d96bc 100644
--- a/tests/libtracker-data/nie/filter-title-1.out
+++ b/tests/libtracker-data/nie/filter-title-1.out
@@ -1,36 +1,16 @@
"Accommodation"
-"Accommodation"
-"Business"
"Business"
"Communication"
-"Communication"
-"Draft"
-"Educational institute"
"Educational institute"
"Entertainment"
-"Entertainment"
-"Food & Beverage"
"Food & Beverage"
"Geographical area"
-"Geographical area"
-"Inbox"
-"MyFolder"
-"Outbox"
-"Outdoor activities"
"Outdoor activities"
"People"
-"People"
-"Public service"
"Public service"
"Religious places"
-"Religious places"
-"Sent"
-"Shopping"
"Shopping"
"Sightseeing"
-"Sightseeing"
-"Sports"
"Sports"
"stringly data for nie:title"
"Transport"
-"Transport"
diff --git a/tests/libtracker-data/nmo/data-1.ttl b/tests/libtracker-data/nmo/data-1.ttl
deleted file mode 100644
index 940505e81..000000000
--- a/tests/libtracker-data/nmo/data-1.ttl
+++ /dev/null
@@ -1,62 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@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://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://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://tracker.api.gnome.org/ontology/v3/ncal#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@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://tracker.api.gnome.org/ontology/v3/nco#> .
-@prefix nexif: <http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#> .
-
-_:a1 a nmo:Message .
-
-_:a1 nmo:messageSubject "stringly data for nmo:messageSubject" .
-_:a1 nmo:isRead "stringly data for nmo:isRead" .
-_:a1 nie:plainTextContent "stringly data for nie:plainTextContent" .
-_:a1 nmo:messageId "stringly data for nmo:messageId" .
-
-_:a2 a nmo:MailAccount .
-
-_:a3 a nmo:IMMessage .
-
-_:a4 a nmo:MailboxDataObject .
-
-_:a5 a nmo:PermanentChannel .
-
-_:a6 a nmo:Email .
-
-_:a6 nmo:isFlagged true .
-_:a6 nmo:isDraft false .
-_:a6 nmo:isDeleted "false" .
-_:a6 nmo:isAnswered true .
-_:a6 nmo:isRecent "true" .
-_:a7 a nmo:MimePart .
-
-_:a7 nmo:contentId "stringly data for nmo:contentId" .
-_:a7 nmo:charSet "stringly data for nmo:charSet" .
-_:a7 nmo:contentTransferEncoding "stringly data for nmo:contentTransferEncoding" .
-_:a7 nmo:contentDescription "stringly data for nmo:contentDescription" .
-_:a8 a nmo:TransientChannel .
-
-_:a9 a nmo:Attachment .
-
-_:a10 a nmo:CommunicationChannel .
-
-_:a11 a nmo:MessageHeader .
-
-_:a11 nmo:headerName "stringly data for nmo:headerName" .
-_:a11 nmo:headerValue "stringly data for nmo:headerValue" .
-
diff --git a/tests/libtracker-data/nmo/filter-boundary-1.out b/tests/libtracker-data/nmo/filter-boundary-1.out
deleted file mode 100644
index a3fd7efb6..000000000
--- a/tests/libtracker-data/nmo/filter-boundary-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:boundary"
diff --git a/tests/libtracker-data/nmo/filter-boundary-1.rq b/tests/libtracker-data/nmo/filter-boundary-1.rq
deleted file mode 100644
index 5feca4675..000000000
--- a/tests/libtracker-data/nmo/filter-boundary-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?boundary
-WHERE { ?x nmo:boundary ?boundary }
-ORDER BY ?boundary
diff --git a/tests/libtracker-data/nmo/filter-charset-1.out b/tests/libtracker-data/nmo/filter-charset-1.out
deleted file mode 100644
index 68cf1e09e..000000000
--- a/tests/libtracker-data/nmo/filter-charset-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:charSet"
diff --git a/tests/libtracker-data/nmo/filter-charset-1.rq b/tests/libtracker-data/nmo/filter-charset-1.rq
deleted file mode 100644
index 2cb088ddc..000000000
--- a/tests/libtracker-data/nmo/filter-charset-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?charSet
-WHERE { ?x nmo:charSet ?charSet }
-ORDER BY ?charSet
diff --git a/tests/libtracker-data/nmo/filter-contentdescription-1.out b/tests/libtracker-data/nmo/filter-contentdescription-1.out
deleted file mode 100644
index 7c939f6cf..000000000
--- a/tests/libtracker-data/nmo/filter-contentdescription-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:contentDescription"
diff --git a/tests/libtracker-data/nmo/filter-contentdescription-1.rq b/tests/libtracker-data/nmo/filter-contentdescription-1.rq
deleted file mode 100644
index ca6ee2f7e..000000000
--- a/tests/libtracker-data/nmo/filter-contentdescription-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?contentDescription
-WHERE { ?x nmo:contentDescription ?contentDescription }
-ORDER BY ?contentDescription
diff --git a/tests/libtracker-data/nmo/filter-contentid-1.out b/tests/libtracker-data/nmo/filter-contentid-1.out
deleted file mode 100644
index 2e619e258..000000000
--- a/tests/libtracker-data/nmo/filter-contentid-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:contentId"
diff --git a/tests/libtracker-data/nmo/filter-contentid-1.rq b/tests/libtracker-data/nmo/filter-contentid-1.rq
deleted file mode 100644
index 7cee1bf0a..000000000
--- a/tests/libtracker-data/nmo/filter-contentid-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?contentId
-WHERE { ?x nmo:contentId ?contentId }
-ORDER BY ?contentId
diff --git a/tests/libtracker-data/nmo/filter-contenttransferencoding-1.out b/tests/libtracker-data/nmo/filter-contenttransferencoding-1.out
deleted file mode 100644
index deafa9311..000000000
--- a/tests/libtracker-data/nmo/filter-contenttransferencoding-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:contentTransferEncoding"
diff --git a/tests/libtracker-data/nmo/filter-contenttransferencoding-1.rq b/tests/libtracker-data/nmo/filter-contenttransferencoding-1.rq
deleted file mode 100644
index 17ba448b9..000000000
--- a/tests/libtracker-data/nmo/filter-contenttransferencoding-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?contentTransferEncoding
-WHERE { ?x nmo:contentTransferEncoding ?contentTransferEncoding }
-ORDER BY ?contentTransferEncoding
diff --git a/tests/libtracker-data/nmo/filter-headername-1.out b/tests/libtracker-data/nmo/filter-headername-1.out
deleted file mode 100644
index d8ab2fae4..000000000
--- a/tests/libtracker-data/nmo/filter-headername-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:headerName"
diff --git a/tests/libtracker-data/nmo/filter-headername-1.rq b/tests/libtracker-data/nmo/filter-headername-1.rq
deleted file mode 100644
index 42b1a189e..000000000
--- a/tests/libtracker-data/nmo/filter-headername-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?headerName
-WHERE { ?x nmo:headerName ?headerName }
-ORDER BY ?headerName
diff --git a/tests/libtracker-data/nmo/filter-headervalue-1.out b/tests/libtracker-data/nmo/filter-headervalue-1.out
deleted file mode 100644
index 21d48d849..000000000
--- a/tests/libtracker-data/nmo/filter-headervalue-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:headerValue"
diff --git a/tests/libtracker-data/nmo/filter-headervalue-1.rq b/tests/libtracker-data/nmo/filter-headervalue-1.rq
deleted file mode 100644
index 60cb3f304..000000000
--- a/tests/libtracker-data/nmo/filter-headervalue-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?headerValue
-WHERE { ?x nmo:headerValue ?headerValue }
-ORDER BY ?headerValue
diff --git a/tests/libtracker-data/nmo/filter-isanswered-1.out b/tests/libtracker-data/nmo/filter-isanswered-1.out
deleted file mode 100644
index 826861551..000000000
--- a/tests/libtracker-data/nmo/filter-isanswered-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"true"
diff --git a/tests/libtracker-data/nmo/filter-isanswered-1.rq b/tests/libtracker-data/nmo/filter-isanswered-1.rq
deleted file mode 100644
index 15589983f..000000000
--- a/tests/libtracker-data/nmo/filter-isanswered-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?isAnswered
-WHERE { ?x nmo:isAnswered ?isAnswered }
-ORDER BY ?isAnswered
diff --git a/tests/libtracker-data/nmo/filter-isdeleted-1.out b/tests/libtracker-data/nmo/filter-isdeleted-1.out
deleted file mode 100644
index d24842c0c..000000000
--- a/tests/libtracker-data/nmo/filter-isdeleted-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"false"
diff --git a/tests/libtracker-data/nmo/filter-isdeleted-1.rq b/tests/libtracker-data/nmo/filter-isdeleted-1.rq
deleted file mode 100644
index 054d96f5f..000000000
--- a/tests/libtracker-data/nmo/filter-isdeleted-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?isDeleted
-WHERE { ?x nmo:isDeleted ?isDeleted }
-ORDER BY ?isDeleted
diff --git a/tests/libtracker-data/nmo/filter-isdraft-1.out b/tests/libtracker-data/nmo/filter-isdraft-1.out
deleted file mode 100644
index d24842c0c..000000000
--- a/tests/libtracker-data/nmo/filter-isdraft-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"false"
diff --git a/tests/libtracker-data/nmo/filter-isdraft-1.rq b/tests/libtracker-data/nmo/filter-isdraft-1.rq
deleted file mode 100644
index f6f660c22..000000000
--- a/tests/libtracker-data/nmo/filter-isdraft-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?isDraft
-WHERE { ?x nmo:isDraft ?isDraft }
-ORDER BY ?isDraft
diff --git a/tests/libtracker-data/nmo/filter-isflagged-1.out b/tests/libtracker-data/nmo/filter-isflagged-1.out
deleted file mode 100644
index 826861551..000000000
--- a/tests/libtracker-data/nmo/filter-isflagged-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"true"
diff --git a/tests/libtracker-data/nmo/filter-isflagged-1.rq b/tests/libtracker-data/nmo/filter-isflagged-1.rq
deleted file mode 100644
index 2fa36f4b8..000000000
--- a/tests/libtracker-data/nmo/filter-isflagged-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?isFlagged
-WHERE { ?x nmo:isFlagged ?isFlagged }
-ORDER BY ?isFlagged
diff --git a/tests/libtracker-data/nmo/filter-isread-1.out b/tests/libtracker-data/nmo/filter-isread-1.out
deleted file mode 100644
index d24842c0c..000000000
--- a/tests/libtracker-data/nmo/filter-isread-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"false"
diff --git a/tests/libtracker-data/nmo/filter-isread-1.rq b/tests/libtracker-data/nmo/filter-isread-1.rq
deleted file mode 100644
index 68fec40ba..000000000
--- a/tests/libtracker-data/nmo/filter-isread-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?isRead
-WHERE { ?x nmo:isRead ?isRead }
-ORDER BY ?isRead
diff --git a/tests/libtracker-data/nmo/filter-isrecent-1.out b/tests/libtracker-data/nmo/filter-isrecent-1.out
deleted file mode 100644
index 826861551..000000000
--- a/tests/libtracker-data/nmo/filter-isrecent-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"true"
diff --git a/tests/libtracker-data/nmo/filter-isrecent-1.rq b/tests/libtracker-data/nmo/filter-isrecent-1.rq
deleted file mode 100644
index 22f42e7bd..000000000
--- a/tests/libtracker-data/nmo/filter-isrecent-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?isRecent
-WHERE { ?x nmo:isRecent ?isRecent }
-ORDER BY ?isRecent
diff --git a/tests/libtracker-data/nmo/filter-messageid-1.out b/tests/libtracker-data/nmo/filter-messageid-1.out
deleted file mode 100644
index 500f5ed67..000000000
--- a/tests/libtracker-data/nmo/filter-messageid-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:messageId"
diff --git a/tests/libtracker-data/nmo/filter-messageid-1.rq b/tests/libtracker-data/nmo/filter-messageid-1.rq
deleted file mode 100644
index 23d66ccc7..000000000
--- a/tests/libtracker-data/nmo/filter-messageid-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?messageId
-WHERE { ?x nmo:messageId ?messageId }
-ORDER BY ?messageId
diff --git a/tests/libtracker-data/nmo/filter-messagesubject-1.out b/tests/libtracker-data/nmo/filter-messagesubject-1.out
deleted file mode 100644
index ff1e087fa..000000000
--- a/tests/libtracker-data/nmo/filter-messagesubject-1.out
+++ /dev/null
@@ -1 +0,0 @@
-"stringly data for nmo:messageSubject"
diff --git a/tests/libtracker-data/nmo/filter-messagesubject-1.rq b/tests/libtracker-data/nmo/filter-messagesubject-1.rq
deleted file mode 100644
index 641fca23b..000000000
--- a/tests/libtracker-data/nmo/filter-messagesubject-1.rq
+++ /dev/null
@@ -1,3 +0,0 @@
-SELECT ?messageSubject
-WHERE { ?x nmo:messageSubject ?messageSubject }
-ORDER BY ?messageSubject
diff --git a/tests/libtracker-data/tracker-ontology-test.c b/tests/libtracker-data/tracker-ontology-test.c
index edf021c36..79760abd0 100644
--- a/tests/libtracker-data/tracker-ontology-test.c
+++ b/tests/libtracker-data/tracker-ontology-test.c
@@ -67,24 +67,6 @@ const TestInfo nie_tests[] = {
{ NULL, NULL }
};
-const TestInfo nmo_tests[] = {
- { "nmo/filter-charset-1", "nmo/data-1" },
- { "nmo/filter-contentdescription-1", "nmo/data-1" },
- { "nmo/filter-contentid-1", "nmo/data-1" },
- { "nmo/filter-contenttransferencoding-1", "nmo/data-1" },
- { "nmo/filter-headername-1", "nmo/data-1" },
- { "nmo/filter-headervalue-1", "nmo/data-1" },
- { "nmo/filter-isanswered-1", "nmo/data-1" },
- { "nmo/filter-isdeleted-1", "nmo/data-1" },
- { "nmo/filter-isdraft-1", "nmo/data-1" },
- { "nmo/filter-isflagged-1", "nmo/data-1" },
- { "nmo/filter-isread-1", "nmo/data-1" },
- { "nmo/filter-isrecent-1", "nmo/data-1" },
- { "nmo/filter-messageid-1", "nmo/data-1" },
- { "nmo/filter-messagesubject-1", "nmo/data-1" },
- { NULL, NULL }
-};
-
static void
query_helper (TrackerDataManager *manager, const gchar *query_filename, const gchar *results_filename)
{
@@ -333,14 +315,6 @@ main (int argc, char **argv)
g_free (testpath);
}
- for (i = 0; nmo_tests[i].test_name; i++) {
- gchar *testpath;
-
- testpath = g_strconcat ("/libtracker-data/nmo/", nmo_tests[i].test_name, NULL);
- g_test_add (testpath, TestInfo, &nmo_tests[i], setup, test_query, teardown);
- g_free (testpath);
- }
-
/* run tests */
result = g_test_run ();
diff --git a/tests/libtracker-sparql/tracker-fd-test.c b/tests/libtracker-sparql/tracker-fd-test.c
index 3c260ccae..8a0b2e92e 100644
--- a/tests/libtracker-sparql/tracker-fd-test.c
+++ b/tests/libtracker-sparql/tracker-fd-test.c
@@ -296,7 +296,7 @@ test_tracker_sparql_update_fast_small (DataFixture *fixture,
gconstpointer user_data)
{
GError *error = NULL;
- const gchar *query = "INSERT { _:x a nmo:Message }";
+ const gchar *query = "INSERT { _:x a nfo:Image }";
tracker_sparql_connection_update (connection, query, 0, NULL, &error);
@@ -315,7 +315,7 @@ test_tracker_sparql_update_fast_large (DataFixture *fixture,
memset (lots, 'a', LONG_NAME_SIZE);
lots[LONG_NAME_SIZE-1] = '\0';
- query = g_strdup_printf ("INSERT { _:x a nmo:Message; nao:identifier \"%s\" }", lots);
+ query = g_strdup_printf ("INSERT { _:x a nfo:Image; nao:identifier \"%s\" }", lots);
tracker_sparql_connection_update (connection, query, 0, NULL, &error);
@@ -346,12 +346,12 @@ static void
test_tracker_sparql_update_array_async (DataFixture *fixture,
gconstpointer user_data)
{
- const gchar *queries[6] = { "INSERT { _:a a nmo:Message }",
- "INSERT { _:b a nmo:Message }",
- "INSERT { _:c a nmo:Message }",
- "INSERT { _:d syntax error a nmo:Message }",
- "INSERT { _:e a nmo:Message }",
- "INSERT { _:f a nmo:Message }" };
+ const gchar *queries[6] = { "INSERT { _:a a nfo:Image }",
+ "INSERT { _:b a nfo:Image }",
+ "INSERT { _:c a nfo:Image }",
+ "INSERT { _:d syntax error a nfo:Image }",
+ "INSERT { _:e a nfo:Image }",
+ "INSERT { _:f a nfo:Image }" };
GMainLoop *main_loop;
AsyncData *data;
@@ -395,7 +395,7 @@ test_tracker_sparql_update_blank_fast_small (DataFixture *fixture,
gconstpointer user_data)
{
GError *error = NULL;
- const gchar *query = "INSERT { _:x a nmo:Message }";
+ const gchar *query = "INSERT { _:x a nfo:Image }";
GVariant *results;
results = tracker_sparql_connection_update_blank (connection, query, 0, NULL, &error);
@@ -419,7 +419,7 @@ test_tracker_sparql_update_blank_fast_large (DataFixture *fixture,
memset (lots, 'a', LONG_NAME_SIZE);
lots[LONG_NAME_SIZE-1] = '\0';
- query = g_strdup_printf ("INSERT { _:x a nmo:Message; nao:identifier \"%s\" }", lots);
+ query = g_strdup_printf ("INSERT { _:x a nfo:Image; nao:identifier \"%s\" }", lots);
results = tracker_sparql_connection_update_blank (connection, query, 0, NULL, &error);
@@ -453,7 +453,7 @@ test_tracker_sparql_update_blank_fast_no_blanks (DataFixture *fixture,
gconstpointer user_data)
{
GError *error = NULL;
- const gchar *query = "INSERT { <urn:not_blank> a nmo:Message }";
+ const gchar *query = "INSERT { <urn:not_blank> a nfo:Image }";
GVariant *results;
results = tracker_sparql_connection_update_blank (connection, query, 0, NULL, &error);
@@ -469,7 +469,7 @@ test_tracker_batch_sparql_update_fast (DataFixture *fixture,
gconstpointer user_data)
{
/* GError *error = NULL; */
- /* const gchar *query = "INSERT { _:x a nmo:Message }"; */
+ /* const gchar *query = "INSERT { _:x a nfo:Image }"; */
/* FIXME: batch update is missing so far
* tracker_sparql_connection_batch_update (connection, query, NULL, &error); */
@@ -597,7 +597,7 @@ static void
test_tracker_sparql_update_async (DataFixture *fixture,
gconstpointer user_data)
{
- const gchar *query = "INSERT { _:x a nmo:Message }";
+ const gchar *query = "INSERT { _:x a nfo:Image }";
GMainLoop *main_loop;
AsyncData *data;
@@ -640,7 +640,7 @@ test_tracker_sparql_update_async_cancel (DataFixture *fixture,
gconstpointer user_data)
{
GCancellable *cancellable = g_cancellable_new ();
- const gchar *query = "INSERT { _:x a nmo:Message }";
+ const gchar *query = "INSERT { _:x a nfo:Image }";
GMainLoop *main_loop;
main_loop = g_main_loop_new (NULL, FALSE);
@@ -679,7 +679,7 @@ static void
test_tracker_sparql_update_blank_async (DataFixture *fixture,
gconstpointer user_data)
{
- const gchar *query = "INSERT { _:x a nmo:Message }";
+ const gchar *query = "INSERT { _:x a nfo:Image }";
GMainLoop *main_loop;
AsyncData *data;
diff --git a/utils/data-generators/cc/ontology_prefixes.py b/utils/data-generators/cc/ontology_prefixes.py
index 1e0294b33..d40a3ea15 100644
--- a/utils/data-generators/cc/ontology_prefixes.py
+++ b/utils/data-generators/cc/ontology_prefixes.py
@@ -4,7 +4,6 @@
ontology_prefixes = """
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>.
-@prefix nid3: <http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#>.
@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#>.
@prefix nco: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#>.
@prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#>.