« Modèle:AppelsDB » : différence entre les versions

De Remix Biens Communs
Aller à :navigation, rechercher
(Page créée avec « {{#if: {{{FR|}}}| =FR= <div class="col-12"> {{#sparql: prefix dc-terms: <http://purl.org/dc/terms/> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix skos: <h… »)
 
Aucun résumé des modifications
(14 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{#if: {{{FR|}}}|
{{#if: {{{FR|}}}|
=FR=
=FR=
<div class="row">
<div class="col-12">
<div class="col-12">
{{#sparql:
{{#sparql:
Ligne 19 : Ligne 19 :
<small>Source : [http://fr.dbpedia.org/resource/{{{FR}}} http://fr.dbpedia.org/resource/{{{FR}}}]</small>
<small>Source : [http://fr.dbpedia.org/resource/{{{FR}}} http://fr.dbpedia.org/resource/{{{FR}}}]</small>
</div>
</div>
<div class="col-6">
</div>
<div class="row">
<div class="col-4">
'''Catégories (Wikipedia)'''
'''Catégories (Wikipedia)'''
<small>
<small>
Ligne 30 : Ligne 32 :


select ?Sujet ?sujet
select ?Sujet ?sujet
{<http://fr.dbpedia.org/resource/{{{1}}}>  dct:subject ?sujet .
{<http://fr.dbpedia.org/resource/{{{FR}}}>  dct:subject ?sujet .
?sujet skos:prefLabel ?Sujet .
?sujet skos:prefLabel ?Sujet .
}
}
Ligne 39 : Ligne 41 :
| debug=NO
| debug=NO
| headers=
| headers=
| cache=no
| cache=yes
}}
}}
</small>
</small>
</div>
</div>
<div class="col-6">
<div class="col-8">
'''Termes associés (Wikipedia)'''
'''Termes associés (Wikipedia)'''
<small>
<small>
Ligne 63 : Ligne 65 :
| footer=NO
| footer=NO
| limit=200
| limit=200
| cache=no
| cache=yes
}}
}}
</small>
</small>
</div>
</div>
 
</div>
|}}
|}}
{{#if: {{{EN|}}}|
{{#if: {{{EN|}}}|
=EN=
=EN=
<div class="row">
<div class="col-12">
{{#sparql:
{{#sparql:
prefix dc-terms: <http://purl.org/dc/terms/>  
prefix dc-terms: <http://purl.org/dc/terms/>  
Ligne 86 : Ligne 90 :
}}
}}
<small>Source : [http://dbpedia.org/resource/{{{EN}}} http://dbpedia.org/resource/{{{EN}}}]</small>
<small>Source : [http://dbpedia.org/resource/{{{EN}}} http://dbpedia.org/resource/{{{EN}}}]</small>
</div>
</div>
<div class="row">
<div class="col-4">
'''Categories (Wikipedia)'''
<small>
{{#sparql:
prefix dct: <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 ?Sujet ?sujet
{<http://dbpedia.org/resource/{{{EN}}}>  dct:subject ?sujet .
?sujet skos:prefLabel ?Sujet .
}
LIMIT 120
| endpoint=http://dbpedia.org/sparql
| templates=AdresseURL
| footer=NO
| debug=NO
| headers=
| cache=no
}}
</small>
</div>
<div class="col-8">
'''External references (Wikipedia)'''
<small>
{{#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 ?ref
{<http://dbpedia.org/resource/{{{EN}}}>  dbo:wikiPageExternalLink  ?ref .
}
| endpoint=http://dbpedia.org/sparql
| headers=Reference
| classHeaders="table table-striped table-sm table-small"
| footer=NO
| limit=200
| cache=no
}}
</small>
</div>
</div>
|}}
|}}


{{#if: {{{ES|}}}|
{{#if: {{{ES|}}}|
=ES=  
=ES=  
<div class="row">
<div class="col-12">
{{#sparql:
{{#sparql:
prefix dc-terms: <http://purl.org/dc/terms/>  
prefix dc-terms: <http://purl.org/dc/terms/>  
Ligne 104 : Ligne 162 :
}}
}}
<small>Source : [http://es.dbpedia.org/resource/{{{ES}}} http://es.dbpedia.org/resource/{{{ES}}}]</small>
<small>Source : [http://es.dbpedia.org/resource/{{{ES}}} http://es.dbpedia.org/resource/{{{ES}}}]</small>
</div>
</div>
<div class="row">
<div class="col-4">
'''Categorias (Wikipedia)'''
<small>
{{#sparql:
prefix dct: <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 ?Sujet ?sujet
{<http://es.dbpedia.org/resource/{{{ES}}}>  dct:subject ?sujet .
?sujet skos:prefLabel ?Sujet .
}
LIMIT 120
| endpoint=http://es.dbpedia.org/sparql
| templates=AdresseURL
| footer=NO
| debug=NO
| headers=
| cache=no
}}
</small>
</div>
<div class="col-8">
'''External links (Wikipedia)'''
<small>
{{#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 ?ref
{<http://es.dbpedia.org/resource/{{{ES}}}>  dbo:wikiPageExternalLink ?ref .
}
| endpoint=http://es.dbpedia.org/sparql
| headers= Enlaces
| classHeaders="table table-striped table-sm table-small"
| footer=NO
| limit=200
| cache=no
}}
</small>
</div>
</div>
|}}
|}}
<headertabs/>
<headertabs/>

Version du 24 novembre 2020 à 23:17