@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/d5cd6f25-cf24-4e7c-b235-24fc68ab3aaf> a :Work ;
    rdfs:label "Golkar, Golriz. How to control impulses" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T21:57:33.900244+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24029285> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "303.3/2" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20250212" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BF575.I46" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Golkar, Golriz" ;
                    bflc:marcKey "1001 $aGolkar, Golriz,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/eb07c877-2e4a-4f54-89fc-76b9665bdead> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "How to control impulses" ] .

