{
  "id": "urn:mrn:amura:port:UNLOCODE",
  "type": "Port",
  "location": {
    "type": "Point",
    "coordinates": [
      -0.3048254137983776,
      39.431348987126704
    ]
  },
  "name": "Port name",
  "unlocode": "Unlocode",
  "description": "Port description",
  "address": {
    "streetAddress": "Avda. Example",
    "addressCountry": "ES",
    "addressLocality": "Locality",
    "postalCode": "1234"
  },
  "contactPoint": {
    "telephone": "+34 12 34 56 78",
    "email": "example@port.com",
    "availableLanguage": [
      "en-EN",
      "es-ES"
    ],
    "faxNumber": "12 345 67 89",
    "name": "Portname",
    "url": "https://URL"
  },
  "portArea": {
    "type": "MultiPolygon",
    "coordinates": [
      [
        [
          [
            -0.33295074395914526,
            39.4631637203228
          ],
          [
            -0.33295074395914526,
            39.42053808578652
          ],
          [
            -0.2829300303054083,
            39.42053808578652
          ],
          [
            -0.2829300303054083,
            39.4631637203228
          ],
          [
            -0.33295074395914526,
            39.4631637203228
          ]
        ]
      ]
    ]
  },
  "timeZone": "Europe/London",
  "gln": 123456789,
  "portType": "Sea",
  "refPortAuthority": "urn:mrn:amura:port-authority:UNLOCODE"
}