mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 23:30:17 +01:00
Move library tree where it belongs
This commit is contained in:
13
lib-src/redland/raptor/tests/ex-06.rdf
Normal file
13
lib-src/redland/raptor/tests/ex-06.rdf
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<!-- Test rdf:Seq with rdf:li to a resource -->
|
||||
<rdf:Description rdf:about="http://example.com/somewhere/">
|
||||
<a:foo xmlns:a="http://example.com/properties/">
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:resource="http://example.com/resource/a"/>
|
||||
<rdf:li rdf:resource="http://example.com/resource/b"/>
|
||||
<rdf:li rdf:resource="http://example.com/resource/c"/>
|
||||
</rdf:Seq>
|
||||
</a:foo>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
Reference in New Issue
Block a user