« Test LinkedWiki » : différence entre les versions
De Wiki maraîcher
Aucun résumé des modifications |
|||
(62 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
==DBPedia== | |||
Page source : http://fr.dbpedia.org/page/Carotte | |||
Requête sémantique = | |||
{{#sparql: | {{#sparql: | ||
select | prefix dbo: <http://dbpedia.org/ontology/> | ||
<http://fr.dbpedia.org/ | prefix : <http://fr.dbpedia.org/page/> | ||
} LIMIT 5 | 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 | | config = http://fr.dbpedia.org/sparql | ||
| | | templates=TestLinkedWiki | ||
| | | footer=no | ||
| headers= | |||
}} | }} | ||
==Wikidata== | |||
[[wikidata:Q81]] | |||
{{#sparql: | {{#sparql: | ||
SELECT ?carbon WHERE | |||
{ | |||
SELECT ? | wd:Q81 wdt:P5991 ?carbon . | ||
{ | |||
} | } | ||
}} | }} | ||
{{#sparql: | {{#sparql: | ||
SELECT DISTINCT ?reference ?referenceLabel ?carbon | |||
WHERE | |||
{ | |||
wd:Q81 wdt:P5991 ?carbon ; | |||
?property ?object . | |||
?object prov:wasDerivedFrom ?provenance . | |||
?provenance pr:P248 ?reference . | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } | |||
{ | |||
} | } | ||
}} | }} |
Dernière version du 2022-05-11 à 09:42:39
DBPedia
Page source : http://fr.dbpedia.org/page/Carotte
Requête sémantique = {{#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=TestLinkedWiki | footer=no | headers= }}
Wikidata
{{#sparql: SELECT ?carbon WHERE {
wd:Q81 wdt:P5991 ?carbon .
} }}
{{#sparql: SELECT DISTINCT ?reference ?referenceLabel ?carbon WHERE {
wd:Q81 wdt:P5991 ?carbon ; ?property ?object . ?object prov:wasDerivedFrom ?provenance . ?provenance pr:P248 ?reference .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} }}