Skip to content

Instantly share code, notes, and snippets.

@jiemakel
jiemakel / output.rdf
Last active February 15, 2016 21:22 — forked from Abbe98/output.rdf
RDF example/dummy output from the OpenStreetMap API(OpenHistoricalMap).
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ohmdm="http://schemas.openhistoricalmap.org/#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#">
<rdf:Description xmlns:tags="http://schemas.openhistoricalmap.org/tag#" xmlns:element="http://schemas.openhistoricalmap.org/element#" rdf:about="http://www.openhistoricalmap.org/way/198179683">
<ohmdm:createdDate>2015-03-06</ohmdm:createdDate>
<ohmdm:latestChangeDate>2015-04-11</ohmdm:latestChangeDate>
<ohmdm:elementType rdf:resource="http://schemas.openhistoricalmap.org/element#way"/>
<ohmdm:osmVersion>0.6</ohmdm:osmVersion>
<ohmdm:osm format="XML">http://www.openhistoricalmap.org/api/0.6/way/198179683</ohmdm:osm>
<ohmdm:changeset>1141</ohmdm:changeset>
@jiemakel
jiemakel / output.ttl
Created February 6, 2016 09:57
OpenHistoricalMap example RDF as turtle
@prefix ohmdm: <http://schemas.openhistoricalmap.org/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix tags: <http://schemas.openhistoricalmap.org/tag#> .
@prefix element: <http://schemas.openhistoricalmap.org/element#> .
<http://www.platsr.se/platsr/visa/plats/id/51000000025120>
@jiemakel
jiemakel / toe-octavo.ipynb
Last active May 16, 2019 11:19
toe-octavo.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jiemakel
jiemakel / brexit-tweets-by-time.ipynb
Last active October 4, 2019 06:05
brexit-tweets-by-time.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.