{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceGeographicalFeature",
	"title": "UneceGeographicalFeature",
	"description": "Representation of real world phenomenon associated with a location relative to the Earth, such as cities, buildings,\nroads, rivers, forests and lakes.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "GeographicalFeature",
			"description": "JSON-LD Type."
		},
		"collectionIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this specified geographical feature is a collection of features."
		},
		"coordinateReferenceSystemId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of the coordinate reference system for this geographical feature."
		},
		"description": {
			"type": "string",
			"description": "The textual description of this specified geographical feature."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this specified geographical feature."
		},
		"includedCircle": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceCircle"
			},
			"description": "A circle included in this specified geographical feature."
		},
		"includedGeographicalGrid": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalGrid",
			"description": "The geographical grid included in this geographical feature."
		},
		"includedGeographicalLine": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalLine",
			"description": "The geographical line included in this geographical feature."
		},
		"includedGeographicalMultiCurve": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalMultiCurve",
			"description": "The geographical multi-curve included in this geographical feature."
		},
		"includedGeographicalMultiPoint": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalMultiPoint",
			"description": "The geographical multi-point included in this geographical feature."
		},
		"includedGeographicalMultiSurface": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalMultiSurface",
			"description": "The geographical multi-surface included in this geographical feature."
		},
		"includedGeographicalPoint": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalPoint",
			"description": "The geographical point included in this geographical feature."
		},
		"includedGeographicalSurface": {
			"$ref": "https://schema.twindev.org/unece/UneceGeographicalSurface",
			"description": "The geographical surface included in this geographical feature."
		},
		"includedPolygon": {
			"$ref": "https://schema.twindev.org/unece/UnecePolygon",
			"description": "The polygon included in this geographical feature."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, of this specified geographical feature."
		},
		"usedCoordinateReferenceSystem": {
			"$ref": "https://schema.twindev.org/unece/UneceCoordinateReferenceSystem",
			"description": "The CS (Coordinate System) engineering coordinate reference system used for this specified geographical feature."
		},
		"usedCoordinateSourceSystem": {
			"$ref": "https://schema.twindev.org/unece/UneceCoordinateSourceSystem",
			"description": "The geographical coordinate source system used for this specified geographical feature."
		}
	},
	"required": ["type"]
}
