@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/12fd3b7f-8f31-4676-b52b-ffafd675c038> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:04.856461+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/7765051> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "14 cm" ;
    :extent [ a :Extent ;
            rdfs:label "2 v." ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   13005971 " ],
        [ a :OclcNumber ;
            rdf:value "5578186" ] ;
    :instanceOf <https://dev.bcld.info/works/2376461e-98e8-42a2-9335-ade21a6f4ad7> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Includes \"The vision\", which, \"though disguised, is undoubtedly Ramsay's own\".--Dict. nat. biog." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "J. Cameron" ;
            bflc:simpleDate "1824" ;
            bflc:simplePlace "Glasgow" ;
            :date "1824"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/stk> ] ;
    :publicationStatement "Glasgow: J. Cameron, 1824" ;
    :responsibilityStatement "Pub. by Allan Ramsay." ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The ever green" ;
            :subtitle "being a collection of Scots poems, wrote by the ingenious before 1600" ] .

