KG 10‐5‐23 - mdebellis/Daan_Knowledge_Graph GitHub Wiki

Previous Version

MD: A while back I added some new data properties for the new data about CSRs rather than NGOs but I forgot to add rdfs:labels to the properties. In this version I used the SPARQL utility (see my SPARQL utilities repository) to generate rdfs:label values from the property IRIs. Then I took the output from a construct query that found all the properties that needed labels, took the generated text, and modified it to create skos:prefLabel values. The difference is that the rdfs:label values are for developers and follow the standard that they start with a lower case letter. The skos:prefLabel values are for users and start with capital letters which looks better in the Power Search GUI. The rdfs:label values also always have a space between capital letters. That's usually good but not for acronyms like FY2022. Doesn't matter for the labels but for the prefLabels I fixed that where required.

Added labels and prefLabels to CSR data properties KG 10-5-23