{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@patrick35/types/entity-type/place/v/1",
  "kind": "entityType",
  "title": "Place",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@patrick35/types/property-type/latitude/": {
      "$ref": "https://blockprotocol.org/@patrick35/types/property-type/latitude/v/1"
    },
    "https://blockprotocol.org/@patrick35/types/property-type/longitude/": {
      "$ref": "https://blockprotocol.org/@patrick35/types/property-type/longitude/v/1"
    }
  },
  "required": []
}