@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/f8daa897-2502-486b-9585-b61883bb9f0b> a dcat:DataService ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:description """_Api for testing_\r
\r
__Test__\r
\r
* 1\r
* 2"""@en,
        """_Api for testing_\r
\r
__Test__\r
\r
* 1\r
* 2"""@nb ;
    dct:endpointURL <https://example.com/start> ;
    dct:identifier "f8daa897-2502-486b-9585-b61883bb9f0b" ;
    dct:issued "2025-11-27T14:43:34.639489"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "Test api"@en,
        "Test api"@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/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" .

