@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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/nb/dataservice/0175e0a4-1ca7-4131-ba79-d9c64599219d> a dcat:DataService ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:description "New and exciting apis 8"@en,
        "Nye og spennende apier 8"@nb ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:identifier "0175e0a4-1ca7-4131-ba79-d9c64599219d" ;
    dct:issued "2026-09-17T14:15:25.718767"^^xsd:dateTime ;
    dct:modified "2026-09-17T14:15:25.718774"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "New and exciting 8"@en,
        "Nytt og spennende 8"@nb ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "largau" ;
            vcard:hasEmail <mailto:data@vegvesen.no> ],
        <https://www.gss.test> ;
    dcat:endpointDescription <https://www.example.com> ;
    dcat:endpointURL <https://nytt-og-spennende8.test> ;
    dcat:keyword "test"@nb ;
    dcat:landingPage <https://nytt-og-spennende8.test> ;
    dcat:servesDataset <https://ckan.npra.dev.datopian.com/nb/dataset/e77f3128-31af-4bd1-8a79-620b530626c6> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/TRAN> ;
    foaf:page <https://www.example.com/documentation> .

<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> .

<http://publications.europa.eu/resource/authority/file-type/JSON> a dct:MediaTypeOrExtent,
        skos:Concept ;
    skos:inScheme <http://publications.europa.eu/resource/authority/file-type> .

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

<https://www.example.com/documentation> a foaf:Document .

<mailto:anorak@gss.test> a rdfs:Resource .

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

<https://nytt-og-spennende8.test> a foaf:Document .

<https://www.gss.test> a rdfs:Resource,
        vcard:Kind,
        vcard:Organization ;
    vcard:fn "James Halliday" ;
    vcard:hasEmail <mailto:anorak@gss.test> ;
    vcard:hasURL <https://www.gss.test> .

