@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://service.tib.eu/3wave/ldmservice/catalog.ttl?page=1> a hydra:PagedCollection ;
    hydra:firstPage "https://service.tib.eu/3wave/ldmservice/catalog.ttl?page=1" ;
    hydra:itemsPerPage 100 ;
    hydra:lastPage "https://service.tib.eu/3wave/ldmservice/catalog.ttl?page=1" ;
    hydra:totalItems 6 .

<https://doi.org/10.25835/0030443> a dcat:Dataset ;
    dct:description """# A Neural Approach for Text Extraction from Scholarly Figures\r
This is the readme for the supplemental data for our ICDAR 2019 paper.\r
\r
You can read our paper via IEEE here: https://ieeexplore.ieee.org/document/8978202\r
\r
If you found this dataset useful, please consider citing our paper:\r
\r
	@inproceedings{DBLP:conf/icdar/MorrisTE19,\r
	  author    = {David Morris and\r
				   Peichen Tang and\r
				   Ralph Ewerth},\r
	  title     = {A Neural Approach for Text Extraction from Scholarly Figures},\r
	  booktitle = {2019 International Conference on Document Analysis and Recognition,\r
				   {ICDAR} 2019, Sydney, Australia, September 20-25, 2019},\r
	  pages     = {1438--1443},\r
	  publisher = {{IEEE}},\r
	  year      = {2019},\r
	  url       = {https://doi.org/10.1109/ICDAR.2019.00231},\r
	  doi       = {10.1109/ICDAR.2019.00231},\r
	  timestamp = {Tue, 04 Feb 2020 13:28:39 +0100},\r
	  biburl    = {https://dblp.org/rec/conf/icdar/MorrisTE19.bib},\r
	  bibsource = {dblp computer science bibliography, https://dblp.org}\r
	}\r
\r
This work was financially supported by the German Federal Ministry of Education and Research (BMBF) and European Social Fund (ESF) (InclusiveOCW project, no. 01PE17004).\r
## Datasets\r
We used different sources of data for testing, validation, and training. Our testing set was assembled by the work we cited by Böschen et al. We excluded the DeGruyter dataset, and use it as our validation dataset.\r
### Testing\r
These datasets contain a readme with license information. Further information about the associated project can be found in the authors' published work we cited: https://doi.org/10.1007/978-3-319-51811-4_2\r
### Validation\r
The DeGruyter dataset does not include the labeled images due to license restrictions. As of writing, the images can still be downloaded from DeGruyter via the links in the readme. Note that depending on what program you use to strip the images out of the PDF they are provided in, you may have to re-number the images.\r
### Training\r
We used [label_generator](https://github.com/domoritz/label_generator)'s  generated dataset, which the author made available on a requester-pays [amazon s3 bucket](s3://escience.washington.edu.viziometrics).\r
We also used the Multi-Type Web Images dataset, which is mirrored [here](https://tianchi.aliyun.com/competition/introduction.htm?spm=5176.100066.0.0.3bcad780oQ9Ce4&raceId=231651).\r
## Code\r
We have made our code available in `code.zip`. We will upload code, announce further news, and field questions via the [github repo](https://github.com/david-morris/Neural-Figure-Text).\r
\r
Our text detection network is adapted from [Argman's EAST implementation](https://github.com/argman/EAST). The `EAST/checkpoints/ours` subdirectory contains the trained weights we used in the paper.\r
\r
We used a tesseract script to run text extraction from detected text rows. This is inside our code `code.tar` as `text_recognition_multipro.py`.\r
\r
We used a java script provided by Falk Böschen and adapted to our file structure.  We included this as `evaluator.jar`.\r
\r
Parameter sweeps are automated by `param_sweep.rb`. This file also shows how to invoke all of these components.""" ;
    dct:identifier "ef96d2db-9cbe-4738-b7bf-da556e12bdc2" ;
    dct:issued "2022-03-16T07:44:15.166295"^^xsd:dateTime ;
    dct:modified "2022-03-16T07:44:15.166300"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "A Neural Approach for Text Extraction from Scholarly Figures" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "David Morris, Peichen Tang, and Ralph Ewerth" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/ef96d2db-9cbe-4738-b7bf-da556e12bdc2/resource/106f7149-6161-4117-893a-44990c05cbe4> ;
    dcat:keyword "computer vision",
        "document analysis",
        "machine learning" ;
    dcat:landingPage <https://data.uni-hannover.de/dataset/a-neural-approach-for-text-extraction-from-scholarly-figures> .

