diff --git a/2 - Metadata and Catalogue.ipynb b/2 - Metadata and Catalogue.ipynb index 5afd444c521571234c8fdce2e9c5061f448bf27d..551cf1b98803d2585e89dc1eeb03b1cf32fa817e 100644 --- a/2 - Metadata and Catalogue.ipynb +++ b/2 - Metadata and Catalogue.ipynb @@ -27,7 +27,8 @@ "\n", "* Overview data formats\n", "* Overview container formats\n", - "* Overview protocols" + "* Overview protocols\n", + "* Overview SPARQL" ] }, { @@ -205,6 +206,22 @@ "```" ] }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "subslide" + } + }, + "source": [ + "* RDF (Resource Description Framework) W3C standard for modeling information\n", + "* RDF Triples\n", + " * describe everything as subject, predicate and object expression\n", + " * subject denotes the resource\n", + " * predicate, a term used to describe the subject\n", + " * object, the thing that the verb is acting upon, can be another resource, or just a literal value" + ] + }, { "cell_type": "markdown", "metadata": { @@ -216,6 +233,29 @@ "[https://json-ld.org/playground/](https://json-ld.org/playground/)" ] }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "subslide" + } + }, + "source": [ + "* JSON-LD Processing Algorithms \n", + " * JSON-LD Expaneded\n", + " * replaces terms with the URIs they expand to\n", + " * necessary for further transformations\n", + " * removes context\n", + " * JSOM-LD Compacted\n", + " * removes context\n", + " * makes it easier to read\n", + " * JSON-LD Flattened\n", + " * all properties of a node are collected in a __single__ JSON object \n", + " * a labeled directed graph ()\n", + " * JSON-LD Framing\n", + " * [https://w3c.github.io/json-ld-framing/](https://w3c.github.io/json-ld-framing/)" + ] + }, { "cell_type": "markdown", "metadata": { @@ -646,6 +686,1628 @@ " print('setSpec value for selective harvesting: ' + oai_set.setSpec)\n", " print('Name of the set (setName): ' + oai_set.setName + '\\n')" ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "* SPARQL\n", + " * Query language for the semantic web\n", + " * since 2008 W3C recommendation\n", + " * since 2013 SPARQL 1.1 W3C recommend" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "subslide" + } + }, + "source": [ + "* 4 Types of SPARQL Queries\n", + " * SELECT: select values and return them (we will only use that)\n", + " * CONSTRUCT: create a new Graph\n", + " * ASK: Boolean (True/False)\n", + " * DESCRIBE: Describe a resource" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "subslide" + } + }, + "source": [ + "\n", + " * Declear prefix shortcuts (optional)\n", + " * PREFIX foo: <...>\n", + " * Query result clause\n", + " * SELECT ...\n", + " * Define the dataset (optional)\n", + " * FROM <...>\n", + " * Query pattern\n", + " * WHERE {\n", + " ...\n", + " }\n", + " * Query modifiers (optional):\n", + " * Group BY ...\n", + " * HAVING\n", + " * ORDER BY\n", + " * LIMIT\n", + " * OFFSET\n", + " * VALUES\n" + ] + }, + { + "cell_type": "code", + "execution_count": 73, + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "outputs": [], + "source": [ + "from rdflib import Graph\n", + "import pandas as pd" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "metadata": { + "slideshow": { + "slide_type": "subslide" + } + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + " | 0 | \n", + "1 | \n", + "2 | \n", + "
---|---|---|---|
0 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#plac... | \n", + "http://d-nb.info/gnd/4065105-8 | \n", + "
1 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Gete, J.V. | \n", + "
2 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Gete, Jogann Vol'fgang fon | \n", + "
3 | \n", + "Ne3fc9cda376f4286b16ccc752d36d281 | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "Wolfgang | \n", + "
4 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#rela... | \n", + "http://d-nb.info/gnd/1085154025 | \n", + "
5 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Naa976c9bc0684e8bb126a4ba2bc97032 | \n", + "
6 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Ǧūta, Yūhān Wulfǧānǧ fūn | \n", + "
7 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Nefb70c4291124fab989684f7a384fe38 | \n", + "
8 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "N07b0d552440246b0abfbbdffa35fa03f | \n", + "
9 | \n", + "Nff66bf54af1149bc86bd2ba3df4ecfad | \n", + "http://d-nb.info/standards/elementset/gnd#surname | \n", + "Giote | \n", + "
10 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Kote, Johann Volfgang | \n", + "
11 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Hëte, Ëhan Vol'fhanh | \n", + "
12 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Göte | \n", + "
13 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "גתה, יוהן וולפגנג פון | \n", + "
14 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Kote, J. V. | \n", + "
15 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Göthe, J. W. von | \n", + "
16 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#oldA... | \n", + "(DE-588)1095607278 | \n", + "
17 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type | \n", + "http://d-nb.info/standards/elementset/gnd#Diff... | \n", + "
18 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goethe, I. W. | \n", + "
19 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Giote, J. W. | \n", + "
20 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "N26a14a384d164f70a548b001fc3a702f | \n", + "
21 | \n", + "N4e955b2ab7404190b1b53d5a4e306909 | \n", + "http://d-nb.info/standards/elementset/gnd#surname | \n", + "Gete | \n", + "
22 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Gūta | \n", + "
23 | \n", + "N25e814b61c554835a0deddd23e8cebd0 | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "Iogann Vol'fgang | \n", + "
24 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Ndffad4623aed4bf5b3c934e7f83f02ea | \n", + "
25 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goe te | \n", + "
26 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goethe, Johann Wolfgang v. | \n", + "
27 | \n", + "Ne8ff4c14027a41e4ad880d08004fbea9 | \n", + "http://d-nb.info/standards/elementset/gnd#surname | \n", + "Ġūtih | \n", + "
28 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#prof... | \n", + "http://d-nb.info/gnd/4037215-7 | \n", + "
29 | \n", + "N191b4976c94c47a2b88ac931378afe1f | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "Jan Wolfang | \n", + "
... | \n", + "... | \n", + "... | \n", + "... | \n", + "
677 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goethe, J. W. von | \n", + "
678 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "N8385bc99fabf41aabd0ca61d549977a6 | \n", + "
679 | \n", + "Nefb70c4291124fab989684f7a384fe38 | \n", + "http://d-nb.info/standards/elementset/gnd#surname | \n", + "Giote | \n", + "
680 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goethe, Johann W. von | \n", + "
681 | \n", + "Nf369c1a73c3a489d9d6d915e7f4fe964 | \n", + "http://d-nb.info/standards/elementset/gnd#prefix | \n", + "v. | \n", + "
682 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://www.w3.org/2002/07/owl#sameAs | \n", + "http://d-nb.info/gnd/185808069 | \n", + "
683 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Gkaite, Giochan Bolphnkannk êphonë | \n", + "
684 | \n", + "Ne8ff4c14027a41e4ad880d08004fbea9 | \n", + "http://d-nb.info/standards/elementset/gnd#prefix | \n", + "fūn | \n", + "
685 | \n", + "N9dc4c209581642ceaf29a55e89fee755 | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "V. | \n", + "
686 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Ncd15232381e2403f9dc755e5c5c02787 | \n", + "
687 | \n", + "N814917d47f7443e0b8fc9dbe3ddd43b6 | \n", + "http://d-nb.info/standards/elementset/gnd#pers... | \n", + "Ge de | \n", + "
688 | \n", + "N5bbc43c691344ab595e59837a9163057 | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "ヨハン・ヴォルフガング・フォン | \n", + "
689 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#acqu... | \n", + "http://d-nb.info/gnd/118727907 | \n", + "
690 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goithios, I.V. | \n", + "
691 | \n", + "Na98f62af260142e28f528f192c6778ac | \n", + "http://d-nb.info/standards/elementset/gnd#surname | \n", + "Goethe | \n", + "
692 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#biog... | \n", + "Staatsmann, Geheimrat | \n", + "
693 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "N42a4a757cafb4e1f9eb057bc2dad2cf8 | \n", + "
694 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Гёте, Йоҳанн Волфганг | \n", + "
695 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goethe, Wolfgang von | \n", + "
696 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://www.w3.org/2002/07/owl#sameAs | \n", + "http://d-nb.info/gnd/1131918517 | \n", + "
697 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Gyot'e, Yohan Wolfgang | \n", + "
698 | \n", + "N3e2d670f9bee4c6cae886cf66cee1d65 | \n", + "http://d-nb.info/standards/elementset/gnd#pers... | \n", + "Gede | \n", + "
699 | \n", + "Nb55ff0e4a0984fceb982221c923336c2 | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "Giov. L. | \n", + "
700 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#fami... | \n", + "http://d-nb.info/gnd/11687256X | \n", + "
701 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#prof... | \n", + "http://d-nb.info/gnd/4046517-2 | \n", + "
702 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://www.w3.org/2002/07/owl#sameAs | \n", + "http://d-nb.info/gnd/1095607278 | \n", + "
703 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#oldA... | \n", + "(DE-588)185848826 | \n", + "
704 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "N191b4976c94c47a2b88ac931378afe1f | \n", + "
705 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Ġūtah, Yūhān Fūlfġānḡ | \n", + "
706 | \n", + "http://d-nb.info/gnd/118540238 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Goethe, J.W. | \n", + "
707 rows × 3 columns
\n", + "\n", + " | 0 | \n", + "1 | \n", + "2 | \n", + "
---|---|---|---|
0 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://www.w3.org/2002/07/owl#sameAs | \n", + "http://www.wikidata.org/entity/Q11190 | \n", + "
1 | \n", + "http://d-nb.info/gnd/040382435/about | \n", + "http://purl.org/dc/terms/license | \n", + "http://creativecommons.org/publicdomain/zero/1.0/ | \n", + "
2 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Heilkunst | \n", + "
3 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://www.w3.org/2004/02/skos/core#exactMatch | \n", + "http://zbw.eu/stw/descriptor/15658-5 | \n", + "
4 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#gndS... | \n", + "http://d-nb.info/standards/vocab/gnd/gnd-sc#27.1a | \n", + "
5 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Medicine | \n", + "
6 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type | \n", + "http://d-nb.info/standards/elementset/gnd#Subj... | \n", + "
7 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#gndI... | \n", + "4038243-6 | \n", + "
8 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#rela... | \n", + "http://dewey.info/class/610/ | \n", + "
9 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://www.w3.org/2007/05/powder-s#describedby | \n", + "http://d-nb.info/gnd/040382435/about | \n", + "
10 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#oldA... | \n", + "(DE-588c)4038243-6 | \n", + "
11 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "Humanmedizin | \n", + "
12 | \n", + "http://d-nb.info/gnd/040382435/about | \n", + "http://purl.org/dc/terms/modified | \n", + "2017-01-25T16:58:26 | \n", + "
13 | \n", + "http://d-nb.info/gnd/4038243-6 | \n", + "http://d-nb.info/standards/elementset/gnd#pref... | \n", + "Medizin | \n", + "
\n", + " | 0 | \n", + "
---|---|
0 | \n", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type | \n", + "
1 | \n", + "http://purl.org/dc/terms/license | \n", + "
2 | \n", + "http://d-nb.info/standards/elementset/gnd#gndI... | \n", + "
3 | \n", + "http://www.w3.org/2004/02/skos/core#exactMatch | \n", + "
4 | \n", + "http://www.w3.org/2002/07/owl#sameAs | \n", + "
5 | \n", + "http://purl.org/dc/terms/modified | \n", + "
6 | \n", + "http://d-nb.info/standards/elementset/gnd#oldA... | \n", + "
7 | \n", + "http://d-nb.info/standards/elementset/gnd#vari... | \n", + "
8 | \n", + "http://d-nb.info/standards/elementset/gnd#pref... | \n", + "
9 | \n", + "http://www.w3.org/2007/05/powder-s#describedby | \n", + "
10 | \n", + "http://d-nb.info/standards/elementset/gnd#gndS... | \n", + "
11 | \n", + "http://d-nb.info/standards/elementset/gnd#rela... | \n", + "
\n", + " | 0 | \n", + "
---|---|
0 | \n", + "Medicine | \n", + "
1 | \n", + "Heilkunst | \n", + "
2 | \n", + "Humanmedizin | \n", + "
\n", + " | 0 | \n", + "1 | \n", + "
---|---|---|
0 | \n", + "http://d-nb.info/gnd/4066009-6 | \n", + "2 | \n", + "
1 | \n", + "Bundeskanzler 1970-1983 | \n", + "1 | \n", + "
2 | \n", + "(DE-588a)118566512 | \n", + "1 | \n", + "
3 | \n", + "Bruno | \n", + "1 | \n", + "
4 | \n", + "http://www.wikidata.org/entity/Q44517 | \n", + "1 | \n", + "
5 | \n", + "http://dbpedia.org/resource/Bruno_Kreisky | \n", + "1 | \n", + "
6 | \n", + "Kreisky, Bruno | \n", + "1 | \n", + "
7 | \n", + "http://d-nb.info/gnd/121036073 | \n", + "1 | \n", + "
8 | \n", + "http://d-nb.info/standards/vocab/gnd/gnd-sc#16.5p | \n", + "1 | \n", + "
9 | \n", + "https://de.wikipedia.org/wiki/Bruno_Kreisky | \n", + "1 | \n", + "
10 | \n", + "118566512 | \n", + "1 | \n", + "
11 | \n", + "http://viaf.org/viaf/31998484 | \n", + "1 | \n", + "
12 | \n", + "Politiker, Oesterreich | \n", + "1 | \n", + "
13 | \n", + "http://d-nb.info/standards/elementset/gnd#Diff... | \n", + "1 | \n", + "
14 | \n", + "1990-07-29 | \n", + "1 | \n", + "
15 | \n", + "http://d-nb.info/standards/vocab/gnd/gender#male | \n", + "1 | \n", + "
16 | \n", + "http://www.isni.org/0000000112608767 | \n", + "1 | \n", + "
17 | \n", + "http://id.loc.gov/authorities/n50043948 | \n", + "1 | \n", + "
18 | \n", + "http://d-nb.info/gnd/4046517-2 | \n", + "1 | \n", + "
19 | \n", + "2016-12-16T22:40:25 | \n", + "1 | \n", + "
20 | \n", + "http://www.filmportal.de/person/5B113A52F8F14A... | \n", + "1 | \n", + "
21 | \n", + "http://d-nb.info/gnd/118566512/about | \n", + "1 | \n", + "
22 | \n", + "http://d-nb.info/gnd/2029382-3 | \n", + "1 | \n", + "
23 | \n", + "N6d057aa2f1874c6dbef28ea5e5545948 | \n", + "1 | \n", + "
24 | \n", + "1911-01-22 | \n", + "1 | \n", + "
25 | \n", + "Kreisky | \n", + "1 | \n", + "
26 | \n", + "(DE-588c)4032993-8 | \n", + "1 | \n", + "
27 | \n", + "http://d-nb.info/standards/vocab/gnd/geographi... | \n", + "1 | \n", + "
28 | \n", + "http://creativecommons.org/publicdomain/zero/1.0/ | \n", + "1 | \n", + "
\n", + " | 0 | \n", + "1 | \n", + "
---|---|---|
0 | \n", + "http://www.w3.org/2002/07/owl#sameAs | \n", + "6 | \n", + "
1 | \n", + "http://d-nb.info/standards/elementset/gnd#oldA... | \n", + "2 | \n", + "
2 | \n", + "http://d-nb.info/standards/elementset/gnd#biog... | \n", + "2 | \n", + "
3 | \n", + "http://d-nb.info/standards/elementset/gnd#pref... | \n", + "1 | \n", + "
4 | \n", + "http://d-nb.info/standards/elementset/gnd#gender | \n", + "1 | \n", + "
5 | \n", + "http://purl.org/dc/terms/license | \n", + "1 | \n", + "
6 | \n", + "http://d-nb.info/standards/elementset/gnd#prof... | \n", + "1 | \n", + "
7 | \n", + "http://d-nb.info/standards/elementset/gnd#fami... | \n", + "1 | \n", + "
8 | \n", + "http://d-nb.info/standards/elementset/gnd#affi... | \n", + "1 | \n", + "
9 | \n", + "http://d-nb.info/standards/elementset/gnd#plac... | \n", + "1 | \n", + "
10 | \n", + "http://d-nb.info/standards/elementset/gnd#gndI... | \n", + "1 | \n", + "
11 | \n", + "http://d-nb.info/standards/elementset/gnd#surname | \n", + "1 | \n", + "
12 | \n", + "http://d-nb.info/standards/elementset/gnd#fore... | \n", + "1 | \n", + "
13 | \n", + "http://d-nb.info/standards/elementset/gnd#date... | \n", + "1 | \n", + "
14 | \n", + "http://d-nb.info/standards/elementset/gnd#date... | \n", + "1 | \n", + "
15 | \n", + "http://purl.org/dc/terms/modified | \n", + "1 | \n", + "
16 | \n", + "http://d-nb.info/standards/elementset/gnd#gndS... | \n", + "1 | \n", + "
17 | \n", + "http://d-nb.info/standards/elementset/gnd#geog... | \n", + "1 | \n", + "
18 | \n", + "http://xmlns.com/foaf/0.1/page | \n", + "1 | \n", + "
19 | \n", + "http://www.w3.org/2007/05/powder-s#describedby | \n", + "1 | \n", + "
20 | \n", + "http://d-nb.info/standards/elementset/gnd#pref... | \n", + "1 | \n", + "
21 | \n", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#type | \n", + "1 | \n", + "
22 | \n", + "http://d-nb.info/standards/elementset/gnd#plac... | \n", + "1 | \n", + "
\n", + " | 0 | \n", + "
---|---|
0 | \n", + "http://viaf.org/viaf/31998484 | \n", + "
1 | \n", + "http://www.wikidata.org/entity/Q44517 | \n", + "
2 | \n", + "http://id.loc.gov/authorities/n50043948 | \n", + "
3 | \n", + "http://www.filmportal.de/person/5B113A52F8F14A... | \n", + "
4 | \n", + "http://www.isni.org/0000000112608767 | \n", + "
5 | \n", + "http://dbpedia.org/resource/Bruno_Kreisky | \n", + "