@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix time: <http://www.w3.org/2006/time> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://geodirekt.sokigohosting.com/dataset/a41664e1-b8c7-4e0d-b24c-9d51bdf2aede> a dcat:Dataset ;
    dct:description """Här anges beskrivning/sammanfattning av dataset\r
""" ;
    dct:identifier "a41664e1-b8c7-4e0d-b24c-9d51bdf2aede" ;
    dct:issued "2023-01-16T20:48:21.429746"^^xsd:dateTime ;
    dct:modified "2023-02-02T11:47:14.307982"^^xsd:dateTime ;
    dct:publisher <https://geodirekt.sokigohosting.com/organization/49decfd8-4dc7-4b1d-8b11-ebf55dfe5b7a> ;
    dct:title "Mall dataset titel" ;
    owl:versionInfo " 1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "metadatakontakt" ;
            vcard:hasEmail <mailto:epost.metadatakontakt@minkommum.se> ] ;
    dcat:distribution <https://geodirekt.sokigohosting.com/dataset/a41664e1-b8c7-4e0d-b24c-9d51bdf2aede/resource/86a5e3c3-5948-40d9-a8a2-9d7471ff8b81> ;
    dcat:keyword "nyckelord" ;
    dcat:landingPage <källa> .

<https://geodirekt.sokigohosting.com/dataset/a41664e1-b8c7-4e0d-b24c-9d51bdf2aede/resource/86a5e3c3-5948-40d9-a8a2-9d7471ff8b81> a dcat:Distribution ;
    dct:description """Här anges beskrivning/sammanfattning av resursen\r
""" ;
    dct:title "Mall resurs titel" .

<https://geodirekt.sokigohosting.com/organization/49decfd8-4dc7-4b1d-8b11-ebf55dfe5b7a> a foaf:Organization ;
    foaf:name "GeoDirekt mallar" .

