Stage-oe-small.jpg

Spartiqulation

Aus Aifbportal
Wechseln zu:Navigation, Suche



Transparent.png

Spartiqulation

Ein Tool zur Verbalisierung von SPARQL-Abfragen in englischer Sprache


Kontaktperson: Basil Ell

http://km.aifb.kit.edu/projects/spartiqulator/

Forschungsgruppe: Wissensmanagement

Veröffentlichungsdatum: 2014/04/07


Beschreibung

Dieses Tool ermöglicht es, SPARQL-Abfragen in Englischer Sprache zu verbalisieren. Verbalisierung der folgenden Beispielabfrage resultiert in der Ausgabe: Distinct movies starring Richard Gere and starring Julia Roberts. Show also, if available, these movies' English labels.

PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX res: <http://dbpedia.org/resource/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?uri ?string 
WHERE {
	?uri rdf:type dbo:Film .
        ?uri dbo:starring res:Julia_Roberts .
        ?uri dbo:starring res:Richard_Gere.
	OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }
}


Involvierte Personen
Basil EllAndreas HarthElena Simperl


Publikationen

inproceedings
Basil Ell, Andreas Harth, Elena Simperl
SPARQL Query Verbalization for Explaining Semantic Search Engine Queries
Proceedings of the 11th Extended Semantic Web Conference (ESWC '14), Seiten: 426-441, Springer, LNCS, Heidelberg
(Details)


Basil Ell, Denny Vrandecic, Elena Simperl
SPARTIQULATION: Verbalizing SPARQL queries
Proceedings of the International Workshop on Interacting with Linked Data (ILD 2012), Extended Semantic Web Conference (ESWC), CEUR-WS.org, Mai, 2012
(Details)


Basil Ell, Denny Vrandecic, Elena Simperl
SPARTIQULATION: Verbalizing SPARQL queries
Proceedings of the 11th Extended Semantic Web Conference,, Springer, Mai, 2012
(Details)


↑ top


Projekte
PlanetDataXLike