Index: rso.ttl =================================================================== --- rso.ttl (revision 1732) +++ rso.ttl (working copy) @@ -31,14 +31,30 @@ ## Parts (RS-110 #1) # Object P46_is_composed_of parts, and Collection P46_is_composed_of Objects. # This conflates the meaning of the relation, so FTS Molecule traversal will leak over to Collection, and thereon to all its Objects (a disaster). -# So we introduce specific sub-properties: -# - rso:P46_has_main_part: ), which carries the main creator (Rembrandt). -# - rso:P46_has_other_part: all other parts -rso:P46_has_main_part rdfs:subPropertyOf crm:P46_is_composed_of. -rso:P46i_is_main_part_of owl:inverseOf rso:P46_has_main_part. +# So we introduce a specific sub-property (rso:P46_has_proper_part would have been a better name!) rso:P46_has_other_part rdfs:subPropertyOf crm:P46_is_composed_of. rso:P46i_is_other_part_of owl:inverseOf rso:P46_has_other_part. +# Business-specific sub-properties of P2_has_type, crm:P129_is_about, crm:P12i_was_present_at, see https://confluence.ontotext.com/display/ResearchSpace/Rembrandt+Changes +rso:P2_has_object_type rdfs:subPropertyOf crm:P2_has_type. + rso:P2i_is_object_type_of owl:inverseOf rso:P2_has_object_type. +rso:P2_has_shape rdfs:subPropertyOf crm:P2_has_type. + rso:P2i_is_shape_of owl:inverseOf rso:P2_has_shape. +rso:P129_has_iconclass rdfs:subPropertyOf crm:P129_is_about; + rso:P129i_is_iconclass_of owl:inverseOf rso:P129_has_iconclass. +rso:P129_has_keyword rdfs:subPropertyOf crm:P129_is_about; + rso:P129i_is_keyword_of owl:inverseOf rso:P129_has_keyword. +rso:P2_has_object_status rdfs:subPropertyOf crm:P2_has_type. + rso:P2_is_object_status_of owl:inverseOf rso:P2_has_object_status. +rso:P2_has_area_captured rdfs:subPropertyOf crm:P2_has_type. + rso:P2_is_area_captured_of owl:inverseOf rso:P2_has_area_captured. +rso:P12i_was_present_at_exhibition rdfs:subPropertyOf crm:P12i_was_present_at. + rso:P12_exhibited owl:inverseOf rso:P12i_was_present_at_exhibition. +rso:P12i_was_present_at_research rdfs:subPropertyOf crm:P12i_was_present_at. + rso:P12_researched owl:inverseOf rso:P12i_was_present_at_research. +rso:P24i_changed_ownership_through_auction rdfs:subPropertyOf crm:P12i_was_present_at. + rso:P12_auctioned owl:inverseOf rso:P24i_changed_ownership_through_auction. + ## Images and Files # https://confluence.ontotext.com/display/ResearchSpace/Documentation+and+Files#DocumentationandFiles-FileKinds rso:P3_has_image_file rdfs:subPropertyOf crm:P3_has_note; rdfs:domain crm:E38_Image. # @@ -63,42 +79,3 @@ rso:P2_reply_disposition a owl:ObjectProperty; rdfs:domain oac:Body; rdfs:range skos:Concept. rso:P2_other_disposition a owl:ObjectProperty; rdfs:domain oac:Body; rdfs:range skos:Concept. rso:P2_annotation_status a owl:ObjectProperty; rdfs:domain oac:Body; rdfs:range skos:Concept. - -######### None of this below is needed -# https://confluence.ontotext.com/display/ResearchSpace/Price+as+Dimension -# rso:P43_has_dimension rdfs:domain crm:E1_CRM_Entity; rdfs:range crm:E54_Dimension. -# crm:P43_has_dimension rdfs:subPropertyOf rso:P43_has_dimension. -# rso:P43i_is_dimension_of owl:inverseOf rso:P43_has_dimension. -# crm:P43i_is_dimension_of rdfs:subPropertyOf rso:P43i_is_dimension_of. - -# rso:E55_Signature rdfs:subClassOf crm:E55_Type . -# rso:E55_Shape rdfs:subClassOf crm:E28_Conceptual_Object . -# rso:E54_Price rdfs:subClassOf crm:E54_Dimension . -# rso:E55_AuctionLot rdfs:subClassOf crm:E55_Type . -# -# ## New Properties -# # TODO: review -# rso:P11_hostedBy domain:crm:E5_Event, range:crm:E39_Actor, rdfs:subPropertyOf crm:P11_had_participant . -# rso:P3_catalog_Number rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_has_code rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_has_comment_on_dimension rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_has_name rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_iconclass_description rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_inv_nr_loan_giver rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_obj_record_number rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_commissioner rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_frame rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_frame_dating rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_object_dating rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_object_place_of_origin rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_object_subject rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_object_title rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_reference_publication rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_residence rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_support_and_medium_technique rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_remark_on_support_and_technique rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_signature_transcription rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_source rdfs:subPropertyOf crm:P3_has_note . -# rso:P3_textOfInscription rdfs:subPropertyOf crm:P3_has_note . -# rso:P98_hasShape domain:crm:E71_Man-Made_Thing, range:rso:E55_Shape . -# rso:P99_price domain:crm:E8_Acquisition, range:crm:E55_Type .