[okfn-discuss] [pd-discuss] Entering the Public Domain in 2013

Yury Katkov katkov.juriy at gmail.com
Mon Oct 29 14:49:13 UTC 2012


>  Does anyone know how if it's possible to
> cross-reference 'Category:1942 deaths' with 'Category:Writers'? There are
> over 2,000 1942 deaths!

I sure know:
Go to this resource: http://dbpedia.org/sparql

and put the following query:

SELECT DISTINCT ?a WHERE {
?a dcterms:subject category:1942_deaths;
   rdf:type dbpedia-owl:Writer} LIMIT 1000

if however you want to see all the writers who died before 1942, it's
better to do like that:

select distinct ?a where {
?a dbpedia-owl:deathDate ?deathDate;
   rdf:type dbpedia-owl:Writer
FILTER (?deathDate<"1942-01-01"^^xsd:date)} LIMIT 1000
-----
Yury Katkov, WikiVote



On Mon, Oct 29, 2012 at 4:47 PM, Chris Sakkas <sanglorian at gmail.com> wrote:
> That's a great resource, Jonathan. Does anyone know how if it's possible to
> cross-reference 'Category:1942 deaths' with 'Category:Writers'? There are
> over 2,000 1942 deaths!
>
> Cheers,
>
> Chris Sakkas
> Admin of the FOSsil Bank wiki and the Living Libre blog and Twitter feed.
>
>
>
> On 29 October 2012 21:47, Jonathan Gray <jonathan.gray at okfn.org> wrote:
>>
>> This might be handy:
>>
>> http://en.wikipedia.org/wiki/Category:1942_deaths
>>
>> J.
>>
>> On Mon, Oct 29, 2012 at 10:04 AM, Sam Leon <sam.leon at okfn.org> wrote:
>>>
>>> Dear All,
>>>
>>> Like most years we want to get together a list of interesting figures
>>> whose work will be entering the public domain next year (2013).
>>>
>>> I've booted a spreadsheet [1] which we can all begin populating with the
>>> authors whose published works will enter the public domain in the UK in 2013
>>> (70 years after the death of author).
>>>
>>> We plan to feature this list on the Public Domain Review and use it as a
>>> point of reference for the collections and articles we get in 2013.
>>>
>>> All the best,
>>> Sam
>>>
>>> [1]
>>> https://docs.google.com/spreadsheet/ccc?key=0Al6mO9_3Hr2PdHJxTFNGSk0wWEdnY2FrMXNmSXlmU2c#gid=0
>>>
>>> --
>>> Sam Leon
>>> Community Coordinator
>>> Open Knowledge Foundation
>>> http://okfn.org/
>>> Skype: samedleon
>>>
>>>
>>> _______________________________________________
>>> pd-discuss mailing list
>>> pd-discuss at lists.okfn.org
>>> http://lists.okfn.org/mailman/listinfo/pd-discuss
>>> Unsubscribe:
>>> http://lists.okfn.org/mailman/options/pd-discuss/jonathan.gray%40okfn.org
>>>
>>
>>
>>
>> --
>> Jonathan Gray
>>
>> Head of Community
>> The Open Knowledge Foundation
>> http://www.okfn.org
>>
>> http://twitter.com/jwyg
>>
>> _______________________________________________
>> okfn-discuss mailing list
>> okfn-discuss at lists.okfn.org
>> http://lists.okfn.org/mailman/listinfo/okfn-discuss
>> Unsubscribe:
>> http://lists.okfn.org/mailman/options/okfn-discuss/sanglorian%40gmail.com
>>
>
>
> _______________________________________________
> okfn-discuss mailing list
> okfn-discuss at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/okfn-discuss
> Unsubscribe:
> http://lists.okfn.org/mailman/options/okfn-discuss/katkov.juriy%40gmail.com
>




More information about the okfn-discuss mailing list