{
  "@context": {
    "schema": "http://schema.org/",
    "ex": "https://example.org/",
    "geosparql": "http://www.opengis.net/ont/geosparql#",
    "sf": "http://www.opengis.net/ont/sf#"
  },
  "@id": "ex:SpatialExtentComplete_001",
  "@type": [
    "schema:Place"
  ],
  "schema:additionalType": [
    "ex:FieldSamplingArea"
  ],
  "schema:name": {
    "@type": [
      "schema:DefinedTerm"
    ],
    "schema:name": "Monterey Bay National Marine Sanctuary",
    "schema:identifier": {
      "@type": [
        "schema:PropertyValue"
      ],
      "schema:propertyID": "https://www.geonames.org",
      "schema:value": "5374363",
      "schema:url": "https://www.geonames.org/5374363"
    },
    "schema:inDefinedTermSet": "https://www.geonames.org"
  },
  "schema:identifier": "https://marineregions.org/mrgid/4260",
  "schema:alternateName": [
    "Monterey Bay",
    "MBNMS"
  ],
  "schema:geo": {
    "@type": [
      "schema:GeoShape"
    ],
    "schema:box": "36.5000 -122.5000 37.0000 -121.8000"
  },
  "geosparql:hasGeometry": {
    "@type": [
      "sf:Polygon"
    ],
    "geosparql:asWKT": {
      "@type": [
        "geosparql:wktLiteral"
      ],
      "@value": "POLYGON((-122.5 36.5, -121.8 36.5, -121.8 37.0, -122.5 37.0, -122.5 36.5))"
    },
    "geosparql:crs": {
      "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
    }
  }
}