@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/3f45efaf-9a9a-4a32-a6d2-9a830ee2d794> a :Work ;
    rdfs:label "Ibn Juljul, Sulaymān ibn Ḥassān, 944-. Ibn Juljul's Generations of physicians and sages" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-29" ;
            :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-29T15:04:42.770814+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23340978> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "610.938" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20231004" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "R128.3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Ibn Juljul, Sulaymān ibn Ḥassān, 944-" ;
                    bflc:marcKey "1001 $aIbn Juljul, Sulaymān ibn Ḥassān,$d944-$eauthor" ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Kahl, Oliver" ;
                    bflc:marcKey "7001 $aKahl, Oliver,$etranslator,$eeditor,$ewriter of introduction." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ],
                [ a :Role ;
                    rdfs:label "writer of introduction" ],
                [ a :Role ;
                    rdfs:label "translator" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/51e0e8bd-a89e-4146-97b6-01bb051c3600> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Ibn Juljul's Generations of physicians and sages" ] .

