mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Move library tree where it belongs
This commit is contained in:
13
lib-src/libraptor/tests/bad-11.rdf
Normal file
13
lib-src/libraptor/tests/bad-11.rdf
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns:ex=""
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
|
||||
<!-- Illegal xmlns:ex above - no namespace name (URI) given -->
|
||||
|
||||
<!-- No triples should be generated here -->
|
||||
|
||||
<rdf:Description rdf:about="http://example.org/node">
|
||||
<ex:prop1 rdf:resource="http://example.org/node2" />
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
||||
Reference in New Issue
Block a user