mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix ex: <http://example.com/#> .
|
|
|
|
ex:foo rdf:value "abcDEFghiJKL" , "ABCdefGHIjkl", "0123456789",
|
|
<http://example.com/uri>, "http://example.com/literal" .
|