Coder Social home page Coder Social logo

cvlong / roman-amphitheaters Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sfsheath/roman-amphitheaters

0.0 1.0 0.0 219 KB

A re-usable list of Roman Amphitheaters. Currently formatted as geojson with a json-ld context.

License: The Unlicense

roman-amphitheaters's Introduction

roman-amphitheaters

A re-usable list of Roman Amphitheaters. Currently formatted as geojson with a json-ld context. It's very incomplete as, depending on how you define the term, there are some 200+ amphitheaters known from the Roman world.

Some of this data comes from Wikipedia's list of Roman amphitheaters at http://en.wikipedia.org/wiki/List_of_Roman_amphitheatres . I used that as a starting point but have made corrections.

The basic json object for a "record" is:

    {
      "type":"Feature",
      "id":"arlesAmphitheater",
      "properties":{
        "title":"Amphitheater at Arles",
        "wikipedia":"http://en.wikipedia.org/wiki/Arles_Amphitheatre",
        "created":90,
        "capacity":20000,
        "location":"http://pleiades.stoa.org/places/148217#this",
        "rdfs:seeAlso":"http://pleiades.stoa.org/places/148217/location-of-roman-amphitheater"
      },
      "geometry":{
        "type":"Point",
        "coordinates":[
          4.631111,
          43.677778,
          21
        ]
      }
    }

If you want to load this file into a geojson-aware mapping tool, use the URL:

http://sfsheath.github.io/roman-amphitheaters/roman-amphitheaters.geojson

And a turtle version is at this URL:

http://sfsheath.github.io/roman-amphitheaters/roman-amphitheaters.ttl

As a convenience, here's a link that validates the geojson in the above file:

http://geojsonlint.com/validate?url=http%3A%2F%2Fsfsheath.github.io%2Froman-amphitheaters%2Froman-amphitheaters.geojson

And here's an example of running the geojson through Greg Kellogg's online distiller:

http://rdf.greggkellogg.net/distiller?format=turtle&in_fmt=jsonld&uri=http://sfsheath.github.io/roman-amphitheaters/roman-amphitheaters.geojson

What's the purpose? To explore reusable data. If it becomes a complete list of amphitheaters, that's a pleasant side-effect.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.