@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/ca0b0a68-ade1-46bf-8a25-489d9383bb69> 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:42:50.459679+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/18395895> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/mtl>,
        <http://id.loc.gov/vocabulary/mmaterial/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/sd> ;
    :dimensions "4 3/4 in" ;
    :extent [ a :Extent ;
            rdfs:label "1 sound disc" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "digital" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2014626226" ],
        [ a :OclcNumber ;
            rdf:value "ocn796739105" ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Island Def Jam" ] ;
            rdf:value "B001578802" ],
        [ a :Upc ;
            rdf:value "602527755281" ] ;
    :instanceOf <https://dev.bcld.info/works/5795c4b2-d505-49b2-8a27-b47ba4af542a> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "\"Parental advisory: explicit content\"--Container." ],
        [ a :Note ;
            rdfs:label "Lyrics on container insert." ],
        [ a :Note ;
            rdfs:label "Compact disc." ] ;
    :provisionActivity [ a :Distribution,
                :ProvisionActivity ;
            :date "2012"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ],
        [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Island Def Jam" ;
            bflc:simpleDate "p2012" ;
            bflc:simplePlace "New York, N.Y." ],
        [ a :Production,
                :ProvisionActivity ;
            :date "2011"^^<http://id.loc.gov/datatypes/edtf> ] ;
    :publicationStatement "New York, N.Y.: Island Def Jam, p2012" ;
    :responsibilityStatement "Frank Ocean" ;
    :soundCharacteristic <http://id.loc.gov/vocabulary/mcapturestorage/dist>,
        <http://id.loc.gov/vocabulary/mplayback/ste>,
        <http://id.loc.gov/vocabulary/mplayspeed/f>,
        <http://id.loc.gov/vocabulary/mrectype/digital> ;
    :title [ a :Title ;
            :mainTitle "Channel orange" ] .

