{
  "id": "urn:mrn:amura:port:UNLOCODE",
  "type": "Port",
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -0.3048254137983776,
        39.431348987126704
      ]
    }
  },
  "name": {
    "type": "Text",
    "value": "Port name"
  },
  "unlocode": {
    "type": "Text",
    "value": "Unlocode"
  },
  "description": {
    "type": "Text",
    "value": "Port description"
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "streetAddress": "Avda. Example",
      "addressCountry": "ES",
      "addressLocality": "Locality",
      "postalCode": "1234"
    }
  },
  "contactPoint": {
    "type": "StructuredValue",
    "value": {
      "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": "geo:json",
    "value": {
      "type": "MultiPolygon",
      "coordinates": [
        [
          [
            [
              -0.33295074395914526,
              39.4631637203228
            ],
            [
              -0.33295074395914526,
              39.42053808578652
            ],
            [
              -0.2829300303054083,
              39.42053808578652
            ],
            [
              -0.2829300303054083,
              39.4631637203228
            ],
            [
              -0.33295074395914526,
              39.4631637203228
            ]
          ]
        ]
      ]
    }
  },
  "timeZone": {
    "type": "Text",
    "value": "Europe/London"
  },
  "gln": {
    "type": "Number",
    "value": 123456789
  },
  "portType": {
    "type": "Text",
    "value": "Sea"
  },
  "refPortAuthority": {
    "type": "Text",
    "value": "urn:mrn:amura:port-authority:UNLOCODE"
  }
}