query-e4f1704f47110ad00856cb1656de095a

rq turtle/ttl

Copyright policy of an institution? ]reply[18:18, 7 March 2018 (UTC)) talk (Astinson (WMF) instead.the WikiProject's talk page. Please post on couldn't be pinged has more than 50 participants and WikiProject Cultural heritage ). Have any collections policies been modeled in this way? Do we have the appropriate properties to do this? the TweetHi all, on a twitter thread recently, we were discussing how to document institutions that use different open-access/copyright policies for their collections. One proposed application, was using Wikidata (see (P582)end time or (P580)start time , (P518)applies to part, aspect, or form . This could be given qualifiers such as (P275)copyright license and it seems to be currently represented with (Q4117139)biological database and (Q212805)digital library We already face this issue with 16:02, 8 March 2018 (UTC)., Farmbrough RichIt might be tricky, policies change and are probably not universally applied by most institutions. Data would still be useful. All the best: ]reply[18:19, 7 March 2018 (UTC)) talk (Astinson (WMF) instead.the WikiProject's talk page. Please post on couldn't be pinged has more than 50 participants and WikiProject sum of all paintings

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?d ?dLabel ?licenceLabel WHERE {
VALUES ?resource {wd:Q212805 wd:Q4117139}
?d wdt:P31 ?resource.
OPTIONAL{ ?d wdt:P275 ?licence }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} ORDER BY DESC(?licence)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?d"):::projected v1("?licence") v2("?resource") c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?resource/] bind0-->v2 bind00(["wd:Q212805"]) bind00 --> bind0 bind01(["wd:Q4117139"]) bind01 --> bind0 v3 --"wdt:P31"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P275".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end