Skip to content

Commit f0f4ea9

Browse files
committed
fixed a comment
1 parent 20c40d2 commit f0f4ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demos/movies/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h1 style="display: inline; margin-right: 20px;">Movie Browser</h1>
143143
releaseYear @one @pattern(of: "SELECT ?s (xsd:gYear(MAX(?o)) AS ?date) { ?s wdt:P577 ?o } GROUP BY ?s")
144144
netflix @one @pattern(of: "SELECT ?s ?id { ?s wdt:P1874 ?o . BIND(IRI(CONCAT('https://www.netflix.com/title/', STR(?o))) AS ?id) }")
145145
146-
# Pick the minimum advised viewing age across based on "wdt:P2899" across any rating scheme
146+
# Pick the minimum advised viewing age based on "wdt:P2899" across any rating scheme
147147
minAge @one @pattern(of: "SELECT ?s (MIN(?o) AS ?age) { ?s (!<p>)/wdt:P2899 ?o } GROUP BY ?s")
148148
149149
genres @pattern(of: "SELECT DISTINCT ?s (STR(?l) AS ?x) { ?s wdt:P136/rdfs:label ?l . FILTER(langMatches(lang(?l), 'en')) }")

0 commit comments

Comments
 (0)