@prefix xs: <http://www.w3.org/2001/XMLSchema> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <#> .

( [ a :Thing ; a xs:int ; rdf:value "12345" ]
   [ a :Thing ; a xs:decimal ; rdf:value "6.789" ]
   [ a :Thing ; a xs:string ; rdf:value """
       Of Mans First Disobedience, and the Fruit
       Of that Forbidden Tree, whose mortal tast
       Brought Death into the World, and all our woe,
    """ ]
   [ a :Think ; a xs:anyURI ; rdf:value 
"http://www.dartmouth.edu/~milton/reading_room/" ]
) .

     _:3     _:5 _:2 .
     _:0     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<file:/Users/aaronsw/Projects/cwm/soap.n3#Thing> .
     _:0     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/2001/XMLSchemaint> .
     _:0     <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "12345" .
     _:1     _:3 _:0 .
     _:6     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<file:/Users/aaronsw/Projects/cwm/soap.n3#Think> .
     _:6     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/2001/XMLSchemaanyURI> .
     _:6     <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> 
"http://www.dartmouth.edu/x~milton/reading_room/" .
     _:7     <http://www.daml.org/2001/03/daml+oil#nil> _:6 .
     _:4     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<file:/Users/aaronsw/Projects/cwm/soap.n3#Thing> .
     _:4     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/2001/XMLSchemastring> .
     _:4     <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> """
       Of Mans First Disobedience, and the Fruit
       Of that Forbidden Tree, whose mortal tast
       Brought Death into the World, and all our woe,
    """ .
     _:5     _:7 _:4 .
     _:2     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<file:/Users/aaronsw/Projects/cwm/soap.n3#Thing> .
     _:2     <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/2001/XMLSchemadecimal> .
     _:2     <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "6.789" .

