SELECT ?work ?doi ?title ?venue ?year ?publisher WHERE { ?work cx:fundedBy <https://doi.org/10.13039/100000002> … OPTIONAL { ?work cx:containerTitle ?venue . } OPTIONAL { ?work cx:issuedYear ?year . } OPTIONAL { ?work cx:publisherName ?publisher . } } LIMIT 50