1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 14:13:11 +02:00
2010-01-24 09:19:39 +00:00

9 lines
289 B
Plaintext

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
_:a foaf:name "Alice".
_:b foaf:givenName "Bob" .
_:b dc:created "2005-04-04T04:04:04Z"^^xs:dateTime .