mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 06:29:07 +02:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
|
|
|
_:a foaf:name "Johnny Lee Outlaw" .
|
|
_:a foaf:mbox <mailto:jlow@example.com> .
|
|
_:b foaf:name "Peter Goodguy" .
|
|
_:b foaf:mbox <mailto:peter@example.org> .
|