@prefix : <https://imagoarchive.it/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://imagoarchive.it/ontology/> .

<https://imagoarchive.it/ontology/> rdf:type owl:Ontology ;
                                     owl:imports <http://imagoarchive.it/ilrmoo/> .

#################################################################
#    Object Properties
#################################################################

###  https://imagoarchive.it/ontology/has_curator
:has_curator rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://erlangen-crm.org/200717/P14_carried_out_by> ;
             rdfs:domain <http://imagoarchive.it/ilrmoo/F30_Manifestation_Creation> ;
             rdfs:range :Curator ;
             rdfs:comment "In the IMAGO Ontology 'has curator' links a F30 Manifestation Creation to a Curator"@en ;
             rdfs:label "has curator"@en .


###  https://imagoarchive.it/ontology/has_genre
:has_genre rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://erlangen-crm.org/200717/P2_has_type> ;
           rdfs:domain <http://imagoarchive.it/ilrmoo/F2_Expression> ;
           rdfs:range :Genre ;
           rdfs:comment "In the IMAGO Ontology property hasGenre links F2 Expression to class Genre."@en ;
           rdfs:label "has genre"@en .


###  https://imagoarchive.it/ontology/has_publisher
:has_publisher rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://erlangen-crm.org/200717/P14_carried_out_by> ;
               rdfs:domain <http://imagoarchive.it/ilrmoo/F30_Manifestation_Creation> ;
               rdfs:range :Publisher ;
               rdfs:comment "In the IMAGO Ontology 'has publisher' links a F30 Manifestation Creation to a Publisher"@en ;
               rdfs:label "has publisher"@en .


###  https://imagoarchive.it/ontology/is_composed_of_place_name
:is_composed_of_place_name rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                           rdfs:domain <http://imagoarchive.it/ilrmoo/F3_Manifestation> ;
                           rdfs:range <http://erlangen-crm.org/200717/E41_Appellation> ;
                           rdfs:comment "In the IMAGO Ontology 'is composed of place name' links F3 Manifestation to E41 Appellation"@en ;
                           rdfs:label "is composed of place name"@en .


###  https://imagoarchive.it/ontology/is_explicit_dedication
:is_explicit_dedication rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                        rdfs:domain <http://erlangen-crm.org/200717/E90_Symbolic_Object> ;
                        rdfs:range <http://imagoarchive.it/ilrmoo/F3_Manifestation> ;
                        rdfs:comment "In the IMAGO Ontology 'is explicit dedication of' links E90 Symbolic Object to Manuscript class"@en ;
                        rdfs:label "is explicit dedication of"@en .


###  https://imagoarchive.it/ontology/is_identified_by_toponym
:is_identified_by_toponym rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                          rdfs:domain <http://erlangen-crm.org/200717/E53_Place> ;
                          rdfs:range :Toponym ;
                          rdfs:comment "In the IMAGO Ontology is identified by toponym relates a place to its toponym."@en ;
                          rdfs:label "is identified by toponym"@en .


###  https://imagoarchive.it/ontology/is_identified_in_the_printed_edition_by
:is_identified_in_the_printed_edition_by rdf:type owl:ObjectProperty ;
                                         rdfs:subPropertyOf <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                                         rdfs:domain <http://erlangen-crm.org/200717/E53_Place> ;
                                         rdfs:range <http://erlangen-crm.org/200717/E41_Appellation> ;
                                         rdfs:comment "In the IMAGO Ontology is identified in the printed edition by links E53 Place to E41 Appellation, hence a place to the name it is identified by in a printed edition."@en ;
                                         rdfs:label "is identified in the printed edition by"@en .


###  https://imagoarchive.it/ontology/is_incipit_dedication_of
:is_incipit_dedication_of rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                          rdfs:domain <http://erlangen-crm.org/200717/E90_Symbolic_Object> ;
                          rdfs:range <http://imagoarchive.it/ilrmoo/F3_Manifestation> ;
                          rdfs:comment "In the IMAGO Ontology 'is incipit dedication of' links E90 Symbolic Object to class Manuscript"@en ;
                          rdfs:label "is incipit dedication of"@en .


###  https://imagoarchive.it/ontology/is_text_explicit_of
:is_text_explicit_of rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                     rdfs:domain <http://erlangen-crm.org/200717/E90_Symbolic_Object> ;
                     rdfs:range <http://imagoarchive.it/ilrmoo/F3_Manifestation> ;
                     rdfs:comment "In the IMAGO Ontology 'is text explicit of' links E90 Symbolic Object to class Manuscript"@en ;
                     rdfs:label "is text explicit of"@en .


