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:
16
lib-src/libraptor/tests/ex-39.rdf
Normal file
16
lib-src/libraptor/tests/ex-39.rdf
Normal file
@@ -0,0 +1,16 @@
|
||||
<rdf:RDF xmlns:ex="http://www.example.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
|
||||
<!-- check rdf:parseType="Collection" -->
|
||||
|
||||
<rdf:Description rdf:about="http://example.org/node1">
|
||||
<ex:prop1 rdf:parseType="Collection">
|
||||
<rdf:Description>
|
||||
<ex:prop2 rdf:resource="http://example.org/node2" />
|
||||
</rdf:Description>
|
||||
<rdf:Description>
|
||||
<ex:prop3 rdf:resource="http://example.org/node3" />
|
||||
</rdf:Description>
|
||||
</ex:prop1>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
Reference in New Issue
Block a user