@prefix : <https://data.svk.se/ontology/codelist/dominantregulationdirection#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@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/dominantregulationdirection#> .

<https://data.svk.se/ontology/codelist/dominantregulationdirection> rdf:type owl:Ontology ;
                                                                     owl:versionIRI <https://data.svk.se/ontology/codelist/dominantregulationdirection/v1.0.0> ;
                                                                     owl:imports <http://www.w3.org/2004/02/skos/core> ;
                                                                     dcterms:description "Code list for dominant regulation direction within a common balancing area."@en ,
                                                                                         "Kodlista för dominerande regleringsriktning inom ett samreglerat område."@sv ;
                                                                     dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                                     dcterms:publisher <https://www.svk.se> ;
                                                                     rdfs:label "Svenska Kraftnät Dominant Regulation Direction Codelist"@en ,
                                                                                "Svenska Kraftnät kodlista för dominerande regleringsriktning"@sv .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#inScheme
skos:inScheme rdf:type owl:AnnotationProperty .


#################################################################
#    Classes
#################################################################

###  http://www.w3.org/2004/02/skos/core#Concept
skos:Concept rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
skos:ConceptScheme rdf:type owl:Class .


###  https://data.svk.se/ontology/emdo#RegulationDirection
emdo:RegulationDirection rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://data.svk.se/ontology/codelist/dominantregulationdirection#dominantRegulationDirectionScheme
:dominantRegulationDirectionScheme rdf:type owl:NamedIndividual ,
                                            skos:ConceptScheme ;
                                   skos:prefLabel "Dominant Regulation Direction"@en ,
                                                  "Dominerande regleringsriktning"@sv .


###  https://data.svk.se/ontology/codelist/dominantregulationdirection#down
:down rdf:type owl:NamedIndividual ,
               skos:Concept ,
               emdo:RegulationDirection ;
      skos:notation "down" ;
      skos:altLabel "Down Regulation"@en ,
                    "Nedreglering"@sv ,
                    "RKMHN" ,
                    "SNE" ;
      skos:definition "Indicates downward regulation or reserve activation."@en ,
                      "Indikerar nedreglering eller aktivering av reserv."@sv ;
      skos:inScheme :dominantRegulationDirectionScheme ;
      skos:prefLabel "Downward"@en ,
                     "Ned"@sv .


###  https://data.svk.se/ontology/codelist/dominantregulationdirection#none
:none rdf:type owl:NamedIndividual ,
               skos:Concept ,
               emdo:RegulationDirection ;
      skos:notation "none" ;
      skos:altLabel "Ingen dominerande riktning"@sv ,
                    "No dominant direction"@en ;
      skos:definition "Det finns ingen dominerande riktning i ett samreglerat område."@sv ,
                      "There is no dominant direction in a common balancing area."@en ;
      skos:inScheme :dominantRegulationDirectionScheme ;
      skos:prefLabel "No Regulation"@en ,
                     "Oreglerat"@sv .


###  https://data.svk.se/ontology/codelist/dominantregulationdirection#up
:up rdf:type owl:NamedIndividual ,
             skos:Concept ,
             emdo:RegulationDirection ;
    skos:notation "up" ;
    skos:altLabel "Up Regulation"@en ,
                  "Uppreglering"@sv ,
                  "RKMH" ,
                  "SOP" ;
    skos:definition "Indicates upward regulation or reserve activation."@en ,
                    "Indikerar uppreglering eller aktivering av reserv."@sv ;
    skos:inScheme :dominantRegulationDirectionScheme ;
    skos:prefLabel "Upp"@sv ,
                   "Upward"@en .


###  Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
