Skip to main content

Link the Dataset to a Catalog

Finally, we need to link the dataset we have described to a catalog; the catalog is mandatory. Some organizations have a single shared data catalog for all the descriptions they manage, while other organizations may have multiple catalogs.

Note: If your organization already has a data catalog that your dataset description should be part of, you just need to ensure that your description is included in this catalog. Talk to those responsible for the catalog in your organization to find out how to do this.

In this example, we assume that Digdir has one data catalog (dcat:Catalog) that contains all the datasets Digdir has published information about, and that the URI of the catalog is https://data.digdir.no/catalog/1.

The complete description with information on dataset and distribution would then look like this:

@prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix provno: <https://data.norge.no/vocabulary/provenance-activity-type#> . @prefix vcard: <http://www.w3.org/2006/vcard/ns#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <https://data.digdir.no/catalog/1> a dcat:Catalog ; dct:title "Eksempelkatalog for datasett"@nb , "Eksempelkatalog for datasett"@nn , "Example catalog for datasets"@en ; dct:description "En eksempelkatalog for datasett som eies av Digitaliseringsdirektoratet, kun for å illustrere et eksempel"@nb , "Ei eksempelkatalog for datasett som eiges av Digitaliseringsdorektoratet, bare for å illustrera eit eksempel"@nn , "An example catalog for datasets that are owned by the Norwegian Digitalization Agency, for illustration purposes only."@en ; dct:publisher <https://organization-catalog.fellesdatakatalog.digdir.no/organizations/991825827> ; dcat:contactPoint <https://data.digdir.no/contactpoint/informasjonsforvaltning> ; dcat:dataset <https://data.digdir.no/datasets/ai_projects_norwegian_state_dataset> ; . <https://data.digdir.no/contactpoint/informasjonsforvaltning> a vcard:Organization ; vcard:hasEmail "mailto:informasjonsforvaltning@digdir.no" ; vcard:hasURL <https://data.norge.no/specification/dcat-ap-no#Kontaktopplysning-kontaktside> ; vcard:fn "Informasjonsforvaltning Digdir"@nb ; . <https://data.digdir.no/contactpoint/kunstig_intelligens> a vcard:Organization ; vcard:hasEmail "kunstigintelligens@digdir.no" ; vcard:fn "Kunstig Intelligens Digdir" ; . <https://data.digdir.no/datasets/ai_projects_norwegian_state_dataset> a dcat:Dataset ; dct:title "Kunstig intelligens - oversikt over prosjekter i offentlig sektor"@nb , "Kunstig intelligens - oversikt over prosjekt i offentleg sektor"@nn , "Artificial intelligence - overview of projects in the public sector"@en ; dct:description "En oversikt over kunstig intelligens-prosjekter i offentlig sektor. Oversikten er ikke komplett."@nb , "Ei oversikt over kunstig intelligens-prosjekt i offentleg sektor. Oversikta er ikkje komplett"@nn , "An overview of artificial intelligence projects in the public sector. The overview is not complete."@en ; dct:publisher <https://organization-catalogue.fellesdatakatalog.digdir.no/organizations/991825827> ; dcat:contactPoint <https://data.digdir.no/contactpoint/kunstig_intelligens> ; dct:keyword "kunstig intelligens"@nb , "kunstig intelligens"@nn , "artificial intelligence"@en, "offentlig sektor"@nb , "offentleg sektor"@nn , "public sector"@en ; dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE> ; prov:wasGeneratedBy <https://data.norge.no/vocabulary/provenance-activity-type#collecting-from-third-party> ; dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ; foaf:page <https://data.norge.no/kunstig-intelligens> ; dcat:distribution <https://data.digdir.no/datasets/ai_projects_norwegian_state_distribution> ; . <https://data.digdir.no/datasets/ai_projects_norwegian_state_distribution> a dcat:Distribution ; dcat:accessURL <https://github.com/Informasjonsforvaltning/ai-project-service/blob/main/ai_projects_norwegian_state%20-%20Oversatt_v1.csv> ; dcat:downloadURL <https://raw.githubusercontent.com/Informasjonsforvaltning/ai-project-service/main/ai_projects_norwegian_state%20-%20Oversatt_v1.csv> ; dcat:accessService <https://data.digdir.no/apis/ai_projects_norwegian_state_api> ; dct:description "CSV-fil med oversikt over kunstig intelligens-prosjekter i offentlig sektor"@nb ; dct:issued "2023-02-23"^^xsd:date ; dct:license <http://publications.europa.eu/resource/authority/licence/CC0> ; dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ; dct:language <http://publications.europa.eu/resource/authority/language/NOB> ; .