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