@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/a6d2f847-8313-470a-840b-30884121f2ee> a dcat:DataService ;
    dct:description "Blah blah in English -- and now I've edited the description"@en,
        "Bla bla på norsk -- og nå har jeg redigert beskrivelsen"@nb ;
    dct:identifier "a6d2f847-8313-470a-840b-30884121f2ee" ;
    dct:issued "2025-10-30T08:22:03.138580"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "New API for test (English title)"@en,
        "Nytt API for test (norsk tittel)"@nb .

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

