« Utilisateur:Seb35 » : différence entre les versions
Aller à la navigation
Aller à la recherche
m 3 revisions imported |
Aucun résumé des modifications Balise : visualeditor-switched |
||
Ligne 4 : | Ligne 4 : | ||
* https://github.com/Legilibre/Archeo-Lex (auteur d’Archéo Lex) | * https://github.com/Legilibre/Archeo-Lex (auteur d’Archéo Lex) | ||
* https://wiki-valley.com (cofondateur de Wiki Valley) | * https://wiki-valley.com (cofondateur de Wiki Valley) | ||
{{SPARQL|title=Recherche d’un texte|query= | |||
PREFIX wl: <http://wikilex.seb35.fr/entity/> | |||
PREFIX wlt: <http://wikilex.seb35.fr/prop/direct/> | |||
SELECT ?item ?itemLabel | |||
WHERE { | |||
?item wlt:P1 [ wlt:P2 wl:Q2 ] . | |||
#?item wlt:P1 wl:Q16 . | |||
#?item wlt:P27 "1810-10-15"^^xsd:dateTime . | |||
#?item wlt:P19 "JORFTEXT000000317531" . | |||
#?item wlt:P17 "MENX1241105L" . | |||
#?item wlt:P18 "2012-870" . | |||
OPTIONAL { ?item rdfs:label ?itemLabel FILTER(LANG(?itemLabel) = "fr") } | |||
} | |||
}} |
Version du 14 décembre 2019 à 23:42
Informations Babel sur l’utilisateur·ice | ||||
---|---|---|---|---|
| ||||
Utilisateurs par langue |
Voir :
- https://www.mediawiki.org/wiki/User:Seb35
- https://github.com/Legilibre/Archeo-Lex (auteur d’Archéo Lex)
- https://wiki-valley.com (cofondateur de Wiki Valley)
PREFIX wl: <http://wikilex.seb35.fr/entity/>
PREFIX wlt: <http://wikilex.seb35.fr/prop/direct/>
SELECT ?item ?itemLabel
WHERE {
?item wlt:P1 [ wlt:P2 wl:Q2 ] .
#?item wlt:P1 wl:Q16 .
#?item wlt:P27 "1810-10-15"^^xsd:dateTime .
#?item wlt:P19 "JORFTEXT000000317531" .
#?item wlt:P17 "MENX1241105L" .
#?item wlt:P18 "2012-870" .
OPTIONAL { ?item rdfs:label ?itemLabel FILTER(LANG(?itemLabel) = "fr") }
}
Essayez ! - Recherche d’un texte