[tracker] NCO: Fix cyclic dependency with NFO
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] NCO: Fix cyclic dependency with NFO
- Date: Tue, 18 Jan 2011 16:52:33 +0000 (UTC)
commit a4fda944de189abb73882df33cdee58c3ce5bd32
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Jan 18 17:52:12 2011 +0100
NCO: Fix cyclic dependency with NFO
data/ontologies/32-nco.ontology | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 5469e70..7a80d0f 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -11,7 +11,7 @@
nco: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nco" ;
- nao:lastModified "2010-01-18T12:20:00Z" .
+ nao:lastModified "2010-01-18T17:50:00Z" .
nco:Role a rdfs:Class ;
rdfs:label "Role" ;
@@ -484,7 +484,7 @@ nco:photo a rdf:Property ;
rdfs:comment "Photograph attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Image. Inspired by the PHOTO property defined in RFC 2426 sec. 3.1.4" ;
nrl:maxCardinality 1 ;
rdfs:domain nco:Contact ;
- rdfs:range nfo:Image .
+ rdfs:range nie:InformationElement .
# FIXME why range is not Image? Bug in Nepomuk?
nco:logo a rdf:Property ;
@@ -625,7 +625,7 @@ nco:sound a rdf:Property ;
rdfs:comment "Sound clip attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Audio. Inspired by the SOUND property defined in RFC 2425 sec. 3.6.6." ;
nrl:maxCardinality 1 ;
rdfs:domain nco:Contact ;
- rdfs:range nie:DataObject .
+ rdfs:range nie:InformationElement .
nco:imNickname a rdf:Property ;
rdfs:label "imNickname" ;
@@ -871,4 +871,4 @@ nco:video a rdf:Property ;
rdfs:comment "Video avatar of a contact. Note that is an icon/avatar, not a generic 'present in video' property";
rdfs:domain nco:Role ;
nrl:maxCardinality 1 ;
- rdfs:range nfo:Video .
+ rdfs:range nie:InformationElement .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]