Difference between revisions of "Dblpconf"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
cps [label="conference proceedings series" href="https://www.wikidata.org/wiki/Q27785883"] | cps [label="conference proceedings series" href="https://www.wikidata.org/wiki/Q27785883"] | ||
ac [label="academic conference" href="https://www.wikidata.org/wiki/Q2020153" ] | ac [label="academic conference" href="https://www.wikidata.org/wiki/Q2020153" ] | ||
− | proceedings [label=" | + | proceedings [label="proceedings" href ="https://www.wikidata.org/wiki/Q1143604" ] |
cps->ac [label="is proceedings from" href="https://www.wikidata.org/wiki/Property:P4745" ] | cps->ac [label="is proceedings from" href="https://www.wikidata.org/wiki/Property:P4745" ] | ||
} | } |
Revision as of 11:37, 3 February 2021
OsProject
OsProject | |
---|---|
id | dblpconf |
state | |
owner | Wolfgang Fahl |
title | dblpconf |
url | https://github.com/WolfgangFahl/dblpconf |
version | 0.0.3 |
description | |
date | 2021/01/30 |
since | |
until |
What is it?
dblpconf analyzes a dblp.xml dump https://dblp.uni-trier.de/xml/ from the dblp computer science bibliography and makes the results available for use in a python project.
There is also a flask+bootstrap 4 web interface
What is the goal
Scientific Conference Linked Open Data
Demo
There is a demo at https://confident.dbis.rwth-aachen.de/dblpconf/
Wikidata
Conference Series
wikidata table in dblpconf demo try it!
# Conference Series wikidata query
# see https://confident.dbis.rwth-aachen.de/dblpconf/wikidata
# WF 2021-01-30
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?confSeries ?display_name ?confSeriesLabel ?official_website ?DBLP_pid ?WikiCFP_pid ?GND_pid
WHERE
{
# scientific conference series (Q47258130)
?confSeries wdt:P31 wd:Q47258130.
OPTIONAL { ?confSeries wdt:P1813 ?short_name . }
BIND (COALESCE(?short_name,?confSeriesLabel) AS ?display_name).
# official website (P856)
OPTIONAL {
?confSeries wdt:P856 ?official_website
}
# any item with a DBLP venue ID
OPTIONAL {
?confSeries wdt:P8926 ?DBLP_pid.
}
# WikiCFP pid
optional {
?confSeries wdt:P5127 ?WikiCFP_pid.
}
# GND pid
optional {
?confSeries wdt:P227 ?GND_pid.
}
# label
?confSeries rdfs:label ?confSeriesLabel filter (lang(?confSeriesLabel) = "en").
}
ORDER BY (?display_name)
DBLP Entities
see http://diagrams.bitplan.com/render/svg/0xcc1dc00f.svg for clickable svg version
article
example
<article mdate="2020-02-04" key="persons/CasperGGGHLR12">
<author orcid="0000-0002-1163-8988">Markus Casper</author>
<author>Gayane Grigoryan</author>
<author>Oliver Gronz</author>
<author>Oliver Gutjahr</author>
<author orcid="0000-0002-4831-9016">Günther Heinemann</author>
<author>Rita Ley</author>
<author>Andreas Rock</author>
<title>Analysis of projected hydrological behavior of catchments based on signature indices</title>
<journal>Hydrology and Earth System Sciences</journal>
<volume>16</volume>
<pages>409-421</pages>
<year>2012</year>
<ee type="oa">https://doi.org/10.5194/hess-16-409-2012</ee>
</article>
book
example
<book mdate="2019-05-27" key="tr/acm/CS2013">
<title>Computer Science Curricula 2013</title>
<publisher>ACM Press and IEEE Computer Society Press</publisher>
<year>2013</year>
<ee>https://doi.org/10.1145/2534860</ee>
<isbn>978-1-4503-2309-3</isbn>
</book>
incollection
example
<incollection mdate="2017-07-12" key="reference/vlsi/Muroga99n" publtype="encyclopedia">
<author>Saburo Muroga</author>
<title>Field-Programmable Gate Arrays.</title>
<year>1999</year>
<booktitle>The VLSI Handbook</booktitle>
<ee>https://doi.org/10.1201/9781420049671.ch44</ee>
<crossref>reference/vlsi/1999</crossref>
<url>db/reference/vlsi/vlsi1999.html#Muroga99n</url>
</incollection>
inproceedings
example
<inproceedings mdate="2019-08-02" key="persons/Codd74">
<author>E. F. Codd</author>
<title>Seven Steps to Rendezvous with the Casual User.</title>
<month>January</month>
<year>1974</year>
<pages>179-200</pages>
<booktitle>IFIP Working Conference Data Base Management</booktitle>
<crossref>conf/ds/1974</crossref>
<url>db/conf/ds/dbm74.html#Codd74</url>
<note>IBM Research Report RJ 1333, San Jose, California</note>
<cdrom>DS/DS1974/P179.pdf</cdrom>
</inproceedings>
mastersthesis
example
<mastersthesis mdate="2002-01-03" key="phd/Ylonen94">
<author>Tatu Ylönen</author>
<title>Shadow Paging Is Feasible.</title>
<year>1994</year>
<school>Helsinki University of Technology, Department of Computer Science</school>
</mastersthesis>
phdthesis
example
<phdthesis mdate="2016-05-04" key="phd/sk/Frisch2009">
<author>Guido Frisch</author>
<title>Using open source software to develop E-business applications for medium- and small-sized enterprises.</title>
<year>2009</year>
<school>Bratislava, Univ.</school>
<pages>1-151</pages>
<isbn>978-3-8300-4753-7</isbn>
<ee>http://d-nb.info/996716548</ee>
</phdthesis>
proceedings
example
<proceedings mdate="2020-03-27" key="reference/genetic/2015">
<editor orcid="0000-0002-2798-0104">Amir Hossein Gandomi</editor>
<editor orcid="0000-0002-7593-8509">Amir Hossein Alavi</editor>
<editor orcid="0000-0002-7002-5815">Conor Ryan</editor>
<title>Handbook of Genetic Programming Applications</title>
<publisher>Springer</publisher>
<year>2015</year>
<isbn>978-3-319-20882-4</isbn>
<ee>https://doi.org/10.1007/978-3-319-20883-1</ee>
<url>db/reference/genetic/genetic2015.html</url>
</proceedings>
www
example
<www mdate="2018-07-05" key="persons/Ley93">
<author>Michael Ley</author>
<title>DBLP.uni-trier.de: Computer Science Bibliography</title>
<year>1993</year>
<ee>http://dblp.uni-trier.de/</ee>
</www>