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

<https://ckan.npra.dev.datopian.com/nb/dataservice/430a2da9-7ec4-479a-82ef-992bdbd807a8> a dcat:DataService ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:description "Api for ny eksempel"@nb ;
    dct:endpointURL <https://ny-eksempel.test> ;
    dct:identifier "430a2da9-7ec4-479a-82ef-992bdbd807a8" ;
    dct:issued "2025-12-09T14:25:10.844091"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "Ny eksempel"@nb ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "largau" ] ;
    dcat:endpointDescription <https://www.example.com> ;
    dcat:keyword "test" ;
    dcat:landingPage <https://ny-eksempel.test> ;
    dcat:servesdataset <https://ckan.npra.dev.datopian.com/nb/dataset/2f6a174e-364c-4e62-b4e8-d0373a5f22d4>,
        <https://ckan.npra.dev.datopian.com/nb/dataset/e6206546-3153-4310-83df-5cd4190a78d8> .

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

