@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/8ffa10b1-b97c-4dc3-99ce-da7ff33c7b0b> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :descriptionAuthentication <http://id.loc.gov/vocabulary/marcauthen/pcc> ;
            :descriptionLanguage <http://id.loc.gov/vocabulary/languages/eng> ;
            :descriptionLevel <http://id.loc.gov/ontologies/bibframe-2-6-0/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:35.519267+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24007053> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial [ a :BaseMaterial ;
            rdfs:label "vinyl" ;
            :source [ a :Source ;
                    :code "rdamat" ] ],
        <http://id.loc.gov/vocabulary/mmaterial/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/sd> ;
    :dimensions "12 in" ;
    :extent [ a :Extent ;
            rdfs:label "2 audio discs" ] ;
    :identifiedBy [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Modern Love" ] ;
            rdf:value "LOVE114" ],
        [ a :Lccn ;
            rdf:value "  2025142824" ],
        [ a :Ean ;
            rdf:value "5060165485710" ] ;
    :instanceOf <https://dev.bcld.info/works/beed9ec3-8859-41f1-9ea7-d4cf4a051e4c> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "Title from disc label." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Modern Love" ;
            bflc:simpleDate "[2019]" ;
            bflc:simplePlace "[Manchester]" ;
            :date "2019"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/enk> ] ;
    :publicationStatement "[Manchester]: Modern Love, [2019]" ;
    :responsibilityStatement "Andy Stott" ;
    :soundCharacteristic [ a :PlayingSpeed ;
            rdfs:label "33 1/3 rpm" ],
        <http://id.loc.gov/vocabulary/mcapturestorage/aes>,
        <http://id.loc.gov/vocabulary/mgroove/lateral>,
        <http://id.loc.gov/vocabulary/mgroove/micro>,
        <http://id.loc.gov/vocabulary/mplayback/ste>,
        <http://id.loc.gov/vocabulary/mplayspeed/b>,
        <http://id.loc.gov/vocabulary/mrectype/analog> ;
    :title [ a :Title ;
            :mainTitle "It should be us" ] .

