User:Daniel VILLAFRUELA

From Wikidata
Jump to navigation Jump to search
Babel user information
fr-N Cet utilisateur a pour langue maternelle le français.
en-2 This user has intermediate knowledge of English.
es-2 Este usuario tiene un conocimiento intermedio del español.
Users by language

Outils[edit]

Requêtes[edit]

Objets Palissy(P481) dans la cathédrale Saint-Jean-Baptiste d'Alès

SELECT ?item ?itemLabel ?natureLabel ?statutLabel ?palissyLabel WHERE {
  ?item wdt:P31 ?nature.
  ?item wdt:P276 wd:Q597088 . # cathédrale Saint-Jean-Baptiste d'Alès
  ?item wdt:P1435 ?statut .  # statut patrimonial
  ?item wdt:P481 ?palissy .  # Id palissy
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?itemLabel
Try it!

Gropues d'objets Palissy(P481) dans la cathédrale Saint-Jean-Baptiste d'Alès

SELECT ?groupe ?item ?itemLabel ?groupeLabel ?statutLabel ?palissyGroupeLabel ?palissyItemLabel WHERE {
  ?item wdt:P361 ?groupe.
  ?groupe wdt:P31 wd:Q16887380.
   ?groupe wdt:P276 wd:Q597088 . # cathédrale Saint-Jean-Baptiste d'Alès
   ?groupe wdt:P481 ?palissyGroupe . 
  OPTIONAL { ?item wdt:P481 ?palissyItem . }
  OPTIONAL { ?groupe wdt:P1435 ?statut . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".} 
}  
order by  ?groupe ?itemLabel ?palissyLabel 
order by ?palissyLabel ?itemLabel
Try it!


Groupe d'objets (Q16887380) à Lieu (Q188780. #Rodez)

SELECT ?item ?itemLabel ?statutLabel ?palissyLabel WHERE {
  ?item wdt:P31 wd:Q16887380.
  ?item wdt:P131 wd:Q188780.
  OPTIONAL { ?item wdt:P1435 ?statut . }
  OPTIONAL { ?item wdt:P481 ?palissy . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Objets d'un groupe Q16887380) à Lieu(Q188780. #Rodez )

SELECT ?item ?itemLabel ?groupe ?groupeLabel ?statutLabel ?palissyLabel WHERE {
  ?item wdt:P361 ?groupe.
  ?groupe wdt:P31 wd:Q16887380.
  ?groupe wdt:P131 wd:Q203285.
  OPTIONAL { ?groupe wdt:P1435 ?statut . }
  OPTIONAL { ?groupe wdt:P481 ?palissy . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".} 
}  
order by (?groupe)
Try it!


Objets Palissy(P481) à Lieu(Q188780. #Rodez )

SELECT ?item ?itemLabel ?statutLabel ?palissyLabel WHERE {
  ?item wdt:P131 wd:Q203285.
  ?item wdt:P1435 ?statut .
  ?item wdt:P481 ?palissy . 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Objets Palissy(P481) dans monument (Q3580847 : Saint-Amans Rodez )

SELECT ?item ?itemLabel ?statutLabel ?palissyLabel WHERE {
  ?item wdt:P276 wd:Q3581551 . # Saint-Amans Rodez
  ?item wdt:P1435 ?statut .  # statut patrimonial
  ?item wdt:P481 ?palissy .  # Id palissy
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Objets classés Palissy dans le château de Bussy-Rabutin

#objets classés Palissy dans le château de Bussy-Rabutin
# ne ramène pas tout car la déclaration "lieu" manque sur certains objets
SELECT ?item ?itemLabel ?natureLabel ?statutLabel ?palissyLabel WHERE {
  ?item wdt:P31 ?nature. # nature de l'élément (P31)
  ?item wdt:P276 wd:Q1552130. #lieu (P276) = château de Bussy-Rabutin (Q1552130)
  ?item wdt:P1435 ?statut . # statut patrimonial (P1435) 
  ?item wdt:P481 ?palissy . # identifiant Palissy (P481) 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?itemLabel
Try it!


Objets classés Palissy dans la commune de Bussy-le-Grand

#objets classés Palissy dans la commune de Bussy-le-Grand
#NB. la déclaration "lieu" manque sur certains objets, elle devrait être Q203285 "château de Bussy-Rabutin"
SELECT ?item ?itemLabel ?natureLabel ?statutLabel ?palissyLabel ?lieuLabel WHERE {
  ?item wdt:P31 ?nature. # nature de l'élément (P31)
  ?item wdt:P131 wd:Q844637. #  localisation administrative (P131)  = Bussy-le-Grand (Q844637) 
  OPTIONAL{?item wdt:P276 ?lieu}. #lieu (Q203285) affiché s'il est renseigné  
  ?item wdt:P1435 ?statut . # statut patrimonial (P1435) 
  ?item wdt:P481 ?palissy . # identifiant Palissy (P481) 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?itemLabel
Try it!