## Simple Document comprised of sentences in Turtle notation ## showcasing the power of sentences that leverage HTTP URIs for ## denoting subject, predicate (verb), and object. <> <#type> <#Document>. <> <#mentions> <#Paris> . <> <#mentions> <#Capital> . <> <#mentions> <#France> . <#Paris> <#Capital> <#France> . <#Paris> <#sameAs> http://dbpedia.org/resource/Paris . <#France> <#sameAs> http://dbpedia.org/resource/France . ## Turtle End ##