mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 07:08:39 +02:00
8 lines
123 B
Turtle
8 lines
123 B
Turtle
@prefix : <http://example.org/#> .
|
|
|
|
:x :p1 "abc" .
|
|
:x :p2 <abc> .
|
|
:x :p3 "abc"@en .
|
|
:x :p4 "abc"@en-gb-gb .
|
|
:x :p5 "abc"@fr .
|