<https://service.tib.eu/3wave/ldmservice> a dcat:Catalog ;
    dct:language "en" ;
    dct:modified "2026-02-26T15:39:24.816230"^^xsd:dateTime ;
    dct:title "LDM" ;
    dcat:dataset <https://doi.org/10.25835/0030443>,
        <https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5>,
        <https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c>,
        <https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f>,
        <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817> ;
    foaf:homepage <https://service.tib.eu/3wave/ldmservice> .

<https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5> a dcat:Dataset ;
    dct:description "Example usage of CAD visualization in 2D and 3D using CKAN Views." ;
    dct:identifier "476cdf71-1048-4a6f-a28a-58fff547dae5" ;
    dct:issued "2017-11-23T17:37:00.362900"^^xsd:dateTime ;
    dct:modified "2022-06-13T06:54:09.827455"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example CAD Visualizations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Autodesk" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/1342ec64-f18e-4860-93cc-f6dd194d56ec>,
        <https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/4ee0ec1c-c72b-4bad-be73-364a735cea5c>,
        <https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/ade79b5d-14e3-4d08-a556-2135fee359f4> ;
    dcat:keyword "2D",
        "3D",
        "CAD",
        "dwg",
        "example",
        "visualization" ;
    dcat:landingPage <https://knowledge.autodesk.com/support/autocad/downloads/caas/downloads/content/autocad-sample-files.html> .

<https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/1342ec64-f18e-4860-93cc-f6dd194d56ec> a dcat:Distribution ;
    dct:title "Example 3D .dwg file" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/c31c9ff2-0ea9-43d8-8f93-2af0eaade9d4/resource/6b12f482-7693-4e36-9f47-fa0d4e03a5dc/download/visualization_-_aerial.dwg> ;
    dcat:byteSize 733036.0 .

<https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/4ee0ec1c-c72b-4bad-be73-364a735cea5c> a dcat:Distribution ;
    dct:title "Example 2D .dwg file" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/c31c9ff2-0ea9-43d8-8f93-2af0eaade9d4/resource/4c0009c0-69f2-49ec-831c-181f97d624a5/download/drive_shaft.dwg> ;
    dcat:byteSize 169807.0 .

<https://service.tib.eu/3wave/ldmservice/dataset/476cdf71-1048-4a6f-a28a-58fff547dae5/resource/ade79b5d-14e3-4d08-a556-2135fee359f4> a dcat:Distribution ;
    dct:description "Example usage of CAD using Ckan View with information provided by PANGAEA." ;
    dct:format "ZIP" ;
    dct:title "PANGEA CAD example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/c31c9ff2-0ea9-43d8-8f93-2af0eaade9d4/resource/3f429389-27fa-4bac-a677-1c989882b06f/download/g12_0020_100_5_5_grosskaste.dwg> ;
    dcat:byteSize 3414733.0 .

<https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c> a dcat:Dataset ;
    dct:description """Video about auto combustion reactions of STF50 with EDTA+CA: variying phi.\r
Video about boundary value problem of a push rod. The video was published by Leibniz University Hannover.\r
Video about boundary value problem of a spring. The video was published by Leibniz University Hannover.""" ;
    dct:identifier "54920aae-f322-4fca-bd09-cd091946632c" ;
    dct:issued "2017-11-24T13:42:19.407543"^^xsd:dateTime ;
    dct:modified "2026-02-26T15:39:24.816230"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example Video Visualizations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "John Doe" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/46845e42-18a3-4f03-a747-57f36c398ca3>,
        <https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/849a62dc-45fe-4f7e-9687-09543b7f8512>,
        <https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/8649545f-f1d0-49d2-b9cd-88f2593ec059>,
        <https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/a86b71e3-c68a-421e-b995-b172d603df62> ;
    dcat:keyword "CA",
        "Combustion",
        "EDTA",
        "Experiment",
        "Reactions",
        "STF50",
        "Video" .

<https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/46845e42-18a3-4f03-a747-57f36c398ca3> a dcat:Distribution ;
    dct:format "ipynb" ;
    dct:title "Renewable energy analysis" ;
    dcat:accessURL <https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/46845e42-18a3-4f03-a747-57f36c398ca3/download/renewable_energy_analysis.ipynb> ;
    dcat:byteSize 343644.0 .

