Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Fix initial request does not work (Ǹo buildings initiated)
Browse files Browse the repository at this point in the history
Update property `place:publicly-available` to `place:publiclyAvailable`
updated here
AKSW/leds-asp-f-ontologies@aafcd7e#diff-b4aaba55cc58b33b0d86f341e5188437R71
  • Loading branch information
simeonackermann committed Nov 28, 2018
1 parent 2cb0d91 commit b96d50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stores/BuildingStore.js
Expand Up @@ -84,7 +84,8 @@ class BuildingStore {
WHERE {
?uri <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <${getPrefix('place')}Place> ;
# match only public availables
<${getPrefix('place')}publicly-available> "true" ;
<${getPrefix('place')}publiclyAvailable> "true" ;
# properties
<http://purl.org/dc/terms/identifier> ?id ;
<http://dbpedia.org/ontology/category> ?category ;
Expand Down

0 comments on commit b96d50e

Please sign in to comment.