[tracker] ontology: Removed duplicate nfo:depicts and correct domain/range



commit 7bc833cbbad924777b15f0c176637513ea93e4a8
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Jul 10 13:54:35 2014 +0100

    ontology: Removed duplicate nfo:depicts and correct domain/range
    
    Previously nfo:depicts was defined, but not nfo:depiction, because the spec
    was in draft at the time.
    
    The domain/range bug was a copy/paste error
    
    All noticed on make distcheck

 data/ontologies/33-nfo.ontology |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 5b380a0..3188489 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -12,7 +12,7 @@
 
 nfo: a tracker:Namespace, tracker:Ontology ;
        tracker:prefix "nfo" ;
-       nao:lastModified "2014-07-09T11:05:00Z" .
+       nao:lastModified "2014-07-10T14:05:00Z" .
 
 nfo:Document a rdfs:Class ;
        rdfs:label "Document" ;
@@ -769,8 +769,8 @@ nfo:depicts a rdf:Property ;
        a nrl:InverseFunctionalProperty ;
        rdfs:label "depicts" ;
        rdfs:comment "Relates an image to the information elements it depicts." ;
-       rdfs:domain rdfs:Image ;
-       rdfs:range nfo:Resource .
+       rdfs:domain nfo:Image ;
+       rdfs:range rdfs:Resource .
 
 nfo:bookmarks a rdf:Property ;
        rdfs:label "link" ;
@@ -929,11 +929,6 @@ poi: a tracker:Namespace ;
 poi:ObjectOfInterest a rdfs:Class ;
        rdfs:subClassOf rdfs:Resource .
 
-nfo:depicts a rdf:Property ;
-       rdfs:domain nfo:Image ;
-       rdfs:range poi:ObjectOfInterest .
-
-
 # Ivan's magic proposal for happy media lists
 nfo:mediaListEntry a rdf:Property ;
        rdfs:label "Media list entry" ;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]