@prefix : <https://data.svk.se/ontology/codelist/countrycode#> .
@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 base: <https://data.svk.se/ontology/base#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://data.svk.se/ontology/codelist/countrycode#> .

<https://data.svk.se/ontology/codelist/countrycode> rdf:type owl:Ontology ;
                                                     owl:versionIRI <https://data.svk.se/ontology/codelist/countrycode/v1.0.0> ;
                                                     owl:imports <http://www.w3.org/2004/02/skos/core> ;
                                                     dcterms:description "Code list for country codes."@en ,
                                                                         "Kodlista för landskoder (Country Codes)."@sv ;
                                                     dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                     dcterms:publisher <https://www.svk.se> ;
                                                     rdfs:label "Svenska Kraftnät Country Codelist"@en ,
                                                                "Svenska Kraftnät kodlista för länder"@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#Country
base:Country rdf:type owl:Class .


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

###  https://data.svk.se/ontology/codelist/countrycode#SE
:SE rdf:type owl:NamedIndividual ,
             skos:Concept ,
             base:Country ;
    skos:notation "SE" ;
    rdfs:comment "Källa: ISO 3166"@sv ;
    skos:altLabel "Sweden"@en ,
                  "Sverige"@sv ;
    skos:definition "Landet Sverige i norra Europa."@sv ,
                    "The country Sweden in Northern Europe."@en ;
    skos:inScheme :countryCodeScheme ;
    skos:prefLabel "SE"@sv ,
                   "SWE"@en .


###  https://data.svk.se/ontology/codelist/countrycode#countryCodeScheme
:countryCodeScheme rdf:type owl:NamedIndividual ,
                            skos:ConceptScheme ;
                   skos:prefLabel "Country Codes"@en ,
                                  "Landskoder"@sv .


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