]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - vendor/wikimedia/purtle/tests/data/Triples.rdf
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / wikimedia / purtle / tests / data / Triples.rdf
1 <?xml version="1.0"?>
2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:acme="http://acme.test/">
3         <rdf:Description rdf:about="http://foobar.test/Bananas">
4                 <rdf:type rdf:resource="http://foobar.test/Fruit"/>
5         </rdf:Description>
6         <rdf:Description rdf:about="http://acme.test/Nuts">
7                 <acme:weight rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">5.5</acme:weight>
8                 <acme:color>brown</acme:color>
9         </rdf:Description>
10 </rdf:RDF>