jsonld-ex/test/data/json-ld.org-test-suite/normalize-0014-out.nq
2017-03-24 23:08:41 +01:00

4 lines
334 B
Plaintext
Executable file

<http://example.org/test> <http://example.org/vocab#bool> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .
<http://example.org/test> <http://example.org/vocab#double> "1.23E0"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://example.org/test> <http://example.org/vocab#int> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .