Skip to content

KG 12‐15‐23

Michael DeBellis edited this page Dec 15, 2023 · 2 revisions

Previous Graph

In this version, I turned the data property state values into object property hasLocation values, so the NGO or CSR hasLocation points to an instance of the State class with the same name as the string in the data property.

Also, I added NGOs from a new file that had data from a site called GlobalGivings. This file required adding the following properties:

PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX ngo: <http://www.semanticweb.org/mdebe/ontologies/NGO#> INSERT DATA {ngo:donationsCollected rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf ngo:orgFinanceProperty. ngo:donationsTarget rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf ngo:orgFinanceProperty. ngo:donationsNumber rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf ngo:orgFinanceProperty.}

Graph With hasLocation links to States & Global Givings 12-15-23