From 624a5969e809a1bac13d0d89fc6d3780707be6a2 Mon Sep 17 00:00:00 2001 From: shanth Date: Wed, 13 Sep 2023 20:35:40 -0700 Subject: [PATCH] Add geoJsonCoordinatesUN PiperOrigin-RevId: 565240621 --- core/dcschema.mcf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index ff9327cf1..14952ebdf 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -448,6 +448,34 @@ description: "Simplified geographical boundary of a place in GeoJSON format. Cre domainIncludes: schema:Place rangeIncludes: schema:Text +Node: dcid:geoJsonCoordinatesUN +typeOf: schema:Property +name: "geoJsonCoordinatesUN" +description: "Geographical boundary of a place in GeoJSON format from United Nations." +domainIncludes: schema:Place +rangeIncludes: schema:Text + +Node: dcid:geoJsonCoordinatesUNDP1 +typeOf: schema:Property +name: "geoJsonCoordinatesUNDP1" +description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinates with epsilon of 0.01." +domainIncludes: schema:Place +rangeIncludes: schema:Text + +Node: dcid:geoJsonCoordinatesUNDP2 +typeOf: schema:Property +name: "geoJsonCoordinatesUNDP2" +description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinates with epsilon of 0.03." +domainIncludes: schema:Place +rangeIncludes: schema:Text + +Node: dcid:geoJsonCoordinatesUNDP3 +typeOf: schema:Property +name: "geoJsonCoordinatesUNDP3" +description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinates with epsilon of 0.05." +domainIncludes: schema:Place +rangeIncludes: schema:Text + Node: CriminalActivities dcid: "CriminalActivities" typeOf: schema:Class