@prefix : <https://data.svk.se/ontology/codelist/forecasthorizon#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix emdo: <https://data.svk.se/ontology/emdo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://data.svk.se/ontology/codelist/forecasthorizon#> .

<https://data.svk.se/ontology/codelist/forecasthorizon>
    rdf:type owl:Ontology ;
    owl:versionIRI <https://data.svk.se/ontology/codelist/forecasthorizon/v1.0.0> ;
    owl:imports <http://www.w3.org/2004/02/skos/core> ;
    rdfs:label "Svenska Kraftnät Forecast Horizon Codelist"@en , "Svenska Kraftnät kodlista för prognoshorisonter"@sv ;
    dcterms:description "Kodlista för tidshorisonter för marknadsprognoser och datapubliceringar."@sv ,
                        "Code list for time horizons for market forecasts and data publications."@en ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:publisher <https://www.svk.se> .

emdo:ForecastHorizon rdf:type owl:Class ;
    rdfs:label "Forecast Horizon"@en , "Prognoshorisont"@sv .

:forecastHorizonScheme rdf:type owl:NamedIndividual , skos:ConceptScheme ;
    skos:prefLabel "Forecast Horizons"@en , "Prognoshorisonter"@sv ;
    skos:definition "Time horizons for market forecasts and data publications."@en ,
                    "Tidshorisonter för marknadsprognoser och datapubliceringar."@sv .

:current rdf:type owl:NamedIndividual , skos:Concept , emdo:ForecastHorizon ;
    skos:inScheme :forecastHorizonScheme ;
    skos:notation "current" ;
    skos:prefLabel "Current"@en , "Aktuell"@sv ;
    skos:altLabel "Latest published update"@en , "Senast publicerade uppdatering"@sv ;
    skos:definition "The most recently published update of the forecast."@en ;
    skos:definition "Den senast publicerade uppdateringen av prognosen."@sv .

:intraday rdf:type owl:NamedIndividual , skos:Concept , emdo:ForecastHorizon ;
    skos:inScheme :forecastHorizonScheme ;
    skos:notation "intraday" ;
    skos:prefLabel "Intraday"@en , "Intradag"@sv ;
    skos:altLabel "Intraday publication"@en , "Intradagspublicering"@sv ;
    skos:definition "A forecast published on the day of delivery, representing the most recent forecast available at the specified intraday publication time."@en ;
    skos:definition "En prognos som publiceras på leveransdagen och som motsvarar den senaste tillgängliga prognosen vid den angivna intradagstidpunkten."@sv .

:dayAhead rdf:type owl:NamedIndividual , skos:Concept , emdo:ForecastHorizon ;
    skos:inScheme :forecastHorizonScheme ;
    skos:notation "dayAhead" ;
    skos:prefLabel "Day ahead"@en , "Dagen-före"@sv ;
    skos:altLabel "D-1 forecast"@en , "Prognos dagen innan"@sv ;
    skos:definition "A forecast for the day of delivery, published on the day before delivery."@en ;
    skos:definition "En prognos för leveransdagen som publiceras dagen före leverans."@sv .