@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://katalog.saarlouis.dev.mat.ptr.smartlivingnext.de> a dcat:Catalog ;
    dct:language "de" ;
    dct:title "Site Title here" ;
    foaf:homepage <https://katalog.saarlouis.dev.mat.ptr.smartlivingnext.de> .

