[graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-08-17 15:53:31
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16461/config Modified Files: config.rdf Log Message: - FEATURE: added navigator thread for update-exhibition, disabled in normal operation - FEATURE: started implementation of filtering architecture - FEATURE: creating new node opens type context menu - CODE: added NS calss for easier namespace referencing in code Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** config.rdf 11 Jan 2005 13:19:12 -0000 1.13 --- config.rdf 17 Aug 2005 15:52:53 -0000 1.14 *************** *** 1,4 **** --- 1,5 ---- <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE rdf:RDF [ + <!ENTITY foo 'http://www.mediavirus.org/foo#'> <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> *************** *** 11,14 **** --- 12,16 ---- <rdf:RDF xml:base="" + xmlns:foo="&foo;" xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" *************** *** 421,430 **** <graphl:LabelGenerator> <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet graphl:labelFacetType="Value" ! graphl:guessName="true"/> <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue=" ["/> <graphl:LabelFacet graphl:labelFacetType="Type" --- 423,432 ---- <graphl:LabelGenerator> <graphl:labelFacets rdf:parseType="Collection"> ! <!--<graphl:LabelFacet graphl:labelFacetType="Value" ! graphl:guessName="true"/>--> <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue=" [ "/> <graphl:LabelFacet graphl:labelFacetType="Type" *************** *** 432,436 **** <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue="]"/> </graphl:labelFacets> </graphl:LabelGenerator> --- 434,438 ---- <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue=" ] "/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 509,512 **** --- 511,526 ---- <rdfs:Class rdf:about="&foaf;Project"/> </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Institution"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Network"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Company"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Exhibition"/> + </graphl:assignedToType> </graphl:NodePainter> </rdf:li> |