<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikibase.echoimages.labs.wikimedia.pt/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Espartatuga</id>
	<title>EChO_IMAGES - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikibase.echoimages.labs.wikimedia.pt/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Espartatuga"/>
	<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/wiki/Special:Contributions/Espartatuga"/>
	<updated>2026-06-29T21:46:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7499</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7499"/>
		<updated>2026-06-12T12:42:29Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* between wikibasecloud */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Teaching Machines ==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P2 wd:Q7727 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= federated queries =&lt;br /&gt;
== between wikibasecloud ==&lt;br /&gt;
{{SPARQL|project=arted|query=&lt;br /&gt;
&lt;br /&gt;
PREFIX wb: &amp;lt;https://arted.wikibase.cloud/entity/&amp;gt;&lt;br /&gt;
PREFIX wbt: &amp;lt;https://arted.wikibase.cloud/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX biowbt: &amp;lt;https://bioimages.wikibase.cloud/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?wd ?bio&lt;br /&gt;
WHERE {&lt;br /&gt;
 ?item wbt:P1 wb:Q699 ; wbt:P29 ?qid .&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?wd) # URI&lt;br /&gt;
  SERVICE &amp;lt;https://bioimages.wikibase.cloud/query/sparql&amp;gt; { ?bio biowbt:P90 ?qid } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== federated query not working==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Direct Claim ==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?property ?propertyLabel&lt;br /&gt;
WHERE {&lt;br /&gt;
  ?item ?wdt wd:Q84186 .&lt;br /&gt;
  ?property wikibase:directClaim ?wdt .&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],mul,en&amp;quot;. }&lt;br /&gt;
} &lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;br /&gt;
&lt;br /&gt;
== Camillo queries ==&lt;br /&gt;
* [https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries Epìsodis Queries]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7498</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7498"/>
		<updated>2026-06-12T12:40:19Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* between wikibasecloud */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Teaching Machines ==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P2 wd:Q7727 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= federated queries =&lt;br /&gt;
