@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix did:   <https://w3id.org/dob/id/> .
@prefix ib1:   <https://registry.trust.ib1.org/ns/1.0#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

did:ods-graph a dcat:Dataset ;
    dct:title           "ODS Named Graph"@en ;
    dct:description     "This named linked data graph contains a shaping of the shaping of the NHS ODS data into a linked data graph. This can be used to discover xRI data assets such as RGB, IR and Lidar images for the built environment at the UPRN level via NHS ODS codes. Once discovered, the user uses the asset's UUID and our API to retrieve the asset."@en ;
    dct:publisher       did:xri ;
    dct:license         <https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/> ;
    ib1:sensitivityClass    ib1:IB1-O ; # open data
    prov:wasDerivedFrom   [ a prov:Entity ;
                             dct:source <https://digital.nhs.uk/services/organisation-data-service> ;
                             dct:date "2025-03-01"^^xsd:date ;
                             dct:description "Derived from ODS dataset version March 2025"@en ] ;
    dcat:inSeries           <https://w3id.org/dob/series/kg-series.ttl> ;
    dcat:version            "v0.0.1" ;
    dcat:versionNotes       "pre-release alpha version"@en ;
    dcat:distribution       did:ods-lds ;
.

did:ods-lds a dcat:Distribution ; # London Data Store Distribution
    dcat:downloadURL        <https://open-ttl-files.s3.eu-north-1.amazonaws.com/ods-graph.zip> ;
    dcat:media_type         "application/zip" ;  # TTL file
.