@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dqv: <http://www.w3.org/ns/dqv#> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix org: <http://www.w3.org/ns/org#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time1: <http://www.w3.org/6006/time#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

samtbuskole:elev-2 a samtbuskole:Elev ;
    samtbuskole:horerTilBasisgruppe samtbuskole:basisgruppe-6B ;
    samtbuskole:navn "Kari Nordmann" .

samtbuskole:elev-3 a samtbuskole:Elev ;
    samtbuskole:horerTilBasisgruppe samtbuskole:basisgruppe-5A ;
    samtbuskole:navn "Nils Nordmann" .

samtbuskole:fylke-30 a samtbuskole:Fylke ;
    dcat:identifier "30" ;
    samtbuskole:navn "Viken fylkeskommune" .

samtbuskole:gruppe-skoleforvaltning a foaf:Agent ;
    dct:type <https://example.org/actor-type/arbeidsgruppe> ;
    foaf:name "Nasjonal gruppe for skoleforvaltning"^^rdf:langString .

samtbuskole:kontaktlaerer-1 a samtbuskole:Kontaktlaerer ;
    samtbuskole:harSaerligAnsvarFor samtbuskole:elev-1 ;
    samtbuskole:jobberPaaSkole samtbuskole:skole-1 ;
    samtbuskole:navn "Lærer Lars" ;
    samtbuskole:tilknyttetBasisgruppe samtbuskole:basisgruppe-5A .

samtbuskole:rektor-1 a samtbuskole:Rektor ;
    samtbuskole:enhetslederFor samtbuskole:skole-1 ;
    samtbuskole:navn "Rektor Rasmus" .

samtbuskole:samt-bu-skole-metadata a dcat:Dataset ;
    dcatap:applicableLegislation samtbuskole:lov-2019-123 ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC>,
        <http://publications.europa.eu/resource/authority/access-right/PUBLIC>,
        <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:conformsTo dqv:dcat-ap-no ;
    dct:description "demodatasett for å teste samt-bu-skole modellen"^^rdf:langString ;
    dct:publisher samtbuskole:org-udir ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/NOR> ;
    dct:subject "https://psi.norge.no/los/begrep/elev",
        "https://psi.norge.no/los/begrep/grunnskole",
        "https://psi.norge.no/los/begrep/kommune",
        "https://psi.norge.no/los/begrep/opplaering",
        "https://psi.norge.no/los/begrep/skole" ;
    dct:temporal dqv:tidsrom-1 ;
    dct:title "samt-bu-skole-data"^^rdf:langString ;
    dcat:contactPoint samtbuskole:kontakt-behandlingsansvarlig,
        samtbuskole:kontakt-tekniskkontakt ;
    dcat:distribution samtbuskole:dist-human-readable,
        samtbuskole:dist-rdf ;
    dcat:keyword "barn"^^rdf:langString,
        "kommune"^^rdf:langString,
        "skole"^^rdf:langString ;
    dcat:theme "https://psi.norge.no/los/tema/elever",
        "https://psi.norge.no/los/tema/grunnskole",
        "https://psi.norge.no/los/tema/opplaering",
        "https://psi.norge.no/los/tema/skole",
        "https://psi.norge.no/los/tema/utdanning" ;
    dqv:hasQualityAnnotation dqv:brukerfeedback-1,
        dqv:merknad-1 ;
    dqv:hasQualityMeasurement dqv:maaling-1 ;
    prov:wasGeneratedBy <https://data.norge.no/vocabulary/provenance-activity-type#administrative-decision>,
        <https://data.norge.no/vocabulary/provenance-activity-type#collecting-from-third-party>,
        <https://data.norge.no/vocabulary/provenance-activity-type#collecting-from-user> .

dqv:brukerfeedback-1 a dqv:UserQualityFeedback ;
    dqv:inDimension dqv:kvalitetsdim-completeness ;
    oa:hasBody dqv:tekstdel-1 ;
    oa:motivatedBy dqv:qualityAssessment .

dqv:dcat-ap-no a dct:Standard ;
    dct:title "DCAT-AP-NO"^^rdf:langString ;
    rdfs:seeAlso <https://data.norge.no/specification/dcat-ap-no#> ;
    dqv:inDimension dqv:kvalitetsdim-completeness .

dqv:maaling-1 a dqv:QualityMeasurement ;
    dqv:isMeasurementOf <https://data.norge.no/vocabulary/quality-metric#qm-completeness-1001> ;
    dqv:value "true" .

dqv:merknad-1 a dqv:QualityAnnotation ;
    dqv:inDimension dqv:kvalitetsdim-completeness ;
    oa:hasBody dqv:tekstdel-2 ;
    oa:motivatedBy dqv:qualityAssessment .

dqv:tekstdel-1 a oa:TextualBody ;
    dct:format "tekstformat" ;
    dct:language "NO"^^dct:language ;
    rdfs:value "Bruker rapporterer at datakvaliteten er tilfredsstillende." .

dqv:tekstdel-2 a oa:TextualBody ;
    dct:format "tekstformat" ;
    dct:language "NO"^^dct:language ;
    rdfs:value "Datasettet mangler enkelte observasjoner for 2023." .

dqv:tidsrom-1 a dct:PeriodOfTime ;
    time1:hasBeginning "2024-01-01T10:00:00+02:00"^^xsd:dateTime ;
    time1:hasEnd "2024-06-01T10:00:00+02:00"^^xsd:dateTime ;
    dcat:endDate "2024-06-01"^^xsd:date ;
    dcat:startDate "2024-01-01"^^xsd:date .

samtbuskole:basisgruppe-6B a samtbuskole:Basisgruppe ;
    org:unitOf samtbuskole:skole-2 ;
    samtbuskole:navn "6B" ;
    samtbuskole:trinniva "6" .

