mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +02:00
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
@prefix ns: <http://example.org/ns#> .
|
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
@prefix : <http://example.org/book/> .
|
|
|
|
:book1 ns:numPages "200"^^xsd:integer .
|
|
:book2 ns:numPages 100 .
|