@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#> .

<https://dev.bcld.info/works/affb93a9-4e2c-4e88-81e2-0a1912a3789e> a :Work ;
    bflc:aap "Bulletin of the Agricultural Chemical Society of Japan" ;
    bflc:aap-normalized "bulletinoftheagriculturalchemicalsocietyofjapan" ;
    :hasInstance <https://dev.bcld.info/instances/0947b2a9-41b2-4b32-83f6-d870dc917410> ;
    :identifiedBy [ a :Issn ;
            rdf:value "1881-1272" ] ;
    :title [ a :Title ;
            :mainTitle "Bulletin of the Agricultural Chemical Society of Japan" ] .

