@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.europa.eu/bna/asd487ae75> a skos:ConceptScheme ;
    dct:title "High-value dataset categories"@en .

<https://ckan.npra.dev.datopian.com/dataset/4cf875f7-de45-498a-b341-3f4eb7d3c97a> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj> ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:description "New dataset 22/9"@en,
        "Nytt datasett 22/9"@nb ;
    dct:identifier "4cf875f7-de45-498a-b341-3f4eb7d3c97a" ;
    dct:issued "2026-09-22T13:16:32.867965"^^xsd:dateTime ;
    dct:modified "2026-09-22T13:16:39.225754"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "New dataset 22/9"@en,
        "Nytt datasett 22/9"@nb ;
    dcat:contactPoint [ a vcard:Kind,
                vcard:Organization ;
            vcard:fn "Statens Vegvesen" ;
            vcard:hasEmail <mailto:data@vegvesen.no> ;
            vcard:hasURL <https://www.vegvesen.no/> ] ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/TRAN> .

<http://data.europa.eu/eli/reg_impl/2023/138/oj> a <http://data.europa.eu/eli/ontology#LegalResource>,
        skos:Concept .

<http://publications.europa.eu/resource/authority/access-right/PUBLIC> a dct:AccessRights,
        dct:RightsStatement,
        skos:Concept ;
    skos:inScheme <http://publications.europa.eu/resource/authority/access-right> .

<http://publications.europa.eu/resource/authority/data-theme/TRAN> a skos:Concept ;
    skos:inScheme <http://publications.europa.eu/resource/authority/data-theme> .

<https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> a foaf:Agent ;
    foaf:name "Statens vegvesen" .

<https://www.vegvesen.no/> a rdfs:Resource .

<mailto:data@vegvesen.no> a rdfs:Resource .

