# $Id: rdf-query.n3,v 1.10 2002/08/02 16:38:14 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 .

