Anwendungsfälle ergänzt

This commit is contained in:
Felix Lohmeier 2017-07-28 19:05:18 +02:00
parent 3af93ad746
commit 42738b0fb7
8 changed files with 5397 additions and 1 deletions

View File

@ -100,4 +100,7 @@ Beispiel für Titel
Wählen Sie oben rechts im Menü Export den Menüpunkt `Tab-separated-value`
Ergebnis: [wiley.tsv](https://www.felixlohmeier.de/slub/wiley/wiley.tsv) (aus Lizenzgründen zugriffsgeschützt)
## Zwischenstand aus der Summerschool mit weiteren Transformationsschritten
* OpenRefine-Projekt mit Änderungshistorie: [wiley.openrefine.tar.gz](https://www.felixlohmeier.de/slub/wiley/wiley.openrefine.tar.gz) (aus Lizenzgründen zugriffsgeschützt)

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,15 @@
# Metadaten eines Anbieters im CSV-Format
Ausgangsdaten: CSV-Format des Anbieters "Lynda"
Ziel: Transformation in TSV mit Spaltenbezeichnungen gemäß [finc-Schema](https://github.com/finc/index/blob/master/schema.xml)
## Hinweise zur Verarbeitung in OpenRefine
* Für kleinere Korrekturen bietet sich die Transformation ```value.replace("vorher","nachher")``` an. Es ist besser eine Transformation auf einer Spalte anzuwenden als Daten manuell zu editieren, weil Transformationen in der Änderungshistorie gespeichert werden und auf neue Datenlieferungen erneut angewendet werden können.
## Mapping zum finc-Schema
Eine Zuordnung der Testdaten zum [finc-Schema](https://github.com/finc/index/blob/master/schema.xml) kann vorrangig über das Umbenennen der Spalten sowie dem Entfernen von Steuerzeichen erfolgen.
Zwischenstand:
* OpenRefine-Projekt mit Änderungshistorie: [lynda-com-Courses-csv.openrefine.tar.gz](https://www.felixlohmeier.de/slub/lynda/lynda-com-Courses-csv.openrefine.tar.gz) (aus Lizenzgründen zugriffsgeschützt)

View File

@ -0,0 +1,89 @@
# Nachlässe aus Kalliope via SRU
In Kalliope sind Nachlässe katalogisiert, die auch im SLUB-Katalog angezeigt werden sollen. Hierzu sollen die Metadaten mittels der von Kalliope bereitgestellten SRU-Schnittstelle prozessiert werden.
Ausgangsdaten: MODS/XML über SRU-Schnittstelle
Ziel: Transformation in TSV mit Spaltenbezeichnungen gemäß [finc-Schema](https://github.com/finc/index/blob/master/schema.xml)
## Abfrage über die SRU-Schnittstelle
Die URL zur Abfrage der SRU-Schnittstelle lautet:
```
http://kalliope-verbund.info/sru?version=1.2&operation=searchRetrieve&query=ead.genre="Nachlass"+AND+ead.repository.isil="DE-14"&recordSchema=mods
```
Die Software MarcEdit bietet mit dem Tool "Z39.50/SRU Client" eine Möglichkeit Daten von SRU-Schnittstellen herunterzuladen.
Schritt 1: Datenbank anlegen
* Modify Databases / Add Database / Add SRU Server
* Name: Kalliope
* URL: http://kalliope-verbund.info/sru
* Metadata Schema: MODS
* Search Profile: Custom
Schritt 2: Records abfagen
* Search Mode
* Search: ead.genre="Nachlass"+AND+ead.repository.isil="DE-14"
* Im Pulldown statt "Title" den Wert "Raw (Adv.)" auswählen
* startRecord: 0
* maximumRecords: 1000
* grünen Pfeil drücken
* Rechte Maustaste in Trefferliste und "Download all Records wählen"
Schritt 3: Die von MarcEdit produzierte XML-Datei enthält alle Records ohne umrahmendes XML-Element. Das ist nicht standardkonform und kann von OpenRefine daher nicht korrekt gelesen werden. Damit der Import klappt, muss die Datei manuell bearbeitet werden:
* Zu Beginn des Dokuments einfügen: ```<records>``` (der Name des Elements ist beliebig)
* Am Ende des Dokuments einfügen: ```</records>```
## Hinweise zur Verarbeitung in OpenRefine
Import:
* Beim Import der XML-Daten auf das Element <mods ...> klicken
Leere Zeilen identifizieren:
* Auf beliebiger Spalte Facet / custom text facet... / isBlank(forEach(row.columnNames,cn,if(isNull(cells[cn]),"",cells[cn].value.trim())).join("")) / true
* All / Edit rows / Remove all matching rows
Folgende Spalten entstammen der Mods-Struktur, sind (weitgehend) inhaltsleer und können gelöscht werden:
* mods
* mods - version
* mods - xsi:schemaLocation
* mods - recordInfo
* mods - recordInfo - recordCreationDate - encoding
* mods - recordInfo - recordContentSource - authority
* mods - recordInfo - languageOfCataloging
* mods - recordInfo - languageOfCataloging - languageTerm
* mods - recordInfo - languageOfCataloging - languageTerm - type
* mods - recordInfo - languageOfCataloging - languageTerm - authority
* mods - name
* mods - name - role
* mods - location
* mods - titleInfo
* mods - physicalDescription
* mods - relatedItem
* mods - relatedItem - titleInfo
* mods - originInfo
Platzhalter einfügen:
* Beim Zusammenfassen von Zeilen zu einem Record ist zu beachten, dass zwischen manchen Spalten wichtige Beziehungen bestehen, wie beispielsweise zwischen Person (mods - name - namePart) und GND-ID (mods - name - valueURI). Wenn nicht allen Personen eine ID zugeordnet ist, könnte beim Zusammenfassen die Zuordnung durcheinandergeraten. In diesem Fall ist es sinnvoll vorher Platzhalter einzufügen.
* Als Trennzeichen ```␞``` verwenden (das Trennzeichen [Record Separator ␟](https://unicode-table.com/en/241E/) aus dem Unicode-Zeichensatz kommt mit Sicherheit nicht in den Daten vor, daher ist dieses gut geeignet. Das Zeichen ist am einfachsten per copy & paste einzufügen).
* mods - name - namePart / Facet / Customized facets / Facet by blank / false
* mods - name - valueURI / Facet / Customized facets / Facet by blank / true
* mods - name - valueURI / Edit cells / Transform... / "␞"
Mehrfachbelegungen zusammenfassen:
* Spalte auswählen / Edit cells / Join multi-valued cells...
* Als Trennzeichen ```␟``` angeben (das Trennzeichen [Unit Separator ␟](http://unicode-table.com/en/241F/) aus dem Unicode-Zeichensatz kommt mit Sicherheit nicht in den Daten vor, daher ist dieses gut geeignet. Das Zeichen ist am einfachsten per copy & paste einzufügen).
* mods - location - url / Edit cells / Join multi-valued cells... / ␟
* mods - name - namePart / Edit cells / Join multi-valued cells... / ␟
* mods - name - valueURI / Edit cells / Join multi-valued cells... / ␟
Überflüssige Zeilen löschen:
* mods - recordInfo - recordIdentifier / Facet / Customized facets / Facet by blank / true
* All / Edit rows / Remove all matching rows
Zwischenstand:
* OpenRefine-Projekt mit Änderungshistorie: [kalliope-slub-nachlaesse-2017-07-28.openrefine.tar.gz](https://www.felixlohmeier.de/slub/kalliope/kalliope-slub-nachlaesse-2017-07-28.openrefine.tar.gz) (aus Lizenzgründen zugriffsgeschützt)
## Mapping zum finc-Schema
Eine Zuordnung der Daten zum [finc-Schema](https://github.com/finc/index/blob/master/schema.xml) kann nun vorrangig über das Umbenennen der Spalten sowie dem Entfernen von Steuerzeichen erfolgen.

View File

@ -0,0 +1,34 @@
# RDF-Daten vom AV-Portal der TIB
Das [AV-Portal der TIB Hannover](https://av.tib.eu) stellt wissenschaftliche Videos aus den Bereichen Naturwissenschaft und Technik unter freien Lizenzen bereit. Die Metadaten sind frei verfügbar und können in Bibliothekskataloge integriert werden.
Die Metadaten werden als RDF in den Containern XML, N-Triples und Turtle zum Download angeboten. Neben den üblichen bibliografischen Metadaten enthalten die Metadaten auch extrem umfangreiche Annotationen die durch automatische Analyse aus den Videos extrahiert wurden (OCR und Spracherkennung). Informationen zu den Metadaten: [https://av.tib.eu/opendata](https://av.tib.eu/opendata)
Ausgangsdaten: RDF/N-Triples (Format: .nt)
Ziel: Transformation in TSV mit Spaltenbezeichnungen gemäß [finc-Schema](https://github.com/finc/index/blob/master/schema.xml)
## Vorverarbeitung
OpenRefine kann RDF in XML oder N-Triples laden (Turtle wird nicht unterstützt). Da das Format N-Triples (.nt) etwas platzsparender ist, sollte dieses zum Import verwendet werden. Die Dateigröße in Höhe von 2103 MB (entpackt) ist problematisch und erfordert eine sehr große Menge an Arbeitsspeicher (ca. 45GB) für OpenRefine. Die hier relevanten bibliografischen Angaben haben daran den geringsten Anteil. Leider wird (Stand: 28.7.2017) kein Subset ohne Annotationen angeboten, so dass die benötigten Daten zunächst extrahiert werden müssen.
Ein Import in OpenRefine (Format: RDF/N3) ergibt folgendes Bild:
![Screenshot Daten AV-Portal](images/tib-av-portal-facets.png)
Die benötigten Daten können also anhand des Typs (http://www.w3.ord/1999/02/22-rdf-syntax-ns#type) separiert werden.
Ergebnis:
* Collections: [tib-av-portal-export-1-0-3-nt-collections.tsv](https://felixlohmeier.gitbooks.io/summerschool-openrefine/content/weitere-anwendungsfaelle/tib-av-portal-export-1-0-3-nt-collections.tsv)
* Movies: [tib-av-portal-export-1-0-3-nt-movies.tsv](https://felixlohmeier.gitbooks.io/summerschool-openrefine/content/weitere-anwendungsfaelle/tib-av-portal-export-1-0-3-nt-movies.tsv)
Achtung: Bei dieser einfachen Extraktion der Daten gehen Daten verloren. Die Gesamtzahl der auf diesem Weg extrahierten Filme (5147) entspricht nicht der Anzahl der Filme im Online-Katalog (vgl. z.B. Zahlen in der [Übersicht nach Publishern](https://av.tib.eu/publishers). Außerdem ist bei Mehrfachbelegungen jeweils nur der erste Wert erhalten geblieben. Die hier extrahierten Daten können also nur Testzwecken dienen. Für eine produktive Verarbeitung müsste die Datenextraktion mit OpenRefine komplexer erfolgen. Alternativ könnte auch mit einem Triple Store gearbeitet werden. Auf der Webseite des AV-Portals sind Beispiele für die Verarbeitung mit Blazegraph beschrieben. Über Select-Statements lassen sich die gewünschten Daten direkt auflösen und anschließend extrahieren, vgl. [https://av.tib.eu/opendata](https://av.tib.eu/opendata).
## Mapping zum finc-Schema
Eine Zuordnung der Testdaten zum [finc-Schema](https://github.com/finc/index/blob/master/schema.xml) kann vorrangig über das Umbenennen der Spalten sowie dem Entfernen von Steuerzeichen erfolgen. Hilfreich ist dazu insbesondere die Funktion ```value.slice(1,-4)```.
Zur Auflösung der URLs auf Ressourcen (z.B. Autor http://av.tib.eu/resource/Lauth__G%C3%BCnter_Jakob) ist es erforderlich aus dem Gesamtabzug der Daten weitere Teilbestandteile zu extrahieren, in ein weiteres OpenRefine-Projekt zu laden und über die Cross-Funktion zu verknüpfen. Es wäre mit OpenRefine auch möglich, die Daten live über eine HTTP-Schnittstelle abzufragen, wenn die TIB diese anbieten würde.
Zwischenstand:
* OpenRefine-Projekt mit Änderungshistorie: [tib-av-portal-finc-schema.tsv](https://felixlohmeier.gitbooks.io/summerschool-openrefine/content/weitere-anwendungsfaelle/tib-av-portal-finc-schema.openrefine.tar.gz)

View File

@ -0,0 +1,107 @@
subject http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://w3.org/ns/oa#hasBody http://w3.org/ns/oa#annotatedBy http://w3.org/ns/oa#hasTarget http://w3.org/ns/oa#motivatedBy http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString http://www.w3.org/2005/11/its/rdf#taAnnotatorsRef http://www.w3.org/2005/11/its/rdf#taIdentRef http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIndex http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#beginIndex http://schema.org/datePublished http://schema.org/dateCreated http://schema.org/alternateName http://schema.org/thumbnailUrl http://schema.org/keywords http://schema.org/url http://schema.org/author http://schema.org/producer http://schema.org/publisher http://schema.org/availability http://schema.org/contributor http://schema.org/license http://schema.org/description http://schema.org/duration http://schema.org/name http://purl.org/dc/terms/language http://purl.org/dc/terms/subject http://bibframe.org/vocab/doi http://purl.org/dc/terms/identifier http://bibframe.org/vocab/subtitle http://purl.org/dc/terms/isPartOf http://schema.org/noOfItems http://bibframe.org/vocab/partNumber http://xmlns.com/foaf/0.1/name
http://av.tib.eu/resource/collection/150 http://purl.org/dc/dcmitype/Collection """Laser Zentrum Hannover - Video-Podcast"""
http://av.tib.eu/resource/collection/59 http://purl.org/dc/dcmitype/Collection """Course | Quantum Entanglements: Part 1"""
http://av.tib.eu/resource/collection/37 http://purl.org/dc/dcmitype/Collection """Graduate Training in Open Science"""
http://av.tib.eu/resource/collection/65 http://purl.org/dc/dcmitype/Collection """A Parallelized Large-Eddy Simulation Model for Atmospheric and Oceanic Flows"""
http://av.tib.eu/resource/collection/169 http://purl.org/dc/dcmitype/Collection """FOSS4G Seoul 2015"""
http://av.tib.eu/resource/collection/165 http://purl.org/dc/dcmitype/Collection """Two Films About Pressure"""
http://av.tib.eu/resource/collection/172 http://purl.org/dc/dcmitype/Collection """Rockglacier Evolution Modelling - Step Change Experiments"""
http://av.tib.eu/resource/collection/48 http://purl.org/dc/dcmitype/Collection """Brückenkurs Mathematik für Studienanfänger"""
http://av.tib.eu/resource/collection/175 http://purl.org/dc/dcmitype/Collection """An optimal route computed by VISIR-I"""
http://av.tib.eu/resource/collection/93 http://purl.org/dc/dcmitype/Collection """Robocup - German Open 2015"""
http://av.tib.eu/resource/collection/113 http://purl.org/dc/dcmitype/Collection """Physics@FOM Veldhoven 2011"""
http://av.tib.eu/resource/collection/117 http://purl.org/dc/dcmitype/Collection """Physic@FOM Veldhoven 2012"""
http://av.tib.eu/resource/collection/94 http://purl.org/dc/dcmitype/Collection """Robocup 2014 Brazil"""
http://av.tib.eu/resource/collection/121 http://purl.org/dc/dcmitype/Collection """Physics@FOM Veldhoven 2014"""
http://av.tib.eu/resource/collection/123 http://purl.org/dc/dcmitype/Collection """infernum-Tag 2014"""
http://av.tib.eu/resource/collection/122 http://purl.org/dc/dcmitype/Collection """10. FZK-Kolloquium"""
http://av.tib.eu/resource/collection/62 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Advanced Quantum Mechanics"""
http://av.tib.eu/resource/collection/36 http://purl.org/dc/dcmitype/Collection """CoScience Open Video Lectures"""
http://av.tib.eu/resource/collection/56 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Particle Physics: Standard Model"""
http://av.tib.eu/resource/collection/156 http://purl.org/dc/dcmitype/Collection """Meeresplankton"""
http://av.tib.eu/resource/collection/153 http://purl.org/dc/dcmitype/Collection """Ausgewählte Experimente im Grundstudium Physik"""
http://av.tib.eu/resource/collection/61 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Topics in String Theory"""
http://av.tib.eu/resource/collection/148 http://purl.org/dc/dcmitype/Collection """Chemische Experimente zum NOP"""
http://av.tib.eu/resource/collection/19 http://purl.org/dc/dcmitype/Collection """Informatik 2, Sommer 2012"""
http://av.tib.eu/resource/collection/9 http://purl.org/dc/dcmitype/Collection """Semantic Web Technologien WS 2011/12"""
http://av.tib.eu/resource/collection/66 http://purl.org/dc/dcmitype/Collection """Großer Wellenkanal (GWK)"""
http://av.tib.eu/resource/collection/58 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Quantum Entanglements: Part 3"""
http://av.tib.eu/resource/collection/64 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Cosmology"""
http://av.tib.eu/resource/collection/108 http://purl.org/dc/dcmitype/Collection """Multimedia Databases"""
http://av.tib.eu/resource/collection/151 http://purl.org/dc/dcmitype/Collection """Die Luftschiffahrt in Deutschland"""
http://av.tib.eu/resource/collection/47 http://purl.org/dc/dcmitype/Collection """Klausuraufgaben zur Physikalischen Chemie I (Thermodynamik und Phasengleichgewichte)"""
http://av.tib.eu/resource/collection/4 http://purl.org/dc/dcmitype/Collection """DataCite summer meeting 2012"""
http://av.tib.eu/resource/collection/27 http://purl.org/dc/dcmitype/Collection """International Congress of Mathematicians, Madrid 2006"""
http://av.tib.eu/resource/collection/164 http://purl.org/dc/dcmitype/Collection """Filme des Exzellenzclusters REBIRTH, 1. Förderphase"""
http://av.tib.eu/resource/collection/11 http://purl.org/dc/dcmitype/Collection """Mathematik 1, Winter 2011/2012"""
http://av.tib.eu/resource/collection/46 http://purl.org/dc/dcmitype/Collection """Information Retrieval"""
http://av.tib.eu/resource/collection/63 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Particle Physics: Basic Concepts"""
http://av.tib.eu/resource/collection/33 http://purl.org/dc/dcmitype/Collection """Chaos - A mathematical adventure"""
http://av.tib.eu/resource/collection/53 http://purl.org/dc/dcmitype/Collection """Lecture Collection | The Theoretical Minimum: Quantum Mechanics"""
http://av.tib.eu/resource/collection/21 http://purl.org/dc/dcmitype/Collection """Semantic Web WS 2009/10"""
http://av.tib.eu/resource/collection/7 http://purl.org/dc/dcmitype/Collection """Semantic Web Technologien WS 2012/13"""
http://av.tib.eu/resource/collection/55 http://purl.org/dc/dcmitype/Collection """Lecture Collection | General Relativity"""
http://av.tib.eu/resource/collection/67 http://purl.org/dc/dcmitype/Collection """Einführung in die Reaktionskinetik"""
http://av.tib.eu/resource/collection/57 http://purl.org/dc/dcmitype/Collection """Lecture Collection | String Theory and M-Theory"""
http://av.tib.eu/resource/collection/16 http://purl.org/dc/dcmitype/Collection """Informatik 1, Winter 2011/2012"""
http://av.tib.eu/resource/collection/98 http://purl.org/dc/dcmitype/Collection """Data Warehousing and Data Mining Techniques (WS 2010/2011)"""
http://av.tib.eu/resource/collection/5 http://purl.org/dc/dcmitype/Collection """Goportis Conference 2013"""
http://av.tib.eu/resource/collection/157 http://purl.org/dc/dcmitype/Collection """Bioenergiedorf Jühnde"""
http://av.tib.eu/resource/collection/51 http://purl.org/dc/dcmitype/Collection """Particle Physics 3: Supersymmetry & Grand Unification"""
http://av.tib.eu/resource/collection/10 http://purl.org/dc/dcmitype/Collection """Mathematik 1, Winter 2010/2011"""
http://av.tib.eu/resource/collection/103 http://purl.org/dc/dcmitype/Collection """Information Retrieval and Web Search Engines (SS 2011)"""
http://av.tib.eu/resource/collection/90 http://purl.org/dc/dcmitype/Collection """DataCite summer meeting 2014"""
http://av.tib.eu/resource/collection/13 http://purl.org/dc/dcmitype/Collection """Mathematik 2, Sommer 2011"""
http://av.tib.eu/resource/collection/152 http://purl.org/dc/dcmitype/Collection """Physikalische Experimente nach Robert Wichard Pohl (1884 - 1976)"""
http://av.tib.eu/resource/collection/17 http://purl.org/dc/dcmitype/Collection """Informatik 1, Winter 2012/2013"""
http://av.tib.eu/resource/collection/49 http://purl.org/dc/dcmitype/Collection """Einführung in die Thermodynamik"""
http://av.tib.eu/resource/collection/160 http://purl.org/dc/dcmitype/Collection """Demonstrationen zur psychologischen Optik"""
http://av.tib.eu/resource/collection/166 http://purl.org/dc/dcmitype/Collection """Tagung „2015 – Das Jahr der MRK: Perspektiven der Mensch-Roboter-Kollaboration“ am 6.11.2015 in Hannover"""
http://av.tib.eu/resource/collection/15 http://purl.org/dc/dcmitype/Collection """Informatik 1, Winter 2010/2011"""
http://av.tib.eu/resource/collection/12 http://purl.org/dc/dcmitype/Collection """Mathematik 1, Winter 2012/2013"""
http://av.tib.eu/resource/collection/54 http://purl.org/dc/dcmitype/Collection """Lecture Collection | Special Relativity"""
http://av.tib.eu/resource/collection/154 http://purl.org/dc/dcmitype/Collection """Volkskundliche Filmdokumentation Niedersachsen"""
http://av.tib.eu/resource/collection/50 http://purl.org/dc/dcmitype/Collection """Physikalische Chemie kompakt"""
http://av.tib.eu/resource/collection/18 http://purl.org/dc/dcmitype/Collection """Informatik 2, Sommer 2011"""
http://av.tib.eu/resource/collection/97 http://purl.org/dc/dcmitype/Collection """Robocup - German Open 2014"""
http://av.tib.eu/resource/collection/14 http://purl.org/dc/dcmitype/Collection """Mathematik 2, Sommer 2012"""
http://av.tib.eu/resource/collection/168 http://purl.org/dc/dcmitype/Collection """OpenML 2014"""
http://av.tib.eu/resource/collection/6 http://purl.org/dc/dcmitype/Collection """QUEST Cluster of Excellence"""
http://av.tib.eu/resource/collection/96 http://purl.org/dc/dcmitype/Collection """RoboCup 2015 China"""
http://av.tib.eu/resource/collection/310 http://purl.org/dc/dcmitype/Collection """2nd Conference on Non-Textual Information: Software and Services for Science (S3), May 10-11, 2017 in Hannover"""
http://av.tib.eu/resource/collection/300 http://purl.org/dc/dcmitype/Collection """FOSSGIS-Konferenz 2017: Passau 22. - 25. März 2017"""
http://av.tib.eu/resource/collection/203 http://purl.org/dc/dcmitype/Collection """Bibcast 2017"""
http://av.tib.eu/resource/collection/305 http://purl.org/dc/dcmitype/Collection """The Physics Experiments of Robert Wichard Pohl (1884 - 1976)"""
http://av.tib.eu/resource/collection/304 http://purl.org/dc/dcmitype/Collection """Supplement to 'An Adaptive Semi-Lagrangian Advection Model for Transport of Volcanic Emissions in the Atmosphere'"""
http://av.tib.eu/resource/collection/294 http://purl.org/dc/dcmitype/Collection """The Leibniz \""Mathematical Modeling and Simulation\"" (MMS) Days 2017"""
http://av.tib.eu/resource/collection/291 http://purl.org/dc/dcmitype/Collection """Open source GIS - GRASS user conference 2002"""
http://av.tib.eu/resource/collection/285 http://purl.org/dc/dcmitype/Collection """Geologische Speicherung von CO2"""
http://av.tib.eu/resource/collection/283 http://purl.org/dc/dcmitype/Collection """COMPIT 2017"""
http://av.tib.eu/resource/collection/267 http://purl.org/dc/dcmitype/Collection """Urheberrechtstag 2017 - Onlinelehre 2017 zwischen Open Access, § 52a UrhG und Verlagsangeboten"""
http://av.tib.eu/resource/collection/279 http://purl.org/dc/dcmitype/Collection """re:publica 2012"""
http://av.tib.eu/resource/collection/273 http://purl.org/dc/dcmitype/Collection """Luminophore distributions"""
http://av.tib.eu/resource/collection/263 http://purl.org/dc/dcmitype/Collection """TPDL 2016 - Workshop: Videos in digital libraries: Whats in it for libraries, publishers and scientists?"""
http://av.tib.eu/resource/collection/216 http://purl.org/dc/dcmitype/Collection """Lise-Meitner-Lectures"""
http://av.tib.eu/resource/collection/215 http://purl.org/dc/dcmitype/Collection """Mathematik in Österreich"""
http://av.tib.eu/resource/collection/217 http://purl.org/dc/dcmitype/Collection """Stern-Gerlach-Medaille"""
http://av.tib.eu/resource/collection/218 http://purl.org/dc/dcmitype/Collection """Max-Planck-Medaille"""
http://av.tib.eu/resource/collection/202 http://purl.org/dc/dcmitype/Collection """Numerical simulations on the microdynamics of the ice-air aggregate"""
http://av.tib.eu/resource/collection/201 http://purl.org/dc/dcmitype/Collection """case studies to \""Geoscience on television: a review of science communication literature in the context of geosciences\"""""
http://av.tib.eu/resource/collection/192 http://purl.org/dc/dcmitype/Collection """Physics@FOM Veldhoven 2015"""
http://av.tib.eu/resource/collection/119 http://purl.org/dc/dcmitype/Collection """Physics@FOM Veldhoven 2013"""
http://av.tib.eu/resource/collection/188 http://purl.org/dc/dcmitype/Collection """Chymiatrie - Special zum Tag der Umwelt"""
http://av.tib.eu/resource/collection/190 http://purl.org/dc/dcmitype/Collection """Hacktivity 2015"""
http://av.tib.eu/resource/collection/186 http://purl.org/dc/dcmitype/Collection """Ölblumen und ölsammelnde Bienen"""
http://av.tib.eu/resource/collection/189 http://purl.org/dc/dcmitype/Collection """Chymiatrie"""
http://av.tib.eu/resource/collection/183 http://purl.org/dc/dcmitype/Collection """Kolloquium der Fakultät für Mathematik und Informatik der FernUniversität in Hagen"""
http://av.tib.eu/resource/collection/187 http://purl.org/dc/dcmitype/Collection """Bibcast 2016"""
http://av.tib.eu/resource/collection/174 http://purl.org/dc/dcmitype/Collection """Supplementary videos for \""A Modular Arbitrary-Order Ocean-Atmosphere Model: MAOOAM\"""""
http://av.tib.eu/resource/collection/147 http://purl.org/dc/dcmitype/Collection """Lecture2Go - Universität Hamburg"""
http://av.tib.eu/resource/collection/176 http://purl.org/dc/dcmitype/Collection """Clean4Yield eConference"""
http://av.tib.eu/resource/collection/185 http://purl.org/dc/dcmitype/Collection """Multiple Soil Aggregates"""
http://av.tib.eu/resource/collection/128 http://purl.org/dc/dcmitype/Collection """infernum-Tag 2012"""
http://av.tib.eu/resource/collection/146 http://purl.org/dc/dcmitype/Collection """Kleines Einmaleins der Kostenrechnung - Grundlagen der Kostenrechnung für Ingenieure"""
http://av.tib.eu/resource/collection/179 http://purl.org/dc/dcmitype/Collection """Übungsaufgaben - Kleines Einmaleins der Kostenrechnung - Kostenrechnung für Ingenieure"""
http://av.tib.eu/resource/collection/178 http://purl.org/dc/dcmitype/Collection """Klausuraufgaben - Kleines Einmaleins der Kostenrechnung - Kostenrechnung für Ingenieure"""
http://av.tib.eu/resource/collection/127 http://purl.org/dc/dcmitype/Collection """infernum-Tag 2013"""
http://av.tib.eu/resource/collection/177 http://purl.org/dc/dcmitype/Collection """ZiF-Konferenz 2015: Intelligenz: Mensch trifft Technik"""
1 subject http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://w3.org/ns/oa#hasBody http://w3.org/ns/oa#annotatedBy http://w3.org/ns/oa#hasTarget http://w3.org/ns/oa#motivatedBy http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString http://www.w3.org/2005/11/its/rdf#taAnnotatorsRef http://www.w3.org/2005/11/its/rdf#taIdentRef http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIndex http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#beginIndex http://schema.org/datePublished http://schema.org/dateCreated http://schema.org/alternateName http://schema.org/thumbnailUrl http://schema.org/keywords http://schema.org/url http://schema.org/author http://schema.org/producer http://schema.org/publisher http://schema.org/availability http://schema.org/contributor http://schema.org/license http://schema.org/description http://schema.org/duration http://schema.org/name http://purl.org/dc/terms/language http://purl.org/dc/terms/subject http://bibframe.org/vocab/doi http://purl.org/dc/terms/identifier http://bibframe.org/vocab/subtitle http://purl.org/dc/terms/isPartOf http://schema.org/noOfItems http://bibframe.org/vocab/partNumber http://xmlns.com/foaf/0.1/name
2 http://av.tib.eu/resource/collection/150 http://purl.org/dc/dcmitype/Collection "Laser Zentrum Hannover - Video-Podcast"
3 http://av.tib.eu/resource/collection/59 http://purl.org/dc/dcmitype/Collection "Course | Quantum Entanglements: Part 1"
4 http://av.tib.eu/resource/collection/37 http://purl.org/dc/dcmitype/Collection "Graduate Training in Open Science"
5 http://av.tib.eu/resource/collection/65 http://purl.org/dc/dcmitype/Collection "A Parallelized Large-Eddy Simulation Model for Atmospheric and Oceanic Flows"
6 http://av.tib.eu/resource/collection/169 http://purl.org/dc/dcmitype/Collection "FOSS4G Seoul 2015"
7 http://av.tib.eu/resource/collection/165 http://purl.org/dc/dcmitype/Collection "Two Films About Pressure"
8 http://av.tib.eu/resource/collection/172 http://purl.org/dc/dcmitype/Collection "Rockglacier Evolution Modelling - Step Change Experiments"
9 http://av.tib.eu/resource/collection/48 http://purl.org/dc/dcmitype/Collection "Brückenkurs Mathematik für Studienanfänger"
10 http://av.tib.eu/resource/collection/175 http://purl.org/dc/dcmitype/Collection "An optimal route computed by VISIR-I"
11 http://av.tib.eu/resource/collection/93 http://purl.org/dc/dcmitype/Collection "Robocup - German Open 2015"
12 http://av.tib.eu/resource/collection/113 http://purl.org/dc/dcmitype/Collection "Physics@FOM Veldhoven 2011"
13 http://av.tib.eu/resource/collection/117 http://purl.org/dc/dcmitype/Collection "Physic@FOM Veldhoven 2012"
14 http://av.tib.eu/resource/collection/94 http://purl.org/dc/dcmitype/Collection "Robocup 2014 Brazil"
15 http://av.tib.eu/resource/collection/121 http://purl.org/dc/dcmitype/Collection "Physics@FOM Veldhoven 2014"
16 http://av.tib.eu/resource/collection/123 http://purl.org/dc/dcmitype/Collection "infernum-Tag 2014"
17 http://av.tib.eu/resource/collection/122 http://purl.org/dc/dcmitype/Collection "10. FZK-Kolloquium"
18 http://av.tib.eu/resource/collection/62 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Advanced Quantum Mechanics"
19 http://av.tib.eu/resource/collection/36 http://purl.org/dc/dcmitype/Collection "CoScience Open Video Lectures"
20 http://av.tib.eu/resource/collection/56 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Particle Physics: Standard Model"
21 http://av.tib.eu/resource/collection/156 http://purl.org/dc/dcmitype/Collection "Meeresplankton"
22 http://av.tib.eu/resource/collection/153 http://purl.org/dc/dcmitype/Collection "Ausgewählte Experimente im Grundstudium Physik"
23 http://av.tib.eu/resource/collection/61 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Topics in String Theory"
24 http://av.tib.eu/resource/collection/148 http://purl.org/dc/dcmitype/Collection "Chemische Experimente zum NOP"
25 http://av.tib.eu/resource/collection/19 http://purl.org/dc/dcmitype/Collection "Informatik 2, Sommer 2012"
26 http://av.tib.eu/resource/collection/9 http://purl.org/dc/dcmitype/Collection "Semantic Web Technologien WS 2011/12"
27 http://av.tib.eu/resource/collection/66 http://purl.org/dc/dcmitype/Collection "Großer Wellenkanal (GWK)"
28 http://av.tib.eu/resource/collection/58 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Quantum Entanglements: Part 3"
29 http://av.tib.eu/resource/collection/64 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Cosmology"
30 http://av.tib.eu/resource/collection/108 http://purl.org/dc/dcmitype/Collection "Multimedia Databases"
31 http://av.tib.eu/resource/collection/151 http://purl.org/dc/dcmitype/Collection "Die Luftschiffahrt in Deutschland"
32 http://av.tib.eu/resource/collection/47 http://purl.org/dc/dcmitype/Collection "Klausuraufgaben zur Physikalischen Chemie I (Thermodynamik und Phasengleichgewichte)"
33 http://av.tib.eu/resource/collection/4 http://purl.org/dc/dcmitype/Collection "DataCite summer meeting 2012"
34 http://av.tib.eu/resource/collection/27 http://purl.org/dc/dcmitype/Collection "International Congress of Mathematicians, Madrid 2006"
35 http://av.tib.eu/resource/collection/164 http://purl.org/dc/dcmitype/Collection "Filme des Exzellenzclusters REBIRTH, 1. Förderphase"
36 http://av.tib.eu/resource/collection/11 http://purl.org/dc/dcmitype/Collection "Mathematik 1, Winter 2011/2012"
37 http://av.tib.eu/resource/collection/46 http://purl.org/dc/dcmitype/Collection "Information Retrieval"
38 http://av.tib.eu/resource/collection/63 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Particle Physics: Basic Concepts"
39 http://av.tib.eu/resource/collection/33 http://purl.org/dc/dcmitype/Collection "Chaos - A mathematical adventure"
40 http://av.tib.eu/resource/collection/53 http://purl.org/dc/dcmitype/Collection "Lecture Collection | The Theoretical Minimum: Quantum Mechanics"
41 http://av.tib.eu/resource/collection/21 http://purl.org/dc/dcmitype/Collection "Semantic Web WS 2009/10"
42 http://av.tib.eu/resource/collection/7 http://purl.org/dc/dcmitype/Collection "Semantic Web Technologien WS 2012/13"
43 http://av.tib.eu/resource/collection/55 http://purl.org/dc/dcmitype/Collection "Lecture Collection | General Relativity"
44 http://av.tib.eu/resource/collection/67 http://purl.org/dc/dcmitype/Collection "Einführung in die Reaktionskinetik"
45 http://av.tib.eu/resource/collection/57 http://purl.org/dc/dcmitype/Collection "Lecture Collection | String Theory and M-Theory"
46 http://av.tib.eu/resource/collection/16 http://purl.org/dc/dcmitype/Collection "Informatik 1, Winter 2011/2012"
47 http://av.tib.eu/resource/collection/98 http://purl.org/dc/dcmitype/Collection "Data Warehousing and Data Mining Techniques (WS 2010/2011)"
48 http://av.tib.eu/resource/collection/5 http://purl.org/dc/dcmitype/Collection "Goportis Conference 2013"
49 http://av.tib.eu/resource/collection/157 http://purl.org/dc/dcmitype/Collection "Bioenergiedorf Jühnde"
50 http://av.tib.eu/resource/collection/51 http://purl.org/dc/dcmitype/Collection "Particle Physics 3: Supersymmetry & Grand Unification"
51 http://av.tib.eu/resource/collection/10 http://purl.org/dc/dcmitype/Collection "Mathematik 1, Winter 2010/2011"
52 http://av.tib.eu/resource/collection/103 http://purl.org/dc/dcmitype/Collection "Information Retrieval and Web Search Engines (SS 2011)"
53 http://av.tib.eu/resource/collection/90 http://purl.org/dc/dcmitype/Collection "DataCite summer meeting 2014"
54 http://av.tib.eu/resource/collection/13 http://purl.org/dc/dcmitype/Collection "Mathematik 2, Sommer 2011"
55 http://av.tib.eu/resource/collection/152 http://purl.org/dc/dcmitype/Collection "Physikalische Experimente nach Robert Wichard Pohl (1884 - 1976)"
56 http://av.tib.eu/resource/collection/17 http://purl.org/dc/dcmitype/Collection "Informatik 1, Winter 2012/2013"
57 http://av.tib.eu/resource/collection/49 http://purl.org/dc/dcmitype/Collection "Einführung in die Thermodynamik"
58 http://av.tib.eu/resource/collection/160 http://purl.org/dc/dcmitype/Collection "Demonstrationen zur psychologischen Optik"
59 http://av.tib.eu/resource/collection/166 http://purl.org/dc/dcmitype/Collection "Tagung „2015 – Das Jahr der MRK: Perspektiven der Mensch-Roboter-Kollaboration“ am 6.11.2015 in Hannover"
60 http://av.tib.eu/resource/collection/15 http://purl.org/dc/dcmitype/Collection "Informatik 1, Winter 2010/2011"
61 http://av.tib.eu/resource/collection/12 http://purl.org/dc/dcmitype/Collection "Mathematik 1, Winter 2012/2013"
62 http://av.tib.eu/resource/collection/54 http://purl.org/dc/dcmitype/Collection "Lecture Collection | Special Relativity"
63 http://av.tib.eu/resource/collection/154 http://purl.org/dc/dcmitype/Collection "Volkskundliche Filmdokumentation Niedersachsen"
64 http://av.tib.eu/resource/collection/50 http://purl.org/dc/dcmitype/Collection "Physikalische Chemie kompakt"
65 http://av.tib.eu/resource/collection/18 http://purl.org/dc/dcmitype/Collection "Informatik 2, Sommer 2011"
66 http://av.tib.eu/resource/collection/97 http://purl.org/dc/dcmitype/Collection "Robocup - German Open 2014"
67 http://av.tib.eu/resource/collection/14 http://purl.org/dc/dcmitype/Collection "Mathematik 2, Sommer 2012"
68 http://av.tib.eu/resource/collection/168 http://purl.org/dc/dcmitype/Collection "OpenML 2014"
69 http://av.tib.eu/resource/collection/6 http://purl.org/dc/dcmitype/Collection "QUEST Cluster of Excellence"
70 http://av.tib.eu/resource/collection/96 http://purl.org/dc/dcmitype/Collection "RoboCup 2015 China"
71 http://av.tib.eu/resource/collection/310 http://purl.org/dc/dcmitype/Collection "2nd Conference on Non-Textual Information: Software and Services for Science (S3), May 10-11, 2017 in Hannover"
72 http://av.tib.eu/resource/collection/300 http://purl.org/dc/dcmitype/Collection "FOSSGIS-Konferenz 2017: Passau 22. - 25. März 2017"
73 http://av.tib.eu/resource/collection/203 http://purl.org/dc/dcmitype/Collection "Bibcast 2017"
74 http://av.tib.eu/resource/collection/305 http://purl.org/dc/dcmitype/Collection "The Physics Experiments of Robert Wichard Pohl (1884 - 1976)"
75 http://av.tib.eu/resource/collection/304 http://purl.org/dc/dcmitype/Collection "Supplement to 'An Adaptive Semi-Lagrangian Advection Model for Transport of Volcanic Emissions in the Atmosphere'"
76 http://av.tib.eu/resource/collection/294 http://purl.org/dc/dcmitype/Collection "The Leibniz \"Mathematical Modeling and Simulation\" (MMS) Days 2017"
77 http://av.tib.eu/resource/collection/291 http://purl.org/dc/dcmitype/Collection "Open source GIS - GRASS user conference 2002"
78 http://av.tib.eu/resource/collection/285 http://purl.org/dc/dcmitype/Collection "Geologische Speicherung von CO2"
79 http://av.tib.eu/resource/collection/283 http://purl.org/dc/dcmitype/Collection "COMPIT 2017"
80 http://av.tib.eu/resource/collection/267 http://purl.org/dc/dcmitype/Collection "Urheberrechtstag 2017 - Onlinelehre 2017 zwischen Open Access, § 52a UrhG und Verlagsangeboten"
81 http://av.tib.eu/resource/collection/279 http://purl.org/dc/dcmitype/Collection "re:publica 2012"
82 http://av.tib.eu/resource/collection/273 http://purl.org/dc/dcmitype/Collection "Luminophore distributions"
83 http://av.tib.eu/resource/collection/263 http://purl.org/dc/dcmitype/Collection "TPDL 2016 - Workshop: Videos in digital libraries: What’s in it for libraries, publishers and scientists?"
84 http://av.tib.eu/resource/collection/216 http://purl.org/dc/dcmitype/Collection "Lise-Meitner-Lectures"
85 http://av.tib.eu/resource/collection/215 http://purl.org/dc/dcmitype/Collection "Mathematik in Österreich"
86 http://av.tib.eu/resource/collection/217 http://purl.org/dc/dcmitype/Collection "Stern-Gerlach-Medaille"
87 http://av.tib.eu/resource/collection/218 http://purl.org/dc/dcmitype/Collection "Max-Planck-Medaille"
88 http://av.tib.eu/resource/collection/202 http://purl.org/dc/dcmitype/Collection "Numerical simulations on the microdynamics of the ice-air aggregate"
89 http://av.tib.eu/resource/collection/201 http://purl.org/dc/dcmitype/Collection "case studies to \"Geoscience on television: a review of science communication literature in the context of geosciences\""
90 http://av.tib.eu/resource/collection/192 http://purl.org/dc/dcmitype/Collection "Physics@FOM Veldhoven 2015"
91 http://av.tib.eu/resource/collection/119 http://purl.org/dc/dcmitype/Collection "Physics@FOM Veldhoven 2013"
92 http://av.tib.eu/resource/collection/188 http://purl.org/dc/dcmitype/Collection "Chymiatrie - Special zum Tag der Umwelt"
93 http://av.tib.eu/resource/collection/190 http://purl.org/dc/dcmitype/Collection "Hacktivity 2015"
94 http://av.tib.eu/resource/collection/186 http://purl.org/dc/dcmitype/Collection "Ölblumen und ölsammelnde Bienen"
95 http://av.tib.eu/resource/collection/189 http://purl.org/dc/dcmitype/Collection "Chymiatrie"
96 http://av.tib.eu/resource/collection/183 http://purl.org/dc/dcmitype/Collection "Kolloquium der Fakultät für Mathematik und Informatik der FernUniversität in Hagen"
97 http://av.tib.eu/resource/collection/187 http://purl.org/dc/dcmitype/Collection "Bibcast 2016"
98 http://av.tib.eu/resource/collection/174 http://purl.org/dc/dcmitype/Collection "Supplementary videos for \"A Modular Arbitrary-Order Ocean-Atmosphere Model: MAOOAM\""
99 http://av.tib.eu/resource/collection/147 http://purl.org/dc/dcmitype/Collection "Lecture2Go - Universität Hamburg"
100 http://av.tib.eu/resource/collection/176 http://purl.org/dc/dcmitype/Collection "Clean4Yield eConference"
101 http://av.tib.eu/resource/collection/185 http://purl.org/dc/dcmitype/Collection "Multiple Soil Aggregates"
102 http://av.tib.eu/resource/collection/128 http://purl.org/dc/dcmitype/Collection "infernum-Tag 2012"
103 http://av.tib.eu/resource/collection/146 http://purl.org/dc/dcmitype/Collection "Kleines Einmaleins der Kostenrechnung - Grundlagen der Kostenrechnung für Ingenieure"
104 http://av.tib.eu/resource/collection/179 http://purl.org/dc/dcmitype/Collection "Übungsaufgaben - Kleines Einmaleins der Kostenrechnung - Kostenrechnung für Ingenieure"
105 http://av.tib.eu/resource/collection/178 http://purl.org/dc/dcmitype/Collection "Klausuraufgaben - Kleines Einmaleins der Kostenrechnung - Kostenrechnung für Ingenieure"
106 http://av.tib.eu/resource/collection/127 http://purl.org/dc/dcmitype/Collection "infernum-Tag 2013"
107 http://av.tib.eu/resource/collection/177 http://purl.org/dc/dcmitype/Collection "ZiF-Konferenz 2015: Intelligenz: Mensch trifft Technik"

File diff suppressed because it is too large Load Diff