Skip to content

Commit

Permalink
Add geoJsonCoordinatesUN
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 565240621
  • Loading branch information
pradh authored and copybara-github committed Sep 14, 2023
1 parent ebfa099 commit 624a596
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 624a596

Please sign in to comment.