Mercurial > repos > mikel-egana-aranguren > sadi_generic
comparison galaxy-dist/test-data/RDFSyntaxConverter_N3_test_hello_output @ 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 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| 2 @prefix owl: <http://www.w3.org/2002/07/owl#> . | |
| 3 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
| 4 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| 5 | |
| 6 <http://example.com/guy> | |
| 7 <http://xmlns.com/foaf/0.1/name> | |
| 8 "Guy Incognito" . |
