@base <http://smokinblue.com/about/> .
@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 "About" ;
    trms:alternative "About - 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/about/index.xhtml> <http://www.w3.org/2002/07/owl#sameAs> <magnet:?xt=urn:sha1:8256aa45efdeb3fabd53e467b12cf7738f326a38> .
<http://smokinblue.com/about/index.xml> <http://www.w3.org/2002/07/owl#sameAs> <magnet:?xt=urn:sha1:5244abc2c3df3474fec8049c6aa34751a585de6d> .
