@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/f8768dd3-d42e-4640-904d-1cee1b455b07> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T22:03:49.104367+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23969349> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9780252047756" ],
        [ a :Lccn ;
            rdf:value "  2024047607" ] ;
    :instanceOf <https://dev.bcld.info/works/97d67571-aca6-4438-ae67-3923ee0c8d6c> ;
    :publicationStatement "Urbana: University of Illinois Press, [2025]" ;
    :title [ a :Title ;
            :mainTitle "We always had a union" ;
            :subtitle "the New York hotel workers' union, 1912-1953" ] .

