[graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-01-11 12:53:51
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19608/config Modified Files: config.rdf Log Message: added vocabularies to config Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** config.rdf 30 Nov 2004 09:38:51 -0000 1.11 --- config.rdf 11 Jan 2005 12:53:38 -0000 1.12 *************** *** 25,28 **** --- 25,382 ---- graphl:default="true" rdf:nodeID="defaultConfig"> + + <graphl:vocabularies> + <graphl:Vocabulary> + <graphl:contains> + <graphl:Vocabulary + graphl:name="FOAF" + graphl:description="Friend-of-a-friend Vocabulary" + graphl:defaultNamespacePrefix="rdf" + graphl:namespace="&rdf;"> + <owl:imports rdf:resource="vocabs/foaf-owl.rdf"/> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Contact Properties"> + <graphl:contains rdf:resource="&foaf;phone"/> + <graphl:contains rdf:resource="&foaf;mbox"/> + <graphl:contains rdf:resource="&foaf;homepage"/> + <graphl:contains rdf:resource="&foaf;workplaceHomepage"/> + <graphl:contains rdf:resource="&foaf;workInfoHomepage"/> + <graphl:contains rdf:resource="&foaf;schoolHomepage"/> + <graphl:contains rdf:resource="&foaf;weblog"/> + <graphl:contains rdf:resource="&foaf;tipjar"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Experience Properties"> + <graphl:contains rdf:resource="&foaf;currentProject"/> + <graphl:contains rdf:resource="&foaf;pastProject"/> + <graphl:contains rdf:resource="&foaf;made"/> + <graphl:contains rdf:resource="&foaf;maker"/> + <graphl:contains rdf:resource="&foaf;interest"/> + <graphl:contains rdf:resource="&foaf;topic_interest"/> + <graphl:contains rdf:resource="&foaf;publications"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Networking Properties"> + <graphl:contains rdf:resource="&foaf;knows"/> + <graphl:contains rdf:resource="&foaf;member"/> + <graphl:contains rdf:resource="&foaf;basedNear"/> + <graphl:contains rdf:resource="&foaf;fundedBy"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Imaging Properties"> + <graphl:contains rdf:resource="&foaf;img"/> + <graphl:contains rdf:resource="&foaf;depiction"/> + <graphl:contains rdf:resource="&foaf;depicts"/> + <graphl:contains rdf:resource="&foaf;thumbnail"/> + <graphl:contains rdf:resource="&foaf;logo"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Topic Properties"> + <graphl:contains rdf:resource="&foaf;topic"/> + <graphl:contains rdf:resource="&foaf;primaryTopic"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Agent Classes"> + <graphl:contains rdf:resource="&foaf;Person"/> + <graphl:contains rdf:resource="&foaf;Agent"/> + </graphl:ClassGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Group Classes"> + <graphl:contains rdf:resource="&foaf;Group"/> + <graphl:contains rdf:resource="&foaf;Project"/> + <graphl:contains rdf:resource="&foaf;Organization"/> + </graphl:ClassGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Document Classes"> + <graphl:contains rdf:resource="&foaf;Document"/> + <graphl:contains rdf:resource="&foaf;Image"/> + <graphl:contains rdf:resource="&foaf;PersonalProfileDocument"/> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + + <graphl:contains> + <graphl:Vocabulary + graphl:name="RDF" + graphl:description="RDF Core Vocabulary" + graphl:defaultNamespacePrefix="rdf" + graphl:namespace="&rdf;"> + <owl:imports rdf:resource="vocabs/rdf+rdfs.rdf"/> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Type Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;type" + rdfs:label="Type" + rdfs:comment="The type of an entity"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Value Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;value" + rdfs:label="Value" + rdfs:comment="The value of a property"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="List Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;first" + rdfs:label="First" + rdfs:comment="First element in the list"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;rest" + rdfs:label="Rest" + rdfs:comment="Rest of the list"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Statement Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;subject" + rdfs:label="Subject" + rdfs:comment="The subject of an RDF statement"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;predicate" + rdfs:label="Predicate" + rdfs:comment="The predicate of an RDF statement"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;object" + rdfs:label="Object" + rdfs:comment="The object of an RDF statement"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="RDF Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Statement" + rdfs:label="Statement" + rdfs:comment="A RDF Statement"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Property" + rdfs:label="Property" + rdfs:comment="A RDF Property"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Container Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Bag" + rdfs:label="Bag" + rdfs:comment="A bag (unordered collection of elements)"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Seq" + rdfs:label="Sequence" + rdfs:comment="A sequence (ordered collection of elements)"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;List" + rdfs:label="List" + rdfs:comment="A list of elements"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + <graphl:contains> + <graphl:Vocabulary + graphl:name="graphl" + graphl:description="graphl Configuration Vocabulary" + graphl:defaultNamespacePrefix="graphl" + graphl:namespace="&graphl;"> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Configuration Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&graphl;contains" + rdfs:label="contains" + rdfs:comment="A resource that belongs to this entity"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Vocabulary Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&graphl;Vocabulary" + rdfs:label="Vocabulary" + rdfs:comment="A Vocabulary"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&graphl;PropertyGroup" + rdfs:label="Property Group" + rdfs:comment="A group of related properties"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&graphl;ClassGroup" + rdfs:label="Class Group" + rdfs:comment="A group of related classes"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + + <graphl:contains> + <graphl:Vocabulary + graphl:name="rdfs" + graphl:description="RDF Schema Vocabulary" + graphl:defaultNamespacePrefix="rdfs" + graphl:namespace="&rdfs;"> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Annotation Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;label" + rdfs:label="Label" + rdfs:comment="A Human-readable label of some schema element"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;comment" + rdfs:label="Comment" + rdfs:comment="A Comment regarding some schema element"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Linking Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;seeAlso" + rdfs:label="see also" + rdfs:comment="A document containing more information"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;isDefinedBy" + rdfs:label="is defined by" + rdfs:comment="A Document defining the entity"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Inheritance Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;subClassOf" + rdfs:label="Subclass of" + rdfs:comment="The super class of this class"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;subPropertyOf" + rdfs:label="Sub-property of" + rdfs:comment=""/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Data Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;member" + rdfs:label="Member" + rdfs:comment="A Member"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;domain" + rdfs:label="Domain" + rdfs:comment="The domain of the given property"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;range" + rdfs:label="Range" + rdfs:comment="The range of the given property"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="RDFS Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Class" + rdfs:label="Class" + rdfs:comment="A Class"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Resource" + rdfs:label="Resource" + rdfs:comment="A Resource"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Literal" + rdfs:label="Literal" + rdfs:comment="A Literal"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Container" + rdfs:label="Container" + rdfs:comment="A Container"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + </graphl:Vocabulary> + </graphl:vocabularies> <graphl:availableNodeLayouters> *************** *** 126,167 **** <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> --- 480,496 ---- <graphl:labelGenerator> <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" ! graphl:guessName="true"/> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="]"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 202,217 **** 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> --- 531,539 ---- graphl:borderStroke="1.5"> <graphl:labelGenerator> ! <graphl:LabelGenerator rdf:ID="TEST"> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 231,245 **** <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> --- 553,560 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 264,281 **** 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> --- 579,590 ---- graphl:borderStroke="1.0" graphl:useBorderColor="true" ! graphl:roundRect="false" ! graphl:font="Dialog-8"> <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="false"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 292,306 **** <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> --- 601,608 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 317,331 **** <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> --- 619,626 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 342,374 **** <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> --- 637,650 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&graphl;labelFacetType"/> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" "/> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&graphl;labelFacetValue"/> </graphl:labelFacets> </graphl:LabelGenerator> |