[graphl-cvs] graphl/web/config vocabularies.rdf config.rdf facets.rdf netznetz-config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-08-17 15:53:02
|
Update of /cvsroot/graphl/graphl/web/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16461/web/config Added Files: vocabularies.rdf config.rdf facets.rdf netznetz-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 --- NEW FILE: vocabularies.rdf --- <?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> --- NEW FILE: facets.rdf --- <?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 rdfs 'http://www.w3.org/2000/01/rdf-schema#'> ]> <rdf:RDF xml:base="" xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" > <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="&foaf;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> --- NEW FILE: config.rdf --- <?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 rdfs 'http://www.w3.org/2000/01/rdf-schema#'> <!ENTITY owl 'http://www.w3.org/2002/07/owl#'> <!ENTITY map 'http://fabl.net/vocabularies/geography/map/1.1/'> <!ENTITY geo 'http://www.w3.org/2003/01/geo/wgs84_pos#'> ]> <rdf:RDF xml:base="" xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" xmlns:owl="&owl;" xmlns:map="↦" xmlns:geo="&geo;" > <graphl:Configuration graphl:name="Default" graphl:public="true" graphl:default="true" rdf:nodeID="defaultConfig"> <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.painter.BoxNodePainter"> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.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.painter.InvisibleNodePainter"> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter"> </graphl:NodePainter> </rdf:li> </rdf:Bag> </graphl:availableNodePainters> <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.DirectedEdgeLayouter"> </graphl:EdgeLayouter> </rdf:li> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> </graphl:EdgeLayouter> </rdf:li> </rdf:Bag> </graphl:availableEdgeLayouters> <graphl:availableEdgePainters> <rdf:Bag> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter"> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.ManhattanEdgePainter"> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleEdgePainter"> </graphl:EdgePainter> </rdf:li> </rdf:Bag> </graphl:availableEdgePainters> <graphl:defaultNodePainter> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0" graphl:stroke="1.0"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Value" graphl:guessName="true"/> </rdf:first> <rdf:rest> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="String" graphl:labelFacetValue=" ["/> </rdf:first> <rdf:rest> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Type" graphl:guessName="true"/> </rdf:first> <rdf:rest> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="String" graphl:labelFacetValue="]"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </rdf:rest> </rdf:List> </rdf:rest> </rdf:List> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> </graphl:NodePainter> </graphl:defaultNodePainter> <graphl:defaultEdgePainter> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="true" graphl:paintLabel="true" graphl:color="#000000" graphl:labelColor="#000000"/> </graphl:defaultEdgePainter> <graphl:defaultNodeLayouter> <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter" graphl:strength="1.0"/> </graphl:defaultNodeLayouter> <graphl:defaultEdgeLayouter> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter" graphl:defaultLength="40.0" graphl:rigidity="1.0"/> </graphl:defaultEdgeLayouter> <graphl:assignedNodePainters> <rdf:Bag> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#d0d0d0" graphl:borderColor="#000000" graphl:font="14" graphl:borderStroke="1.5"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&foaf;name"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Person"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#d0d0d0" graphl:borderColor="#000000" graphl:font="14" graphl:borderStroke="1.5 5 2"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&foaf;name"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Organization"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Project"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f9f9f9" graphl:borderColor="#d0d0d0" graphl:textColor="#909090" graphl:borderStroke="1.0" graphl:useBorderColor="true" graphl:roundRect="false"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Value" graphl:guessName="true"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Value" graphl:guessName="true"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Value" graphl:guessName="true"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&graphl;labelFacetType"/> </rdf:first> <rdf:rest> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="String" graphl:labelFacetValue=" "/> </rdf:first> <rdf:rest> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&graphl;labelFacetValue"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </rdf:rest> </rdf:List> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&graphl;LabelFacet"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" graphl:method="property" graphl:property="↦image"> <graphl:assignedToType> <rdfs:Class rdf:about="↦Map"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" graphl:shape="X"> <graphl:assignedToType> <rdfs:Class rdf:about="&geo;Point"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" graphl:shape="circle"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;List"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Bag"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" graphl:shape="circle" graphl:color="#ff0000"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;nil"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> </rdf:Bag> </graphl:assignedNodePainters> <graphl:assignedNodeLayouters> <rdf:Bag> <rdf:li> <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;nil"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&graphl;LabelFacet"/> </graphl:assignedToType> </graphl:NodeLayouter> </rdf:li> <rdf:li> <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" graphl:method="property" graphl:property="↦coverage" graphl:draggable="false"> <graphl:assignedToType> <rdfs:Class rdf:about="↦Map"/> </graphl:assignedToType> </graphl:NodeLayouter> </rdf:li> <rdf:li> <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" graphl:method="geo" graphl:draggable="false"> <graphl:assignedToType> <rdfs:Class rdf:about="&geo;Point"/> </graphl:assignedToType> </graphl:NodeLayouter> </rdf:li> </rdf:Bag> </graphl:assignedNodeLayouters> <graphl:assignedEdgePainters> <rdf:Bag> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" graphl:stroke="1.0 1 5"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" graphl:stroke="1.0 5 5" graphl:color="#ff0000"> <graphl:assignedToType> <rdf:Property rdf:about="&owl;inverseOf"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" graphl:stroke="1.0 5 5"> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="true" graphl:paintLabel="false" graphl:stroke="1.5 5 5"> <graphl:assignedToType> <rdf:Property rdf:about="&foaf;knows"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" graphl:stroke="1.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;first"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="true" graphl:paintLabel="false" graphl:stroke="1.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;rest"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> </rdf:Bag> </graphl:assignedEdgePainters> <graphl:assignedEdgeLayouters> <rdf:Bag> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" graphl:direction="up"> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;subClassOf"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;subPropertyOf"/> </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" graphl:direction="right"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;rest"/> </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" graphl:direction="down" graphl:length="40.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;first"/> </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> </rdf:Bag> </graphl:assignedEdgeLayouters> </graphl:Configuration> <graphl:Configuration graphl:name="Hide Schema" graphl:public="true" rdf:nodeID="hideSchemaConfig"> <graphl:basedOn rdf:nodeID="defaultConfig"/> <graphl:assignedNodePainters> <rdf:Bag> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> </graphl:assignedToType> </graphl:NodePainter> </rdf:li> </rdf:Bag> </graphl:assignedNodePainters> <graphl:assignedNodeLayouters> <rdf:Bag> <rdf:li> <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> </graphl:assignedToType> </graphl:NodeLayouter> </rdf:li> </rdf:Bag> </graphl:assignedNodeLayouters> <graphl:assignedEdgePainters> <rdf:Bag> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleEdgePainter"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;subClassOf"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;subPropertyOf"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> </rdf:Bag> </graphl:assignedEdgePainters> <graphl:assignedEdgeLayouters> <rdf:Bag> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;subClassOf"/> </graphl:assignedToType> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;subPropertyOf"/> </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> </rdf:Bag> </graphl:assignedEdgeLayouters> </graphl:Configuration> </rdf:RDF> --- NEW FILE: netznetz-config.rdf --- <?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 rdfs 'http://www.w3.org/2000/01/rdf-schema#'> <!ENTITY owl 'http://www.w3.org/2002/07/owl#'> <!ENTITY map 'http://fabl.net/vocabularies/geography/map/1.1/'> <!ENTITY geo 'http://www.w3.org/2003/01/geo/wgs84_pos#'> <!ENTITY foo 'http://www.mediavirus.org/foo#'> ]> <rdf:RDF xml:base="" xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" xmlns:owl="&owl;" xmlns:map="↦" xmlns:geo="&geo;" xmlns:foo="&foo;" > <!--<graphl:Configuration> <rdf:seeAlso rdf:about="facets.rdf"/> <rdf:seeAlso rdf:about="vocabularies.rdf"/> </graphl:Configuration>--> <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.painter.BoxNodePainter"> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.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.painter.InvisibleNodePainter"> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter"> </graphl:NodePainter> </rdf:li> </rdf:Bag> </graphl:availableNodePainters> <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.DirectedEdgeLayouter"> </graphl:EdgeLayouter> </rdf:li> <rdf:li> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> </graphl:EdgeLayouter> </rdf:li> </rdf:Bag> </graphl:availableEdgeLayouters> <graphl:availableEdgePainters> <rdf:Bag> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter"> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.ManhattanEdgePainter"> </graphl:EdgePainter> </rdf:li> <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleEdgePainter"> </graphl:EdgePainter> </rdf:li> </rdf:Bag> </graphl:availableEdgePainters> <graphl:defaultNodePainter> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Value" graphl:guessName="true"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> </graphl:NodePainter> </graphl:defaultNodePainter> <graphl:defaultEdgePainter> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" graphl:labelColor="#666666"/> </graphl:defaultEdgePainter> <graphl:defaultNodeLayouter> <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"/> </graphl:defaultNodeLayouter> <graphl:defaultEdgeLayouter> <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"/> </graphl:defaultEdgeLayouter> <graphl:assignedNodePainters> <rdf:Bag> <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#d0d0d0" graphl:borderColor="#000000" graphl:font="Verdana-14" graphl:borderStroke="2.0"> <graphl:labelGenerator> <graphl:LabelGenerator> <graphl:labelFacets> <rdf:List> <rdf:first> <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&foaf;name"/> </rdf:first> <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foo;NGO"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foo;Company"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foo;School"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Project"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foo;Institute"/> ... [truncated message content] |