[CODE4LIB] Job: Digital curation librarian at Drexel University Libraries

2022-03-09 Thread Code4Lib Jobs
Job Title: Digital Curation Librarian  Position #M00115 Grade K (Exempt) DUL Organization (3271) Date: January 7, 2022, revised   Summary  Drexel University Libraries (DUL) seeks a creative and highly motivated digital curation librarian as the Libraries’ expert for digital and data prese

[CODE4LIB] Job: Software Developer at University of Maryland Libraries

2022-03-09 Thread Code4Lib Jobs
Title:    Software Developer Category:    Exempt Department:  Software Systems Development and Research, Digital Services and Technologies Salary:  $54,794 to $65,000. Salary will be commensurate with experience. Benefits: 22 Days Ann

[CODE4LIB] Registration is open for "With Great Power: AI and Equity"

2022-03-09 Thread Louisa Choy
What: With Great Power: AI and Equity When: March 25, 2022 (9:30 - 4:00 EST, exact timing to be finalized closer to event) Where: virtual via Zoom Who: NEASIS&T

[CODE4LIB] Last Chance! Code4Lib 2022 T-shirt Design Submissions Open

2022-03-09 Thread Karlen Chase
The deadline to enter the Code4Lib 2022 conference t-shirt design contest is nigh! Submissions close at midnight (EDT) on Friday, March 18, 2022. The winning logo will be selected based on popular vote to be held from March 24-30, 2022. Designs must include the conference name, Code4Lib 2022,

Re: [CODE4LIB] wikidata sparql query

2022-03-09 Thread Eric Lease Morgan
On Mar 9, 2022, at 10:16 AM, Karly Wildenhaus wrote: >> How can I write a WikiData SPARQL query to return the URLs of a special >> collection? > > SELECT ?personLabel ?archivesAtLabel ?describedAt WHERE { > ?person wdt:P106 wd:Q49757; > wdt:P135 wd:Q213457; > p:P485 ?archivesStatement.

Re: [CODE4LIB] wikidata sparql query

2022-03-09 Thread Stefano Bargioni
Or even using "optional"? Bye. sb SELECT ?personLabel ?archivesAtLabel ?describedAt WHERE { ?person wdt:P106 wd:Q49757; wdt:P135 wd:Q213457; p:P485 ?archivesStatement. OPTIONAL { ?archivesStatement ps:P485 ?archivesAt; pq:P973 ?describedAt. } SERVICE wikibase:label { bd:servic

Re: [CODE4LIB] wikidata sparql query

2022-03-09 Thread Karly Wildenhaus
Hi Eric, This should work, although others with more SPARQL experience may have suggestions on how to simplify it: SELECT ?personLabel ?archivesAtLabel ?describedAt WHERE { > ?person wdt:P106 wd:Q49757; > wdt:P135 wd:Q213457; > p:P485 ?archivesStatement. > ?archivesStatement ps:P485 ?

[CODE4LIB] meemoo joins the Open Preservation Foundation

2022-03-09 Thread Becky McGuinness
The Open Preservation Foundation (OPF) is pleased to welcome meemoo as our newest member. meemoo is a non-profit organisation that, with help from the Flemish Government, is committed to supporting the digital archive operations of cultural, media and government organisations. Their specialist te

[CODE4LIB] wikidata sparql query

2022-03-09 Thread Eric Lease Morgan
How can I write a WikiData SPARQL query to return the URLs of a special collection? I have the following query: SELECT ?personLabel ?archivesatLabel WHERE { ?person wdt:P106 wd:Q49757; wdt:P135 wd:Q213457; wdt:P485 ?archivesat. SERVICE wikibase:label { bd:serviceParam wikib