Main Page: Difference between revisions

From LexBib
No edit summary
Line 8: Line 8:


= See what's in the database =
= See what's in the database =
The following links lead to simple SPARQL queries on a graphical interface. You can modify or combine them.
The following links lead to simple SPARQL queries on 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.
== Items and relations ==
== Items and relations ==
* 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].
* 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].