Created
April 26, 2026 15:01
-
-
Save nicolasdb/c56e2bee98bde674c3be9086ed377060 to your computer and use it in GitHub Desktop.
herberts-lab-random
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@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