mdebellis / Daan_Knowledge_Graph

Project to create an OWL ontology and AllegroGraph knowledge graph for UN Sustainable Development Goals and Non-Governmental Organizations
Apache License 2.0
0 stars 0 forks source link

Need to Generate Labels for NGOs #5

Closed mdebellis closed 1 year ago

mdebellis commented 1 year ago

In the load function as of now, we don't populate the rdfs:label. The reason was that the natural string to use was the NGO name but many of the NGOs have ridiculously long names that seem designed to get the attention of bots like "Best NGO in India for..." I wrote some simple SPARQL transformations to look for a few common patterns and extract the relevant text. It was far from perfect but the results were better than just transferring the ngoName to the rdfs:label. This is the repository file that needs to have labels generated: https://github.com/mdebellis/Daan_Knowledge_Graph/wiki/Repository-W-Data-7%E2%80%9028%E2%80%9023

mdebellis commented 1 year ago

Done. New repository with labels is here: https://github.com/mdebellis/Daan_Knowledge_Graph/wiki/Repository-with-Labels-7%E2%80%9028%E2%80%9023

mdebellis commented 1 year ago

Done. Just transferred the ngoName. The names in this version seem more reasonable than previous ones so didn't worry about shortening the names.