# Sample response from GET https://eltariff.se/tariffcatalogue/dcat with Accept: text/turtle
# DCAT-AP-SE 3.0.1. Catalogue-level values are configured in the catalogue service;
# everything under each "Entry" heading is derived from one SupplierEntry and, where noted,
# from the operator's {apiUrl}/info response.

@prefix dcat:    <http://www.w3.org/ns/dcat#> .
@prefix dcatap:  <http://data.europa.eu/r5r/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix vcard:   <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

# ---------------------------------------------------------------------------
# Catalogue (configured)
# ---------------------------------------------------------------------------

<https://eltariff.se/tariffcatalogue/dcat#catalog> a dcat:Catalog ;
  dcterms:title "Eltariff-katalogen"@sv , "Eltariff catalogue"@en ;
  dcterms:description "Katalog över svenska elnätsföretags tariff-API:er enligt Eltariff-API-specifikationen. Varje post beskriver ett elnätsföretags API, dess nättariffdata och hur datan hämtas."@sv ,
                      "Catalogue of Swedish grid operators' tariff APIs implementing the Eltariff-API specification. Each entry describes one operator's API, its grid tariff data and how the data is accessed."@en ;
  dcterms:publisher <https://eltariff.se/tariffcatalogue/dcat#catalog-publisher> ;
  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
  dcterms:language <http://publications.europa.eu/resource/authority/language/SWE> ,
                   <http://publications.europa.eu/resource/authority/language/ENG> ;
  dcterms:spatial <http://publications.europa.eu/resource/authority/country/SWE> ;
  dcterms:issued "2026-01-15"^^xsd:date ;
  dcterms:modified "2026-09-07T10:00:00+02:00"^^xsd:dateTime ;
  foaf:homepage <https://github.com/RI-SE/Eltariff-API> ;
  dcat:themeTaxonomy <http://publications.europa.eu/resource/authority/data-theme> ;
  dcat:dataset <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#dataset> ,
               <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#dataset> ;
  dcat:service <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#service> ,
               <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#service> .

<https://eltariff.se/tariffcatalogue/dcat#catalog-publisher> a foaf:Agent ;
  foaf:name "RISE Research Institutes of Sweden AB" ;
  dcterms:type <http://purl.org/adms/publishertype/Company> .

# ---------------------------------------------------------------------------
# Entry 216783ff-5dda-4c38-b491-d6f0fcee9a9b  (Grid Company AB)
# All optional SupplierEntry fields supplied.
# ---------------------------------------------------------------------------

<https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#service> a dcat:DataService ;
  dcterms:identifier "216783ff-5dda-4c38-b491-d6f0fcee9a9b" ;                                   # SupplierEntry.id
  dcterms:title "Grid Company AB nättariff-API" ;                                                # serviceTitle
  dcterms:publisher <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#publisher> ;
  dcat:endpointURL <https://api.gridcompany.se/eltariff> ;                                       # apiUrl
  dcat:endpointDescription <https://ri-se.github.io/Eltariff-API/releases/v0.3.2/openapi.json> ; # apiVersion
  dcterms:conformsTo <https://ri-se.github.io/Eltariff-API/releases/v0.3.2/openapi.json> ;
  dcterms:type <http://purl.org/dc/dcmitype/Service> ;
  dcterms:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;                         # dataLicenseUrl
  dcterms:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;   # accessRights
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENER> ;
  dcat:keyword "nättariff"@sv , "elnät"@sv , "grid tariff"@en , "electricity grid"@en ;
  dcat:contactPoint [                                                                             # contactName/Email/Phone
    a vcard:Organization ;
    vcard:fn "Grid Company API support" ;
    vcard:hasEmail <mailto:api-support@gridcompany.se> ;
    vcard:hasTelephone <tel:+46101234567>
  ] ;
  foaf:page <https://www.gridcompany.se/eltariff-api> ;                                          # documentationUrl
  dcterms:modified "2026-08-20T09:12:00+02:00"^^xsd:dateTime ;                                    # lastModified
  dcat:servesDataset <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#dataset> .

<https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#dataset> a dcat:Dataset ;
  dcterms:title "Nättariffer, Grid Company AB"@sv , "Grid tariffs, Grid Company AB"@en ;
  dcterms:description "Gällande och kommande nättariffer för anläggningar i Grid Company AB:s elnät."@sv ,
                      "Current and upcoming grid tariffs for metering points in the Grid Company AB grid."@en ;
  dcterms:publisher <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#publisher> ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENER> ;
  dcat:keyword "nättariff"@sv , "grid tariff"@en ;
  dcterms:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
  dcterms:spatial <https://sws.geonames.org/2673730/> ;                                          # spatialCoverage
  dcterms:modified "2026-09-01T00:00:00+02:00"^^xsd:dateTime ;                                    # /info tariffDataLastUpdated
  dcat:contactPoint [
    a vcard:Organization ;
    vcard:fn "Grid Company API support" ;
    vcard:hasEmail <mailto:api-support@gridcompany.se>
  ] ;
  dcat:distribution <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#distribution> .