###  https://imagoarchive.it/ontology/is_text_incipit_of
:is_text_incipit_of rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                    rdfs:domain <http://erlangen-crm.org/200717/E90_Symbolic_Object> ;
                    rdfs:range <http://imagoarchive.it/ilrmoo/F3_Manifestation> ;
                    rdfs:comment "In the IMAGO Ontology 'is text incipit of' links E90 Symbolic Object to class Manuscript"@en ;
                    rdfs:label "is text incipit of"@en .


#################################################################
#    Data properties
#################################################################

###  https://imagoarchive.it/ontology/has_VDL_explanation
:has_VDL_explanation rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Toponym ;
                     rdfs:range xsd:string ;
                     rdfs:label "has VDL explanation"@en .


###  https://imagoarchive.it/ontology/has_figure_note
:has_figure_note rdf:type owl:DatatypeProperty ;
                 rdfs:subPropertyOf <http://erlangen-crm.org/200717/P3_has_note> ;
                 rdfs:domain :Printed_Edition ;
                 rdfs:range xsd:string ;
                 rdfs:comment "In the IMAGO Ontology 'has figure note' links Print Edition to a literal (string) in order to express knowledge about figures in the print edition"@en ;
                 rdfs:label "has figure note"@en .


###  https://imagoarchive.it/ontology/has_genre_name
:has_genre_name rdf:type owl:DatatypeProperty ;
                rdfs:domain :Genre ;
                rdfs:range xsd:string ;
                rdfs:comment "In the IMAGO Ontology has genre name links tha class Genre to the corresponding literal (a string)."@en ;
                rdfs:label "has genre name"@en .


###  https://imagoarchive.it/ontology/has_iconographic_apparatus
:has_iconographic_apparatus rdf:type owl:DatatypeProperty ;
                            rdfs:subPropertyOf <http://erlangen-crm.org/200717/P3_has_note> ;
                            rdfs:domain :Manuscript ;
                            rdfs:range xsd:string ;
                            rdfs:comment "In the IMAGO Ontology has iconographic apparatus links Manuscript to a literal ( a string) in order to express knowledge about the iconographic apparatus of a manuscript."@en ;
                            rdfs:label "has iconographic apparatus"@en .


###  https://imagoarchive.it/ontology/has_introduction_note
:has_introduction_note rdf:type owl:DatatypeProperty ;
                       rdfs:subPropertyOf <http://erlangen-crm.org/200717/P3_has_note> ;
                       rdfs:domain :Printed_Edition ;
                       rdfs:range xsd:string ;
                       rdfs:comment "In the IMAGO Ontology has introduction note links Print Edition to a literal (string) in order to express knowledge about the author of the introduction and dedications in a print edition"@en ;
                       rdfs:label "has introduction note"@en .


###  https://imagoarchive.it/ontology/has_primary_source
:has_primary_source rdf:type owl:DatatypeProperty ;
                    rdfs:subPropertyOf <http://erlangen-crm.org/200717/P3_has_note> ;
                    rdfs:domain <http://erlangen-crm.org/200717/E1_CRM_Entity> ;
                    rdfs:range xsd:string ;
                    rdfs:comment "In the IMAGO Ontology 'hasprimary source' links Print Edition to a literal (string) in order to express knowledge about primary sources in the print edition"@en ;
                    rdfs:label "has primary source"@en .


###  https://imagoarchive.it/ontology/has_reprint_date
:has_reprint_date rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf <http://erlangen-crm.org/200717/P3_has_note> ;
                  rdfs:domain <http://erlangen-crm.org/200717/E1_CRM_Entity> ;
                  rdfs:range xsd:string ;
                  rdfs:comment "In the IMAGO Ontology 'has reprint date' links Print Edition to a literal (string) in order to express knowledge about the date of reprints, facsimile or anastatic edition in the print edition"@en ;
                  rdfs:label "has reprint date"@en .