<https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/849a62dc-45fe-4f7e-9687-09543b7f8512> a dcat:Distribution ;
    dct:description "The video was published by Leibniz University Hannover." ;
    dct:format "WebM" ;
    dct:title "Boundary value problem of a push rod (WEBM)" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/30bb224e-7474-4495-bd8e-96c7d3f1b22e/resource/82451693-de7a-4275-8c18-22484d7b12c1/download/pushrod.webm> ;
    dcat:byteSize 369844.0 ;
    dcat:mediaType "video/webm" .

<https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/8649545f-f1d0-49d2-b9cd-88f2593ec059> a dcat:Distribution ;
    dct:format "MP4" ;
    dct:title "STF50 autocombustions with varying Phi (MP4)" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/30bb224e-7474-4495-bd8e-96c7d3f1b22e/resource/ed5a1c08-e020-442a-a4ad-0a715a89805f/download/stf50_autocombustions_with_varying_phi_v2_hd.mp4> ;
    dcat:byteSize 71194509.0 ;
    dcat:mediaType "video/mp4" .

<https://service.tib.eu/3wave/ldmservice/dataset/54920aae-f322-4fca-bd09-cd091946632c/resource/a86b71e3-c68a-421e-b995-b172d603df62> a dcat:Distribution ;
    dct:description "The video was published by Leibniz University Hannover." ;
    dct:format "OGG" ;
    dct:title "Boundary value problem of a spring (OGG)" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/30bb224e-7474-4495-bd8e-96c7d3f1b22e/resource/1554f1ee-0425-4efd-94fb-8c16d6757702/download/spring.ogg> ;
    dcat:byteSize 543985.0 ;
    dcat:mediaType "audio/ogg" .

<https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682> a dcat:Dataset ;
    dct:description """This jupyter notebook runs live code performing a data exploration process\r
""" ;
    dct:identifier "78353937-5859-4f0d-9b30-11a85c1a8682" ;
    dct:issued "2025-10-30T14:25:03.953079"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-10-30T14:33:18.219748"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/2d2ca2a7-26f5-497b-b5a4-a559a28f3042> ;
    dct:title "Link Prediction example (JupyterNotebook)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ariam Rivas" ;
            vcard:hasEmail <mailto:ariam.rivas@tib.eu> ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682/resource/70170cc9-796c-40fa-b0a3-0da8732002ad> .

