@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:oa-graph a dcat:Dataset ;
    dct:title           "Output Area Named Graph"@en ;
    dct:description     "This named linked data graph contains a shaping of the ONS Output Area 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 ONS Output Area. 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://geoportal.statistics.gov.uk/maps/6beafcfd9b9c4c9993a06b6b199d7e6d> ;
                             dct:date "2024-12-09"^^xsd:date ;
                             dct:description "Derived from ONS Output Areas BGC version December 2021 (V2)"@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:oa-lds a dcat:Distribution ; # London Data Store Distribution
    dcat:downloadURL        <https://open-ttl-files.s3.eu-north-1.amazonaws.com/oa-graph.zip> ;
    dcat:media_type         "application/zip" ;  # TTL file
.