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