@prefix OIO: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix linkml: <https://w3id.org/linkml/> .
@prefix pav: <http://purl.org/pav/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.norge.no/linkml/referansemodell-bronze/referansemodell-bronze> a linkml:SchemaDefinition ;
    dcterms:license "https://creativecommons.org/publicdomain/zero/1.0/" ;
    dcterms:title "Referansemodell - bronsjenivå" ;
    pav:version "1.0.0" ;
    sh:declare [ sh:namespace "https://w3id.org/linkml/"^^xsd:anyURI ;
            sh:prefix "linkml" ],
        [ sh:namespace "http://purl.org/dc/terms/"^^xsd:anyURI ;
            sh:prefix "dct" ],
        [ sh:namespace "https://example.org/vocab/"^^xsd:anyURI ;
            sh:prefix "ex" ] ;
    linkml:classes <https://data.norge.no/linkml/referansemodell-bronze/ReferanseBronseContainer>,
        <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:default_prefix "https://data.norge.no/linkml/referansemodell-bronze/" ;
    linkml:default_range <https://data.norge.no/linkml/referansemodell-bronze/string> ;
    linkml:description "Viser minstekrava for å bestå bronsepolicyen: HTTP(S)-id, schema-metadata (title, version), class_uri, identifier-slot, slot_uri og begrepsidentifikator på riktig format." ;
    linkml:generation_date "2026-08-15T06:19:31"^^xsd:dateTime ;
    linkml:id "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    linkml:imports "linkml:types"^^xsd:anyURI ;
    linkml:metamodel_version "1.11.0" ;
    linkml:slots <https://data.norge.no/linkml/referansemodell-bronze/Ressurs_skildring>,
        <https://data.norge.no/linkml/referansemodell-bronze/Ressurs_tittel>,
        <https://data.norge.no/linkml/referansemodell-bronze/id>,
        <https://data.norge.no/linkml/referansemodell-bronze/referanseBronseContainer__ressursar>,
        <https://data.norge.no/linkml/referansemodell-bronze/skildring>,
        <https://data.norge.no/linkml/referansemodell-bronze/tittel> ;
    linkml:source_file "referansemodell-bronze-schema.yaml" ;
    linkml:source_file_date "2026-08-15T06:18:45"^^xsd:dateTime ;
    linkml:source_file_size 2580 ;
    linkml:subsets <https://data.norge.no/linkml/referansemodell-bronze/Anbefalt>,
        <https://data.norge.no/linkml/referansemodell-bronze/Obligatorisk>,
        <https://data.norge.no/linkml/referansemodell-bronze/Valgfri> ;
    linkml:types <https://data.norge.no/linkml/referansemodell-bronze/boolean>,
        <https://data.norge.no/linkml/referansemodell-bronze/curie>,
        <https://data.norge.no/linkml/referansemodell-bronze/date>,
        <https://data.norge.no/linkml/referansemodell-bronze/date_or_datetime>,
        <https://data.norge.no/linkml/referansemodell-bronze/datetime>,
        <https://data.norge.no/linkml/referansemodell-bronze/decimal>,
        <https://data.norge.no/linkml/referansemodell-bronze/double>,
        <https://data.norge.no/linkml/referansemodell-bronze/float>,
        <https://data.norge.no/linkml/referansemodell-bronze/integer>,
        <https://data.norge.no/linkml/referansemodell-bronze/jsonpath>,
        <https://data.norge.no/linkml/referansemodell-bronze/jsonpointer>,
        <https://data.norge.no/linkml/referansemodell-bronze/ncname>,
        <https://data.norge.no/linkml/referansemodell-bronze/nodeidentifier>,
        <https://data.norge.no/linkml/referansemodell-bronze/objectidentifier>,
        <https://data.norge.no/linkml/referansemodell-bronze/sparqlpath>,
        <https://data.norge.no/linkml/referansemodell-bronze/string>,
        <https://data.norge.no/linkml/referansemodell-bronze/time>,
        <https://data.norge.no/linkml/referansemodell-bronze/uri>,
        <https://data.norge.no/linkml/referansemodell-bronze/uriorcurie> .

<https://data.norge.no/linkml/referansemodell-bronze/Valgfri> a linkml:SubsetDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/Valgfri"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/boolean> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"boolean\"." ;
    skos:exactMatch "schema:Boolean"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "Bool" ;
    linkml:definition_uri "https://w3id.org/linkml/Boolean"^^xsd:anyURI ;
    linkml:description "A binary (true or false) value" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "bool" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#boolean"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/curie> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.w3.org/TR/curie/" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"curie\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    skos:note "in RDF serializations this MUST be expanded to a URI",
        "in non-RDF serializations MAY be serialized as the compact representation" ;
    linkml:base "Curie" ;
    linkml:definition_uri "https://w3id.org/linkml/Curie"^^xsd:anyURI ;
    linkml:description "a compact URI" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#string"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/date> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date\".",
        "URI is dateTime because OWL reasoners don't work with straight date or time" ;
    skos:exactMatch "schema:Date"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "XSDDate" ;
    linkml:definition_uri "https://w3id.org/linkml/Date"^^xsd:anyURI ;
    linkml:description "a date (year, month and day) in an idealized calendar" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#date"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/date_or_datetime> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date_or_datetime\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "str" ;
    linkml:definition_uri "https://w3id.org/linkml/DateOrDatetime"^^xsd:anyURI ;
    linkml:description "Either a date or a datetime" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "https://w3id.org/linkml/DateOrDatetime"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/datetime> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"datetime\"." ;
    skos:exactMatch "schema:DateTime"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "XSDDateTime" ;
    linkml:definition_uri "https://w3id.org/linkml/Datetime"^^xsd:anyURI ;
    linkml:description "The combination of a date and time" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#dateTime"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/decimal> a linkml:TypeDefinition ;
    skos:broadMatch "schema:Number"^^xsd:anyURI ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"decimal\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "Decimal" ;
    linkml:definition_uri "https://w3id.org/linkml/Decimal"^^xsd:anyURI ;
    linkml:description "A real number with arbitrary precision that conforms to the xsd:decimal specification" ;
    linkml:imported_from "linkml:types" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#decimal"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/double> a linkml:TypeDefinition ;
    skos:closeMatch "schema:Float"^^xsd:anyURI ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"double\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "float" ;
    linkml:definition_uri "https://w3id.org/linkml/Double"^^xsd:anyURI ;
    linkml:description "A real number that conforms to the xsd:double specification" ;
    linkml:imported_from "linkml:types" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#double"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/float> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"float\"." ;
    skos:exactMatch "schema:Float"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "float" ;
    linkml:definition_uri "https://w3id.org/linkml/Float"^^xsd:anyURI ;
    linkml:description "A real number that conforms to the xsd:float specification" ;
    linkml:imported_from "linkml:types" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#float"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/integer> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"integer\"." ;
    skos:exactMatch "schema:Integer"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "int" ;
    linkml:definition_uri "https://w3id.org/linkml/Integer"^^xsd:anyURI ;
    linkml:description "An integer" ;
    linkml:imported_from "linkml:types" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#integer"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/jsonpath> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.ietf.org/archive/id/draft-goessner-dispatch-jsonpath-00.html" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpath\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "str" ;
    linkml:definition_uri "https://w3id.org/linkml/Jsonpath"^^xsd:anyURI ;
    linkml:description "A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form." ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#string"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/jsonpointer> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://datatracker.ietf.org/doc/html/rfc6901" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpointer\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "str" ;
    linkml:definition_uri "https://w3id.org/linkml/Jsonpointer"^^xsd:anyURI ;
    linkml:description "A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form." ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#string"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/ncname> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"ncname\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "NCName" ;
    linkml:definition_uri "https://w3id.org/linkml/Ncname"^^xsd:anyURI ;
    linkml:description "Prefix part of CURIE" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#string"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/nodeidentifier> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"nodeidentifier\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "NodeIdentifier" ;
    linkml:definition_uri "https://w3id.org/linkml/Nodeidentifier"^^xsd:anyURI ;
    linkml:description "A URI, CURIE or BNODE that represents a node in a model." ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/ns/shex#nonLiteral"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/objectidentifier> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"objectidentifier\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    skos:note "Used for inheritance and type checking" ;
    linkml:base "ElementIdentifier" ;
    linkml:definition_uri "https://w3id.org/linkml/Objectidentifier"^^xsd:anyURI ;
    linkml:description "A URI or CURIE that represents an object in the model." ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/ns/shex#iri"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/ressursar> a linkml:SlotDefinition ;
    linkml:inlined true ;
    linkml:inlined_as_list true ;
    linkml:multivalued true ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> .

<https://data.norge.no/linkml/referansemodell-bronze/sparqlpath> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.w3.org/TR/sparql11-query/#propertypaths" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"sparqlpath\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "str" ;
    linkml:definition_uri "https://w3id.org/linkml/Sparqlpath"^^xsd:anyURI ;
    linkml:description "A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF." ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#string"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/time> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"time\".",
        "URI is dateTime because OWL reasoners do not work with straight date or time" ;
    skos:exactMatch "schema:Time"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "XSDTime" ;
    linkml:definition_uri "https://w3id.org/linkml/Time"^^xsd:anyURI ;
    linkml:description "A time object represents a (local) time of day, independent of any particular day" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#time"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/uri> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.ietf.org/rfc/rfc3987.txt" ;
    skos:closeMatch "schema:URL"^^xsd:anyURI ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uri\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    skos:note "in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node" ;
    linkml:base "URI" ;
    linkml:definition_uri "https://w3id.org/linkml/Uri"^^xsd:anyURI ;
    linkml:description "a complete URI" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#anyURI"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/Anbefalt> a linkml:SubsetDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/Anbefalt"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/Obligatorisk> a linkml:SubsetDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/Obligatorisk"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/Ressurs_skildring> a linkml:SlotDefinition ;
    OIO:inSubset <https://data.norge.no/linkml/referansemodell-bronze/Anbefalt> ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:mappingRelation "http://purl.org/dc/terms/description"^^xsd:anyURI ;
    skos:prefLabel "skildring" ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/skildring"^^xsd:anyURI ;
    linkml:description "Kortfatta skildring av ressursen." ;
    linkml:domain <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:domain_of <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:is_a <https://data.norge.no/linkml/referansemodell-bronze/skildring> ;
    linkml:is_usage_slot true ;
    linkml:owner <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/string> ;
    linkml:slot_uri "http://purl.org/dc/terms/description"^^xsd:anyURI ;
    linkml:usage_slot_name "skildring" .

<https://data.norge.no/linkml/referansemodell-bronze/Ressurs_tittel> a linkml:SlotDefinition ;
    OIO:inSubset <https://data.norge.no/linkml/referansemodell-bronze/Obligatorisk> ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:mappingRelation "http://purl.org/dc/terms/title"^^xsd:anyURI ;
    skos:prefLabel "tittel" ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/tittel"^^xsd:anyURI ;
    linkml:description "Namn eller tittel på ressursen." ;
    linkml:domain <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:domain_of <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:is_a <https://data.norge.no/linkml/referansemodell-bronze/tittel> ;
    linkml:is_usage_slot true ;
    linkml:owner <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/string> ;
    linkml:required true ;
    linkml:slot_uri "http://purl.org/dc/terms/title"^^xsd:anyURI ;
    linkml:usage_slot_name "tittel" .

<https://data.norge.no/linkml/referansemodell-bronze/id> a linkml:SlotDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:mappingRelation "http://purl.org/dc/terms/identifier"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/id"^^xsd:anyURI ;
    linkml:description "Unik URI-identifikator for ressursen." ;
    linkml:domain_of <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:identifier true ;
    linkml:owner <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/uriorcurie> ;
    linkml:required true ;
    linkml:slot_uri "http://purl.org/dc/terms/identifier"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/referanseBronseContainer__ressursar> a linkml:SlotDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:prefLabel "ressursar" ;
    linkml:domain_of <https://data.norge.no/linkml/referansemodell-bronze/ReferanseBronseContainer> ;
    linkml:inlined true ;
    linkml:inlined_as_list true ;
    linkml:multivalued true ;
    linkml:owner <https://data.norge.no/linkml/referansemodell-bronze/ReferanseBronseContainer> ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:slot_uri "https://data.norge.no/linkml/referansemodell-bronze/ressursar"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/skildring> a linkml:SlotDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:mappingRelation "http://purl.org/dc/terms/description"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/skildring"^^xsd:anyURI ;
    linkml:description "Kortfatta skildring av ressursen." ;
    linkml:domain_of <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:owner <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/string> ;
    linkml:slot_uri "http://purl.org/dc/terms/description"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/tittel> a linkml:SlotDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:mappingRelation "http://purl.org/dc/terms/title"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/tittel"^^xsd:anyURI ;
    linkml:description "Namn eller tittel på ressursen." ;
    linkml:domain_of <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:owner <https://data.norge.no/linkml/referansemodell-bronze/Ressurs> ;
    linkml:range <https://data.norge.no/linkml/referansemodell-bronze/string> ;
    linkml:slot_uri "http://purl.org/dc/terms/title"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/uriorcurie> a linkml:TypeDefinition ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uriorcurie\"." ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "URIorCURIE" ;
    linkml:definition_uri "https://w3id.org/linkml/Uriorcurie"^^xsd:anyURI ;
    linkml:description "a URI or a CURIE" ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#anyURI"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/ReferanseBronseContainer> a linkml:ClassDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    linkml:attributes <https://data.norge.no/linkml/referansemodell-bronze/ressursar> ;
    linkml:class_uri "https://data.norge.no/linkml/referansemodell-bronze/ReferanseBronseContainer"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/ReferanseBronseContainer"^^xsd:anyURI ;
    linkml:description "Toppnivåobjekt for datafila." ;
    linkml:slot_usage [ ] ;
    linkml:slots <https://data.norge.no/linkml/referansemodell-bronze/referanseBronseContainer__ressursar> ;
    linkml:tree_root true .

<https://data.norge.no/linkml/referansemodell-bronze/string> a linkml:TypeDefinition ;
    skos:editorialNote "In RDF serializations, a slot with range of string is treated as a literal or type xsd:string. If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"string\"." ;
    skos:exactMatch "schema:Text"^^xsd:anyURI ;
    skos:inScheme "https://w3id.org/linkml/types"^^xsd:anyURI ;
    linkml:base "str" ;
    linkml:definition_uri "https://w3id.org/linkml/String"^^xsd:anyURI ;
    linkml:description "A character string" ;
    linkml:imported_from "linkml:types" ;
    linkml:uri "http://www.w3.org/2001/XMLSchema#string"^^xsd:anyURI .

<https://data.norge.no/linkml/referansemodell-bronze/Ressurs> a linkml:ClassDefinition ;
    skos:inScheme "https://data.norge.no/linkml/referansemodell-bronze"^^xsd:anyURI ;
    skos:mappingRelation "dct:BibliographicResource"^^xsd:anyURI ;
    linkml:annotations [ a linkml:Annotation ;
            skos:example "https://concept-catalog.fellesdatakatalog.digdir.no/collections/TODO/concepts/TODO" ;
            linkml:tag "begrepsidentifikator"^^xsd:anyURI ] ;
    linkml:class_uri "http://purl.org/dc/terms/BibliographicResource"^^xsd:anyURI ;
    linkml:definition_uri "https://data.norge.no/linkml/referansemodell-bronze/Ressurs"^^xsd:anyURI ;
    linkml:description "Ein generisk ressurs med tittel og skildring." ;
    linkml:slot_usage [ ] ;
    linkml:slots <https://data.norge.no/linkml/referansemodell-bronze/Ressurs_skildring>,
        <https://data.norge.no/linkml/referansemodell-bronze/Ressurs_tittel>,
        <https://data.norge.no/linkml/referansemodell-bronze/id> .