###  https://imagoarchive.it/ontology/has_secondary_source
:has_secondary_source rdf:type owl:DatatypeProperty ;
                      rdfs:subPropertyOf <http://erlangen-crm.org/200717/P3_has_note> ;
                      rdfs:domain <http://erlangen-crm.org/200717/E1_CRM_Entity> ;
                      rdfs:range xsd:string ;
                      rdfs:comment "In the IMAGO Ontology 'has figure note' links Print Edition to a literal (string) in order to express knowledge about figures in the print edition and manuscript"@en ;
                      rdfs:label "has secondary source"@en .


###  https://imagoarchive.it/ontology/has_textual_place
:has_textual_place rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf owl:topDataProperty ;
                   rdfs:domain <http://erlangen-crm.org/200717/E90_Symbolic_Object> ;
                   rdfs:range xsd:string ;
                   rdfs:label "has textual place"@en .


#################################################################
#    Classes
#################################################################

###  http://erlangen-crm.org/200717/E41_Appellation
<http://erlangen-crm.org/200717/E41_Appellation> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://erlangen-crm.org/200717/P106i_forms_part_of> ;
                                                                   owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://erlangen-crm.org/200717/P106i_forms_part_of> ;
                                                                   owl:someValuesFrom :Printed_Edition
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://erlangen-crm.org/200717/P139_has_alternative_form> ;
                                                                   owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://erlangen-crm.org/200717/P190_has_symbolic_content> ;
                                                                   owl:someValuesFrom xsd:string
                                                                 ] .


###  http://erlangen-crm.org/200717/E42_Identifier
<http://erlangen-crm.org/200717/E42_Identifier> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                  owl:onProperty <http://erlangen-crm.org/200717/P190_has_symbolic_content> ;
                                                                  owl:someValuesFrom xsd:string
                                                                ] .


###  http://erlangen-crm.org/200717/E53_Place
<http://erlangen-crm.org/200717/E53_Place> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                             owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                                                             owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                                                           ] ,
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                                                             owl:someValuesFrom :Publication_Place_Appellation
                                                           ] ,
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :is_identified_by_toponym ;
                                                             owl:someValuesFrom :Toponym
                                                           ] ,
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :is_identified_in_the_printed_edition_by ;
                                                             owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                                                           ] .


###  http://erlangen-crm.org/200717/E63_Beginning_of_Existence
<http://erlangen-crm.org/200717/E63_Beginning_of_Existence> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                              owl:onProperty <http://erlangen-crm.org/200717/P4_has_time-span> ;
                                                                              owl:someValuesFrom <http://erlangen-crm.org/200717/E52_Time-Span>
                                                                            ] .


###  http://erlangen-crm.org/200717/E64_End_of_Existence
<http://erlangen-crm.org/200717/E64_End_of_Existence> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://erlangen-crm.org/200717/P4_has_time-span> ;
                                                                        owl:someValuesFrom <http://erlangen-crm.org/200717/E52_Time-Span>
                                                                      ] .


###  http://erlangen-crm.org/200717/E90_Symbolic_Object
<http://erlangen-crm.org/200717/E90_Symbolic_Object> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                                                                       owl:someValuesFrom :Toponym
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                                                                       owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty :is_explicit_dedication ;
                                                                       owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty :is_incipit_dedication_of ;
                                                                       owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty :is_text_explicit_of ;
                                                                       owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty :is_text_incipit_of ;
                                                                       owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <http://erlangen-crm.org/200717/P190_has_symbolic_content> ;
                                                                       owl:someValuesFrom xsd:string
                                                                     ] .


###  http://imagoarchive.it/ilrmoo/F28_Expression_Creation
<http://imagoarchive.it/ilrmoo/F28_Expression_Creation> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://erlangen-crm.org/200717/P14_carried_out_by> ;
                                                                          owl:someValuesFrom :Author
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://imagoarchive.it/ilrmoo/R17_created> ;
                                                                          owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F2_Expression>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://imagoarchive.it/ilrmoo/R18_created> ;
                                                                          owl:someValuesFrom :Manuscript
                                                                        ] .


###  http://imagoarchive.it/ilrmoo/F2_Expression
<http://imagoarchive.it/ilrmoo/F2_Expression> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                owl:onProperty <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                                                                owl:someValuesFrom :Toponym
                                                              ] ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <http://erlangen-crm.org/200717/P67_refers_to> ;
                                                                owl:someValuesFrom <http://erlangen-crm.org/200717/E53_Place>
                                                              ] ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty :has_genre ;
                                                                owl:someValuesFrom :Genre
                                                              ] .


