@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/dataservice/5fd5282a-7de6-4419-aa41-0be4626501eb> a dcat:DataService ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:description "API that offers test data"@en,
        "Api som tilbyr test data"@nb ;
    dct:endpointURL <https://example.com/start> ;
    dct:identifier "5fd5282a-7de6-4419-aa41-0be4626501eb" ;
    dct:issued "2025-11-21T12:46:29.888968"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "Test 21.11.2025"@en,
        "Test 21.11.2025"@nb ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "largau" ] ;
    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/organization/e6d3dc7a-752e-418b-9afd-36533b370285> a foaf:Agent ;
    dct:identifier "971032081" ;
    foaf:name "Statens vegvesen" .

