Skip to content

Commit

Permalink
fix accommodation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepideh Alassi committed Mar 8, 2024
1 parent b48a4d5 commit 29ad447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/services/beol.service.ts
Expand Up @@ -753,7 +753,7 @@ export class BeolService {
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX trip: <http://ontology.eil.utoronto.ca/icity/Trip/Trip>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?From ?FromIri ?To ?ToIri ?Start ?End ?Transportation ?Accomodation
SELECT ?From ?FromIri ?To ?ToIri ?Start ?End ?Transportation ?Accommodation
WHERE {
?journey a trip-onto:Journey .
BIND(<${entryIri}> AS ?entryIRI)
Expand All @@ -776,7 +776,7 @@ export class BeolService {
OPTIONAL {
?stage trip-onto:hasStay ?stay .
?stay trip-onto:hasAccommodation ?accomodationRes .
?accomodationRes schema:name ?Accomodation .
?accomodationRes schema:name ?Accommodation .
}
SERVICE <${this._appInitService.config['fusekiUrl']}> {
?FromIri rdfs:label ?From .
Expand Down

0 comments on commit 29ad447

Please sign in to comment.