samtbuskole:dist-human-readable a dcat:Distribution ;
    dcatap:availability "http://publications.europa.eu/resource/authority/planned-availability/STABLE" ;
    dct:description "Menneskelesbar distribusjon av skoleontologi"^^rdf:langString ;
    dct:format "http://publications.europa.eu/resource/authority/file-type/CSV" ;
    dct:license "http://publications.europa.eu/resource/authority/licence/CC_BY_4_0" ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/COMPLETED> ;
    dcat:accessURL <https://example.no/data/skole.rdf> .

samtbuskole:dist-rdf a dcat:Distribution ;
    dcatap:availability "http://publications.europa.eu/resource/authority/planned-availability/STABLE" ;
    dct:description "RDF distribusjon av skoleontologi"^^rdf:langString ;
    dct:format "http://publications.europa.eu/resource/authority/file-type/RDF" ;
    dct:license "http://publications.europa.eu/resource/authority/licence/CC_BY_4_0" ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/COMPLETED> ;
    dcat:accessURL <https://example.no/data/skole.rdf> .

samtbuskole:elev-1 a samtbuskole:Elev ;
    samtbuskole:horerTilBasisgruppe samtbuskole:basisgruppe-5A ;
    samtbuskole:navn "Ola Nordmann" .

samtbuskole:kommune-0301 a samtbuskole:Kommune ;
    dcat:identifier "0301" ;
    samtbuskole:navn "Oslo kommune" .

samtbuskole:kontakt-behandlingsansvarlig a vcard:Kind ;
    vcard:fn "Behandlingsansvarligkontakt"^^rdf:langString ;
    vcard:hasEmail "mailto:juridisk-kontakt@udir.no" ;
    vcard:hasURL "https://www.udir.no/behandlingsansvarligkontakt" .

samtbuskole:kontakt-tekniskkontakt a vcard:Kind ;
    vcard:fn "Tekniskkontakt"^^rdf:langString ;
    vcard:hasEmail "mailto:teknisk-kontakt@udir.no" ;
    vcard:hasURL "https://www.udir.no/tekniskkontakt" .

samtbuskole:lov-2019-123 a eli:LegalResource ;
    dct:description "Lovverk som regulerer grunnskolen."^^rdf:langString ;
    dct:language "samtbuskole:no"^^dct:language ;
    dct:title "Lov om grunnskolen"^^rdf:langString ;
    dct:type samtbuskole:Lov ;
    rdfs:seeAlso <https://lovdata.no/lov/2019-123> .

samtbuskole:org-udir a foaf:Agent ;
    dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
    foaf:name "Direktoratet for utdanning"^^rdf:langString .

samtbuskole:privat-1 a samtbuskole:PrivatVirksomhet ;
    dct:identifier "999888777" ;
    samtbuskole:navn "Privat Skole AS" .

samtbuskole:skole-2 a samtbuskole:Skole ;
    samtbuskole:harSkoleeier samtbuskole:privat-1 ;
    samtbuskole:navn "Fjelltoppen skole" .

dqv:kvalitetsdim-completeness a dqv:Dimension ;
    skos:definition "https://data.norge.no/vocabulary/quality-dimension#completeness"^^rdf:langString ;
    skos:prefLabel "completeness"^^rdf:langString .

samtbuskole:basisgruppe-5A a samtbuskole:Basisgruppe ;
    org:unitOf samtbuskole:skole-1 ;
    samtbuskole:navn "5A" ;
    samtbuskole:trinniva "5" .

samtbuskole:skole-1 a samtbuskole:Skole ;
    samtbuskole:harSkoleeier samtbuskole:kommune-0301 ;
    samtbuskole:navn "Solglimt skole" .

[] a samtbu:SamtBuContainer ;
    samtbu:basisgrupper samtbuskole:basisgruppe-5A,
        samtbuskole:basisgruppe-6B ;
    samtbu:brukertilbakemeldinger dqv:brukerfeedback-1 ;
    samtbu:dataset_metadata samtbuskole:samt-bu-skole-metadata ;
    samtbu:datasettdistribusjoner samtbuskole:dist-human-readable,
        samtbuskole:dist-rdf ;
    samtbu:elever samtbuskole:elev-1,
        samtbuskole:elev-2,
        samtbuskole:elev-3 ;
    samtbu:fylker samtbuskole:fylke-30 ;
    samtbu:gjeldende_lovgivninger samtbuskole:lov-2019-123 ;
    samtbu:grupper samtbuskole:gruppe-skoleforvaltning ;
    samtbu:id "samtbuskole:samt-bu-skole-data" ;
    samtbu:kommuner samtbuskole:kommune-0301 ;
    samtbu:kontaktlaerere samtbuskole:kontaktlaerer-1 ;
    samtbu:kontaktpunkter samtbuskole:kontakt-behandlingsansvarlig,
        samtbuskole:kontakt-tekniskkontakt ;
    samtbu:kvalitetsdimensjoner dqv:kvalitetsdim-completeness ;
    samtbu:kvalitetsmaalinger dqv:maaling-1 ;
    samtbu:kvalitetsmerknader dqv:merknad-1 ;
    samtbu:organisasjoner samtbuskole:org-udir ;
    samtbu:private_virksomheter samtbuskole:privat-1 ;
    samtbu:rektorer samtbuskole:rektor-1 ;
    samtbu:skoler samtbuskole:skole-1,
        samtbuskole:skole-2 ;
    samtbu:standarder dqv:dcat-ap-no ;
    samtbu:tekstdeler dqv:tekstdel-1,
        dqv:tekstdel-2 ;
    samtbu:tidsromer dqv:tidsrom-1 .


