@prefix ns1: <http://schema.org/> .

<https://id.rijksmuseum.nl/301156562> a ns1:ProductModel ;
    ns1:exampleOfWork <https://id.rijksmuseum.nl/300156562> ;
    ns1:name "Journal of the Indian Society of Oriental Art" ;
    ns1:publication [ a ns1:PublicationEvent ;
            ns1:name "Calcutta: Indian Society of Oriental Art; 1933-..." ],
        [ a ns1:PublicationEvent ;
            ns1:location [ a ns1:Place ;
                    ns1:name "Calcutta" ] ],
        [ a ns1:PublicationEvent ;
            ns1:publishedBy [ ns1:name "Indian Society of Oriental Art" ] ] ;
    ns1:size "28 cm." ;
    ns1:subjectOf [ a ns1:Statement ;
            ns1:additionalType <http://id.loc.gov/vocabulary/mnotetype/number> ;
            ns1:text "Vol. 1 (1933) - ..." ] ;
    ns1:url <https://library.rijksmuseum.nl/cgi-bin/koha/opac-detail.pl?biblionumber=156562> .

