# TODO: write some tests, soonas this is in RDF # Dan Brickley # $Id: Makefile,v 1.4 2003/04/08 01:28:09 danbri Exp $ # src for data: # http://jigsaw.w3.org/Benoit/Public/Restos/ # # see also: http://esw.w3.org/topic/RestaurantRecommendation # TODO: # ARP warns us: # Warning: {W107} Bad URI : A bare scheme name is not a URI.[Line = 21, Column = 1515] OUT=restos.html restos.rdf restos.nt all: clean restos.rdf restos.html restos.nt restos.rdf: xsltproc restos-rdf.xsl restos.xml > restos.rdf restos.html: xsltproc restos-main.xsl restos.xml > restos.html restos.nt: rapper -o ntriples file:restos.rdf > restos.nt clean: rm -rf $(OUT)