# $Id: rdf-query.n3,v 1.3 2002/08/13 15:51:57 jderoo Exp $

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix : <rdf-rules#> .

:foo :bar :baz .
:bar rdf:type rdf:Property .
rdf:type rdf:type rdf:Property .

