@prefix dc: <http://purl.org/dc/elements/1.1/>.


<> dc:title """Site map diagram style rules""";
   dc:description
	"$Id: sitemap-style.n3,v 1.1 2003/01/03 04:15:31 connolly Exp $".

@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix s: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix gv: <http://www.w3.org/2001/02pd/gv#>.

@prefix   : <sitemap-style#>.
@prefix ss: <sitemap-style#>.

{ ?S s:label ?O } log:implies { ?S gv:label ?O }.

dc:relation a gv:EdgeProperty.

<> gv:digraph :theGraph.

{ ?S dc:relation ?O } log:implies { :theGraph gv:hasNode ?S, ?O }.
