[tracker] Revert "NFO: Add properties nfo:backgroundColor and nfo:xmlContent"



commit e0c42731939274f88275b1f1344aec88649738fb
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Jul 11 18:31:01 2013 +0100

    Revert "NFO: Add properties nfo:backgroundColor and nfo:xmlContent"
    
    This reverts commit 6c1885f241880b528d29c2270022dac2bdd5be86.
    
    This ontology change has been considered inappropriate with how the Tracker
    data store should be used. More dialogue and information is available on
    Bugzilla for this.

 data/ontologies/33-nfo.ontology |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index daa8ffb..3fc09aa 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 "2013-06-21T00:29:38Z" .
+       nao:lastModified "2011-12-15T18:51:25Z" .
 
 nfo:Document a rdfs:Class ;
        rdfs:label "Document" ;
@@ -569,18 +569,6 @@ nfo:Note a rdfs:Class ;
          rdfs:comment "Usually small document with snippets, reminders or frequenly used content.";
          rdfs:subClassOf nfo:Document .
 
-nfo:backgroundColor a rdf:Property ;
-       rdfs:comment "Textual representation of a color, respecting CSS3 rgba format" ;
-       nrl:maxCardinality 1 ;
-       rdfs:domain nfo:Note ;
-       rdfs:range xsd:string .
-
-nfo:xmlContent a rdf:Property ;
-       rdfs:comment "XML/HTML or other rich representation of a document" ;
-       nrl:maxCardinality 1 ;
-       rdfs:domain nfo:Document ;
-       rdfs:range xsd:string .
-
 nfo:lineCount a rdf:Property ;
        rdfs:label "lineCount" ;
        rdfs:comment "The amount of lines in a text document" ;


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