query-840af225ed47a3f791bb8ea797332ffb
Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } Given the scientific name for a list of animals, it will return all the
English common names, their length, life expectency, height, wing span and mass
Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE { ?item wdt:P225 ?scientific_name; wdt:P1843 ?common_name. OPTIONAL { ?item wdt:P2043 ?length. } OPTIONAL { ?item wdt:P2250 ?life_expectency. } OPTIONAL { ?item wdt:P2048 ?height. } OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass OPTIONAL { ?item p:P2067 ?mass_statement_node. ?mass_statement_node pq:P642 wd:Q78101716; ps:P2067 ?mass. }
# Only return common names in English FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues FILTER(lcase(str(?scientific_name)) IN ( "mustela erminea", "aquila adalberti", "vespula germanica", "accipiter nisus", "buteo buteo" )) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Given the scientific name for a list of animals, it will return all the
# English common names, their length, life expectency, height, wing span and mass
# Note: There is more information on these specific animals. Unfortunately, a lot of animals on WikiData have missing information (e.g. no life expectancy or mass)
SELECT DISTINCT ?item ?scientific_name ?common_name ?length ?life_expectency ?height ?wing_span ?mass WHERE {
?item wdt:P225 ?scientific_name;
wdt:P1843 ?common_name.
OPTIONAL { ?item wdt:P2043 ?length. }
OPTIONAL { ?item wdt:P2250 ?life_expectency. }
OPTIONAL { ?item wdt:P2048 ?height. }
OPTIONAL { ?item wdt:P2050 ?wing_span. }
# Adult mass only. Excludes birth mass
OPTIONAL {
?item p:P2067 ?mass_statement_node.
?mass_statement_node pq:P642 wd:Q78101716;
ps:P2067 ?mass.
}
# Only return common names in English
FILTER(LANGMATCHES(LANG(?common_name), "en"))
# List of animals. All lowercase to avoid capitalisation issues
FILTER(lcase(str(?scientific_name)) IN (
"mustela erminea",
"aquila adalberti",
"vespula germanica",
"accipiter nisus",
"buteo buteo"
))
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ar
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/be-tarask
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ca
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/cs
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/da
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/de
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/en-gb
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/eo
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/eu
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/fr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/he
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/hy
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/id
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/it
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ja
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ko
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/lb
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/lt
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ms
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/nl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/pl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/pt-br
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ro
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/ru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/si
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/sv
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/th
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/tr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/uk
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/vec
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/zh