mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
9 lines
698 B
Plaintext
9 lines
698 B
Plaintext
<http://example.org/triples#bag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
|
|
_:genid1 <http://example.org/ns#prop2> "val2" .
|
|
<http://example.org/triples#bag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> _:genid2 .
|
|
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .
|
|
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> _:genid1 .
|
|
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://example.org/ns#prop2> .
|
|
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val2" .
|
|
<http://example.org/node> <http://example.org/ns#prop1> _:genid1 .
|