@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix samtbu: <https://data.norge.no/samt/samt-bu/> .
@prefix samtbuskole: <https://data.norge.no/samt/samt-bu/skole/> .
@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#> .

<http://www.w3.org/ns/dqv#QualityCertificate> a sh:NodeShape ;
    rdfs:comment "Eit sertifikat som stadfester kvaliteten til eit datasett." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Fritekstmerknad (rdfs:comment)." ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path rdfs:comment ],
        [ sh:class <http://www.w3.org/ns/oa#TextualBody> ;
            sh:description "Tekstleg innhald i merknaden." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path <http://www.w3.org/ns/oa#hasBody> ],
        [ sh:description "Ressursen merknaden gjeld." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path <http://www.w3.org/ns/oa#hasTarget> ],
        [ sh:description "Motivasjonen bak kvalitetsmerknaden (t.d. oa:assessing)." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <http://www.w3.org/ns/oa#motivatedBy> ],
        [ sh:class <http://www.w3.org/ns/dqv#Dimension> ;
            sh:description """Refererer til kvalitetsdimensjon(ar) som kvalitetsmerknaden gjeld.
""" ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path <http://www.w3.org/ns/dqv#inDimension> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass <http://www.w3.org/ns/dqv#QualityCertificate> .

samtbu:SamtBuContainer a sh:NodeShape ;
    rdfs:comment "Containerklasse for alle klasser som kan inngå i datasettet." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class foaf:Agent ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path samtbu:utgivere ],
        [ sh:class <http://www.w3.org/ns/dqv#QualityMeasurement> ;
            sh:nodeKind sh:IRI ;
            sh:order 8 ;
            sh:path samtbu:kvalitetsmaalinger ],
        [ sh:class samtbuskole:PrivatVirksomhet ;
            sh:nodeKind sh:IRI ;
            sh:order 18 ;
            sh:path samtbu:private_virksomheter ],
        [ sh:class samtbuskole:Elev ;
            sh:nodeKind sh:IRI ;
            sh:order 20 ;
            sh:path samtbu:elever ],
        [ sh:class <http://www.w3.org/ns/dqv#Dimension> ;
            sh:nodeKind sh:IRI ;
            sh:order 11 ;
            sh:path samtbu:kvalitetsdimensjoner ],
        [ sh:class samtbuskole:Basisgruppe ;
            sh:nodeKind sh:IRI ;
            sh:order 19 ;
            sh:path samtbu:basisgrupper ],
        [ sh:class samtbuskole:Rektor ;
            sh:nodeKind sh:IRI ;
            sh:order 21 ;
            sh:path samtbu:rektorer ],
        [ sh:class <http://www.w3.org/2006/vcard/ns#Kind> ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path samtbu:kontaktpunkter ],
        [ sh:class foaf:Agent ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path samtbu:organisasjoner ],
        [ sh:class samtbuskole:Kontaktlaerer ;
            sh:nodeKind sh:IRI ;
            sh:order 22 ;
            sh:path samtbu:kontaktlaerere ],
        [ sh:class <http://www.w3.org/ns/oa#TextualBody> ;
            sh:nodeKind sh:IRI ;
            sh:order 13 ;
            sh:path samtbu:tekstdeler ],
        [ sh:class samtbuskole:Kommune ;
            sh:nodeKind sh:IRI ;
            sh:order 16 ;
            sh:path samtbu:kommuner ],
        [ sh:class <http://www.w3.org/ns/dqv#UserQualityFeedback> ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path samtbu:brukertilbakemeldinger ],
        [ sh:class dcat:Distribution ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path samtbu:datasettdistribusjoner ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path samtbu:gjeldende_lovgivninger ],
        [ sh:class dcat:Dataset ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path samtbu:dataset_metadata ],
        [ sh:class samtbuskole:Skole ;
            sh:nodeKind sh:IRI ;
            sh:order 15 ;
            sh:path samtbu:skoler ],
        [ sh:class samtbuskole:Fylke ;
            sh:nodeKind sh:IRI ;
            sh:order 17 ;
            sh:path samtbu:fylker ],
        [ sh:class foaf:Agent ;
            sh:nodeKind sh:IRI ;
            sh:order 9 ;
            sh:path samtbu:grupper ],
        [ sh:class <http://www.w3.org/ns/dqv#QualityAnnotation> ;
            sh:nodeKind sh:IRI ;
            sh:order 6 ;
            sh:path samtbu:kvalitetsmerknader ],
        [ sh:class dcterms:PeriodOfTime ;
            sh:nodeKind sh:IRI ;
            sh:order 12 ;
            sh:path samtbu:tidsromer ],
        [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 14 ;
            sh:path samtbu:id ],
        [ sh:class dcterms:Standard ;
            sh:nodeKind sh:IRI ;
            sh:order 10 ;
            sh:path samtbu:standarder ] ;
    sh:targetClass samtbu:SamtBuContainer .

samtbuskole:Person a sh:NodeShape ;
    rdfs:comment "Eit menneske individ" ;
    sh:closed false ;
    sh:ignoredProperties ( samtbuskole:tilknyttetBasisgruppe rdf:type samtbuskole:jobberPaaSkole samtbuskole:enhetslederFor samtbuskole:horerTilBasisgruppe samtbuskole:harSaerligAnsvarFor ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path samtbuskole:navn ] ;
    sh:targetClass samtbuskole:Person .

<http://data.europa.eu/m8g/Cost> a sh:NodeShape ;
    rdfs:comment "Eit gebyr knytt til bruk av ein datatjeneste." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "Lenke til dokumentasjon om ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path foaf:page ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:description ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class skos:Concept ;
            sh:description "Valuta (cv:currency)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path <http://data.europa.eu/m8g/currency> ],
        [ sh:datatype xsd:string ;
            sh:description "Beløp for gebyret." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path <http://data.europa.eu/m8g/hasValue> ] ;
    sh:targetClass <http://data.europa.eu/m8g/Cost> .

<http://spdx.org/rdf/terms#Checksum> a sh:NodeShape ;
    rdfs:comment "Ein sjekksum for ein distribusjon." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Hash-algoritme brukt for sjekksummen." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path <http://spdx.org/rdf/terms#algorithm> ],
        [ sh:datatype xsd:string ;
            sh:description "Sjekksumverdi som heksadesimal streng." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path <http://spdx.org/rdf/terms#checksumValue> ] ;
    sh:targetClass <http://spdx.org/rdf/terms#Checksum> .

skos:ConceptScheme a sh:NodeShape ;
    rdfs:comment "Ei SKOS-omgrepssamling (temavokabular)." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass skos:ConceptScheme .

<http://www.w3.org/ns/adms#Identifier> a sh:NodeShape ;
    rdfs:comment "Ein alternativ identifikator for ein ressurs." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Notasjon/kode for identifikatoren." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path skos:notation ] ;
    sh:targetClass <http://www.w3.org/ns/adms#Identifier> .

dcat:CatalogRecord a sh:NodeShape ;
    rdfs:comment "Ein katalogpost som beskriv ein ressurs i katalogen." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class dcat:Resource ;
            sh:description "Ressursen katalogposten primært beskriv." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path foaf:primaryTopic ],
        [ sh:description "Kjelde for katalogposten (ekstern oppføring)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path dcterms:source ],
        [ sh:datatype xsd:date ;
            sh:description "Dato for siste endring av ressursen (dct:modified)." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path dcterms:modified ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:nodeKind sh:Literal ;
            sh:order 9 ;
            sh:path dcterms:title ],
        [ sh:datatype xsd:date ;
            sh:description "Dato ressursen vart første gong publisert (dct:issued)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 5 ;
            sh:path dcterms:issued ],
        [ sh:class dcterms:Standard ;
            sh:description "Standard ressursen er i samsvar med." ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path dcterms:conformsTo ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:nodeKind sh:Literal ;
            sh:order 6 ;
            sh:path dcterms:description ],
        [ sh:class skos:Concept ;
            sh:description "Status for ressursen frå eit kontrollert vokabular (adms:status)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path <http://www.w3.org/ns/adms#status> ],
        [ sh:datatype dcterms:language ;
            sh:description "Språk brukt i ressursen (dct:language)." ;
            sh:nodeKind sh:Literal ;
            sh:order 8 ;
            sh:path dcterms:language ] ;
    sh:targetClass dcat:CatalogRecord .

dcat:DatasetSeries a sh:NodeShape ;
    rdfs:comment "Ei serie av relaterte datasett publisert separat men med felles metadata." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class dcterms:PeriodOfTime ;
            sh:description "Tidsperiode ressursen dekkar." ;
            sh:nodeKind sh:IRI ;
            sh:order 8 ;
            sh:path dcterms:temporal ],
        [ sh:class <http://www.w3.org/2006/vcard/ns#Kind> ;
            sh:description "Kontaktinformasjon for hendvendelsar om ressursen." ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path dcat:contactPoint ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:description "Lovgjeving som gjeld for ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 6 ;
            sh:path <http://data.europa.eu/r5r/applicableLegislation> ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path dcterms:title ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 13 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class skos:Concept ;
            sh:description "Geografisk dekningsområde (dct:spatial)." ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path dcterms:spatial ],
        [ sh:datatype xsd:date ;
            sh:description "Dato ressursen vart første gong publisert (dct:issued)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 12 ;
            sh:path dcterms:issued ],
        [ sh:datatype xsd:string ;
            sh:description "Oppdateringsfrekvens for datasettet." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 10 ;
            sh:path dcterms:accrualPeriodicity ],
        [ sh:class dcat:Dataset ;
            sh:description "Første datasett i ei datasettserie." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 11 ;
            sh:path dcat:first ],
        [ sh:datatype xsd:string ;
            sh:description "Tema frå eit kontrollert vokabular." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcat:theme ],
        [ sh:class dcat:Dataset ;
            sh:description "Siste datasett i ei datasettserie." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path dcat:last ],
        [ sh:datatype xsd:date ;
            sh:description "Dato for siste endring av ressursen (dct:modified)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 9 ;
            sh:path dcterms:modified ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 0 ;
            sh:path dcterms:description ],
        [ sh:class foaf:Agent ;
            sh:description "Aktøren som er ansvarleg for å tilgjengeleggjere ressursen." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path dcterms:publisher ] ;
    sh:targetClass dcat:DatasetSeries .

dcat:Relationship a sh:NodeShape ;
    rdfs:comment "Ein kvalifisert relasjon mellom to ressursar." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "Den relaterte ressursen i ein kvalifisert relasjon." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path dcterms:relation ],
        [ sh:datatype xsd:string ;
            sh:description "Rolle ein aktør eller ressurs har i ein relasjon." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path dcat:hadRole ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass dcat:Relationship .

dcat:Resource a sh:NodeShape ;
    rdfs:comment "Basisklasse for ressursar som kan katalogiserast." ;
    sh:closed false ;
    sh:ignoredProperties ( dcterms:type <http://www.w3.org/ns/adms#status> dcterms:issued foaf:homepage dcterms:relation dcat:record dcterms:subject dcat:contactPoint dcat:inSeries dcterms:source <http://www.w3.org/ns/dqv#hasQualityAnnotation> dcterms:license dcat:themeTaxonomy dcterms:accessRights dcterms:temporal dcat:service dcterms:description dcat:keyword dcterms:publisher <http://www.w3.org/ns/adms#identifier> dcterms:title dcterms:spatial dcat:servesDataset dcterms:identifier <http://data.europa.eu/r5r/applicableLegislation> dcat:theme dcat:qualifiedRelation <http://data.europa.eu/m8g/hasCost> dcat:distribution dcterms:conformsTo dcat:endpointDescription dcat:endpointURL dcterms:accrualPeriodicity dcterms:creator <http://www.w3.org/ns/dqv#hasQualityMeasurement> dcterms:language <http://www.w3.org/ns/adms#sample> foaf:page dcterms:hasPart <http://data.europa.eu/r5r/availability> dcat:dataset dcterms:modified rdf:type prov:qualifiedAttribution dcat:last <http://www.w3.org/ns/adms#versionNotes> dcterms:format dcat:first dcterms:provenance prov:wasGeneratedBy dcat:version dcat:landingPage dcat:catalog dcterms:rights ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass dcat:Resource .

<http://www.w3.org/ns/dqv#Metric> a sh:NodeShape ;
    rdfs:comment "Eit kvalitetsmål som operasjonaliserer ein kvalitetsdeldimensjon." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class <https://data.norge.no/vocabulary/dqvno#SubDimension> ;
            sh:description "Kvalitetsdeldimensjonen dette målet operasjonaliserer." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/vocabulary/dqvno#inSubDimension> ],
        [ sh:datatype rdf:langString ;
            sh:description "Føretrekt term/namn for dimensjonen eller målet." ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path skos:prefLabel ],
        [ sh:datatype rdf:langString ;
            sh:description "Definisjon av dimensjonen eller målet." ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path skos:definition ],
        [ sh:description "Forventa XSD-datatype for verdien av ei kvalitetsmåling." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path <http://www.w3.org/ns/dqv#expectedDataType> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass <http://www.w3.org/ns/dqv#Metric> .

<http://www.w3.org/ns/dqv#UserQualityFeedback> a sh:NodeShape ;
    rdfs:comment "Tilbakemelding frå ein brukar om kvaliteten til eit datasett." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "Ressursen merknaden gjeld." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path <http://www.w3.org/ns/oa#hasTarget> ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstmerknad (rdfs:comment)." ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path rdfs:comment ],
        [ sh:description "Motivasjonen bak kvalitetsmerknaden (t.d. oa:assessing)." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <http://www.w3.org/ns/oa#motivatedBy> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class <http://www.w3.org/ns/oa#TextualBody> ;
            sh:description "Tekstleg innhald i merknaden." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path <http://www.w3.org/ns/oa#hasBody> ],
        [ sh:class <http://www.w3.org/ns/dqv#Dimension> ;
            sh:description """Refererer til kvalitetsdimensjon(ar) som kvalitetsmerknaden gjeld.
""" ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path <http://www.w3.org/ns/dqv#inDimension> ] ;
    sh:targetClass <http://www.w3.org/ns/dqv#UserQualityFeedback> .

samtbuskole:Fylke a sh:NodeShape ;
    rdfs:comment "Fylke (etter norrønt fylki) er en betegnelse på et undernasjonalt, regionalt geografisk område, tilsvarende amt og len." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path samtbuskole:navn ],
        [ sh:datatype xsd:string ;
            sh:description "Fylkesnummer er definerte identifikasjonskoder for Norges fylker og to territorier (Svalbard og Jan Mayen)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 0 ;
            sh:path dcat:identifier ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass samtbuskole:Fylke .

samtbuskole:Kommune a sh:NodeShape ;
    rdfs:comment "En kommune er et geografisk avgrenset område som utgjør en egen politisk og administrativ enhet innen en statsdannelse." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Kommunenummer er en nummerrekke som identifiserer kommuner eller kommunefrie områder." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 0 ;
            sh:path dcat:identifier ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path samtbuskole:navn ] ;
    sh:targetClass samtbuskole:Kommune .

samtbuskole:Kontaktlaerer a sh:NodeShape ;
    rdfs:comment "En lærer med ansvar for ei basisgruppe og er skolens kontaktpunkt for elevane i basisgruppa" ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path samtbuskole:navn ],
        [ sh:class samtbuskole:Basisgruppe ;
            sh:description "Basisgruppe kontaktlærer er tilknyttet" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path samtbuskole:tilknyttetBasisgruppe ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class samtbuskole:Skole ;
            sh:description "Skolen kontaktlæreren jobber på" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path samtbuskole:jobberPaaSkole ],
        [ sh:class samtbuskole:Elev ;
            sh:description "Elev kontaktlæreren har særlig ansvar for" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path samtbuskole:harSaerligAnsvarFor ] ;
    sh:targetClass samtbuskole:Kontaktlaerer .

samtbuskole:PrivatVirksomhet a sh:NodeShape ;
    rdfs:comment "Virksomhet, eller foretak, er betegnelser for en juridisk person eller en organisasjon som produserer varer eller tjenester." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path samtbuskole:navn ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Organisasjonsnummer er i Norge et ni-sifret registreringsnummer som tildeles av Enhetsregisteret ved Brønnøysundregistrene for en organisasjon (foretak, idrettslag og lignende)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 0 ;
            sh:path dcterms:identifier ] ;
    sh:targetClass samtbuskole:PrivatVirksomhet .

samtbuskole:Rektor a sh:NodeShape ;
    rdfs:comment "Høgaste akademiske leder av en skole" ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class samtbuskole:Skole ;
            sh:description "Enhet rektor er enhetsleder for" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path samtbuskole:enhetslederFor ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path samtbuskole:navn ] ;
    sh:targetClass samtbuskole:Rektor .

samtbuskole:Skoleeier a sh:NodeShape ;
    rdfs:comment "Superklasse for alle typer skoleeiere." ;
    sh:closed false ;
    sh:ignoredProperties ( rdf:type dcat:identifier dcterms:identifier ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path samtbuskole:navn ] ;
    sh:targetClass samtbuskole:Skoleeier .

<https://data.norge.no/vocabulary/dqvno#SubDimension> a sh:NodeShape ;
    rdfs:comment "Ein deldimensjon av ein kvalitetsdimensjon." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class <http://www.w3.org/ns/dqv#Dimension> ;
            sh:description "Overordna kvalitetsdimensjon denne deldimensjonen høyrer til." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path skos:broader ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype rdf:langString ;
            sh:description "Føretrekt term/namn for dimensjonen eller målet." ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path skos:prefLabel ],
        [ sh:datatype rdf:langString ;
            sh:description "Definisjon av dimensjonen eller målet." ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path skos:definition ] ;
    sh:targetClass <https://data.norge.no/vocabulary/dqvno#SubDimension> .

dcat:Catalog a sh:NodeShape ;
    rdfs:comment "Ei kuratert samling av metadata om datasett, datatenestar og/eller andre katalogar." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 0 ;
            sh:path dcterms:description ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 21 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class dcterms:RightsStatement ;
            sh:description "Rettar knytte til ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 19 ;
            sh:path dcterms:rights ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:description "Lovgjeving som gjeld for ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 13 ;
            sh:path <http://data.europa.eu/r5r/applicableLegislation> ],
        [ sh:class dcat:DataService ;
            sh:description "Datatjeneste som er del av katalogen." ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path dcat:service ],
        [ sh:datatype xsd:date ;
            sh:description "Dato for siste endring av ressursen (dct:modified)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 7 ;
            sh:path dcterms:modified ],
        [ sh:class dcat:Catalog ;
            sh:description "Katalog som er ein del av denne katalogen." ;
            sh:nodeKind sh:IRI ;
            sh:order 16 ;
            sh:path dcat:catalog ],
        [ sh:class dcat:CatalogRecord ;
            sh:description "Katalogpostar i katalogen." ;
            sh:nodeKind sh:IRI ;
            sh:order 17 ;
            sh:path dcat:record ],
        [ sh:class <http://www.w3.org/2006/vcard/ns#Kind> ;
            sh:description "Kontaktinformasjon for hendvendelsar om ressursen." ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path dcat:contactPoint ],
        [ sh:class foaf:Agent ;
            sh:description "Aktøren som er ansvarleg for å tilgjengeleggjere ressursen." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path dcterms:publisher ],
        [ sh:description "Heimeside for ressursen eller organisasjonen (foaf:homepage)." ;
            sh:nodeKind sh:IRI ;
            sh:order 8 ;
            sh:path foaf:homepage ],
        [ sh:datatype xsd:string ;
            sh:description "Tekstleg identifikator for ressursen (dct:identifier)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 15 ;
            sh:path dcterms:identifier ],
        [ sh:class foaf:Agent ;
            sh:description "Aktøren som primært har skapt ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 18 ;
            sh:path dcterms:creator ],
        [ sh:class dcat:Catalog ;
            sh:description "Delkatalog inkludert i denne katalogen." ;
            sh:nodeKind sh:IRI ;
            sh:order 14 ;
            sh:path dcterms:hasPart ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:title ],
        [ sh:datatype xsd:date ;
            sh:description "Dato ressursen vart første gong publisert (dct:issued)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 12 ;
            sh:path dcterms:issued ],
        [ sh:class skos:Concept ;
            sh:description "Geografisk dekningsområde (dct:spatial)." ;
            sh:nodeKind sh:IRI ;
            sh:order 6 ;
            sh:path dcterms:spatial ],
        [ sh:class skos:ConceptScheme ;
            sh:description "Temavokabular som vert brukt i katalogen." ;
            sh:nodeKind sh:IRI ;
            sh:order 11 ;
            sh:path dcat:themeTaxonomy ],
        [ sh:datatype xsd:string ;
            sh:description "Lisens for bruk av ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 9 ;
            sh:path dcterms:license ],
        [ sh:datatype dcterms:language ;
            sh:description "Språk brukt i ressursen (dct:language)." ;
            sh:nodeKind sh:Literal ;
            sh:order 10 ;
            sh:path dcterms:language ],
        [ sh:class dcat:Dataset ;
            sh:description "Datasett som er del av katalogen." ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path dcat:dataset ],
        [ sh:class dcterms:PeriodOfTime ;
            sh:description "Tidsperiode ressursen dekkar." ;
            sh:nodeKind sh:IRI ;
            sh:order 20 ;
            sh:path dcterms:temporal ] ;
    sh:targetClass dcat:Catalog .

dcat:DataService a sh:NodeShape ;
    rdfs:comment "Ei samling operasjonar tilgjengeleg via eit API-grensesnitt." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class skos:Concept ;
            sh:description "Status for ressursen frå eit kontrollert vokabular (adms:status)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 19 ;
            sh:path <http://www.w3.org/ns/adms#status> ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:title ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:description "Lovgjeving som gjeld for ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 6 ;
            sh:path <http://data.europa.eu/r5r/applicableLegislation> ],
        [ sh:datatype xsd:string ;
            sh:description "Lisens for bruk av ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 17 ;
            sh:path dcterms:license ],
        [ sh:class dcterms:Standard ;
            sh:description "Standard ressursen er i samsvar med." ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path dcterms:conformsTo ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:nodeKind sh:Literal ;
            sh:order 12 ;
            sh:path dcterms:description ],
        [ sh:datatype xsd:string ;
            sh:description "Planlagt tilgjengelegheit for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 11 ;
            sh:path <http://data.europa.eu/r5r/availability> ],
        [ sh:datatype xsd:string ;
            sh:description "Versjonsnummer." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 21 ;
            sh:path dcat:version ],
        [ sh:class dcterms:RightsStatement ;
            sh:description "Rettar knytte til ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 18 ;
            sh:path dcterms:rights ],
        [ sh:description "URL til beskriving av endepunktet (t.d. OpenAPI-dokument)." ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path dcat:endpointDescription ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 23 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class <http://data.europa.eu/m8g/Cost> ;
            sh:description "Gebyr knytt til bruk av datatjenesten." ;
            sh:nodeKind sh:IRI ;
            sh:order 14 ;
            sh:path <http://data.europa.eu/m8g/hasCost> ],
        [ sh:datatype xsd:string ;
            sh:description "Tekstleg identifikator for ressursen (dct:identifier)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 15 ;
            sh:path dcterms:identifier ],
        [ sh:datatype rdf:langString ;
            sh:description "Merknad om endringar i denne versjonen (adms:versionNotes)." ;
            sh:nodeKind sh:Literal ;
            sh:order 22 ;
            sh:path <http://www.w3.org/ns/adms#versionNotes> ],
        [ sh:datatype rdf:langString ;
            sh:description "Nøkkelord som beskriv ressursen (dcat:keyword)." ;
            sh:nodeKind sh:Literal ;
            sh:order 8 ;
            sh:path dcat:keyword ],
        [ sh:datatype xsd:string ;
            sh:description "Tema frå eit kontrollert vokabular." ;
            sh:nodeKind sh:Literal ;
            sh:order 9 ;
            sh:path dcat:theme ],
        [ sh:class dcat:Dataset ;
            sh:description "Datasett som datatjenesten tilgjengeleggjer." ;
            sh:nodeKind sh:IRI ;
            sh:order 10 ;
            sh:path dcat:servesDataset ],
        [ sh:description "Lenke til dokumentasjon om ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 13 ;
            sh:path foaf:page ],
        [ sh:datatype xsd:string ;
            sh:description "Filformat eller medietype (dct:format)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 5 ;
            sh:path dcterms:format ],
        [ sh:description "URL til datatjenestens endepunkt." ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path dcat:endpointURL ],
        [ sh:class foaf:Agent ;
            sh:description "Aktøren som er ansvarleg for å tilgjengeleggjere ressursen." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path dcterms:publisher ],
        [ sh:class <http://www.w3.org/2006/vcard/ns#Kind> ;
            sh:description "Kontaktinformasjon for hendvendelsar om ressursen." ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path dcat:contactPoint ],
        [ sh:description "Egenskapen brukes til å angi om det er allmenn tilgang, betinget tilgang eller ikke-allmenn tilgang til datasettet." ;
            sh:nodeKind sh:IRI ;
            sh:order 20 ;
            sh:path dcterms:accessRights ],
        [ sh:description "Nettside med informasjon om ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 16 ;
            sh:path dcat:landingPage ] ;
    sh:targetClass dcat:DataService .

<http://www.w3.org/ns/dqv#QualityAnnotation> a sh:NodeShape ;
    rdfs:comment "Ein merknad om kvaliteten til eit datasett." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class <http://www.w3.org/ns/dqv#Dimension> ;
            sh:description """Refererer til kvalitetsdimensjon(ar) som kvalitetsmerknaden gjeld.
""" ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path <http://www.w3.org/ns/dqv#inDimension> ],
        [ sh:class <http://www.w3.org/ns/oa#TextualBody> ;
            sh:description "Tekstleg innhald i merknaden." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path <http://www.w3.org/ns/oa#hasBody> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstmerknad (rdfs:comment)." ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path rdfs:comment ],
        [ sh:description "Ressursen merknaden gjeld." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path <http://www.w3.org/ns/oa#hasTarget> ],
        [ sh:description "Motivasjonen bak kvalitetsmerknaden (t.d. oa:assessing)." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <http://www.w3.org/ns/oa#motivatedBy> ] ;
    sh:targetClass <http://www.w3.org/ns/dqv#QualityAnnotation> .

<http://www.w3.org/ns/dqv#QualityMeasurement> a sh:NodeShape ;
    rdfs:comment "Ei konkret måling av eit kvalitetsmål for eit datasett." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Målt verdi (xsd:boolean, xsd:double, xsd:nonNegativeInteger eller rdfs:Literal avhengig av kvalitetsmålet)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path <http://www.w3.org/ns/dqv#value> ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstmerknad (rdfs:comment)." ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path rdfs:comment ],
        [ sh:class <http://www.w3.org/ns/dqv#Metric> ;
            sh:description "Kvalitetsmålet denne målinga er ei måling av." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <http://www.w3.org/ns/dqv#isMeasurementOf> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass <http://www.w3.org/ns/dqv#QualityMeasurement> .

samtbuskole:Elev a sh:NodeShape ;
    rdfs:comment "En person som går på skole" ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path samtbuskole:navn ],
        [ sh:class samtbuskole:Basisgruppe ;
            sh:description "Basisgruppe elev tilhører" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path samtbuskole:horerTilBasisgruppe ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass samtbuskole:Elev .

dcterms:MediaTypeOrExtent a sh:NodeShape ;
    rdfs:comment "Ein medietype eller filformat (dct:MediaTypeOrExtent)." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass dcterms:MediaTypeOrExtent .

dcterms:RightsStatement a sh:NodeShape ;
    rdfs:comment "Ei erklæring om rettar til ein ressurs (ODRS)." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Opphavsrettserklæring." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 5 ;
            sh:path <http://schema.theodi.org/odrs#copyrightStatement> ],
        [ sh:datatype xsd:string ;
            sh:description "Tekst som skal brukast ved kreditering." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path <http://schema.theodi.org/odrs#attributionText> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:description "URL for kreditering av rettshavar." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 4 ;
            sh:path <http://schema.theodi.org/odrs#attributionURL> ],
        [ sh:datatype xsd:string ;
            sh:description "Jurisdiksjon for rettigheitserklæringa." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path <http://schema.theodi.org/odrs#jurisdiction> ],
        [ sh:datatype xsd:string ;
            sh:description "Retningslinjer for gjenbruk av data." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path <http://schema.theodi.org/odrs#reuserGuidelines> ],
        [ sh:datatype xsd:string ;
            sh:description "Namn på opphavsrettsinnehavar." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 6 ;
            sh:path <http://schema.theodi.org/odrs#copyrightHolder> ],
        [ sh:datatype xsd:gYear ;
            sh:description "Årstal for opphavsrett." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 8 ;
            sh:path <http://schema.theodi.org/odrs#copyrightYear> ],
        [ sh:datatype xsd:string ;
            sh:description "Opphavsrettsnotis." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 7 ;
            sh:path <http://schema.theodi.org/odrs#copyrightNotice> ] ;
    sh:targetClass dcterms:RightsStatement .

dcat:Distribution a sh:NodeShape ;
    rdfs:comment "Ein spesifikk representasjon/nedlastbar form av eit datasett." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:class dcterms:MediaTypeOrExtent ;
            sh:description "Medietype i samsvar med IANA-registeret." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 13 ;
            sh:path dcat:mediaType ],
        [ sh:class dcat:DataService ;
            sh:description "Datatjeneste som gjev tilgang til distribusjonen." ;
            sh:nodeKind sh:IRI ;
            sh:order 21 ;
            sh:path dcat:accessService ],
        [ sh:description "Direkte nedlastingslenke for distribusjonsfila." ;
            sh:nodeKind sh:IRI ;
            sh:order 14 ;
            sh:path dcat:downloadURL ],
        [ sh:datatype xsd:date ;
            sh:description "Dato ressursen vart første gong publisert (dct:issued)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 23 ;
            sh:path dcterms:issued ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:description "Lovgjeving som gjeld for ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 10 ;
            sh:path <http://data.europa.eu/r5r/applicableLegislation> ],
        [ sh:description "URL for tilgang til distribusjonen." ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 1 ;
            sh:path dcat:accessURL ],
        [ sh:class dcterms:RightsStatement ;
            sh:description "Rettar knytte til ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 17 ;
            sh:path dcterms:rights ],
        [ sh:datatype xsd:date ;
            sh:description "Dato for siste endring av ressursen (dct:modified)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 8 ;
            sh:path dcterms:modified ],
        [ sh:datatype xsd:nonNegativeInteger ;
            sh:description "Filstørrelse i bytes." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 9 ;
            sh:path dcat:byteSize ],
        [ sh:datatype xsd:string ;
            sh:description "Lisens for bruk av ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path dcterms:license ],
        [ sh:datatype dcterms:language ;
            sh:description "Språk brukt i ressursen (dct:language)." ;
            sh:nodeKind sh:Literal ;
            sh:order 19 ;
            sh:path dcterms:language ],
        [ sh:class dcterms:Standard ;
            sh:description "Standard ressursen er i samsvar med." ;
            sh:nodeKind sh:IRI ;
            sh:order 11 ;
            sh:path dcterms:conformsTo ],
        [ sh:class dcterms:MediaTypeOrExtent ;
            sh:description "Pakkeformat brukt i distribusjonen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 15 ;
            sh:path dcat:packageFormat ],
        [ sh:datatype xsd:string ;
            sh:description "ODRL-policy som regulerer bruk av ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 16 ;
            sh:path odrl:hasPolicy ],
        [ sh:datatype xsd:duration ;
            sh:description "Minste tidsoppløysing i datasettet." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 20 ;
            sh:path dcat:temporalResolution ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:description "Lenke til dokumentasjon om ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path foaf:page ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:nodeKind sh:Literal ;
            sh:order 22 ;
            sh:path dcterms:title ],
        [ sh:class dcterms:MediaTypeOrExtent ;
            sh:description "Komprimeringsformat brukt i distribusjonen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 12 ;
            sh:path dcat:compressFormat ],
        [ sh:class <http://spdx.org/rdf/terms#Checksum> ;
            sh:description "Sjekksum for distribusjonsfila." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 18 ;
            sh:path <http://spdx.org/rdf/terms#checksum> ],
        [ sh:class skos:Concept ;
            sh:description "Status for ressursen frå eit kontrollert vokabular (adms:status)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path <http://www.w3.org/ns/adms#status> ],
        [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:description ],
        [ sh:datatype xsd:string ;
            sh:description "Planlagt tilgjengelegheit for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 6 ;
            sh:path <http://data.europa.eu/r5r/availability> ],
        [ sh:datatype xsd:string ;
            sh:description "Filformat eller medietype (dct:format)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path dcterms:format ] ;
    sh:targetClass dcat:Distribution .

samtbuskole:Basisgruppe a sh:NodeShape ;
    rdfs:comment "Skoleklasse som hovedsaklig samler elever i ulike fag." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Grunnskolen (6-15 år) er delt opp i 10 trinn, eit for kvart år." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path samtbuskole:trinniva ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class samtbuskole:Skole ;
            sh:description "Skolen basisgruppa tilhører" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path org:unitOf ],
        [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path samtbuskole:navn ] ;
    sh:targetClass samtbuskole:Basisgruppe .

dcterms:PeriodOfTime a sh:NodeShape ;
    rdfs:comment "Eit tidsintervall med start- og sluttdato." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:date ;
            sh:description "Startdato for tidsrommet." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path dcat:startDate ],
        [ sh:datatype xsd:dateTime ;
            sh:description "Sluttidspunkt for eit tidsrom." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path <http://www.w3.org/6006/time#hasEnd> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:date ;
            sh:description "Sluttdato for tidsrommet." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcat:endDate ],
        [ sh:datatype xsd:dateTime ;
            sh:description "Starttidspunkt for eit tidsrom." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path <http://www.w3.org/6006/time#hasBeginning> ] ;
    sh:targetClass dcterms:PeriodOfTime .

<http://www.w3.org/ns/oa#TextualBody> a sh:NodeShape ;
    rdfs:comment "Ein tekstleg del av ein kvalitetsmerknad (Web Annotation)." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Tekstinnhaldet i tekstdelen." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path rdfs:value ],
        [ sh:datatype xsd:string ;
            sh:description "Filformat eller medietype (dct:format)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:format ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype dcterms:language ;
            sh:description "Språk brukt i ressursen (dct:language)." ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path dcterms:language ] ;
    sh:targetClass <http://www.w3.org/ns/oa#TextualBody> .

samtbuskole:Skole a sh:NodeShape ;
    rdfs:comment "En skole er en privat eller offentlig institusjon eller et lærested hvor lærere underviser i ulike fag, oftest som grunnlag for videre utdannelse og yrkesliv." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "Namn på ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path samtbuskole:navn ],
        [ sh:class samtbuskole:Skoleeier ;
            sh:description "Skoleeier for skolen" ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path samtbuskole:harSkoleeier ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass samtbuskole:Skole .

dcterms:Standard a sh:NodeShape ;
    rdfs:comment "Ein standard eller spesifikasjon som eit datasett er i samsvar med." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Fritekstmerknad (rdfs:comment)." ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path rdfs:comment ],
        [ sh:datatype xsd:string ;
            sh:description "Versjonsnummer for ressursen (owl:versionInfo)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 5 ;
            sh:path owl:versionInfo ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path dcterms:title ],
        [ sh:class <http://www.w3.org/ns/dqv#Dimension> ;
            sh:description """Refererer til kvalitetsdimensjon(ar) som kvalitetsmerknaden gjeld.
""" ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path <http://www.w3.org/ns/dqv#inDimension> ],
        [ sh:description "Referanse til ekstern ressurs (rdfs:seeAlso)." ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path rdfs:seeAlso ] ;
    sh:targetClass dcterms:Standard .

<http://www.w3.org/2006/vcard/ns#Kind> a sh:NodeShape ;
    rdfs:comment "Kontaktinformasjon for ein aktør." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype xsd:string ;
            sh:description "E-postadresse til kontaktpunktet." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path <http://www.w3.org/2006/vcard/ns#hasEmail> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:string ;
            sh:description "Nettside for kontakt." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path <http://www.w3.org/2006/vcard/ns#hasURL> ],
        [ sh:datatype rdf:langString ;
            sh:description "Formatert namn (vCard)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path <http://www.w3.org/2006/vcard/ns#fn> ] ;
    sh:targetClass <http://www.w3.org/2006/vcard/ns#Kind> .

dcat:Dataset a sh:NodeShape ;
    rdfs:comment "Ei samling av data utgjeven eller kuratert av éin aktør." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path dcterms:description ],
        [ sh:class <http://www.w3.org/ns/dqv#QualityAnnotation> ;
            sh:description "Kvalitetsmerknad knytt til datasettet." ;
            sh:nodeKind sh:IRI ;
            sh:order 33 ;
            sh:path <http://www.w3.org/ns/dqv#hasQualityAnnotation> ],
        [ sh:class <http://www.w3.org/ns/adms#Identifier> ;
            sh:description "Alternativ identifikator frå eit anna system." ;
            sh:nodeKind sh:IRI ;
            sh:order 15 ;
            sh:path <http://www.w3.org/ns/adms#identifier> ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:datatype xsd:date ;
            sh:description "Dato ressursen vart første gong publisert (dct:issued)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 30 ;
            sh:path dcterms:issued ],
        [ sh:class dcat:Distribution ;
            sh:description "Eksempeldata som distribusjon." ;
            sh:nodeKind sh:IRI ;
            sh:order 19 ;
            sh:path <http://www.w3.org/ns/adms#sample> ],
        [ sh:description "Brukes til å referere til en aktivitet som genererte datasettet, eller som gir forretningskontekst for oppretting av det." ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path prov:wasGeneratedBy ],
        [ sh:class dcat:Distribution ;
            sh:description "Tilgjengelege distribusjonar av datasettet." ;
            sh:nodeKind sh:IRI ;
            sh:order 8 ;
            sh:path dcat:distribution ],
        [ sh:description "Generisk relasjon til ein annan ressurs." ;
            sh:nodeKind sh:IRI ;
            sh:order 27 ;
            sh:path dcterms:relation ],
        [ sh:datatype xsd:string ;
            sh:description "Opphav og eigarskapshistorikk for ressursen." ;
            sh:nodeKind sh:Literal ;
            sh:order 18 ;
            sh:path dcterms:provenance ],
        [ sh:class <http://www.w3.org/ns/dqv#QualityMeasurement> ;
            sh:description "Kvalitetsmåling knytt til datasettet." ;
            sh:nodeKind sh:IRI ;
            sh:order 34 ;
            sh:path <http://www.w3.org/ns/dqv#hasQualityMeasurement> ],
        [ sh:datatype rdf:langString ;
            sh:description "Nøkkelord som beskriv ressursen (dcat:keyword)." ;
            sh:nodeKind sh:Literal ;
            sh:order 11 ;
            sh:path dcat:keyword ],
        [ sh:datatype xsd:string ;
            sh:description "Fagomgrep som datasettet handlar om." ;
            sh:nodeKind sh:Literal ;
            sh:order 6 ;
            sh:path dcterms:subject ],
        [ sh:description "Lenke til dokumentasjon om ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 17 ;
            sh:path foaf:page ],
        [ sh:class skos:Concept ;
            sh:description "Type ressurs frå eit kontrollert vokabular (dct:type)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 29 ;
            sh:path dcterms:type ],
        [ sh:datatype dcterms:language ;
            sh:description "Språk brukt i ressursen (dct:language)." ;
            sh:nodeKind sh:Literal ;
            sh:order 28 ;
            sh:path dcterms:language ],
        [ sh:class foaf:Agent ;
            sh:description "Aktøren som er ansvarleg for å tilgjengeleggjere ressursen." ;
            sh:maxCount 1 ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 5 ;
            sh:path dcterms:publisher ],
        [ sh:datatype xsd:string ;
            sh:description "Versjonsnummer." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 31 ;
            sh:path dcat:version ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:description "Lovgjeving som gjeld for ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 10 ;
            sh:path <http://data.europa.eu/r5r/applicableLegislation> ],
        [ sh:class <http://www.w3.org/2006/vcard/ns#Kind> ;
            sh:description "Kontaktinformasjon for hendvendelsar om ressursen." ;
            sh:minCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 2 ;
            sh:path dcat:contactPoint ],
        [ sh:description "Nettside med informasjon om ressursen." ;
            sh:nodeKind sh:IRI ;
            sh:order 25 ;
            sh:path dcat:landingPage ],
        [ sh:datatype xsd:string ;
            sh:description "Kvalifisert attributering til ansvarleg aktør." ;
            sh:nodeKind sh:Literal ;
            sh:order 14 ;
            sh:path prov:qualifiedAttribution ],
        [ sh:class dcterms:Standard ;
            sh:description "Standard ressursen er i samsvar med." ;
            sh:nodeKind sh:IRI ;
            sh:order 22 ;
            sh:path dcterms:conformsTo ],
        [ sh:class foaf:Agent ;
            sh:description "Aktøren som primært har skapt ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 26 ;
            sh:path dcterms:creator ],
        [ sh:class dcat:Dataset ;
            sh:description "Datasett dette datasettet er avleidd frå." ;
            sh:nodeKind sh:IRI ;
            sh:order 24 ;
            sh:path dcterms:source ],
        [ sh:class dcterms:PeriodOfTime ;
            sh:description "Tidsperiode ressursen dekkar." ;
            sh:nodeKind sh:IRI ;
            sh:order 12 ;
            sh:path dcterms:temporal ],
        [ sh:datatype xsd:string ;
            sh:description "Tekstleg identifikator for ressursen (dct:identifier)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 21 ;
            sh:path dcterms:identifier ],
        [ sh:class skos:Concept ;
            sh:description "Geografisk dekningsområde (dct:spatial)." ;
            sh:nodeKind sh:IRI ;
            sh:order 9 ;
            sh:path dcterms:spatial ],
        [ sh:datatype xsd:string ;
            sh:description "Tema frå eit kontrollert vokabular." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 3 ;
            sh:path dcat:theme ],
        [ sh:datatype rdf:langString ;
            sh:description "Merknad om endringar i denne versjonen (adms:versionNotes)." ;
            sh:nodeKind sh:Literal ;
            sh:order 32 ;
            sh:path <http://www.w3.org/ns/adms#versionNotes> ],
        [ sh:description "Egenskapen brukes til å angi om det er allmenn tilgang, betinget tilgang eller ikke-allmenn tilgang til datasettet." ;
            sh:nodeKind sh:IRI ;
            sh:order 13 ;
            sh:path dcterms:accessRights ],
        [ sh:datatype xsd:date ;
            sh:description "Dato for siste endring av ressursen (dct:modified)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 20 ;
            sh:path dcterms:modified ],
        [ sh:class dcat:Relationship ;
            sh:description "Kvalifisert relasjon til ein annan ressurs." ;
            sh:nodeKind sh:IRI ;
            sh:order 16 ;
            sh:path dcat:qualifiedRelation ],
        [ sh:class dcat:DatasetSeries ;
            sh:description "Datasettserie dette datasettet er ein del av." ;
            sh:nodeKind sh:IRI ;
            sh:order 23 ;
            sh:path dcat:inSeries ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path dcterms:title ] ;
    sh:targetClass dcat:Dataset .

<http://www.w3.org/ns/dqv#Dimension> a sh:NodeShape ;
    rdfs:comment "Ein kvalitetsdimensjon som grupperer relaterte kvalitetsmål." ;
    sh:closed true ;
    sh:ignoredProperties ( skos:broader rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Definisjon av dimensjonen eller målet." ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path skos:definition ],
        [ sh:datatype rdf:langString ;
            sh:description "Føretrekt term/namn for dimensjonen eller målet." ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path skos:prefLabel ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass <http://www.w3.org/ns/dqv#Dimension> .

<http://data.europa.eu/eli/ontology#LegalResource> a sh:NodeShape ;
    rdfs:comment "Ein regulativ ressurs (lov, forskrift o.l.) som gjeld for ein ressurs." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Fritekstbeskrivelse av ressursen (dct:description)." ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path dcterms:description ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class <http://data.europa.eu/eli/ontology#LegalResource> ;
            sh:description "Relatert regulativ ressurs." ;
            sh:nodeKind sh:IRI ;
            sh:order 7 ;
            sh:path dcterms:relation ],
        [ sh:class skos:Concept ;
            sh:description "Type ressurs frå eit kontrollert vokabular (dct:type)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 6 ;
            sh:path dcterms:type ],
        [ sh:datatype rdf:langString ;
            sh:description "Namn/tittel på ressursen (dct:title)." ;
            sh:nodeKind sh:Literal ;
            sh:order 5 ;
            sh:path dcterms:title ],
        [ sh:description "Referanse til ekstern ressurs (rdfs:seeAlso)." ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path rdfs:seeAlso ],
        [ sh:datatype dcterms:language ;
            sh:description "Språk brukt i ressursen (dct:language)." ;
            sh:nodeKind sh:Literal ;
            sh:order 4 ;
            sh:path dcterms:language ],
        [ sh:datatype xsd:string ;
            sh:description "Tekstleg identifikator for ressursen (dct:identifier)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:identifier ] ;
    sh:targetClass <http://data.europa.eu/eli/ontology#LegalResource> .

foaf:Agent a sh:NodeShape ;
    rdfs:comment "Ein aktør (person, organisasjon eller system) med ansvar for ein ressurs." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:datatype rdf:langString ;
            sh:description "Namn på aktøren." ;
            sh:minCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 1 ;
            sh:path foaf:name ],
        [ sh:datatype xsd:string ;
            sh:description "Tekstleg identifikator for ressursen (dct:identifier)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:order 2 ;
            sh:path dcterms:identifier ],
        [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ],
        [ sh:class skos:Concept ;
            sh:description "Type ressurs frå eit kontrollert vokabular (dct:type)." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 3 ;
            sh:path dcterms:type ] ;
    sh:targetClass foaf:Agent .

skos:Concept a sh:NodeShape ;
    rdfs:comment "Referanse til eit SKOS-omgrep frå eit kontrollert vokabular." ;
    sh:closed true ;
    sh:ignoredProperties ( rdf:type ) ;
    sh:property [ sh:description "URI-identifikator for ressursen." ;
            sh:maxCount 1 ;
            sh:nodeKind sh:IRI ;
            sh:order 0 ;
            sh:path <https://data.norge.no/ap-no/common-ap-no/id> ] ;
    sh:targetClass skos:Concept .


