Wikidata:WikiProject Filming Locations
This is Wikidata's WikiProject Filming Locations. The WikiProject covers an aspect of WikiProject Movies.
- A "filming location" (Q1045481) is "a place where some or all of a film or television series is produced, in addition to or instead of using sets constructed on a movie studio backlot or soundstage. In filmmaking, a location is any place where a film crew will be filming actors and recording their dialog." [1]
- There are two main types of locations.
- Location shooting is the practice of filming in an actual setting
- Studio shoots in either a sound stage or backlot [2]
Items for films can state the location with filming location (P915). It's not to be confused with the location the narrative is set. This aspect can be mentioned with narrative location (P840).
Purpose Edit
- Improve and define the structure for information about filming locations on Wikidata
- Import some of the relevant data from Wikipedia categories
- Import the relevant data from Freebase
Participants Edit
Properties Edit
- on items for films: filming location (P915)
- on categories to group films
- locations: category for films shot at this location (P1740)
Map Edit
All filming locations Edit
- Items used: film (Q11424)
- Properties used: instance of (P31) , filming location (P915) , coordinate location (P625) , title (P1476) , country (P17)
- Features used: map (Q24515275)
# Wikidata Map of Filming Locations
# by Jura1, rev. 2016-10-28, excludes countries
#defaultView:Map
SELECT
?film ?title ?filmLabel ?filmDescription
?filminglocation ?filminglocationLabel ?coor
WHERE
{
?film wdt:P31 wd:Q11424 .
?film wdt:P915 ?filminglocation .
?filminglocation wdt:P625 ?coor .
OPTIONAL { ?film wdt:P1476 ?title } .
FILTER NOT EXISTS { ?filminglocation wdt:P17 ?filminglocation }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
Popular filming locations Edit
- Items used: film (Q11424)
- Properties used: instance of (P31) , subclass of (P279) , filming location (P915) , coordinate location (P625)
- Features used: map (Q24515275)
# Popular filming locations
# Source: https://twitter.com/WikidataFacts/status/797905751675125760
#defaultView:Map
SELECT ?location ?locationLabel ?coords ?count ?layer WHERE {
{
SELECT ?location (SAMPLE(?coordinates) AS ?coords) (COUNT(DISTINCT ?film) AS ?count) WHERE {
?film wdt:P31/wdt:P279* wd:Q11424;
wdt:P915 ?location.
?location wdt:P625 ?coordinates.
}
GROUP BY ?location
HAVING(?count >= 10)
}
BIND(COALESCE(
IF(?count < 20, "<20", ?_),
IF(?count < 50, "<50", ?_),
IF(?count < 100, "<100", ?_),
IF(?count < 200, "<200", ?_),
IF(?count < 500, "<500", ?_),
IF(?count < 1000, "<1000", ?_),
"≥1000"
) AS ?layer).
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Filming locations of James Bond films Edit
- Items used: James Bond (Q2009573) , film (Q11424)
- Properties used: instance of (P31) , subclass of (P279) , filming location (P915) , coordinate location (P625) , country (P17) , cast member (P161) , character role (P453)
- Features used: map (Q24515275)
# Wikidata map of James Bond filming locations
# SPARQL by Jura1, 2016-11-05
#defaultView:Map
SELECT ?film (CONCAT(str(?actorLabel), " /in/ ", str(?filmLabel), " -- the ", str(?filmDescription)) as ?layer)
?enwiki_article ?coor
?filminglocation ?filminglocationLabel
{ SELECT DISTINCT ?film ?filmLabel ?filmDescription ?enwiki_article ?coor ?filminglocation ?filminglocationLabel ?actorLabel ?propertyLabel
{
?statement pq:P453 wd:Q2009573 .
?film p:P161 ?statement . ?statement ps:P161 ?actor .
?film wdt:P31/wdt:P279* wd:Q11424 .
?film wdt:P915 ?filminglocation .
?filminglocation wdt:P625 ?coor .
filter not exists { ?filminglocation wdt:P17 ?filminglocation }
OPTIONAL { ?enwiki_article schema:about ?film ; schema:isPartOf <https://en.wikipedia.org/> }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" .
?film rdfs:label ?filmLabel . ?film schema:description ?filmDescription .
?filminglocation rdfs:label ?filminglocationLabel . ?actor rdfs:label ?actorLabel }
}
}
Examples Edit
Examples : Film Edit
Item | Batman (Q116852) |
---|---|
Statements |
Examples: Category Edit
Item | Category:Films shot in Amsterdam (Q10217113) | Category:Films set in Amsterdam (Q8457557) |
---|---|---|
Statements | ||
Comment | (example) | (for comparison) |
Examples : List Edit
Item | list of films shot in Iceland (Q6620107) |
---|---|
Statements |
Examples : Location Edit
Item | Amsterdam (Q727) |
---|---|
Statements |
Import from Wikipedia Edit
Source: Category:Films by shooting location (Q55348)
Language | Categories | Films | Done |
---|---|---|---|
en | 600? [3] | 9000? [4] | ?% |
Notes Edit
Resources Edit
|