From 80daa32e066ba5091a36ed078d37228662cbe7e7 Mon Sep 17 00:00:00 2001 From: Axel Lehmann Date: Fri, 9 Feb 2024 14:02:01 +0100 Subject: [PATCH] Remove note on --hasgeometry-as-wkt from Readme (#82) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db7f7564..652a11db 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ The produced triples include: 1. One triple ` .` for each key-value pair (called "tag" in OSM) of each object. 2. Two triples ` geo:hasGeometry . geo:asWKT .` for the shape of each object (using [WKT](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry) to represent the shape). - > Note: using the option `--hasgeometry-as-wkt` will attach the WKT literal directly to the object, i.e. ` geo:hasGeometry .` -4. One triple ` ogc:sfContains .` for each pair of objects, where `` geometrically contains ``. -5. One triple ` ogc:sfIntersects .` for each pair of objects, where `` geometrically intersects ``. -6. Triples for various other kinds of information (see `osm2rdf --help` for the many options of the tool). +3. One triple ` ogc:sfContains .` for each pair of objects, where `` geometrically contains ``. +4. One triple ` ogc:sfIntersects .` for each pair of objects, where `` geometrically intersects ``. +5. Triples for various other kinds of information (see `osm2rdf --help` for the many options of the tool). For the complete OSM data, the tool takes around 15 hours on standard hardware and produces around 40 billion triples with a size of around 200 GB for the compressed TTL file.