Compare commits
No commits in common. "58611d04b6004741c34ae81eba70492cb5d2924f" and "2519ea74b8be57594ec04c1df8857d2c02a2b65f" have entirely different histories.
58611d04b6
...
2519ea74b8
|
@ -1,22 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
|
||||||
|
|
||||||
{% block link %}{% endblock %}
|
|
||||||
|
|
||||||
<title>
|
|
||||||
{% block title %}{% endblock %}
|
|
||||||
</title>
|
|
||||||
|
|
||||||
{% block style %}{% endblock %}
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
{% block content %}{% endblock %}
|
|
||||||
{% block script %}{% endblock %}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,5 +1,5 @@
|
||||||
SELECT DISTINCT ?item ?itemLabel ?commonsSiteLink ?commonsCat WHERE {
|
SELECT DISTINCT ?item ?itemLabel ?commonsSiteLink ?commonsCat WHERE {
|
||||||
{ ?item rdfs:label {{ name }}@en } UNION { ?item skos:altLabel {{ name }}@en }
|
?item rdfs:label {{ name }}@en .
|
||||||
FILTER NOT EXISTS { ?item wdt:P31 wd:Q17362920 } .# ignore Wikimedia duplicated page
|
FILTER NOT EXISTS { ?item wdt:P31 wd:Q17362920 } .# ignore Wikimedia duplicated page
|
||||||
OPTIONAL { ?commonsSiteLink schema:about ?item ;
|
OPTIONAL { ?commonsSiteLink schema:about ?item ;
|
||||||
schema:isPartOf <https://commons.wikimedia.org/> }
|
schema:isPartOf <https://commons.wikimedia.org/> }
|
||||||
|
|
Loading…
Reference in a new issue