Skip to content

Change Place to GeoSpatialObject #1197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks
rjyounes opened this issue Feb 12, 2025 · 2 comments · May be fixed by #1203
Open
4 tasks

Change Place to GeoSpatialObject #1197

rjyounes opened this issue Feb 12, 2025 · 2 comments · May be fixed by #1203
Assignees
Labels
impact: major Non-backward compatible (changes inferences; e.g., adding a restriction, domain, range)

Comments

@rjyounes
Copy link
Collaborator

rjyounes commented Feb 12, 2025

  • Class definition:
gist:GeoSpatialObject
	a owl:Class ;
	skos:definition "Union of all the geo classes"^^xsd:string ;
	skos:altLabel "Place"^^xsd:string ;
        skos:prefLabel "Geo-Spatial Object" ;
	.
  • gist:Landmark and gist:Building will not subclass GeoSpatialObject.
  • Other subclasses of gist:Place remain subclasses of gist:GeoSpatialObject.
  • Formalize the union of geo classes with owl:unionOf.
@rjyounes rjyounes added the impact: major Non-backward compatible (changes inferences; e.g., adding a restriction, domain, range) label Feb 12, 2025
@rjyounes
Copy link
Collaborator Author

GeoSpatialLocation? GeoLocation?

Scott: Geospatial is a physical location with reference to the earth.
A brain location is a location but doesn't use the earth as a frame of reference.

BFO distinguishes points, lines, and areas on the surface of the earth from physical things located in/on those. A building is a thing located on the earth but is not a geo location. This seems right.

@rjyounes
Copy link
Collaborator Author

GeoLocation seems odd for GeoRoute.

Dan: Make GeoRoute a subclass of OrderedCollection rather than GeoLocation.
Michael: Remove GeoRoute - not used, doesn't belong in an enterprise ontology.
Rebecca/Kate: Shipping logistics.
Dave: BFO has a 1-dimensional spatial region: a line or aggregate of lines stretching from one point to another.

DECISION:

  • Rename Place to GeoLocation.
  • GeoRoute is a subclass of OrderedCollection not GeoLocation.
  • Update definition of GeoRoute to clarify that it doesn't have to be a traveled route.
  • Possibly add alternate names GeoPath etc in altLabel.

@rjyounes rjyounes moved this from In Triage to To Do in gist Version 14.0.0 Feb 27, 2025
@philblackwood philblackwood linked a pull request Mar 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact: major Non-backward compatible (changes inferences; e.g., adding a restriction, domain, range)
Projects
Status: To Do
Development

Successfully merging a pull request may close this issue.

2 participants