@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix modelldcatno: <https://data.norge.no/vocabulary/modelldcatno#> .
@prefix ns1: <https://data.norge.no/modellkatalog/brreg-modellkatalog/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://example.org/modellkatalogar/eksempel-katalog> a dcat:Catalog ;
    dct:description "Ein enkel modellkatalog for testing av skjema."^^rdf:langString ;
    dct:hasPart <https://example.org/modellkatalogar/eksempel-katalog/eksempel-modell> ;
    dct:identifier "https://example.org/modellkatalogar/eksempel-katalog" ;
    dct:language <http://publications.europa.eu/resource/authority/language/NOB> ;
    dct:license <http://publications.europa.eu/resource/authority/licence/CC_BY_4_0> ;
    dct:publisher <https://data.norge.no/organizations/974760673> ;
    dct:title "Eksempel - Modellkatalog"^^rdf:langString ;
    dcat:contactPoint <https://example.org/kontakt/modellforvaltning> ;
    modelldcatno:model <https://example.org/modellkatalogar/eksempel-katalog/eksempel-modell> .

<https://data.norge.no/organizations/974760673> a foaf:Agent ;
    foaf:name "Registerenheten i Brønnøysund"^^rdf:langString .

<https://example.org/kontakt/modellforvaltning> a foaf:Agent ;
    foaf:name "Eksempelorganisasjon - Modellforvaltning"^^rdf:langString .

<https://example.org/modellkatalogar/eksempel-katalog/eksempel-modell> a modelldcatno:InformationModel ;
    dct:description "Ein eksemplifiserande informasjonsmodell."^^rdf:langString ;
    dct:identifier "https://example.org/modellkatalogar/eksempel-katalog/eksempel-modell" ;
    dct:license <http://publications.europa.eu/resource/authority/licence/CC_BY_4_0> ;
    dct:publisher <https://data.norge.no/organizations/974760673> ;
    dct:title "Eksempelmodell"^^rdf:langString ;
    dcat:contactPoint <https://example.org/kontakt/modellforvaltning> ;
    dcat:theme <https://psi.norge.no/los/tema/naring> ;
    modelldcatno:informationModelIdentifier "https://example.org/modellkatalogar/eksempel-katalog/eksempel-modell/" .

[] a ns1:ModellkatalogContainer ;
    ns1:aktoerer <https://data.norge.no/organizations/974760673>,
        <https://example.org/kontakt/modellforvaltning> ;
    ns1:informasjonsmodeller <https://example.org/modellkatalogar/eksempel-katalog/eksempel-modell> ;
    ns1:modellkataloger <https://example.org/modellkatalogar/eksempel-katalog> .

