Skip to content

Commit

Permalink
fix typo in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkont committed Apr 24, 2015
1 parent 2ab6a15 commit 93b50e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class WikidataR2RExtractor(

// split type statements, some types e.g. cordinates go to separate datasets
case "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" =>
q.subject match {
q.value match {
case "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
=> adjustedGraph += q.copy(dataset = DBpediaDatasets.GeoCoordinates.name)
case _ => // This is the deafult types we get
Expand Down

0 comments on commit 93b50e3

Please sign in to comment.