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

10 lines
304 B
Plaintext

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix eg: <http://biometrics.example/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
_:a foaf:name "alice".
_:a eg:shoeSize "9.5"^^xsd:float .
_:b foaf:name "bob".
_:b eg:shoeSize "42"^^xsd:integer .