Skip to content

Instantly share code, notes, and snippets.

@ashepherd
Last active March 16, 2017 23:07
Show Gist options
  • Save ashepherd/562a68ecbd7303c0600602f652241ba7 to your computer and use it in GitHub Desktop.
Save ashepherd/562a68ecbd7303c0600602f652241ba7 to your computer and use it in GitHub Desktop.
{
"@context": "http://schema.org",
"@graph": [
{
"name": "R2R SPARQL Endpoint",
"@type": "Service",
"url": "http://data.rvdata.us/sparql",
"provider": {
"@id": "http://data.rvdata.us/"
},
"additionalType": "https://www.earthcube.org/group/council-data-facilities#sparqlEndpoint"
},
{
"name": "R2R OGC CSW (Catalog Service for the Web)",
"@type": "Service",
"url": "http://api.rvdata.us/catalog",
"provider": {
"@id": "http://data.rvdata.us/"
},
"additionalType": "https://www.earthcube.org/group/council-data-facilities#ogcCatalogServiceWeb"
},
{
"name": "R2R OGC WFS (Web Feature Service)",
"@type": "Service",
"url": "http://api.rvdata.us/gis",
"provider": {
"@id": "http://data.rvdata.us/"
},
"additionalType": "https://www.earthcube.org/group/council-data-facilities#ogcWebFeatureService"
},
{
"@context": "http://schema.org/",
"@type": "Organization",
"@id": "http://data.rvdata.us/",
"name": "R2R",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Administrator",
"url": "http://www.ldeo.columbia.edu/user/arko",
"name": "Bob Arko",
"email": "nemo@nobody.com"
},
"url": "http://www.rvdata.us"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment