{
    "$defs": {
        "Aktor": {
            "additionalProperties": false,
            "description": "Ein akt\u00f8r (person, organisasjon eller programvaresystem).",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                },
                "namn": {
                    "description": "Namn p\u00e5 akt\u00f8ren.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "namn"
            ],
            "title": "Aktor",
            "type": "object"
        },
        "Datasett": {
            "additionalProperties": false,
            "description": "Ei samling av data, utgitt eller kuratert av ei einskild kjelde.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                },
                "kontaktpunkt": {
                    "description": "Kontaktinformasjon for ressursen.",
                    "type": "string"
                },
                "skildring": {
                    "description": "Kortfatta skildring.",
                    "type": "string"
                },
                "tema": {
                    "description": "Hovudkategori for datasettet.",
                    "type": "string"
                },
                "tittel": {
                    "description": "Namn eller tittel.",
                    "type": "string"
                },
                "utgjevar": {
                    "description": "Organisasjon ansvarleg for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "tittel",
                "skildring",
                "kontaktpunkt",
                "utgjevar",
                "tema"
            ],
            "title": "Datasett",
            "type": "object"
        },
        "Datatjeneste": {
            "additionalProperties": false,
            "description": "Ei samling av operasjonar som gir tilgang til data via eit grensesnitt.",
            "properties": {
                "endepunktsurl": {
                    "description": "URL til rotplasseringa av endepunktet.",
                    "type": "string"
                },
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                },
                "kontaktpunkt": {
                    "description": "Kontaktinformasjon for ressursen.",
                    "type": "string"
                },
                "tittel": {
                    "description": "Namn eller tittel.",
                    "type": "string"
                },
                "utgjevar": {
                    "description": "Organisasjon ansvarleg for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "tittel",
                "kontaktpunkt",
                "utgjevar",
                "endepunktsurl"
            ],
            "title": "Datatjeneste",
            "type": "object"
        },
        "Distribusjon": {
            "additionalProperties": false,
            "description": "Ei spesifikk representasjon av eit datasett.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                },
                "tilgangsurl": {
                    "description": "URL for \u00e5 f\u00e5 tilgang til datasettet.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "tilgangsurl"
            ],
            "title": "Distribusjon",
            "type": "object"
        },
        "Katalog": {
            "additionalProperties": false,
            "description": "Samling av datasett, datatenestar og distribusjonar.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                },
                "kontaktpunkt": {
                    "description": "Kontaktinformasjon for ressursen.",
                    "type": "string"
                },
                "skildring": {
                    "description": "Kortfatta skildring.",
                    "type": "string"
                },
                "tittel": {
                    "description": "Namn eller tittel.",
                    "type": "string"
                },
                "utgjevar": {
                    "description": "Organisasjon ansvarleg for ressursen.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "tittel",
                "skildring",
                "kontaktpunkt",
                "utgjevar"
            ],
            "title": "Katalog",
            "type": "object"
        },
        "Katalogpost": {
            "additionalProperties": false,
            "description": "Oppf\u00f8ring i ein katalog som skildrar ein ressurs.",
            "properties": {
                "endringsdato": {
                    "description": "Dato for siste endring.",
                    "format": "date",
                    "type": "string"
                },
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                },
                "primaertema": {
                    "description": "Ressursen som katalogposten omhandlar.",
                    "type": "string"
                }
            },
            "required": [
                "id",
                "endringsdato",
                "primaertema"
            ],
            "title": "Katalogpost",
            "type": "object"
        },
        "Kvalitetsdimensjon": {
            "additionalProperties": false,
            "description": "Ein kategori av kvalitetsegenskapar for data.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Kvalitetsdimensjon",
            "type": "object"
        },
        "Kvalitetsmaal": {
            "additionalProperties": false,
            "description": "Eit m\u00e5l for \u00e5 evaluere kvaliteten til ein ressurs.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Kvalitetsmaal",
            "type": "object"
        },
        "Kvalitetsmaaling": {
            "additionalProperties": false,
            "description": "Resultat av \u00e5 evaluere eit datasett mot eit kvalitetsm\u00e5l.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Kvalitetsmaaling",
            "type": "object"
        },
        "Kvalitetsmerknad": {
            "additionalProperties": false,
            "description": "Ei kvalitetsvurdering av ein ressurs.",
            "properties": {
                "id": {
                    "description": "Unik URI-identifikator.",
                    "type": "string"
                }
            },
            "required": [
                "id"
            ],
            "title": "Kvalitetsmerknad",
            "type": "object"
        },
        "ReferanseSolvContainer": {
            "additionalProperties": false,
            "description": "Toppniv\u00e5objekt for datafila \u2014 samlar alle AP-NO- og DQV-AP-NO-entitetar.",
            "properties": {
                "aktorar": {
                    "items": {
                        "$ref": "#/$defs/Aktor"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "datasett": {
                    "items": {
                        "$ref": "#/$defs/Datasett"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "datatenestar": {
                    "items": {
                        "$ref": "#/$defs/Datatjeneste"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "distribusjoner": {
                    "items": {
                        "$ref": "#/$defs/Distribusjon"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "katalogar": {
                    "items": {
                        "$ref": "#/$defs/Katalog"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "katalogpostar": {
                    "items": {
                        "$ref": "#/$defs/Katalogpost"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kvalitetsdimensjonar": {
                    "items": {
                        "$ref": "#/$defs/Kvalitetsdimensjon"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kvalitetsmaal": {
                    "items": {
                        "$ref": "#/$defs/Kvalitetsmaal"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kvalitetsmaalingar": {
                    "items": {
                        "$ref": "#/$defs/Kvalitetsmaaling"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                },
                "kvalitetsmerknader": {
                    "items": {
                        "$ref": "#/$defs/Kvalitetsmerknad"
                    },
                    "type": [
                        "array",
                        "null"
                    ]
                }
            },
            "title": "ReferanseSolvContainer",
            "type": "object"
        }
    },
    "$id": "https://data.norge.no/linkml/referansemodell-silver",
    "$schema": "https://json-schema.org/draft/2019-09/schema",
    "additionalProperties": true,
    "description": "Toppniv\u00e5objekt for datafila \u2014 samlar alle AP-NO- og DQV-AP-NO-entitetar.",
    "metamodel_version": "1.11.0",
    "properties": {
        "aktorar": {
            "items": {
                "$ref": "#/$defs/Aktor"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "datasett": {
            "items": {
                "$ref": "#/$defs/Datasett"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "datatenestar": {
            "items": {
                "$ref": "#/$defs/Datatjeneste"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "distribusjoner": {
            "items": {
                "$ref": "#/$defs/Distribusjon"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "katalogar": {
            "items": {
                "$ref": "#/$defs/Katalog"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "katalogpostar": {
            "items": {
                "$ref": "#/$defs/Katalogpost"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "kvalitetsdimensjonar": {
            "items": {
                "$ref": "#/$defs/Kvalitetsdimensjon"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "kvalitetsmaal": {
            "items": {
                "$ref": "#/$defs/Kvalitetsmaal"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "kvalitetsmaalingar": {
            "items": {
                "$ref": "#/$defs/Kvalitetsmaaling"
            },
            "type": [
                "array",
                "null"
            ]
        },
        "kvalitetsmerknader": {
            "items": {
                "$ref": "#/$defs/Kvalitetsmerknad"
            },
            "type": [
                "array",
                "null"
            ]
        }
    },
    "title": "referansemodell-silver",
    "type": "object",
    "version": "1.0.0"
}

