mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-27 00:07:17 +02:00
Move library tree where it belongs
This commit is contained in:
14
lib-src/libraptor/tests/ex-25.rdf
Normal file
14
lib-src/libraptor/tests/ex-25.rdf
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns:ex="http://example.org/foo#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
|
||||
<!-- Check mixing rdf:li and rdf:_n works -->
|
||||
|
||||
<rdf:Description rdf:about="http://example.org/node">
|
||||
<rdf:li>1</rdf:li>
|
||||
<rdf:_1>_1</rdf:_1>
|
||||
<rdf:li>2</rdf:li>
|
||||
<rdf:_3>_3</rdf:_3>
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
||||
Reference in New Issue
Block a user