###  http://imagoarchive.it/ilrmoo/F30_Manifestation_Creation
<http://imagoarchive.it/ilrmoo/F30_Manifestation_Creation> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://erlangen-crm.org/200717/P4_has_time-span> ;
                                                                             owl:someValuesFrom <http://erlangen-crm.org/200717/E52_Time-Span>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://erlangen-crm.org/200717/P7_took_place_at> ;
                                                                             owl:someValuesFrom <http://erlangen-crm.org/200717/E53_Place>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://imagoarchive.it/ilrmoo/R24_created> ;
                                                                             owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://imagoarchive.it/ilrmoo/R24_created> ;
                                                                             owl:someValuesFrom :Printed_Edition
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty :has_curator ;
                                                                             owl:someValuesFrom :Curator
                                                                           ] ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty :has_publisher ;
                                                                             owl:someValuesFrom :Publisher
                                                                           ] .


###  http://imagoarchive.it/ilrmoo/F3_Manifestation
<http://imagoarchive.it/ilrmoo/F3_Manifestation> rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://imagoarchive.it/ilrmoo/R4_embodies> ;
                                                                   owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F2_Expression>
                                                                 ] ,
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty <http://imagoarchive.it/ilrmoo/R7i_is_materialized_in> ;
                                                                   owl:someValuesFrom :Manuscript
                                                                 ] .


###  https://imagoarchive.it/ontology/Author
:Author rdf:type owl:Class ;
        rdfs:subClassOf <http://erlangen-crm.org/200717/E39_Actor> ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                          owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                        ] ;
        rdfs:comment "In the IMAGO Ontology class Author represents one of the main categories of the conceptualization, the Author."@en ;
        rdfs:label "Author"@en .


###  https://imagoarchive.it/ontology/Curator
:Curator rdf:type owl:Class ;
         rdfs:subClassOf <http://erlangen-crm.org/200717/E39_Actor> ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                           owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                         ] ;
         rdfs:comment "In the IMAGO Ontology Curator class expresses knowledge about the curator of a printed edition."@en ;
         rdfs:label "Curator"@en .


###  https://imagoarchive.it/ontology/Edition
:Edition rdf:type owl:Class ;
         rdfs:subClassOf <http://erlangen-crm.org/200717/E55_Type> ;
         rdfs:comment "In the IMAGO Ontology Edition is defined in order to express knowledge about first editions or reprinted editions"@en ;
         rdfs:label "Edition"@en .


###  https://imagoarchive.it/ontology/Folios
:Folios rdf:type owl:Class ;
        rdfs:subClassOf <http://erlangen-crm.org/200717/E19_Physical_Object> ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                          owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                        ] ;
        rdfs:comment "In the IMAGO Ontology class Folios is used to represent the folios of a manuscript."@en ;
        rdfs:label "Folios"@en .


###  https://imagoarchive.it/ontology/Format
:Format rdf:type owl:Class ;
        rdfs:subClassOf <http://erlangen-crm.org/200717/E55_Type> ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                          owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                        ] ;
        rdfs:comment "In the IMAGO Ontology Format class expresses knowledge about the format of a printed edition."@en ;
        rdfs:label "Format"@en .


###  https://imagoarchive.it/ontology/Genre
:Genre rdf:type owl:Class ;
       rdfs:subClassOf <http://erlangen-crm.org/200717/E55_Type> ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :has_genre_name ;
                         owl:someValuesFrom xsd:string
                       ] ;
       rdfs:comment "In the IMAGO Ontology the Genre class represents the literary genre of a F2 Expression, namely a work."@en ;
       rdfs:label "Genre"@en .


###  https://imagoarchive.it/ontology/Library
:Library rdf:type owl:Class ;
         rdfs:subClassOf <http://imagoarchive.it/ilrmoo/F11_Corporate_Body> ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty <http://erlangen-crm.org/200717/P74_has_current_or_former_residence> ;
                           owl:someValuesFrom <http://erlangen-crm.org/200717/E53_Place>
                         ] ;
         rdfs:comment "In the IMAGO Ontology class Library represents the library where a manuscript is stored."@en ;
         rdfs:label "Library"@en .


