LiUSemWeb / CEON

An Ontology Network for the Circular Economy Domain
http://w3id.org/CEON
MIT License
2 stars 2 forks source link

Include location of resources and actors #98

Open evabl444 opened 1 year ago

evabl444 commented 1 year ago

WE should include the location of things, by referring to WGS84 (W3C standard vocab) and GeoSPARQL standard. This should be included through at least one property in both the actor module (or ODP?) and the resources module (or ODP?)

evabl444 commented 1 year ago

Fixed for actors, still to be done for resources.

huanyu-li commented 8 months ago

I fix for resourceODP also. In addition, I define the range of hasLocation as geo:Geometry that can have a number of data properties to represent locations. But then we have the hasLocation (having Actor or Resource as domains) in actor now. As I do the same in resourceODP, we have hasLocation twice with different URIs. Maybe we could have different names like hasActorLocation and hasResourceLocation, or have a separated location module.