Hi everyone, I’m studying for my master’s degree at the University of Mannheim and participate in a project under the supervision of Heiko Paulheim.
However, during my work I've found something interesting. The file "Mapping-based Properties" (http://downloads.dbpedia.org/2015-04/core-i18n/en/mappingbased-properties_en.nt.bz2) also contains types. It seems, that the types are only of type "wgs84_pos#SpatialThing". Is this on purpose or is there somewhere an error? $ grep "#type" mappingbased-properties_en.nt > output $ tail -n 10 output <http://dbpedia.org/resource/Elliott_House_(Bentonville,_Arkansas)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Tuxedo,_Texas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Radium,_Texas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Pondo_Water-Control_Project> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Blowout,_Texas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Twin_Sisters,_Texas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Stord_Church> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Nys\u00E6ter_Church> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Pesarapadu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . <http://dbpedia.org/resource/Adams_Covered_Bridge,_Indiana> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> . $ wc -l output 450061 Best regards Maximilian Böhm ------------------------------------------------------------------------------ _______________________________________________ Dbpedia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-developers
