mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +02:00
10 lines
345 B
Plaintext
10 lines
345 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 "Ms A.".
|
|
_:b foaf:mbox <mailto:alice@work.example> .
|