mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 06:29:07 +02:00
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
|
|
_:a foaf:name "Alice".
|
|
_:a foaf:mbox <mailto:alice@work.example> .
|
|
|
|
_:b foaf:name "Bob" .
|
|
_:b foaf:mbox <mailto:bob@home.example> .
|