I get a lexical error for: # Saved by TopBraid on Mon Jun 07 11:41:34 CEST 2010 # baseURI: http://example.org/test <http://example.org/test> @prefix : <http://example.org/test#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://example.org/test> rdf:type owl:Ontology ; owl:versionInfo "Created with TopBraid Composer"^^xsd:string . :Sensor rdf:type owl:Class ; rdfs:subClassOf owl:Thing . :temperatureValue rdf:type owl:DatatypeProperty ; rdfs:range xsd:float . :hasReading rdf:type owl:DatatypeProperty ; rdfs:domain :Sensor . :timeOfReading rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . :Sensor_1 rdf:type :Sensor ; :hasReading [temperatureValue "15.0"^^xsd:float; timeOfReading "3mei8uur"^^xsd:string] . guess I have to add some classlevel stuff (range for hasReading)? thx for any advice,Michel
TNO.NL Michel Böhms Consultant Building Innovation TNO Built Environment and Geosciences Van Mourik Broekmanweg 6 | PO Box 49 2600 AA | Delft | The Netherlands Tel +31 15 2763107 E-mail [email protected] <mailto:[email protected]> Web http://www.linkedin.com/in/michelbohms <http://www.linkedin.com/in/michelbohms> Skype michelbohms Disclaimer <blocked::http://www.tno.nl/content.cfm?&context=overtno&content=overtnosub&laag1=282&item_id=72&Taal=2> This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
