@base <http://smokinblue.com/gigs/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix h: <http://www.w3.org/1999/xhtml> .
@prefix trms: <http://purl.org/dc/terms/> .
@prefix : <http://www.w3.org/1999/xhtml/vocab#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

<>
    dc:title "Gigs" ;
    trms:alternative "Gigs - Smokin' Blue" ;
    trms:hasFormat <index.n3>, <index.rdf>, <index.xml> ;
    trms:isPartOf <../> .

<index.xml>
    trms:format "application/xhtml+xml", "application/xml" ;
    trms:isFormatOf <> ;
    :meta <index.n3>, <index.rdf> ;
    :stylesheet <../css.css> .

<index.n3>
    trms:format "text/n3;charset=utf8", "text/turtle" ;
    trms:hasFormat <index.rdf> ;
    trms:isFormatOf <>, <index.rdf> .

<index.rdf>
    trms:format "application/rdf+xml" ;
    trms:hasFormat <index.n3> ;
    trms:isFormatOf <>, <index.n3> .

<http://smokinblue.com/gigs/index.xhtml> <http://www.w3.org/2002/07/owl#sameAs> <magnet:?xt=urn:sha1:6621f21150f40bc81d79188d22e22df277ce6a71> .
<http://smokinblue.com/gigs/index.xml> <http://www.w3.org/2002/07/owl#sameAs> <magnet:?xt=urn:sha1:3ce80c45a7aaf92e6acdc6d7778102e3087bd000> .
