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

7 lines
196 B
Plaintext

@prefix : <http://rdf.hp.com/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns: <http://rdf.hp.com/ns#> .
:r :p1 "value"^^xsd:string .
:r :p2 "value"^^ns:someType .