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

<https://ckan.npra.dev.datopian.com/dataservice/b09997c3-9203-4b74-aa8e-5d2ec1d37c29> a dcat:DataService ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:description "Api som tilbyr åpne data"@nb ;
    dct:endpointURL <https://example.com/start> ;
    dct:identifier "b09997c3-9203-4b74-aa8e-5d2ec1d37c29" ;
    dct:issued "2025-11-06T15:43:23.775729"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "Åpne data24"@nb ;
    dcat:endpointDescription <https://www.example.com/start> ;
    dcat:keyword "test" ;
    dcat:landingPage <https://www.example.com> ;
    dcat:servesdataset <https://ckan.npra.dev.datopian.com/dataset/d1f29f3d-a848-4189-953e-807f6493c50c>,
        <https://ckan.npra.dev.datopian.com/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" .

