|
|
Ligne 1 : |
Ligne 1 : |
| ====Termes associés (Wikipedia)====
| |
| <div class="AppelDBP mw-collapsible mw-collapsed data-expandtext="+" data-collapsetext="-" >
| |
| {{#sparql:
| |
| prefix dc-terms: <http://purl.org/dc/terms/>
| |
| prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
| |
| prefix skos: <http://www.w3.org/2004/02/skos/core#>
| |
| prefix owl: <http://www.w3.org/2002/07/owl#>
| |
| prefix dbp-owl: <http://dbpedia.org/ontology/>
| |
|
| |
|
| SELECT ?lab ?ref
| |
| {
| |
| <http://fr.dbpedia.org/resource/{{{FR}}}> dbpedia-owl:wikiPageWikiLink ?ref .
| |
| ?ref skos:prefLabel ?lab .
| |
| }
| |
| | endpoint=http://fr.dbpedia.org/sparql
| |
| | headers= Terme,Référence
| |
| | classHeaders="table table-striped table-sm table-small"
| |
| | footer=NO
| |
| | limit=100
| |
| }}
| |
| </div>
| |