diff galaxy-dist/test-data/hello-output-localhost-SADI.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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-dist/test-data/hello-output-localhost-SADI.rdf	Fri Apr 25 14:41:12 2014 +0200
@@ -0,0 +1,8 @@
+<rdf:RDF
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:ns1="http://sadiframework.org/examples/hello.owl#" > 
+  <rdf:Description rdf:about="http://sadiframework.org/examples/hello-input.rdf#1">
+    <ns1:greeting>Hello, Guy Incognito</ns1:greeting>
+    <rdf:type rdf:resource="http://sadiframework.org/examples/hello.owl#GreetedIndividual"/>
+  </rdf:Description>
+</rdf:RDF>