This page (revision-12) was last changed on 08-Jul-2014 10:53 by Joba Baumeister

This page was created on 26-Oct-2012 10:15 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 08-Jul-2014 10:53 559 bytes Joba Baumeister to previous
11 08-Jul-2014 10:52 559 bytes Joba Baumeister to previous | to last
10 08-Jul-2014 10:52 521 bytes Joba Baumeister to previous | to last
9 08-Jul-2014 10:51 481 bytes Joba Baumeister to previous | to last
8 08-Jul-2014 10:51 458 bytes Joba Baumeister to previous | to last
7 08-Jul-2014 10:45 328 bytes Joba Baumeister to previous | to last
6 08-Jul-2014 10:44 326 bytes Joba Baumeister to previous | to last
5 08-Jul-2014 10:44 237 bytes Joba Baumeister to previous | to last
4 08-Jul-2014 10:43 143 bytes Joba Baumeister to previous | to last
3 08-Jul-2014 10:43 142 bytes Joba Baumeister to previous | to last
2 08-Jul-2014 10:42 2 bytes Joba Baumeister to previous | to last
1 26-Oct-2012 10:15 14 KB UnknownAuthor to last

Page References

Incoming links Outgoing links
Tester ...nobody

Version management

Difference between version and

At line 3 added 7 lines
The rdfs:label value "42F" is wrongly interpreted as a number. It should be a String!
* "42F" must not be interpreted as number, but string
* "123" and "456" are correctly parsed as string and number, respectively
* age is correctly parsed as integer
At line 17 added 2 lines
:age rdf:type owl:DatatypeProperty .
At line 21 added one line
:age 41 ;
At line 13 changed one line
rdfs:label "123"^^xsd:number .
rdfs:label "456"^^xsd:number .
At line 25 added 2 lines