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

<https://ckan.pepelui.es> a dcat:Catalog ;
    dct:description "Portal de datos abiertos del Ayuntamiento de Jerez de la Frontera" ;
    dct:language "en" ;
    dct:title "Datos Abiertos de Jerez" ;
    foaf:homepage <https://ckan.pepelui.es> .

