[graphl-cvs] graphl/config vocabularies.rdf facets.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-08-19 14:14:40
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12443/config Modified Files: vocabularies.rdf facets.rdf Log Message: changed cvs mode for rdf files Index: vocabularies.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/vocabularies.rdf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vocabularies.rdf 5 Aug 2004 08:50:44 -0000 1.2 --- vocabularies.rdf 19 Aug 2004 14:14:28 -0000 1.3 *************** *** 1,319 **** ! <?xml version='1.0' encoding='UTF-8'?> ! <!DOCTYPE rdf:RDF [ ! <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> ! <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> ! <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> ! <!ENTITY dc 'http://purl.org/dc/elements/1.1/'> ! <!ENTITY rss 'http://purl.org/rss/1.0/'> ! ]> ! ! <rdf:RDF xml:base="" ! xmlns:graphl="&graphl;" ! xmlns:foaf="&foaf;" ! xmlns:rdf="&rdf;"> ! ! <graphl:Configuration> ! ! <graphl:registeredNamespaces> ! <rdf:Bag> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="graphl" ! graphl:uri="http://www.mediavirus.org/graphl#"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="foaf" ! graphl:uri="http://xmlns.com/foaf/0.1/"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="rdf" ! graphl:uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="dc" ! graphl:uri="http://purl.org/dc/elements/1.1/"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="rss" ! graphl:uri="http://purl.org/rss/1.0/"/> ! </rdf:li> ! </rdf:Bag> ! </graphl:registeredNamespaces> ! ! <graphl:registeredVocabularies> ! <rdf:Seq> ! <rdf:li> ! <graphl:Vocabulary ! graphl:name="Document metadata" ! graphl:description=""> ! <graphl:resources> ! <rdf:Bag> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Content properties" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="title" ! graphl:description="The title of a document"> ! <graphl:property rdf:resource="&dc;title"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="description" ! graphl:description="Description (Abstract) of the document's content"> ! <graphl:property rdf:resource="&dc;description"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="subject" ! graphl:description="The subject of a document"> ! <graphl:property rdf:resource="&dc;subject"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Associated Persons" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="creator" ! graphl:description="The creator of a document"> ! <graphl:property rdf:resource="&dc;creator"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="contributor" ! graphl:description="An entity who contributed to the document"> ! <graphl:property rdf:resource="&dc;contributor"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="publisher" ! graphl:description="The publisher of a document"> ! <graphl:property rdf:resource="&dc;publisher"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Metadata" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="type" ! graphl:description="The type of the document"> ! <graphl:property rdf:resource="&dc;type"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="language" ! graphl:description="The language(s) the document is written in"> ! <graphl:property rdf:resource="&dc;language"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="format" ! graphl:description="The format of the document"> ! <graphl:property rdf:resource="&dc;format"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Intellectual property" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="rights" ! graphl:description="Generic description of copyrights"> ! <graphl:property rdf:resource="&dc;rights"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! </rdf:Bag> ! </graphl:resources> ! </graphl:Vocabulary> ! </rdf:li> ! <rdf:li> ! <graphl:Vocabulary ! graphl:name="Data Structures" ! graphl:description=""> ! <graphl:resources> ! <rdf:Bag> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Containers" ! graphl:description=""> ! <graphl:types> ! <rdf:Bag> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Bag" ! graphl:description="A Bag contains an unordered collection of resources, each connected with an rdf:li property"> ! <graphl:class rdf:resource="&rdf;Bag"/> ! </graphl:TypeDescription> ! </rdf:li> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Alternative" ! graphl:description="A collection of resources that can be used alternatively, each connected with an rdf:li property"> ! <graphl:class rdf:resource="&rdf;Alt"/> ! </graphl:TypeDescription> ! </rdf:li> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Sequence" ! graphl:description="A group of resources or literals, possibly including duplicate members, where the order of the members is significant. Each is connected with an rdf:li property."> ! <graphl:class rdf:resource="&rdf;Seq"/> ! </graphl:TypeDescription> ! </rdf:li> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="List" ! graphl:description="A linked list, ending with rdf:nil"> ! <graphl:class rdf:resource="&rdf;List"/> ! </graphl:TypeDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:types> ! <graphl:resources> ! <rdf:Bag> ! <rdf:li> ! <graphl:ResourceDescription ! graphl:name="NIL" ! graphl:description="End of a list"> ! <graphl:resource rdf:resource="&rdf;nil"/> ! </graphl:ResourceDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:resources> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="Collection item" ! graphl:description="An item in a collection"> ! <graphl:property rdf:resource="&rdf;li"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="First list item" ! graphl:description="First item of a list"> ! <graphl:property rdf:resource="&rdf;first"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="Rest of list" ! graphl:description="The remainder of a list"> ! <graphl:property rdf:resource="&rdf;rest"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Complex Data Structures" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="value" ! graphl:description="The main value of a structured value"> ! <graphl:property rdf:resource="&rdf;value"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! </rdf:Bag> ! </graphl:resources> ! </graphl:Vocabulary> ! </rdf:li> ! <rdf:li> ! <graphl:Vocabulary ! graphl:name="Reification" ! graphl:description=""> ! <graphl:types> ! <rdf:Bag> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Statement" ! graphl:description="An RDF statement"> ! <graphl:class rdf:resource="&rdf;Statement"/> ! </graphl:TypeDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:types> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="subject" ! graphl:description="The subject of a statement"> ! <graphl:property rdf:resource="&rdf;subject"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="predicate" ! graphl:description="The predicate of a statement"> ! <graphl:property rdf:resource="&rdf;predicate"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="object" ! graphl:description="The object of a statement"> ! <graphl:property rdf:resource="&rdf;object"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:Vocabulary> ! ! </rdf:li> ! </rdf:Seq> ! </graphl:registeredVocabularies> ! ! ! </graphl:Configuration> ! </rdf:RDF> \ No newline at end of file --- 1,319 ---- ! <?xml version='1.0' encoding='UTF-8'?> ! <!DOCTYPE rdf:RDF [ ! <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> ! <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> ! <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> ! <!ENTITY dc 'http://purl.org/dc/elements/1.1/'> ! <!ENTITY rss 'http://purl.org/rss/1.0/'> ! ]> ! ! <rdf:RDF xml:base="" ! xmlns:graphl="&graphl;" ! xmlns:foaf="&foaf;" ! xmlns:rdf="&rdf;"> ! ! <graphl:Configuration> ! ! <graphl:registeredNamespaces> ! <rdf:Bag> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="graphl" ! graphl:uri="http://www.mediavirus.org/graphl#"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="foaf" ! graphl:uri="http://xmlns.com/foaf/0.1/"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="rdf" ! graphl:uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="dc" ! graphl:uri="http://purl.org/dc/elements/1.1/"/> ! </rdf:li> ! <rdf:li> ! <graphl:Namespace ! graphl:defaultPrefix="rss" ! graphl:uri="http://purl.org/rss/1.0/"/> ! </rdf:li> ! </rdf:Bag> ! </graphl:registeredNamespaces> ! ! <graphl:registeredVocabularies> ! <rdf:Seq> ! <rdf:li> ! <graphl:Vocabulary ! graphl:name="Document metadata" ! graphl:description=""> ! <graphl:resources> ! <rdf:Bag> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Content properties" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="title" ! graphl:description="The title of a document"> ! <graphl:property rdf:resource="&dc;title"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="description" ! graphl:description="Description (Abstract) of the document's content"> ! <graphl:property rdf:resource="&dc;description"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="subject" ! graphl:description="The subject of a document"> ! <graphl:property rdf:resource="&dc;subject"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Associated Persons" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="creator" ! graphl:description="The creator of a document"> ! <graphl:property rdf:resource="&dc;creator"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="contributor" ! graphl:description="An entity who contributed to the document"> ! <graphl:property rdf:resource="&dc;contributor"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="publisher" ! graphl:description="The publisher of a document"> ! <graphl:property rdf:resource="&dc;publisher"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Metadata" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="type" ! graphl:description="The type of the document"> ! <graphl:property rdf:resource="&dc;type"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="language" ! graphl:description="The language(s) the document is written in"> ! <graphl:property rdf:resource="&dc;language"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="format" ! graphl:description="The format of the document"> ! <graphl:property rdf:resource="&dc;format"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Intellectual property" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="rights" ! graphl:description="Generic description of copyrights"> ! <graphl:property rdf:resource="&dc;rights"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! </rdf:Bag> ! </graphl:resources> ! </graphl:Vocabulary> ! </rdf:li> ! <rdf:li> ! <graphl:Vocabulary ! graphl:name="Data Structures" ! graphl:description=""> ! <graphl:resources> ! <rdf:Bag> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Containers" ! graphl:description=""> ! <graphl:types> ! <rdf:Bag> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Bag" ! graphl:description="A Bag contains an unordered collection of resources, each connected with an rdf:li property"> ! <graphl:class rdf:resource="&rdf;Bag"/> ! </graphl:TypeDescription> ! </rdf:li> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Alternative" ! graphl:description="A collection of resources that can be used alternatively, each connected with an rdf:li property"> ! <graphl:class rdf:resource="&rdf;Alt"/> ! </graphl:TypeDescription> ! </rdf:li> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Sequence" ! graphl:description="A group of resources or literals, possibly including duplicate members, where the order of the members is significant. Each is connected with an rdf:li property."> ! <graphl:class rdf:resource="&rdf;Seq"/> ! </graphl:TypeDescription> ! </rdf:li> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="List" ! graphl:description="A linked list, ending with rdf:nil"> ! <graphl:class rdf:resource="&rdf;List"/> ! </graphl:TypeDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:types> ! <graphl:resources> ! <rdf:Bag> ! <rdf:li> ! <graphl:ResourceDescription ! graphl:name="NIL" ! graphl:description="End of a list"> ! <graphl:resource rdf:resource="&rdf;nil"/> ! </graphl:ResourceDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:resources> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="Collection item" ! graphl:description="An item in a collection"> ! <graphl:property rdf:resource="&rdf;li"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="First list item" ! graphl:description="First item of a list"> ! <graphl:property rdf:resource="&rdf;first"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="Rest of list" ! graphl:description="The remainder of a list"> ! <graphl:property rdf:resource="&rdf;rest"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! <rdf:li> ! <graphl:ResourceGroup ! graphl:name="Complex Data Structures" ! graphl:description=""> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="value" ! graphl:description="The main value of a structured value"> ! <graphl:property rdf:resource="&rdf;value"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:ResourceGroup> ! </rdf:li> ! </rdf:Bag> ! </graphl:resources> ! </graphl:Vocabulary> ! </rdf:li> ! <rdf:li> ! <graphl:Vocabulary ! graphl:name="Reification" ! graphl:description=""> ! <graphl:types> ! <rdf:Bag> ! <rdf:li> ! <graphl:TypeDescription ! graphl:name="Statement" ! graphl:description="An RDF statement"> ! <graphl:class rdf:resource="&rdf;Statement"/> ! </graphl:TypeDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:types> ! <graphl:properties> ! <rdf:Bag> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="subject" ! graphl:description="The subject of a statement"> ! <graphl:property rdf:resource="&rdf;subject"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="predicate" ! graphl:description="The predicate of a statement"> ! <graphl:property rdf:resource="&rdf;predicate"/> ! </graphl:PropertyDescription> ! </rdf:li> ! <rdf:li> ! <graphl:PropertyDescription ! graphl:name="object" ! graphl:description="The object of a statement"> ! <graphl:property rdf:resource="&rdf;object"/> ! </graphl:PropertyDescription> ! </rdf:li> ! </rdf:Bag> ! </graphl:properties> ! </graphl:Vocabulary> ! ! </rdf:li> ! </rdf:Seq> ! </graphl:registeredVocabularies> ! ! ! </graphl:Configuration> ! </rdf:RDF> \ No newline at end of file Index: facets.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/facets.rdf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** facets.rdf 5 Aug 2004 08:50:44 -0000 1.2 --- facets.rdf 19 Aug 2004 14:14:28 -0000 1.3 *************** *** 1,156 **** ! <?xml version='1.0' encoding='UTF-8'?> ! <!DOCTYPE rdf:RDF [ ! <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> ! <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> ! <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> ! ]> ! ! <rdf:RDF xml:base="" ! xmlns:graphl="&graphl;" ! xmlns:foaf="&foaf;" ! xmlns:rdf="&rdf;"> ! ! <graphl:Configuration> ! ! <graphl:availableNodeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SortedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodeLayouters> ! ! <graphl:availableNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.ImageNodePainter"> ! <graphl:defaultImage> ! <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> ! </graphl:defaultImage> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodePainters> ! ! <graphl:assignedNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter" ! graphl:backgoundColor="#66ff66"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="Person: "/> ! </rdf:first> ! <rdf:rest> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedNodePainters> ! ! ! <graphl:availableEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgeLayouters> ! ! <graphl:assignedEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.view.NeutralEdgeLayouter"> ! <graphl:assignedToType rdf:resource="&rdf;type"/> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedEdgeLayouters> ! ! <graphl:availableEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.ManhattanEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgePainters> ! ! <graphl:assignedEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter" ! graphl:paintArrow="false" ! graphl:paintLabel="false" ! graphl:lineType="dotted"> ! <graphl:assignedToType rdf:resource="&rdf;type"/> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedEdgePainters> ! </graphl:Configuration> \ No newline at end of file --- 1,156 ---- ! <?xml version='1.0' encoding='UTF-8'?> ! <!DOCTYPE rdf:RDF [ ! <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> ! <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> ! <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> ! ]> ! ! <rdf:RDF xml:base="" ! xmlns:graphl="&graphl;" ! xmlns:foaf="&foaf;" ! xmlns:rdf="&rdf;"> ! ! <graphl:Configuration> ! ! <graphl:availableNodeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SortedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodeLayouters> ! ! <graphl:availableNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.ImageNodePainter"> ! <graphl:defaultImage> ! <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> ! </graphl:defaultImage> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodePainters> ! ! <graphl:assignedNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter" ! graphl:backgoundColor="#66ff66"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="Person: "/> ! </rdf:first> ! <rdf:rest> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedNodePainters> ! ! ! <graphl:availableEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgeLayouters> ! ! <graphl:assignedEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.view.NeutralEdgeLayouter"> ! <graphl:assignedToType rdf:resource="&rdf;type"/> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedEdgeLayouters> ! ! <graphl:availableEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.ManhattanEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgePainters> ! ! <graphl:assignedEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter" ! graphl:paintArrow="false" ! graphl:paintLabel="false" ! graphl:lineType="dotted"> ! <graphl:assignedToType rdf:resource="&rdf;type"/> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedEdgePainters> ! </graphl:Configuration> \ No newline at end of file |