Index: susana.ttl =================================================================== --- susana.ttl (revision 1732) +++ susana.ttl (working copy) @@ -59,12 +59,11 @@ # TODO: test if OWLIM supports them properly ### - a rso:E22_Museum_Object; - crm:P2_has_type rkd-object:painting; -# part1: painting; part2: frame - crm:P57_has_number_of_parts 2; - # same as the long form "2"^^xsd:integer, see http://www.w3.org/TeamSubmission/turtle sec 2.4 - rso:P46_has_main_part ; + a rso:E22_Museum_Object, crm:E22_Man-Made_Object, crm:E84_Information_Carrier; + crm:P2_has_object_type rkd-object:painting; +# auxiliary part/2: frame + crm:P57_has_number_of_parts 1; + # same as the long form "1"^^xsd:integer, see http://www.w3.org/TeamSubmission/turtle sec 2.4 rso:P46_has_other_part . ### IDENTIFICATION @@ -100,56 +99,54 @@ crm:P102_has_title . crm:P2_has_type rst-note:title-other; crm:P3_has_note "Suzanna en de ouderlingen"@nl. # Susanna and the elders -### PART 1: PAINTING -# We state the object type on both the root and the main_part, to simplify rso:PS2_has_type, which cannot add conjunct about main_part - a crm:E22_Man-Made_Object, crm:E84_Information_Carrier; crm:P2_has_type rkd-object:painting; +### DIMENSIONS AND SHAPE # & width & unit = & - crm:P43_has_dimension . - + crm:P43_has_dimension . + crm:P2_has_type rst-dimension:width; crm:P91_has_unit unit:Centimeter; crm:P90_has_value "38.6"^^xsd:double. # TODO: short form 38.6 means xsd:decimal, but I think we want xsd:double # see http://www.w3.org/TR/2011/WD-turtle-20110809/#abbrev> (2.3 Abbreviating common datatypes) # & height & unit = & - crm:P43_has_dimension . - + crm:P43_has_dimension . + crm:P2_has_type rst-dimension:height; crm:P91_has_unit unit:Centimeter; crm:P90_has_value "47.2"^^xsd:double. # = - crm:P2_has_type rkd-shape:vertical-rectangle. + rso:P2_has_shape rkd-shape:vertical-rectangle. ### PAINTING PRODUCTION - crm:P108i_was_produced_by . + crm:P108i_was_produced_by . # = - crm:P4_has_time-span . - crm:P82_at_some_time_within "1636"^^xsd:gYear. + crm:P4_has_time-span . + crm:P82_at_some_time_within "1636"^^xsd:gYear. # Note: gYear not date, since only YYYY-MM-DD is a legitimate xsd:date # TODO: unlikely alternative: crm:P78_is_identified_by [a crm:E50_Date; crm:P3_has_note "1636"^^xsd:gYear] # artist name = - crm:P14_carried_out_by rkd-artist:Rembrandt. + crm:P14_carried_out_by rkd-artist:Rembrandt. # country/place of making # city or country if anonymous (happily the two agree) - crm:P7_took_place_at rkd-plaats:amsterdam. + crm:P7_took_place_at rkd-plaats:amsterdam. ### Support and Medium/Technique # See https://confluence.ontotext.com/display/ResearchSpace/Material+and+Medium-Technique # = - crm:P45_consists_of rkd-support:panel-oak. - crm:P126_employed rkd-support:panel-oak. + crm:P45_consists_of rkd-support:panel-oak. + crm:P126_employed rkd-support:panel-oak. # medium/technique = - crm:P32_used_general_technique rkd-technique:oil-paint. + crm:P32_used_general_technique rkd-technique:oil-paint. # client/commissioner - crm:P17_was_motivated_by . - + crm:P17_was_motivated_by . + a crm:E39_Actor; crm:P3_has_note "Dat weten we niet maar wel even controleren of dit veld getoond wordt, achter de komma"@nl. # "Be sure that we do not know but this field is shown". ### PAINTING SIGNATURE - crm:P65_shows_visual_item . - a crm:E34_Inscription; + crm:P65_shows_visual_item . + a crm:E34_Inscription; # type of signature crm:P2_has_type rkd-signature:signed_and_dated; # position of signature = "13". TODO What? Asked RKD @@ -157,25 +154,24 @@ crm:P3_has_note "Rembr[ant f]/f163[6]". ### IMAGE (conceptual object) -# Question: bind to the museum object, or to its part1 (as below)? Doesn't matter much, as soon as everyone follows it - crm:P65_shows_visual_item . - a crm:E38_Image; -# For original painting, Image's E65_Creation coincides with Part1's E12_Production. For a reproduction that won't be the case - crm:P94i_was_created_by ; + crm:P65_shows_visual_item . + a crm:E38_Image; +# For original painting, Image's E65_Creation coincides with E12_Production. For a reproduction that won't be the case + crm:P94i_was_created_by ; # - crm:P2_has_type rst-iconclass:_71P412; # Susanna bathing, usually in or near a fountain and sometimes accompanied by two female servants - # Note: I think someone mis-applied the following code. I see no fucking lion in the painting - crm:P2_has_type rst-iconclass:_11H_JEROME_51; # St. Jerome pulling a thorn out of the paw of a lion + rso:P129_has_iconclass rst-iconclass:_71P412; # Susanna bathing, usually in or near a fountain and sometimes accompanied by two female servants + # Note: I think someone mis-applied the following code. I see no lion in the painting + rso:P129_has_iconclass rst-iconclass:_11H_JEROME_51; # St. Jerome pulling a thorn out of the paw of a lion # depicted location crm:P138_represents rkd-plaats:geertruidenberg; - # P138_represents is too strong: Geertruidenberg may be in the background, but it's not a picture of that place! - # Should be super-property P67_refers_to; but we cannot tell from the data + # P138_represents may be too strong: Geertruidenberg may be in the background, but it's not a picture of that place! + # Maybe should be P67_refers_to? Martin: I think P138 is correct. # RKD keywords - crm:P2_has_type rkd-keywords:oude_testament_apocriefen. + rso:P129_has_keyword rkd-keywords:oude_testament_apocriefen. ### PART2: FRAME a crm:E22_Man-Made_Object; - crm:P2_has_type rkd-object:frame; + crm:P2_has_object_type rkd-object:frame; crm:P108i_was_produced_by . # dating of frame: begin date # dating of frame: end date @@ -304,7 +300,7 @@ ### EXHIBITIONS # - crm:P12i_was_present_at . + rso:P12i_was_present_at_exhibition . crm:P2_has_type rst-event:exhibition; a crm:E7_Activity; @@ -332,7 +328,7 @@ # # Note: If the object was actually sold this is an Acquisition. # If it was only put for auction, it's merely an Activity. But luckily, all resulted in a sale - crm:P24i_changed_ownership_through . + rso:P24i_changed_ownership_through_auction . crm:P2_has_type rst-event:auction; # auction remark crm:P3_has_note "(Lugt 1008) '15 Een zeer schoon Kabinet-stukxken, Verbeeldende Susanna aen de Fonteyne in den Hof, met eenen Boef die doôr het hout ziet, doôr Rymbrant van Ryn; hoog 18 duym, breed 15 [=46,8 x 39 cm]'."@nl; @@ -345,8 +341,8 @@ crm:P22_transferred_title_to rkd-person:Fierens. # auction house -# P11 since the seller and buyer are the most important P14 - crm:P11_had_participant . + crm:P14_carried_out_by . + # P14 not P11 since auctioneers retain enough money, and organize the transfer # Given the stupid value, it's doubtful it's from a thesaurus crm:P3_has_note "veilinghuis onbekend"@nl. # "unknown auction house"@en @@ -375,7 +371,7 @@ crm:P90_has_value "157"^^xsd:double . ### RESEARCH - crm:P12i_was_present_at . + rso:P12i_was_present_at_research . a crm:E7_Activity; crm:P21_had_general_purpose rkd-res_type:; # @@ -478,11 +474,11 @@ # . Data mig translates "tif" to "jpg" since RS3.1 doesn't deal with deep-zoom rso:P3_has_image_file "mh0147_back_nl_2002.jpg"; # - crm:P2_has_type rkd-objectstatus:BEFORE_TREATMENT; + rso:P2_has_object_status rkd-objectstatus:BEFORE_TREATMENT; # - crm:P2_has_type rkd-area_captured:OVERALL; + rso:P2_has_area_captured rkd-area_captured:OVERALL; # - crm:P2_has_type rkd-area_captured:FRONT. + rso:P2_has_area_captured rkd-area_captured:FRONT. # crm:P48_has_preferred_identifier . crm:P2_has_type rst-identifier:RKD_priref; crm:P3_has_note "549".