[tracker] NCO: Fix range of nco:photo and nco:video, fix maxCardinality of nco:video
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] NCO: Fix range of nco:photo and nco:video, fix maxCardinality of nco:video
- Date: Tue, 18 Jan 2011 11:22:41 +0000 (UTC)
commit 5da66b3881808f17f85e67acf0443a6eeee8c2f1
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Jan 11 12:22:25 2011 +0100
NCO: Fix range of nco:photo and nco:video, fix maxCardinality of nco:video
Fixes NB#218125
data/ontologies/32-nco.ontology | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index f7b6d42..5469e70 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-14T15:00:00Z" .
+ nao:lastModified "2010-01-18T12:20:00Z" .
nco:Role a rdfs:Class ;
rdfs:label "Role" ;
@@ -479,13 +479,12 @@ nco:hasPhoneNumber a rdf:Property ;
rdfs:domain nco:Role ;
rdfs:range nco:PhoneNumber .
-# FIXME why range is not Image? Bug in Nepomuk?
nco:photo a rdf:Property ;
rdfs:label "photo" ;
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 nie:DataObject .
+ rdfs:range nfo:Image .
# FIXME why range is not Image? Bug in Nepomuk?
nco:logo a rdf:Property ;
@@ -866,10 +865,10 @@ nco:imAddressAuthStatusTo a rdf:Property ;
rdfs:domain nco:IMAddress ;
rdfs:range nco:AuthorizationStatus .
-
# Proposal for Nepomuk
nco:video a rdf:Property ;
rdfs:label "Contact video";
rdfs:comment "Video avatar of a contact. Note that is an icon/avatar, not a generic 'present in video' property";
rdfs:domain nco:Role ;
- rdfs:range nie:DataObject.
+ nrl:maxCardinality 1 ;
+ rdfs:range nfo:Video .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]