diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 821295c16..c73db5398 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -643,6 +643,34 @@ description: "Simplified geographical boundary of a place in GeoJSON format. Cre domainIncludes: schema:Place rangeIncludes: schema:Text +Node: dcid:geoJsonCoordinatesIndia +typeOf: schema:Property +name: "geoJsonCoordinatesIndia +description: "Geographical boundary of a place in GeoJSON format with official Indian boundary." +domainIncludes: schema:Place +rangeIncludes: schema:Text + +Node: dcid:geoJsonCoordinatesIndiaDP1 +typeOf: schema:Property +name: "geoJsonCoordinatesIndiaDP1" +description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinatesIndia with epsilon of 0.01." +domainIncludes: schema:Place +rangeIncludes: schema:Text + +Node: dcid:geoJsonCoordinatesIndiaDP2 +typeOf: schema:Property +name: "geoJsonCoordinatesIndiaDP2" +description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinatesIndia with epsilon of 0.03." +domainIncludes: schema:Place +rangeIncludes: schema:Text + +Node: dcid:geoJsonCoordinatesIndiaDP3 +typeOf: schema:Property +name: "geoJsonCoordinatesIndiaDP3" +description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinatesIndia with epsilon of 0.05." +domainIncludes: schema:Place +rangeIncludes: schema:Text + Node: CriminalActivities dcid: "CriminalActivities" typeOf: schema:Class