1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 00:53:49 +01:00
Files
audacity/lib-src/redland/rasqal/tests/sparql/examples/ex11.2.3.1_0.n3
2010-01-24 09:19:39 +00:00

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> .