== between wikibasecloud ==&lt;br /&gt;
{{SPARQL|project=arted|query=&lt;br /&gt;
&lt;br /&gt;
PREFIX wb: &amp;lt;https://arted.wikibase.cloud/entity/&amp;gt;&lt;br /&gt;
PREFIX wbt: &amp;lt;https://arted.wikibase.cloud/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX biowbt: &amp;lt;https://bioimages.wikibase.cloud/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?qid ?bio&lt;br /&gt;
WHERE {&lt;br /&gt;
 ?item wbt:P1 wb:Q699 ; wbt:P29 ?qid .&lt;br /&gt;
  SERVICE &amp;lt;https://bioimages.wikibase.cloud/query/sparql&amp;gt; { ?bio biowbt:P90 ?qid } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== federated query not working==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Direct Claim ==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?property ?propertyLabel&lt;br /&gt;
WHERE {&lt;br /&gt;
  ?item ?wdt wd:Q84186 .&lt;br /&gt;
  ?property wikibase:directClaim ?wdt .&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],mul,en&amp;quot;. }&lt;br /&gt;
} &lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;br /&gt;
&lt;br /&gt;
== Camillo queries ==&lt;br /&gt;
* [https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries Epìsodis Queries]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Template:SPARQL&amp;diff=7497</id>
		<title>Template:SPARQL</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Template:SPARQL&amp;diff=7497"/>
		<updated>2026-06-12T12:40:03Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;!--&amp;lt;templatestyles src=&amp;quot;SPARQL/styles.css&amp;quot; /&amp;gt;--&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;wdt-sparql-container {{#if:{{{state|}}}|wdt-sparql-container-collapsible}}&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
    --&amp;gt;&amp;lt;div {{#switch: {{{state|}}} | collapsed = class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; | expanded = class=&amp;quot;mw-collapsible&amp;quot; }} &amp;gt;&amp;lt;!--&lt;br /&gt;
        --&amp;gt;{{#tag:syntaxhighlight|{{SPARQLText|p={{{p|}}}|q={{{q|}}}|v={{{v|}}}|query={{#invoke:ConcatArgs|ConcatArgs|init=query|min=1}}|extraprefix={{{extraprefix|}}} }}|lang=&amp;quot;sparql&amp;quot;|highlight=&amp;quot;{{{highlight|}}}&amp;quot;}}&amp;lt;!--&lt;br /&gt;
    --&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
    # the link URL&lt;br /&gt;
    --&amp;gt;[{{#switch:{{{project|wb}}}|wb=//query.echoimages.labs.wikimedia.pt/|arted=//arted.wikibase.cloud/query/|wd=//query.wikidata.org/|sdc=//commons-query.wikimedia.org/|{{{project}}}}}{{#ifeq: {{{embedded|}}} | yes |embed.html | }}#{{urlencode: {{SPARQLText|p={{{p|}}}|q={{{q|}}}|v={{{v|}}}|query={{#invoke:ConcatArgs|ConcatArgs|init=query|min=1}}|extraprefix={{{extraprefix|}}} }} | PATH }} &amp;lt;!--&lt;br /&gt;
    &lt;br /&gt;
    # the link label&lt;br /&gt;
    --&amp;gt;{{{label|{{#if: {{#invoke:SPARQLMentions|getTitle|{{{query}}}}}|{{#invoke:SPARQLMentions|getTitle|{{{query}}}}}|{{int try it}}}}}}}] &amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
    # add the short url, if any&lt;br /&gt;
    --&amp;gt;{{#if: {{{shortURL|}}} | (&amp;lt;nowiki /&amp;gt;https://w.wiki/{{{shortURL}}}&amp;lt;nowiki /&amp;gt;) }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
# close outer div&lt;br /&gt;
--&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7496</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7496"/>
		<updated>2026-06-12T12:39:09Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Teaching Machines ==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P2 wd:Q7727 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= federated queries =&lt;br /&gt;
== between wikibasecloud ==&lt;br /&gt;
{{SPARQL|Project=arted|query=&lt;br /&gt;
&lt;br /&gt;
PREFIX wb: &amp;lt;https://arted.wikibase.cloud/entity/&amp;gt;&lt;br /&gt;
PREFIX wbt: &amp;lt;https://arted.wikibase.cloud/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX biowbt: &amp;lt;https://bioimages.wikibase.cloud/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?qid ?bio&lt;br /&gt;
WHERE {&lt;br /&gt;
 ?item wbt:P1 wb:Q699 ; wbt:P29 ?qid .&lt;br /&gt;
  SERVICE &amp;lt;https://bioimages.wikibase.cloud/query/sparql&amp;gt; { ?bio biowbt:P90 ?qid } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== federated query not working==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Direct Claim ==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?property ?propertyLabel&lt;br /&gt;
WHERE {&lt;br /&gt;
  ?item ?wdt wd:Q84186 .&lt;br /&gt;
  ?property wikibase:directClaim ?wdt .&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],mul,en&amp;quot;. }&lt;br /&gt;
} &lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;br /&gt;
&lt;br /&gt;
== Camillo queries ==&lt;br /&gt;
* [https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries Epìsodis Queries]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Template:SPARQL&amp;diff=7495</id>
		<title>Template:SPARQL</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Template:SPARQL&amp;diff=7495"/>
		<updated>2026-06-12T12:36:52Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: + arted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;!--&amp;lt;templatestyles src=&amp;quot;SPARQL/styles.css&amp;quot; /&amp;gt;--&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;wdt-sparql-container {{#if:{{{state|}}}|wdt-sparql-container-collapsible}}&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
    --&amp;gt;&amp;lt;div {{#switch: {{{state|}}} | collapsed = class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; | expanded = class=&amp;quot;mw-collapsible&amp;quot; }} &amp;gt;&amp;lt;!--&lt;br /&gt;
        --&amp;gt;{{#tag:syntaxhighlight|{{SPARQLText|p={{{p|}}}|q={{{q|}}}|v={{{v|}}}|query={{#invoke:ConcatArgs|ConcatArgs|init=query|min=1}}|extraprefix={{{extraprefix|}}} }}|lang=&amp;quot;sparql&amp;quot;|highlight=&amp;quot;{{{highlight|}}}&amp;quot;}}&amp;lt;!--&lt;br /&gt;
    --&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
    # the link URL&lt;br /&gt;
    --&amp;gt;[{{#switch:{{{project|wb}}}|wb=//query.echoimages.labs.wikimedia.pt/|arted=//arted.wikibase.cloud/|wd=//query.wikidata.org/|sdc=//commons-query.wikimedia.org/|{{{project}}}}}{{#ifeq: {{{embedded|}}} | yes |embed.html | }}#{{urlencode: {{SPARQLText|p={{{p|}}}|q={{{q|}}}|v={{{v|}}}|query={{#invoke:ConcatArgs|ConcatArgs|init=query|min=1}}|extraprefix={{{extraprefix|}}} }} | PATH }} &amp;lt;!--&lt;br /&gt;
    &lt;br /&gt;
    # the link label&lt;br /&gt;
    --&amp;gt;{{{label|{{#if: {{#invoke:SPARQLMentions|getTitle|{{{query}}}}}|{{#invoke:SPARQLMentions|getTitle|{{{query}}}}}|{{int try it}}}}}}}] &amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
    # add the short url, if any&lt;br /&gt;
    --&amp;gt;{{#if: {{{shortURL|}}} | (&amp;lt;nowiki /&amp;gt;https://w.wiki/{{{shortURL}}}&amp;lt;nowiki /&amp;gt;) }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
# close outer div&lt;br /&gt;
--&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7494</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7494"/>
		<updated>2026-06-11T20:15:01Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Teaching Machines ==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P2 wd:Q7727 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
== federeted query not working==&lt;br /&gt;
&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Direct Claim ==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?property ?propertyLabel&lt;br /&gt;
WHERE {&lt;br /&gt;
  ?item ?wdt wd:Q84186 .&lt;br /&gt;
  ?property wikibase:directClaim ?wdt .&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],mul,en&amp;quot;. }&lt;br /&gt;
} &lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;br /&gt;
&lt;br /&gt;
== Camillo queries ==&lt;br /&gt;
* [https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries Epìsodis Queries]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7493</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7493"/>
		<updated>2026-06-11T18:42:30Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== federeted query not working==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Direct Claim ==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?property ?propertyLabel&lt;br /&gt;
WHERE {&lt;br /&gt;
  ?item ?wdt wd:Q84186 .&lt;br /&gt;
  ?property wikibase:directClaim ?wdt .&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],mul,en&amp;quot;. }&lt;br /&gt;
} &lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;br /&gt;
&lt;br /&gt;
== Camillo queries ==&lt;br /&gt;
* [https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries Epìsodis Queries]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7492</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7492"/>
		<updated>2026-06-11T18:40:39Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== federeted query not working==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Direct Claim ==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?property ?propertyLabel&lt;br /&gt;
WHERE {&lt;br /&gt;
  ?item ?wdt wd:Q84186 .&lt;br /&gt;
  ?property wikibase:directClaim ?wdt .&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],mul,en&amp;quot;. }&lt;br /&gt;
} &lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7735&amp;diff=7491</id>
		<title>Item:Q7735</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7735&amp;diff=7491"/>
		<updated>2026-06-11T18:32:48Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P214: https://www.si.edu/object/pressey-teaching-machine%3Anmah_1367149&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P214&amp;diff=7490</id>
		<title>Property:P214</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P214&amp;diff=7490"/>
		<updated>2026-06-11T18:32:19Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P114: P973&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P214&amp;diff=7489</id>
		<title>Property:P214</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P214&amp;diff=7489"/>
		<updated>2026-06-11T18:32:04Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ described at URL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7735&amp;diff=7488</id>
		<title>Item:Q7735</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7735&amp;diff=7488"/>
		<updated>2026-06-11T18:31:32Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P213: Item:Q650&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7735&amp;diff=7487</id>
		<title>Item:Q7735</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7735&amp;diff=7487"/>
		<updated>2026-06-11T18:31:16Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ Pressey teaching machine, exemplar of Pressey teaching machine in National Museum of American History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P213&amp;diff=7486</id>
		<title>Property:P213</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P213&amp;diff=7486"/>
		<updated>2026-06-11T18:30:06Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P114: P1574&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P213&amp;diff=7485</id>
		<title>Property:P213</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Property:P213&amp;diff=7485"/>
		<updated>2026-06-11T18:29:35Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ exemplar of&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7484</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7484"/>
		<updated>2026-06-11T18:23:49Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== federeted query not working==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemlabel ?ec ?eclabel WHERE {&lt;br /&gt;
  ?ec wbt:P114 ?qid ; rdfs:label ?eclabel . FILTER(LANG(?eclabel) = &amp;quot;en&amp;quot;)&lt;br /&gt;
  BIND(URI(CONCAT(&amp;quot;http://www.wikidata.org/entity/&amp;quot;,?qid)) AS ?item)&lt;br /&gt;
  SERVICE &amp;lt;https://query.wikidata.org/sparql/&amp;gt; #https://qlever.dev/api/wikidata&lt;br /&gt;
   { ?item wdt:P279 wd:Q16135865 ; rdfs:label ?itemlabel . FILTER(LANG(?itemlabel) = &amp;quot;en&amp;quot;) . } .&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7483</id>
		<title>EChO IMAGES:SPARQL/examples</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=EChO_IMAGES:SPARQL/examples&amp;diff=7483"/>
		<updated>2026-06-11T18:17:57Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Queries on EChO IMAGES =&lt;br /&gt;
==Inventors==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q66 .&lt;br /&gt;
  OPTIONAL { ?item wdt:P79 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P31 wd:Q172839 .&lt;br /&gt;
  &lt;br /&gt;
  OPTIONAL { ?item wdt:P61 ?inventor . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==image location==&lt;br /&gt;
{{SPARQL|query=&lt;br /&gt;
PREFIX wbt: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/prop/direct/&amp;gt;&lt;br /&gt;
PREFIX wb: &amp;lt;https://wikibase.echoimages.labs.wikimedia.pt/entity/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SELECT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location WHERE {&lt;br /&gt;
  ?item wbt:P3 wb:Q56 .&lt;br /&gt;
    ?item wbt:P6 ?image .&lt;br /&gt;
  ?item wbt:P10 ?location . &lt;br /&gt;
  ?item wbt:P13 ?inception .&lt;br /&gt;
    ?item wbt:P28 ?method .&lt;br /&gt;
  OPTIONAL { ?item wbt:P16 ?creator . }&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?creator ?creatorLabel ?method ?methodLabel ?inception ?location ?depicoord WHERE {&lt;br /&gt;
  ?item wdt:P31/wdt:P279* wd:Q125191 .&lt;br /&gt;
  ?item wdt:P18 ?image .&lt;br /&gt;
 # ?item wdt:P625 ?location .&lt;br /&gt;
  ?item wdt:P9149 ?depicoord .&lt;br /&gt;
 ?item wdt:P571 ?inception .&lt;br /&gt;
   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Industry==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT ?item ?itemLabel ?inventor ?inventorLabel WHERE {&lt;br /&gt;
  ?item wdt:P452 wd:Q1439700 .&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Women in photography==&lt;br /&gt;
===Wikidata===&lt;br /&gt;
{{SPARQL|project=wd|query=&lt;br /&gt;
SELECT DISTINCT ?image ?item ?itemLabel ?birth ?country ?countryLabel WHERE {&lt;br /&gt;
  ?item wdt:P106 wd:Q33231 .&lt;br /&gt;
  ?item wdt:P27 ?country .&lt;br /&gt;
 &lt;br /&gt;
 ?item wdt:P18 ?image .&lt;br /&gt;
# ?item wdt:P625 ?location . &lt;br /&gt;
#  ?item wdt:P571 ?inception .&lt;br /&gt;
#   ?item wdt:P2079 ?method .&lt;br /&gt;
  &lt;br /&gt;
 ?item wdt:P569 ?birth;&lt;br /&gt;
                wdt:P21 wd:Q6581072;  &lt;br /&gt;
  FILTER (?birth &amp;gt; &amp;quot;1790-01-01&amp;quot;^^xsd:dateTime &amp;amp;&amp;amp; ?birth &amp;lt; &amp;quot;2026-01-01&amp;quot;^^xsd:dateTime)&lt;br /&gt;
  &lt;br /&gt;
# OPTIONAL { ?item wdt:P170 ?creator . }&lt;br /&gt;
  &lt;br /&gt;
  SERVICE wikibase:label { bd:serviceParam wikibase:language &amp;quot;en&amp;quot;. }&lt;br /&gt;
}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Echoimages properties ==&lt;br /&gt;
* [https://tinyurl.com/bd6wnrsv All properties with their correspondent in Wikidata]&lt;br /&gt;
&lt;br /&gt;
= Queries on Wikidata =&lt;br /&gt;
* [https://w.wiki/Qj8d All photographers]&lt;br /&gt;
* [https://w.wiki/Qj8e Countries of citizenship of photographers]&lt;br /&gt;
* [https://qlever.dev/wikidata/i4YAz6 List of the countries of citizenship with English label and coordinates (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/pKNkON List of female photographers with country of citizenship and birthdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/h4eTCe List of female photographers with country of citizenship (Bioimages) and birthdate (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/PDqUju List of female photographers with country of citizenship, birthdate, deathdate, image (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/e1QDW4 List of female photographers with country of citizenship (Bioimages), birthdate, deathdate, image (QLever)]&lt;br /&gt;
* [https://qlever.dev/wikidata/ymUpwn List of female photographers with country of citizenship, birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/O4ufa9 List of female photographers with country of citizenship (Bioimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
** [https://qlever.dev/wikidata/zcP53c List of female photographers with country of citizenship (Echoimages), birthdate, image, no deathdate (QLever)]&lt;br /&gt;
&lt;br /&gt;
== Federeted queries ==&lt;br /&gt;
* [https://qlever.dev/wikidata/C5GMwU subclass of teaching machines]&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7482</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7482"/>
		<updated>2026-06-11T17:43:47Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P79: Item:Q7734&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7734&amp;diff=7481</id>
		<title>Item:Q7734</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7734&amp;diff=7481"/>
		<updated>2026-06-11T17:43:31Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ B. F. Skinner&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7480</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7480"/>
		<updated>2026-06-11T17:42:43Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P15: Item:Q7733&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7733&amp;diff=7479</id>
		<title>Item:Q7733</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7733&amp;diff=7479"/>
		<updated>2026-06-11T17:42:35Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetdescription-add:1|en */ city in Middlesex County, Massachusetts, United States of America&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7733&amp;diff=7478</id>
		<title>Item:Q7733</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7733&amp;diff=7478"/>
		<updated>2026-06-11T17:42:24Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P10: 42°22&amp;#039;30&amp;quot;N, 71°6&amp;#039;22&amp;quot;W&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7733&amp;diff=7477</id>
		<title>Item:Q7733</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7733&amp;diff=7477"/>
		<updated>2026-06-11T17:42:08Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ Cambridge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7476</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7476"/>
		<updated>2026-06-11T17:40:45Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P82: 1957&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7475</id>
		<title>Item:Q650</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7475"/>
		<updated>2026-06-11T17:26:09Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P90: PresseyTeachingMachine.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=File:PresseyTeachingMachine.jpg&amp;diff=7474</id>
		<title>File:PresseyTeachingMachine.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=File:PresseyTeachingMachine.jpg&amp;diff=7474"/>
		<updated>2026-06-11T17:25:46Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7473</id>
		<title>Item:Q650</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7473"/>
		<updated>2026-06-11T17:22:43Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P63: Item:Q7726&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7472</id>
		<title>Item:Q650</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7472"/>
		<updated>2026-06-11T17:22:24Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P15: Item:Q7732&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7732&amp;diff=7471</id>
		<title>Item:Q7732</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7732&amp;diff=7471"/>
		<updated>2026-06-11T17:22:03Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P10: 39°57&amp;#039;44&amp;quot;N, 83°0&amp;#039;2&amp;quot;W&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7732&amp;diff=7470</id>
		<title>Item:Q7732</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7732&amp;diff=7470"/>
		<updated>2026-06-11T17:21:27Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ Columbus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7469</id>
		<title>Item:Q650</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7469"/>
		<updated>2026-06-11T17:20:47Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P114: Q140176787&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7468</id>
		<title>Item:Q7730</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7468"/>
		<updated>2026-06-11T17:19:42Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbcreateredirect:0||Q7730|Q650 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7467</id>
		<title>Item:Q650</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q650&amp;diff=7467"/>
		<updated>2026-06-11T17:19:42Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbmergeitems-from:0||Q7730 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7466</id>
		<title>Item:Q7730</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7466"/>
		<updated>2026-06-11T17:19:42Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbmergeitems-to:0||Q650 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7726&amp;diff=7465</id>
		<title>Item:Q7726</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7726&amp;diff=7465"/>
		<updated>2026-06-11T17:16:06Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetlabel-set:1|en */ Teaching Machines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7464</id>
		<title>Item:Q7730</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7464"/>
		<updated>2026-06-11T17:15:22Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P79: Item:Q7731&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7731&amp;diff=7463</id>
		<title>Item:Q7731</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7731&amp;diff=7463"/>
		<updated>2026-06-11T17:15:10Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ Sidney L. Pressey&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7462</id>
		<title>Item:Q7730</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7462"/>
		<updated>2026-06-11T17:09:50Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P2: Item:Q7727&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7461</id>
		<title>Item:Q7730</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7730&amp;diff=7461"/>
		<updated>2026-06-11T17:09:11Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ Pressey teaching machine&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7460</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7460"/>
		<updated>2026-06-11T16:52:54Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbremoveclaims-remove:1| */ Property:P13: 1920s&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7459</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7459"/>
		<updated>2026-06-11T16:51:13Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P13: 1920s&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7458</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7458"/>
		<updated>2026-06-11T16:50:43Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P63: Item:Q7726&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7457</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7457"/>
		<updated>2026-06-11T16:48:00Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P2: Item:Q7727&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7456</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7456"/>
		<updated>2026-06-11T16:47:49Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbremoveclaims-remove:1| */ Property:P3: Item:Q7727&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7455</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7455"/>
		<updated>2026-06-11T16:47:33Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P3: Item:Q7727&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7454</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7454"/>
		<updated>2026-06-11T16:47:24Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P114: Q138511002&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7453</id>
		<title>Item:Q7729</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7729&amp;diff=7453"/>
		<updated>2026-06-11T16:47:11Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ Skinner teaching machine&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7727&amp;diff=7452</id>
		<title>Item:Q7727</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7727&amp;diff=7452"/>
		<updated>2026-06-11T16:43:37Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P3: Item:Q7728&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7728&amp;diff=7451</id>
		<title>Item:Q7728</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7728&amp;diff=7451"/>
		<updated>2026-06-11T16:43:25Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbeditentity-create:2|en */ type of machine&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
	<entry>
		<id>https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7727&amp;diff=7450</id>
		<title>Item:Q7727</title>
		<link rel="alternate" type="text/html" href="https://wikibase.echoimages.labs.wikimedia.pt/w/index.php?title=Item:Q7727&amp;diff=7450"/>
		<updated>2026-06-11T16:42:50Z</updated>

		<summary type="html">&lt;p&gt;Espartatuga: /* wbsetclaim-create:2||1 */ Property:P114: Q16135865&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Espartatuga</name></author>
	</entry>
</feed>