@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/c0835e47-60e2-47d3-9e17-bdb83b3f3d25> a dcat:DataService ;
    dct:description """This is the _description_.\r
Line break (which isn't shown!)\r
\r
Line break with empty line above"""@en,
        """Dette er _beskrivelsen_. \r
Linjeskift (som ikke vises!)\r
\r
* punkt\r
\r
Linjeskift med tom linje over."""@nb ;
    dct:identifier "c0835e47-60e2-47d3-9e17-bdb83b3f3d25" ;
    dct:issued "2026-01-28T08:29:18.982846"^^xsd:dateTime ;
    dct:publisher <https://ckan.npra.dev.datopian.com/organization/e6d3dc7a-752e-418b-9afd-36533b370285> ;
    dct:title "Test - terms in both Norwegian and English version, with line breaks"@en,
        "Test - vilkår i både norsk og engelsk versjon, med linjeskift"@nb .

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

