Skip to content

Instantly share code, notes, and snippets.

@splattater
splattater / test.catalog.mix.rdf
Created October 6, 2025 12:18
Test Catalog Mix
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:dcatap="http://data.europa.eu/r5r/" xmlns:dcatde="http://dcat-ap.de/def/dcatde/" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:openhessen="http://opendata.hessen.de">
<dcat:Catalog rdf:about="https://www.geoportal.hessen.de">
<dct:title>Geoportal-Hessen</dct:title>
<dct:description>Geo-Metadaten der Organisation Ministerium für Wirtschaft, Energie, Verkehr und Wohnen</dct:description>
<dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/DEU"/>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-10-06T09:56:49.742Z</dct:modified>
<dct:publisher rdf:resource="https://www.geop
@splattater
splattater / test.catalog.parseType.rdf
Created October 6, 2025 12:11
Test catalog with rdf:parseType
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:dcatap="http://data.europa.eu/r5r/" xmlns:dcatde="http://dcat-ap.de/def/dcatde/" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:openhessen="http://opendata.hessen.de">
<dcat:Catalog rdf:about="https://www.geoportal.hessen.de">
<dct:title>Geoportal-Hessen</dct:title>
<dct:description>Geo-Metadaten der Organisation Ministerium für Wirtschaft, Energie, Verkehr und Wohnen</dct:description>
<dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/DEU"/>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-10-06T09:56:49.742Z</dct:modified>
<dct:publisher rdf:resource="https://www.geop
@splattater
splattater / test.catalog.rdf
Created October 6, 2025 08:57
Test for harvester
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:dcatap="http://data.europa.eu/r5r/" xmlns:dcatde="http://dcat-ap.de/def/dcatde/" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:openhessen="http://opendata.hessen.de">
<dcat:Catalog rdf:about="https://www.geoportal.hessen.de">
<dct:title>Geoportal-Hessen</dct:title>
<dct:description>Geo-Metadaten der Organisation Ministerium für Wirtschaft, Energie, Verkehr und Wohnen</dct:description>
<dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/DEU"/>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-10-06T09:56:49.742Z</dct:modified>
<dct:publisher rdf:resource="https://www.geop
24.08.2017 11:03:46 de.tud.plt.r43ples.webservice.Endpoint - SPARQL request (format=*/*, query_rewriting=false) ->
CREATE GRAPH <http://example.org/>
24.08.2017 11:03:46 de.tud.plt.r43ples.triplestoreInterface.TripleStoreInterfaceSingleton - Establishing connection to triplestore
24.08.2017 11:03:46 de.tud.plt.r43ples.triplestoreInterface.TripleStoreInterfaceSingleton - type: tdb
24.08.2017 11:03:46 de.tud.plt.r43ples.triplestoreInterface.TripleStoreInterfaceSingleton - url: database/dataset
24.08.2017 11:03:47 de.tud.plt.r43ples.triplestoreInterface.TripleStoreInterface - Create sdd graph from data/data.ttl
24.08.2017 11:03:47 de.tud.plt.r43ples.webservice.ExceptionMapper -
java.lang.NullPointerException
at java.io.FilterInputStream.read(FilterInputStream.java:133)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)