@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://dev.bcld.info/instances/854e760c-47ea-4eaf-82bf-9d727c4fb8de> a :Instance ;
    :identifiedBy [ a :Isbn ;
            rdf:value "9781543555042" ],
        [ a :Lccn ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "  2018031870" ] ;
    :instanceOf <https://dev.bcld.info/works/e6e33554-8a81-4de5-9e11-6360ae0074d7> ;
    :provisionActivityStatement "North Mankato, Minnesota : Capstone Press, a Capstone Imprint, [2019]" ;
    :title [ a :Title ;
            :mainTitle "Samurai" ] .

