1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 14:20:19 +01:00
Files
audacity/lib-src/redland/rasqal/tests/rdql/testsuite/model8.n3
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 .