mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 15:09:30 +02:00
7 lines
196 B
Plaintext
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 .
|