<https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#distribution> a dcat:Distribution ;
  dcat:accessURL <https://api.gridcompany.se/eltariff/tariffs> ;                                 # {apiUrl}/tariffs
  dcterms:description "JSON response from GET /tariffs of the Grid Tariff API."@en ;
  dcterms:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
  dcterms:conformsTo <https://ri-se.github.io/Eltariff-API/releases/v0.3.2/openapi.json> ;
  dcatap:availability <http://publications.europa.eu/resource/authority/planned-availability/EXPERIMENTAL> ;
  dcat:accessService <https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#service> .

<https://eltariff.se/tariffcatalogue/dcat/216783ff-5dda-4c38-b491-d6f0fcee9a9b#publisher> a foaf:Agent ;
  foaf:name "Grid Company AB" ;                                                                   # companyName
  dcterms:identifier "556123-4567" ;                                                              # companyOrgNo
  dcterms:type <http://purl.org/adms/publishertype/Company> .

# ---------------------------------------------------------------------------
# Entry 7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44  (Nätbolaget Norr AB)
# Only required SupplierEntry fields plus dataLicenseUrl supplied: no serviceTitle
# (title defaulted), no documentationUrl, contactPhone, spatialCoverage or apiVersion
# (version read from /info). The catalogue could not reach /info for tariffDataLastUpdated,
# so the dataset carries no dcterms:modified.
# ---------------------------------------------------------------------------

<https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#service> a dcat:DataService ;
  dcterms:identifier "7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44" ;
  dcterms:title "Grid Tariff API, Nätbolaget Norr AB" ;
  dcterms:publisher <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#publisher> ;
  dcat:endpointURL <https://eltariff.natbolagetnorr.se> ;
  dcat:endpointDescription <https://ri-se.github.io/Eltariff-API/releases/v0.3.1/openapi.json> ;
  dcterms:conformsTo <https://ri-se.github.io/Eltariff-API/releases/v0.3.1/openapi.json> ;
  dcterms:type <http://purl.org/dc/dcmitype/Service> ;
  dcterms:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  dcterms:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENER> ;
  dcat:keyword "nättariff"@sv , "elnät"@sv , "grid tariff"@en , "electricity grid"@en ;
  dcat:contactPoint [
    a vcard:Organization ;
    vcard:fn "Kundservice Nätbolaget Norr" ;
    vcard:hasEmail <mailto:kundservice@natbolagetnorr.se>
  ] ;
  dcterms:modified "2026-05-02T14:30:00+02:00"^^xsd:dateTime ;
  dcat:servesDataset <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#dataset> .

<https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#dataset> a dcat:Dataset ;
  dcterms:title "Nättariffer, Nätbolaget Norr AB"@sv , "Grid tariffs, Nätbolaget Norr AB"@en ;
  dcterms:description "Gällande och kommande nättariffer för anläggningar i Nätbolaget Norr AB:s elnät."@sv ,
                      "Current and upcoming grid tariffs for metering points in the Nätbolaget Norr AB grid."@en ;
  dcterms:publisher <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#publisher> ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENER> ;
  dcat:keyword "nättariff"@sv , "grid tariff"@en ;
  dcterms:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
  dcat:contactPoint [
    a vcard:Organization ;
    vcard:fn "Kundservice Nätbolaget Norr" ;
    vcard:hasEmail <mailto:kundservice@natbolagetnorr.se>
  ] ;
  dcat:distribution <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#distribution> .

<https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#distribution> a dcat:Distribution ;
  dcat:accessURL <https://eltariff.natbolagetnorr.se/tariffs> ;
  dcterms:description "JSON response from GET /tariffs of the Grid Tariff API."@en ;
  dcterms:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  dcterms:conformsTo <https://ri-se.github.io/Eltariff-API/releases/v0.3.1/openapi.json> ;
  dcatap:availability <http://publications.europa.eu/resource/authority/planned-availability/EXPERIMENTAL> ;
  dcat:accessService <https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#service> .

<https://eltariff.se/tariffcatalogue/dcat/7d3c9a10-42e7-4f0b-9c61-8b2f5e1d0a44#publisher> a foaf:Agent ;
  foaf:name "Nätbolaget Norr AB" ;
  dcterms:identifier "559012-3456" ;
  dcterms:type <http://purl.org/adms/publishertype/Company> .
