summaryrefslogtreecommitdiff
path: root/src/ontologies/34-nmo.ontology
diff options
context:
space:
mode:
Diffstat (limited to 'src/ontologies/34-nmo.ontology')
-rw-r--r--src/ontologies/34-nmo.ontology6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ontologies/34-nmo.ontology b/src/ontologies/34-nmo.ontology
index 063753387..c6d475c3b 100644
--- a/src/ontologies/34-nmo.ontology
+++ b/src/ontologies/34-nmo.ontology
@@ -12,7 +12,7 @@
nmo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nmo" ;
- nao:lastModified "2011-08-16T11:00:00Z" .
+ nao:lastModified "2015-07-26T12:30:00Z" .
# FIXME Extension requested in Nepomuk
nmo:MimePart a rdfs:Class ;
@@ -236,6 +236,7 @@ nmo:messageSubject a rdf:Property ;
nmo:receivedDate a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain nmo:Message ;
+ tracker:indexed true ;
rdfs:range xsd:dateTime .
nmo:replyTo a rdf:Property ;
@@ -272,9 +273,6 @@ nmo:conversation a rdf:Property ;
nmo:communicationChannel a rdf:Property ;
rdfs:comment "Connects this message to a communication channel. Every message must only be in a single channel." ;
- tracker:indexed true ;
- tracker:secondaryIndex nmo:receivedDate ;
- nrl:maxCardinality 1 ;
rdfs:domain nmo:Message ;
rdfs:range nmo:CommunicationChannel .