cwrc / ontology

CWRC ontology - primary repository
13 stars 7 forks source link

How should geonames show in ontology #122

Closed antimony27 closed 2 years ago

antimony27 commented 7 years ago

when replacing the place names (human readable) with the geoname id how does one expect to see it in HuViz?

ex. if a user to query HuViz for all the authors linked to Portugal, but Portugal is not a node in Huviz?

SusanBrown commented 7 years ago

From talking this over with Kim ( who was replacing our previous temporary use of placenames for nodes with geonames references, at the request of @rwarren2 ) it seems that there may be several problems here: 1) the revised nodes do not seem to be appearing at all in HuViz 2) the format of the place node -- abbreviated form of the geonames (e.g. geonames:2264397) may be causing problems 3) HuViz doesn't know how to get label info from geonames, since it's not in our data

rwarren2 commented 7 years ago

Locations have been 'hacks' in our examples since the beginning. The above is correct, labeling of foreign resources in Huviz is still something we need to do.

@smurp has his own priority list to worry about. The simple solution is just to cut and paste the geonames:2264397 labels or node into the example data file which will work with Huviz as-is.

Is the above ok with everyone?

SusanBrown commented 7 years ago

Sorry, my query on #77 should instead have gone here:

Please give us an example of how to "cut and paste the geonames:2264397 labels or node into the example data file"

thanks!

rwarren2 commented 7 years ago

Add: (for portugal)

http://sws.geonames.org/2643744/ a http://www.geonames.org/ontology#Feature ; rdfs:label "Portugal"@en .

ghost commented 7 years ago

Thanks!

So just to confirm my understanding, we are creating a local version of the geoname entity within our dataset until we can handle external entities better?

On Jul 26, 2017, at 10:58 PM, rwarren2 notifications@github.com wrote:

Add: (for portugal)

http://sws.geonames.org/2643744/ http://sws.geonames.org/2643744/ a http://www.geonames.org/ontology#Feature http://www.geonames.org/ontology#Feature ; rdfs:label "Portugal"@en https://github.com/en .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cwrc/ontology/issues/122#issuecomment-318244608, or mute the thread https://github.com/notifications/unsubscribe-auth/AA1s9Z2HWNP0czbGnn6WPPeOGWEVADX1ks5sR_zMgaJpZM4Okhx8.

rwarren2 commented 7 years ago

We are just creating the rdfs:label for it. It's the quickest solution that works for everyone.

SusanBrown commented 6 years ago

Related to HuViz.

JasmineDW commented 2 years ago

From CWRC Onto FAQs: "placenames need to be linked to geonames -- geonames.org -- (follow Rob’s example of ‘Portugal’ → you replace the instance ‘Portugal’ with a prefix pulled from geonames.org (at the end of the corresponding url)). See Sophia King for example of geoname."

Is this process complete? Does work still need to be done to support it?

alliyya commented 2 years ago

I'd consider this process complete or at least an issue that should be flagged in https://gitlab.com/calincs/access/HuViz, Seems resolved/in progress from:

Closing as an outdated and irrelevant issue to this project