@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:uprn-graph a dcat:Dataset ;
    dct:title           "UPRN Named Graph"@en ;
    dct:description     "This named linked data graph contains a shaping of the OS Open UPRN 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. 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://osdatahub.os.uk/downloads/open/OpenUPRN> ;
                             dct:date "2024-08-01"^^xsd:date ;
                             dct:description "Derived from OS Open UPRN dataset version August 2024"@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:uprn-lds ;
.

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