File: datatypes.ttl

package info (click to toggle)
serd 0.32.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,856 kB
  • sloc: ansic: 7,477; python: 518; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@prefix eg: <http://example.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eg:s
	eg:p -1.2 ,
		"-3."^^xsd:decimal ,
		-4 ,
		0 ,
		1 ,
		2.3 ,
		"4."^^xsd:decimal ,
		"5"^^xsd:decimal ,
		"6.7E8"^^xsd:float ,
		false ,
		true ,
		"x"^^eg:datatype ,
		"y"^^<http://пример.испытание> .