mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-14 08:35:46 +01:00
Move library tree where it belongs
This commit is contained in:
12
lib-src/redland/raptor/tests/bad-06.rdf
Normal file
12
lib-src/redland/raptor/tests/bad-06.rdf
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns:ex="http://example.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xml:base="http://example.org/triples">
|
||||
|
||||
<!-- rdf:bagID forbidden but generally ignored on literal property element -->
|
||||
|
||||
<rdf:Description rdf:about="http://example.org/node">
|
||||
<ex:prop1 rdf:bagID="bag1">val</ex:prop1>
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
||||
Reference in New Issue
Block a user