###  https://imagoarchive.it/ontology/Manuscript
:Manuscript rdf:type owl:Class ;
            rdfs:subClassOf <http://imagoarchive.it/ilrmoo/F5_Item> ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://erlangen-crm.org/200717/P102_has_title> ;
                              owl:someValuesFrom <http://erlangen-crm.org/200717/E35_Title>
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                              owl:someValuesFrom <http://erlangen-crm.org/200717/E42_Identifier>
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://erlangen-crm.org/200717/P46_is_composed_of> ;
                              owl:someValuesFrom :Folios
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://erlangen-crm.org/200717/P50_has_current_keeper> ;
                              owl:someValuesFrom :Library
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://imagoarchive.it/ilrmoo/R7_is_materialization_of> ;
                              owl:someValuesFrom <http://imagoarchive.it/ilrmoo/F3_Manifestation>
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://erlangen-crm.org/200717/P3_has_note> ;
                              owl:someValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :has_iconographic_apparatus ;
                              owl:someValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :has_secondary_source ;
                              owl:someValuesFrom xsd:string
                            ] ;
            rdfs:comment "In the IMAGO Ontology class Manuscript represents a kind of resource, the manuscript of a work."@en ;
            rdfs:label "Manuscript"@en .


###  https://imagoarchive.it/ontology/Printed_Edition
:Printed_Edition rdf:type owl:Class ;
                 rdfs:subClassOf <http://imagoarchive.it/ilrmoo/F3_Manifestation> ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://erlangen-crm.org/200717/P102_has_title> ;
                                   owl:someValuesFrom <http://erlangen-crm.org/200717/E35_Title>
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://erlangen-crm.org/200717/P106_is_composed_of> ;
                                   owl:someValuesFrom <http://erlangen-crm.org/200717/E90_Symbolic_Object>
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://erlangen-crm.org/200717/P2_has_type> ;
                                   owl:someValuesFrom :Edition
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://erlangen-crm.org/200717/P2_has_type> ;
                                   owl:someValuesFrom :Typology
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://imagoarchive.it/ilrmoo/R69_has_physical_form> ;
                                   owl:someValuesFrom :Format
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :is_composed_of_place_name ;
                                   owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://erlangen-crm.org/200717/P3_has_note> ;
                                   owl:someValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :has_figure_note ;
                                   owl:someValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :has_introduction_note ;
                                   owl:someValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :has_primary_source ;
                                   owl:someValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :has_reprint_date ;
                                   owl:someValuesFrom xsd:string
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :has_secondary_source ;
                                   owl:someValuesFrom xsd:string
                                 ] ;
                 rdfs:comment "In the IMAGO Ontology class Printed Edition represents a kind of resource, the printed edition of a work."@en ;
                 rdfs:label "Printed Edition"@en .


###  https://imagoarchive.it/ontology/Publication_Place_Appellation
:Publication_Place_Appellation rdf:type owl:Class ;
                               rdfs:subClassOf <http://erlangen-crm.org/200717/E41_Appellation> ;
                               rdfs:comment "In the IMAGO Ontology Publication Place Appellation is used to manage the case of more than one printed editions for the same work and represents the name of a publication place."@en ;
                               rdfs:label "Publication Place Appellation"@en .


###  https://imagoarchive.it/ontology/Publisher
:Publisher rdf:type owl:Class ;
           rdfs:subClassOf <http://erlangen-crm.org/200717/E39_Actor> ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty <http://erlangen-crm.org/200717/P1_is_identified_by> ;
                             owl:someValuesFrom <http://erlangen-crm.org/200717/E41_Appellation>
                           ] ;
           rdfs:comment "In the IMAGO Ontology Publisher class expresses knowledge about the editor/publisher of a printed edition."@en ;
           rdfs:label "Publisher"@en .


###  https://imagoarchive.it/ontology/Toponym
:Toponym rdf:type owl:Class ;
         rdfs:subClassOf <http://erlangen-crm.org/200717/E41_Appellation> ;
         rdfs:comment "In the IMAGO Ontology Toponym class is defined as a subclass of CRM E41 Appellation class to represents toponyms."@en ;
         rdfs:label "Toponym"@en .


###  https://imagoarchive.it/ontology/Typology
:Typology rdf:type owl:Class ;
          rdfs:subClassOf <http://erlangen-crm.org/200717/E55_Type> ;
          rdfs:comment "In the IMAGO Ontology Typology is defined in order to express knowledge about ecdotic typology"@en ;
          rdfs:label "Typology"@en .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
