comparison galaxy-dist/test-data/test_hello_output.rdf @ 2:977c838e3442 draft default tip

New dir structure, README improved, tests added and RDF merge tool created
author mikel-egana-aranguren <mikel.egana.aranguren@gmail.com>
date Fri, 25 Apr 2014 14:41:12 +0200
parents
children
comparison
equal deleted inserted replaced
1:bb17b69a74c5 2:977c838e3442
1 <rdf:RDF
2 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:hello="http://sadiframework.org/examples/hello.owl#" >
4 <rdf:Description rdf:about="http://example.com/guy">
5 <hello:greeting rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hello, Guy Incognito!</hello:greeting>
6 <rdf:type rdf:resource="http://sadiframework.org/examples/hello.owl#GreetedIndividual"/>
7 </rdf:Description>
8 </rdf:RDF>