Main Page: Difference between revisions

From LexBib
Line 14: Line 14:


= See what's in the database =
= See what's in the database =
The following links lead to simple SPARQL queries in a graphical interface. Queries are executed on the fly by pressing the start button, and results always reflect LexBib wikibase content at that particular point in time. You can modify or combine the queries. If you are an author, a quick way to check which of your articles are already in the database is to search on [[LexBib Zotero]]; you can also find yourself through the main search above, and then click on "What links here" in the side pane menu.
The following links lead to simple SPARQL queries in a graphical interface. Queries are executed on the fly by pressing the start button, and results always reflect LexBib wikibase content at that particular point in time. You can modify or combine the queries. '''If you are an author''', a quick way to check which of your articles are already in the database is to find yourself through the main search above, and then click on "What links here" in the side pane menu. You can also search for yourself on [[LexBib Zotero]].
== Items and relations ==
== Items and relations ==
* All bibliographical items: authors, title, date: [https://lexbib.elex.is/query/#PREFIX%20lwb%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fentity%2F%3E%0APREFIX%20ldp%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Fdirect%2F%3E%0APREFIX%20lp%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2F%3E%0APREFIX%20lps%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Fstatement%2F%3E%0APREFIX%20lpq%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Fqualifier%2F%3E%0APREFIX%20lpr%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Freference%2F%3E%0A%0Aselect%20%3Furi%20%28group_concat%28%3FauthorLabel%3BSEPARATOR%3D%22%3B%20%22%29%20as%20%3Fauthors%29%20%3Fdate%20%3Ftitle%20where%20%0A%7B%20%3Furi%20ldp%3AP5%20lwb%3AQ3%3B%20%23%20Q3%3A%20BibItem%0A%20%20%20%20%20%20%20ldp%3AP6%20%3Ftitle%3B%0A%20%20%20%20%20%20%20ldp%3AP15%20%3Fdate%3B%0A%20%20%20%20%20%20%20ldp%3AP12%20%3Fauthor.%0A%20%3Fauthor%20rdfs%3Alabel%20%3FauthorLabel.%0A%20filter%28lang%28%3FauthorLabel%29%3D%22en%22%29%0A%20%20%0A%7D%20group%20by%20%3Furi%20%3Fauthors%20%3Fdate%20%3Ftitle%0A Query].
* All bibliographical items: authors, title, date: [https://lexbib.elex.is/query/#PREFIX%20lwb%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fentity%2F%3E%0APREFIX%20ldp%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Fdirect%2F%3E%0APREFIX%20lp%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2F%3E%0APREFIX%20lps%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Fstatement%2F%3E%0APREFIX%20lpq%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Fqualifier%2F%3E%0APREFIX%20lpr%3A%20%3Chttp%3A%2F%2Flexbib.elex.is%2Fprop%2Freference%2F%3E%0A%0Aselect%20%3Furi%20%28group_concat%28%3FauthorLabel%3BSEPARATOR%3D%22%3B%20%22%29%20as%20%3Fauthors%29%20%3Fdate%20%3Ftitle%20where%20%0A%7B%20%3Furi%20ldp%3AP5%20lwb%3AQ3%3B%20%23%20Q3%3A%20BibItem%0A%20%20%20%20%20%20%20ldp%3AP6%20%3Ftitle%3B%0A%20%20%20%20%20%20%20ldp%3AP15%20%3Fdate%3B%0A%20%20%20%20%20%20%20ldp%3AP12%20%3Fauthor.%0A%20%3Fauthor%20rdfs%3Alabel%20%3FauthorLabel.%0A%20filter%28lang%28%3FauthorLabel%29%3D%22en%22%29%0A%20%20%0A%7D%20group%20by%20%3Furi%20%3Fauthors%20%3Fdate%20%3Ftitle%0A Query].