query-e4f1704f47110ad00856cb1656de095a
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
- 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 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)