« Test LinkedWiki » : différence entre les versions
De Wiki maraîcher
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 12 : | Ligne 12 : | ||
LIMIT 5 | LIMIT 5 | ||
| config = http://fr.dbpedia.org/sparql | | config = http://fr.dbpedia.org/sparql | ||
| | | templates=Test LinkedWiki | ||
}} | }} |
Version du 2022-05-04 à 20:20:57
{{#sparql: prefix dbo: <http://dbpedia.org/ontology/> prefix : <http://fr.dbpedia.org/page/> select ?Résumé ?Calcium ?Espèce ?Commentaire where {
<http://fr.dbpedia.org/resource/Carotte> dbo:abstract ?Résumé . <http://fr.dbpedia.org/resource/Carotte> prop-fr:calcium ?Calcium . <http://fr.dbpedia.org/resource/Carotte> prop-fr:wikispecies ?Espèce . <http://fr.dbpedia.org/resource/Carotte> rdfs:comment ?Commentaire .
FILTER (langMatches(lang(?Commentaire), "fr")) . FILTER (langMatches(lang(?Résumé), "fr")) . } LIMIT 5 | config = http://fr.dbpedia.org/sparql | templates=Test LinkedWiki }}