@prefix schema: <http://schema.org/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix odrs: <http://schema.theodi.org/odrs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix store: <https://admin.dataportal.se/store/> .
@prefix pubeu: <http://publications.europa.eu/resource/authority/> .
@prefix es: <http://entrystore.org/terms/> .
@prefix geosparql: <http://www.opengis.net/ont/geosparql#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

<https://catalog.lomma.se/store/1/resource/3> a dcat:Dataset;
  dcterms:title "Nyheter från lomma.se"@sv, "News from lomma.se"@en;
  dcterms:description "RSS-flöde från lomma.se"@sv, "RSS-feed from Lomma municipality's website, lomma.se"@en;
  dcterms:format "application/atom+xml";
  dcterms:publisher <http://dataportal.se/organisation/SE2120001066>;
  dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/>;
  dcat:distribution <https://catalog.lomma.se/store/1/resource/4>;
  dcat:keyword "Nyheter"@sv, "News"@en;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE>;
  dcat:contactPoint <https://catalog.lomma.se/store/1/resource/6>;
  dcterms:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> .