<https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682/resource/70170cc9-796c-40fa-b0a3-0da8732002ad> a dcat:Distribution ;
    dct:description "Pattern Detection, Analysis and Explanation over Lung Cancer Knowledge Graph" ;
    dct:format "ipynb" ;
    dct:title "Symbolic Learning and Knowledge Graph Embeddings" ;
    dcat:accessURL <https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682/resource/70170cc9-796c-40fa-b0a3-0da8732002ad/download/symboliclearning_kge-1-1.ipynb> ;
    dcat:byteSize 53025.0 .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f> a dcat:Dataset ;
    dct:description "This is an example Dataset showing visualizations for documents in different formats. " ;
    dct:identifier "86b5446b-092a-4467-870c-b61b055d763f" ;
    dct:issued "2022-03-16T08:31:24.461479"^^xsd:dateTime ;
    dct:modified "2022-06-13T07:04:36.920112"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example Documents Visualizations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "John Doe" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/3486d220-0c38-4449-96df-7d4d18b916a7>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/43670f2e-4bcc-4835-8f95-5eb6c8a0ace6>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/4a7d7059-b168-4772-9b81-ffb11f0f6d70>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/95a1ebf6-d481-4940-923c-59b21921dfda>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/966e73d8-654f-4396-ad35-c2bd212e9afd>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/9fc8ae68-7b34-4a48-a083-1ed4f71ad5ac>,
        <https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/ce24e635-7fef-47e2-9f70-a0b214805867> .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/3486d220-0c38-4449-96df-7d4d18b916a7> a dcat:Distribution ;
    dct:description "Just a GIF image for visualization." ;
    dct:format "GIF" ;
    dct:title "GIF image example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/f30297a2-6127-4f32-b83e-45abd460bf10/download/giphy.gif> ;
    dcat:byteSize 3132208.0 ;
    dcat:mediaType "image/gif" .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/43670f2e-4bcc-4835-8f95-5eb6c8a0ace6> a dcat:Distribution ;
    dct:description """Intersection A with overlaid trajectory samples and background image.\r
Image published by Leibniz University Hannover.""" ;
    dct:format "PNG" ;
    dct:title "PNG image example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/e3bf9e67-3bec-4696-ab04-86c2bcc64355/download/junctiona.png> ;
    dcat:byteSize 2085108.0 ;
    dcat:mediaType "image/png" .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/4a7d7059-b168-4772-9b81-ffb11f0f6d70> a dcat:Distribution ;
    dct:description """To analyse the stochastic properties of the laser tracker Leica AT960-LR, five fix points spatially distributed were continuously observed from three different positions in the 3D.\r
Published by Leibniz University Hannover.""" ;
    dct:format "PDF" ;
    dct:title "Data Description (PDF)" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/ad15ee0f-8501-43ca-8188-798550b60dec/download/data_description.pdf> ;
    dcat:byteSize 962808.0 ;
    dcat:mediaType "application/pdf" .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/95a1ebf6-d481-4940-923c-59b21921dfda> a dcat:Distribution ;
    dct:description "This is just an example for visualization." ;
    dct:format "ODT" ;
    dct:title "OpenOffice Writer example (ODT) " ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/19d40f31-d2c3-4900-8402-7458251d9b6e/download/sample1.odt> ;
    dcat:byteSize 21423.0 ;
    dcat:mediaType "application/vnd.oasis.opendocument.text" .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/966e73d8-654f-4396-ad35-c2bd212e9afd> a dcat:Distribution ;
    dct:description "This is just an example file for visualization." ;
    dct:format "ODP" ;
    dct:title "Open Document Presentation (ODP)" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/3ecda15f-bcb6-49e3-98fe-ea3b354ec06f/download/sample1.odp> ;
    dcat:byteSize 389789.0 ;
    dcat:mediaType "application/vnd.oasis.opendocument.presentation" .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/9fc8ae68-7b34-4a48-a083-1ed4f71ad5ac> a dcat:Distribution ;
    dct:description """Picture of the GTEM 1250 cell.\r
Image published by Leibniz University Hannover.""" ;
    dct:format "JPEG" ;
    dct:title "JPG Image example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/6ef14c56-8de5-41f8-8333-e6428cc561ef/download/gtem_1250.jpg> ;
    dcat:byteSize 2437112.0 ;
    dcat:mediaType "image/jpeg" .

