Skip to content

Instantly share code, notes, and snippets.

@nicolasdb
Created April 26, 2026 15:01
Show Gist options
  • Select an option

  • Save nicolasdb/c56e2bee98bde674c3be9086ed377060 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasdb/c56e2bee98bde674c3be9086ed377060 to your computer and use it in GitHub Desktop.
herberts-lab-random
{
"@context": {
"mom": "https://nicolasdb.github.io/mapsofmaking_ontology/ns#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@type": "mom:Space",
"@id": "https://example.org/spaces/herberts-lab",
"schema:name": "herbert's lab",
"schema:description": "A makerspace located in Sergines, France.",
"schema:url": "https://maps.app.goo.gl/Ax3U2kyDXvuzewwg7",
"schema:geo": {
"@type": "schema:GeoCoordinates",
"schema:latitude": 48.343655,
"schema:longitude": 3.26016
},
"schema:address": {
"@type": "schema:PostalAddress",
"schema:streetAddress": "11 Rue Hébert",
"schema:postalCode": "89140",
"schema:addressLocality": "Sergines",
"schema:addressCountry": "FR"
},
"schema:knowsAbout": ["random"],
"mom:operationalState": "active",
"mom:geolocationFidelity": "approximate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment