osm2rdf icon indicating copy to clipboard operation
osm2rdf copied to clipboard

Convert OpenStreetMap (OSM) data to RDF Turtle, including the object geometries and predicates geo:sfContains and geo:sfIntersects. Weekly updated downloads for the whole planet (~ 40 billion triples)...

Results 20 osm2rdf issues
Sort by recently updated
recently updated
newest added

There are currently four different osm2rdf-specific prefixes, namely: ``` @prefix osm2rdf: . @prefix osm2rdfkey: . @prefix osm2rdfgeom: . @prefix osm2rdfmember: . ``` [Try it on Qlever](https://qlever.cs.uni-freiburg.de/osm-planet/yX7TzI) Is this useful or...

This PR contains the stuff added during the debug process for #80 that we should keep in master. This mainly includes some safeguards in `areaInAreaApprox` and `boxIdIsect` which explicitly catch...

* Removes osm2rdfgeom namespace (`osm2rdfgeom:x` -> `osm2rdf:x`) * Adds missing dataset-id to way intermediates (`osm2rdf:way_123` -> `osm2rdf:osmway_123`)

In OpenStreetMap and OpenHistoricalMap, the [`wikimedia_commons`](https://wiki.openstreetmap.org/wiki/Key:wikimedia_commons) key can be set to a page name on Wikimedia Commons. The page is typically a file description page in the File: namespace, but...

The intermediate geometry objects to which the `geo:asWKT` predicates are attached should be in the `NAMESPACE__OSM2RDF_GEOM` namespace (`osm2rdfgeom:` in the generated `.ttl`). For ways, these are in the `NAMESPACE__OSM2RDF` namespace...

We should be fully conform with the GeoSPARQL standards for types [geo:SpatialObject](https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html#_standard_properties_for_geospatialobject) and [geo:Feature](https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html#_standard_properties_for_geofeature). In particular, a `geo:Feature` must have the following properties: `geo:hasGeometry, geo:hasDefaultGeometry, geo:hasCentroid` and `geo:hasBoundingBox` That is,...

`writeMeta` adds Facts about `changeset`, `timestamp`, `user`, `version` and `visible`. If these values are not set `0`, `1970-01-01 00:00:00` and `""` depending on the key will be answered.

It would be nice for the TTL dumps to contain some information on how they were created. This PR so far adds a single triple containing the `VERSION_GIT_FULL` string. It...

[This query](https://qlever.cs.uni-freiburg.de/ohm-planet/N2fmIc) shows that no boundary or multipolygon relation in the OSM Planet dataset has `osmrel:member`s that are ways with the role `inner` or `outer`. The only members in the...

@lehmann-4178656ch @patrickbr The last three example queries on https://wiki.openstreetmap.org/wiki/SPARQL_vs_Overpass_QL_examples involve timestamp information. Is this information contained in the PBF files (at least in `planet-latest.osm.obf`)? If yes, I would suggest adding...