On 03/05/13 03:24, David Miranda wrote: > Hello, I'm creating a repository of DBpedia on a local server. I am > using Sesame, to populate the datasets (n-triples) in my local repository. > However when I'm loading the dataset "infobox_split_properties" I > encounter the following error: org.openrdf.rio.RDFParseException: > '135765 .0 'was not Recognised, and Could not be verified, with datatype > http://dbpedia.org/ / datatype / squareKilometre [line 2]. The first > thing I did was load the ontology DBpedia 3.8, followed by the dataset > "infobox_instance_types". Where are these "datatypes"?
The current version of Sesame (2.7.0) by default raises an error on an unknown or incorrect datatype. You can tweak this behaviour in the Rio parser settings (have a look at the Sesame documentation or ask on the Sesame discussion list for details). By the way, for the next Sesame release, basic validation support for the DBPedia datatypes is planned. See https://openrdf.atlassian.net/browse/SES-1807. Regards, Jeen ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
