Stage-oe-small.jpg

Spartiqulation: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
Zeile 6: Zeile 6:
 
|link=http://km.aifb.kit.edu/projects/spartiqulator/
 
|link=http://km.aifb.kit.edu/projects/spartiqulator/
 
|publication date=2014/04/07
 
|publication date=2014/04/07
 +
|long description EN=This tool verbalizes SPARQL queries in English. For example, verbalization of the following query results in the output ''Distinct movies starring Richard Gere and starring Julia Roberts. Show also, if available, these movies' English labels.''
 +
 +
<pre>
 +
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') }
 +
}
 +
</pre>
 
|contributors=Basil Ell; Andreas Harth; Elena Simperl
 
|contributors=Basil Ell; Andreas Harth; Elena Simperl
|projects=PlanetData; XLike;  
+
|projects=PlanetData; XLike;
 
|dataOrTool=Tool
 
|dataOrTool=Tool
 
}}
 
}}

Version vom 7. April 2014, 14:02 Uhr



Transparent.png

Spartiqulation

Ein Tool zur Verbalisierung von SPARQL-Abfragen in Englischer Sprache


Kontaktperson: Basil Ell

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



Veröffentlichungsdatum: 2014/04/07



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 11th Extended Semantic Web Conference,, Springer, Mai, 2012
(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)


↑ top


Projekte
PlanetDataXLike