We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7fbd0 commit 4996b86Copy full SHA for 4996b86
docs/demos/movies/index.html
@@ -163,7 +163,7 @@ <h1 style="display: inline; margin-right: 20px;">Wikidata Movie Browser</h1>
163
netflix @one @pattern(of: "SELECT ?s ?id { ?s wdt:P1874 ?o . BIND(IRI(CONCAT('https://www.netflix.com/title/', STR(?o))) AS ?id) }")
164
165
# Pick the minimum advised viewing age based on "wdt:P2899" across any rating scheme
166
- minAge @one @pattern(of: "SELECT ?s (MIN(?o) AS ?age) { ?s (!<p>)/wdt:P2899 ?o } GROUP BY ?s")
+ minAge @one @pattern(of: "SELECT ?s (MIN(?o) AS ?age) { ?s (!<p>)/wdt:P2899 ?o } GROUP BY ?s") @skipIfNull
167
168
genres @pattern(of: "SELECT DISTINCT ?s (STR(?l) AS ?x) { ?s wdt:P136/rdfs:label ?l . FILTER(langMatches(lang(?l), 'en')) }")
169
}
0 commit comments