gv 5.76 KB

<!-- Processed by Id: cwm.py,v 1.182 2005/12/21 06:17:03 vkolovsk Exp -->
<!--     using base file:/devel/WWW/2001/02pd/gv.n3-->


<r:RDF xmlns="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:u="http://www.w3.org/2000/01/rdf-schema#">

    <r:Description r:about="">
        <dc:source r:resource="http://www.research.att.com/sw/tools/graphviz/"/>
        <dc:source r:resource="http://www.research.att.com/sw/tools/graphviz/dotguide.pdf"/>
    </r:Description>

    <r:Description r:about="http://www.research.att.com/sw/tools/graphviz/">
        <dc:description>dot from GraphViz by Stephen North et. al. at AT&#38;T Research</dc:description>
    </r:Description>

    <r:Description r:about="http://www.research.att.com/sw/tools/graphviz/dotguide.pdf">
        <dc:creator>Eleftherios Koutsofios</dc:creator>
        <dc:creator>Steven C. North</dc:creator>
        <dc:date>November 20, 1996</dc:date>
        <dc:publisher>AT&#38;T Bell Laboratories Murray Hill, NJ</dc:publisher>
        <dc:title>Drawing graphs with dot</dc:title>
    </r:Description>

    <r:Description r:about="http://www.w3.org/2001/02pd/gv#ColorName">
        <label>Color Name</label>
        <subClassOf r:resource="http://www.w3.org/2001/02pd/gv#String"/>
    </r:Description>

    <Class r:about="http://www.w3.org/2001/02pd/gv#Edge">
        <comment>note that this class isn't named in the .dot syntax</comment>
        <isSubClassOf r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
        <label>Edge</label>
    </Class>

    <r:Description r:about="http://www.w3.org/2001/02pd/gv#EdgeProperty">
        <comment>use properties of this type to indicate edges</comment>
        <label>Edge Property</label>
        <subClassOf r:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    </r:Description>

    <Class r:about="http://www.w3.org/2001/02pd/gv#Graph">
        <comment>note that this class isn't named in the .dot syntax</comment>
        <label>Graph</label>
    </Class>

    <Class r:about="http://www.w3.org/2001/02pd/gv#Graphic">
        <comment>Something which appears in the visible output</comment>
        <label>Graphic</label>
    </Class>

    <Class r:about="http://www.w3.org/2001/02pd/gv#Node">
        <comment>note that this class isn't named in the .dot syntax</comment>
        <isSubClassOf r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
        <label>Node</label>
    </Class>

    <r:Description r:about="http://www.w3.org/2001/02pd/gv#Numeral">
        <comment>@@use XML Schema string datatype name or daml name</comment>
        <label>Numeral</label>
        <subClassOf r:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </r:Description>

    <r:Description r:about="http://www.w3.org/2001/02pd/gv#String">
        <comment>@@use XML Schema string datatype name or daml name</comment>
        <label>String</label>
        <subClassOf r:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </r:Description>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#URL">
        <description>Hypertext reference from the graphic object</description>
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#color">
        <comment>node shape color</comment>
        <label>color</label>
        <range r:resource="http://www.w3.org/2001/02pd/gv#ColorName"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#digraph">
        <comment>subject is typically the document itself</comment>
        <label>diagram</label>
        <range r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#fontcolor">
        <description>See the ATT Graphviz manual for values</description>
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
        <range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#hasNode">
        <comment>this isn't named in the dot syntax; it's a lexical feature</comment>
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
        <label>has node</label>
        <range r:resource="http://www.w3.org/2001/02pd/gv#Node"/>
    </r:Property>

    <ObsoleteProperty xmlns="http://www.w3.org/2001/02pd/gv#"
        r:about="http://www.w3.org/2001/02pd/gv#id">
    </ObsoleteProperty>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#label">
        <label>label</label>
        <range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#rankdir">
        <description>See the ATT Graphviz manual for values</description>
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
        <range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#shape">
        <description>See the ATT Graphviz manual for values</description>
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Node"/>
        <range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#style">
        <description>See the ATT Graphviz manual for values</description>
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
        <range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
    </r:Property>

    <r:Property r:about="http://www.w3.org/2001/02pd/gv#subgraph">
        <domain r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
        <label>subgraph</label>
        <range r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
    </r:Property>
</r:RDF>