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



commit 6c1885f241880b528d29c2270022dac2bdd5be86
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Sat Jun 8 00:30:42 2013 +0200

    NFO: Add properties nfo:backgroundColor and nfo:xmlContent
    
    See NB#701828

 data/ontologies/33-nfo.ontology |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 3fc09aa..daa8ffb 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 "2011-12-15T18:51:25Z" .
+       nao:lastModified "2013-06-21T00:29:38Z" .
 
 nfo:Document a rdfs:Class ;
        rdfs:label "Document" ;
@@ -569,6 +569,18 @@ 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]