# XSLT transformation of OSM XML data for ways and nodes. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix schema: <http://schema.org/> . @prefix ogc: <http://www.opengis.net/ont/geosparql#> . @prefix dcterms: <http://purl.org/dc/terms/> . " ' <urn:osm:uuid:> rdf:type schema:BusStop ; rdfs:label "" ; rdfs:seeAlso <http://www.openstreetmap.org/node/> ; geo:lat ""^^xsd:double ; geo:long ""^^xsd:double . <urn:osm:uuid:> rdf:type schema:PlaceOfWorship ; dcterms:identifier "" ; rdfs:label "" ; rdfs:seeAlso <http://www.openstreetmap.org/way/> ; geo:lat ""^^xsd:double ; geo:long ""^^xsd:double . _, <urn:osm:way:geometry:uuid:> ogc:asWKT "Polygon (())" . <urn:osm:uuid:> rdf:type schema:School ; dcterms:identifier "" ; rdfs:label "" ; rdfs:seeAlso <http://www.openstreetmap.org/way/> ; geo:lat ""^^xsd:double ; geo:long ""^^xsd:double . <urn:osm:uuid:> rdf:type schema:Restaurant ; dcterms:identifier "" ; rdfs:label "" ; rdfs:seeAlso <http://www.openstreetmap.org/way/> ; geo:lat ""^^xsd:double ; geo:long ""^^xsd:double . <urn:osm:uuid:> rdf:type schema:Museum ; dcterms:identifier "" ; rdfs:label "" ; rdfs:seeAlso <http://www.openstreetmap.org/way/> ; geo:lat ""^^xsd:double ; geo:long ""^^xsd:double .