mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-10 14:11:16 +02:00
4 lines
220 B
Plaintext
4 lines
220 B
Plaintext
<http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> _:a .
|
|
_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
|
_:a <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .
|