<https://service.tib.eu/3wave/ldmservice/dataset/86b5446b-092a-4467-870c-b61b055d763f/resource/ce24e635-7fef-47e2-9f70-a0b214805867> a dcat:Distribution ;
    dct:description "This is just text for visualization." ;
    dct:format "TXT" ;
    dct:title "Text file example (TXT)" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/416b1441-cac9-4f9a-bb30-db1fb160ea65/resource/998f246f-2e3e-42c8-87cd-dc9241148e83/download/text_example.txt> ;
    dcat:byteSize 2330.0 ;
    dcat:mediaType "text/plain" .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817> a dcat:Dataset ;
    dct:description "This is an example Dataset showing visualizations for data in different formats." ;
    dct:identifier "d5d29173-addc-4e4d-af7b-59e3b147c817" ;
    dct:issued "2022-03-16T09:17:57.266750"^^xsd:dateTime ;
    dct:modified "2022-06-13T06:58:55.023676"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example Data Formats Visualizations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "John Doe" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/047da174-2caa-45db-bc43-36fd3523ee30>,
        <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/05fcf73d-3fbf-4dec-9ea4-3fc9537ffa43>,
        <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/1fb543eb-9980-494e-bd3b-26aa99bc06ef>,
        <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/5a139ebc-3076-47a5-a7d5-9b3c6505dd9e>,
        <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/e3e6e6ef-e356-4005-af2e-2e8538ed3f58>,
        <https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/fece58b1-1505-4ef0-befb-3f0edf59335d> .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/047da174-2caa-45db-bc43-36fd3523ee30> a dcat:Distribution ;
    dct:description "This is just an example file of the format for visualization." ;
    dct:format "ODS" ;
    dct:title "Open Document Spreadsheet (ODS) Example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/abe34d5b-89dc-45a6-ace3-edef03a98e25/resource/6fe73326-888d-4190-9a5d-09e65cd5d58b/download/sample1.ods> ;
    dcat:mediaType "application/vnd.oasis.opendocument.spreadsheet" .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/05fcf73d-3fbf-4dec-9ea4-3fc9537ffa43> a dcat:Distribution ;
    dct:description "This is a XLSX file published by Leibniz University Hannover. " ;
    dct:format "XLSX" ;
    dct:title "XLSX Data Example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/abe34d5b-89dc-45a6-ace3-edef03a98e25/resource/4a8809e3-7452-4e4a-9108-223c6bdb7102/download/jcdl-2019-dils-2019-papers-orkg-overview.xlsx> ;
    dcat:byteSize 32536.0 ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/1fb543eb-9980-494e-bd3b-26aa99bc06ef> a dcat:Distribution ;
    dct:description "This is a XML file published by Leibniz University Hannover." ;
    dct:format "XML" ;
    dct:title "XML Data Example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/abe34d5b-89dc-45a6-ace3-edef03a98e25/resource/5ab0c3ad-0086-4fae-b206-3954a4b147cd/download/2017-12-21_vnstat-export-br0.xml> ;
    dcat:byteSize 9610.0 ;
    dcat:mediaType "application/xml" .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/5a139ebc-3076-47a5-a7d5-9b3c6505dd9e> a dcat:Distribution ;
    dct:description "This is a RDF file example generated from data published by Leibniz University Hannover. " ;
    dct:format "RDF" ;
    dct:title "RDF Data Example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/abe34d5b-89dc-45a6-ace3-edef03a98e25/resource/75d19a29-b1fe-4327-b09c-dcf8b828df9c/download/luh-beispiel-netzwerkmessdaten.rdf> ;
    dcat:byteSize 6203.0 ;
    dcat:mediaType "application/rdf+xml" .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/e3e6e6ef-e356-4005-af2e-2e8538ed3f58> a dcat:Distribution ;
    dct:description "This is a JSON file published by Leibniz University Hannover. " ;
    dct:format "JSON" ;
    dct:title "JSON Data Example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/abe34d5b-89dc-45a6-ace3-edef03a98e25/resource/8b27c588-9ca1-451f-8d22-86df37613355/download/2017-12-21_vnstat-export-br0.json> ;
    dcat:byteSize 6211.0 ;
    dcat:mediaType "application/json" .

<https://service.tib.eu/3wave/ldmservice/dataset/d5d29173-addc-4e4d-af7b-59e3b147c817/resource/fece58b1-1505-4ef0-befb-3f0edf59335d> a dcat:Distribution ;
    dct:description """All data are analysed and published 2020 under the title "Banker plants promote functional biodiversity and decrease populations of the cabbage whitefly Aleyrodes proletella".\r
This dataset was published by Leibniz University Hannover.""" ;
    dct:format "CSV" ;
    dct:title "CSV Data Example" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/abe34d5b-89dc-45a6-ace3-edef03a98e25/resource/0e5f5646-65a4-42af-a4e5-92f5dbbf4f96/download/1-laurenz_meyhoefer_a.-proletella-performance.csv> ;
    dcat:byteSize 2017.0 ;
    dcat:mediaType "text/csv" .

<https://service.tib.eu/3wave/ldmservice/dataset/ef96d2db-9cbe-4738-b7bf-da556e12bdc2/resource/106f7149-6161-4117-893a-44990c05cbe4> a dcat:Distribution ;
    dct:format "ZIP" ;
    dct:title "code.zip" ;
    dcat:accessURL <https://data.uni-hannover.de/dataset/ef96d2db-9cbe-4738-b7bf-da556e12bdc2/resource/106f7149-6161-4117-893a-44990c05cbe4/download/code.zip> ;
    dcat:byteSize 798357692.0 ;
    dcat:mediaType "application/zip" .

<https://service.tib.eu/3wave/ldmservice/organization/2d2ca2a7-26f5-497b-b5a4-a559a28f3042> a foaf:Organization ;
    foaf:name "GOTTFRIED WILHELM LEIBNIZ UNIVERSITAET HANNOVER" .

dct:creator dct:Agent dct:Agent ;
    foaf:Name "" .

<https://service.tib.eu/3wave/ldmservice/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> a foaf:Organization ;
    foaf:name "TIB" .

dct:Agent dct:identifier <http://orcid.org/0000-0003-4916-5220> ;
    foaf:Name "Ariam Rivas",
        "Autodesk",
        "David Morris, Peichen Tang, and Ralph Ewerth",
        "John Doe" .

