@prefix : <https://lod.academy/melod/vocab/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://lod.academy/melod/vocab/ontology#> .

<https://lod.academy/melod/vocab/ontology> rdf:type owl:Ontology ;
                                            <http://purl.org/dc/terms/creator> _:genid1 ,
                                                                               _:genid3 ,
                                                                               _:genid5 ;
                                            <http://purl.org/dc/terms/description> """Music Metadata Ontology for Linked Open Data (MeLOD) is an ontology for describing musicological metadata, particularly focused on musical work and source catalogues. It serves as data model for a new RDF-based version of the Metadata Editor and Repository for MEI Data ([MerMEId](https://mermeid.edirom.de/about.html)), modernizing the old editor which was based on MEI 4.0.1.
 The modernization of this editor is funded by the German Research Foundation (DFG) through the project [MerMEIding to the future – Ein Community-basiertes Nachhaltigkeitsvorhaben für qualitativ hochwertige Metadaten in der digitalen Musikwissenschaft (project no. 528785591)](https://gepris.dfg.de/gepris/projekt/528785591).
 The ontology is derived from the MerMEId data model and extends its capabilities through semantic web technologies. The concepts are based on the [MEI (Music Encoding Initiative)](https://music-encoding.org/guidelines/v5/content/index.html) guidelines and are mostly linked to the corresponding MEI elements. It implements the FRBR (Functional Requirements for Bibliographic Records) conceptual model, organizing musical information into Work, Expression, Manifestation, and Item levels. MeLOD integrates established ontologies including [Schema.org](https://schema.org/), [LRMoo](https://cidoc-crm.org/lrmoo), [CIDOC-CRM](https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html) and [DoReMus](https://data.doremus.org/ontology/) to provide a rich semantic framework for music metadata.
 It maintains compatibility with the [MEI (Music Encoding Initiative)](https://music-encoding.org/guidelines/v5/content/index.html) XML Schema Version 5.1, ensuring interoperability with existing MEI-based systems.
 The ontology supports detailed description of musical works, including their expressions, performances, physical sources, and bibliographic information. It accommodates complex musical concepts such as instrumentation, incipits, keys, and meters, while also capturing contextual information about people, places, events, and institutions involved in musical creation and performance. The ontology is designed to serve both traditional music cataloging needs and modern linked data applications in musicology. 
 The ontology is extended through a [controlled vocabulary](https://lod.academy/melod/vocab/terms), derived from the MerMEId editor.


The ontology is based on years of development work on the MerMEId tool, which was largely carried out by the [MerMEId community](https://github.com/Edirom/MerMEId/graphs/contributors). The authors would like to take this opportunity to express their gratitude to this great community and refer to the MerMEId source code on [GitHub](https://github.com/Edirom/MerMEId). This ontology reflects the modeling status prior to transfer to the new MerMEId MELODy Editor and will now be gradually expanded."""@en ;
                                            <http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/4.0/> ;
                                            <http://purl.org/dc/terms/publisher> _:genid7 ;
                                            <http://purl.org/dc/terms/title> "Music Metadata Ontology for Linked Open Data"@en ;
                                            owl:versionInfo "1.0.0" .

_:genid1 rdf:type <https://schema.org/Person> ;
          <https://schema.org/affiliation> [ <https://schema.org/name> "Academy of Sciences and Literature Mainz"@en
                                           ] ;
          <https://schema.org/name> "Annabella Schmitz" ;
          <https://schema.org/url> <https://orcid.org/0009-0009-5104-9625> .

_:genid3 rdf:type <https://schema.org/Person> ;
          <https://schema.org/affiliation> [ <https://schema.org/name> "Academy of Sciences and Literature Mainz"@en
                                           ] ;
          <https://schema.org/name> "Carlo Licciulli" ;
          <https://schema.org/url> <https://orcid.org/0000-0003-3757-6129> .

_:genid5 rdf:type <https://schema.org/Person> ;
          <https://schema.org/affiliation> [ <https://schema.org/name> "Academy of Sciences and Literature Mainz"@en
                                           ] ;
          <https://schema.org/name> "Kristina Richts-Matthaei" ;
          <https://schema.org/url> <https://orcid.org/0000-0001-8569-1995> .

_:genid7 rdf:type <https://schema.org/Organization> ;
          <https://schema.org/name> "Academy of Sciences and Literature Mainz"@en ;
          <https://schema.org/url> "https://www.adwmainz.de/startseite.html"^^xsd:anyURI .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#seeAlso
rdfs:seeAlso rdf:type owl:AnnotationProperty .


###  https://schema.org/affiliation
<https://schema.org/affiliation> rdf:type owl:AnnotationProperty .


###  https://schema.org/identifier
<https://schema.org/identifier> rdf:type owl:AnnotationProperty .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:AnnotationProperty ;
                          rdfs:range rdfs:Literal .


###  https://schema.org/url
<https://schema.org/url> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
rdf:langString rdf:type rdfs:Datatype .


###  http://www.w3.org/2000/01/rdf-schema#Literal
rdfs:Literal rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#boolean
xsd:boolean rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#integer
xsd:integer rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://data.doremus.org/ontology#U11_has_key
<http://data.doremus.org/ontology#U11_has_key> rdf:type owl:ObjectProperty ;
                                               rdfs:domain :Expression ;
                                               rdfs:range :Key ;
                                               rdfs:comment "Connects the Key to the Expression. The mei element [```<key>```](https://music-encoding.org/guidelines/v5/elements/incip.html) is a direct child of the element [```<expression>```](https://music-encoding.org/guidelines/v5/elements/expression.html)."@en ;
                                               rdfs:label "U11 has key"@en .


###  http://data.doremus.org/ontology#U12_has_casting
<http://data.doremus.org/ontology#U12_has_casting> rdf:type owl:ObjectProperty .


###  http://data.doremus.org/ontology#U23_has_casting_detail
<http://data.doremus.org/ontology#U23_has_casting_detail> rdf:type owl:ObjectProperty .


###  http://data.doremus.org/ontology#U2_foresees_use_of_medium_of_performance
<http://data.doremus.org/ontology#U2_foresees_use_of_medium_of_performance> rdf:type owl:ObjectProperty ;
                                                                            rdfs:domain :InstrumentationDetail ;
                                                                            rdfs:range :Instrument ;
                                                                            rdfs:comment "Specifies the performance medium, either an instrument name or voice range, e.g. Sopran or Violin. Corresponds to the mei element [```<perfRes>```](https://music-encoding.org/guidelines/v5/elements/perfRes.html)."@en ;
                                                                            rdfs:label "U2 foresees use of medium of performance"@en .


###  http://data.doremus.org/ontology#hasInstrumentFamily
<http://data.doremus.org/ontology#hasInstrumentFamily> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain :Instrument ;
                                                       rdfs:range :InstrumentFamily ;
                                                       rdfs:comment ""@en ;
                                                       rdfs:label "has instrument family"@en .


###  http://iflastandards.info/ns/lrm/lrmoo/R3_is_realised_in
<http://iflastandards.info/ns/lrm/lrmoo/R3_is_realised_in> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain :Work ;
                                                           rdfs:range :Expression ;
                                                           rdfs:comment """Connects a work to its expressions. Example: Beethoven's Symphony No. 5 (work) is realized in multiple expressions, including the original orchestral version and piano arrangements. 

              This concept is implicitly realized in MEI through a [```<expressionList>```](https://music-encoding.org/guidelines/v5/elements/expressionList.html) as a child of the mei element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."""@en ;
                                                           rdfs:label "R9 is realised in"@en .


###  http://iflastandards.info/ns/lrm/lrmoo/R4_embodies
<http://iflastandards.info/ns/lrm/lrmoo/R4_embodies> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain :Manifestation ;
                                                     rdfs:range :Expression ;
                                                     rdfs:comment "Manifestation embodies Expression. This concept is realized in mei through a [```<relation rel=\"isEmbodimentOf\" target=\"#Expression\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) as a descendant of the mei element [```<manifestation>```](https://music-encoding.org/guidelines/v5/elements/manifestation.html)."@en ;
                                                     rdfs:label "R4 embodies"@en .


###  http://iflastandards.info/ns/lrm/lrmoo/R5_has_component
<http://iflastandards.info/ns/lrm/lrmoo/R5_has_component> rdf:type owl:ObjectProperty .


###  http://iflastandards.info/ns/lrm/lrmoo/R5i_is_component_of
<http://iflastandards.info/ns/lrm/lrmoo/R5i_is_component_of> rdf:type owl:ObjectProperty .


###  http://iflastandards.info/ns/lrm/lrmoo/R67_has_part
<http://iflastandards.info/ns/lrm/lrmoo/R67_has_part> rdf:type owl:ObjectProperty .


###  http://iflastandards.info/ns/lrm/lrmoo/R67i_forms_part_of
<http://iflastandards.info/ns/lrm/lrmoo/R67i_forms_part_of> rdf:type owl:ObjectProperty .


###  http://iflastandards.info/ns/lrm/lrmoo/R70_has_dimension
<http://iflastandards.info/ns/lrm/lrmoo/R70_has_dimension> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <http://www.cidoc-crm.org/cidoc-crm/P43_has_dimension> ;
                                                           rdfs:domain [ rdf:type owl:Class ;
                                                                         owl:unionOf ( :Binding
                                                                                       :Format
                                                                                       :PhysicalDescription
                                                                                       :Rastral
                                                                                       :Watermark
                                                                                     )
                                                                       ] ;
                                                           rdfs:range <http://www.cidoc-crm.org/cidoc-crm/E54_Dimension> ;
                                                           rdfs:comment "Connects dimensions (height, width, depth) to the physical description of a Manifestation or Item or directly to a Watermark, Binding, Rastral or Paper format. Corresponds to the mei element [```<dimensions>```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
                                                           rdfs:label "R70 has dimension"@en .


###  http://iflastandards.info/ns/lrm/lrmoo/R71_has_part
<http://iflastandards.info/ns/lrm/lrmoo/R71_has_part> rdf:type owl:ObjectProperty .


###  http://iflastandards.info/ns/lrm/lrmoo/R71i_is_part_of
<http://iflastandards.info/ns/lrm/lrmoo/R71i_is_part_of> rdf:type owl:ObjectProperty .


###  http://iflastandards.info/ns/lrm/lrmoo/R7_exemplifies
<http://iflastandards.info/ns/lrm/lrmoo/R7_exemplifies> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain :Item ;
                                                        rdfs:range :Manifestation ;
                                                        rdfs:comment "Item (exemplar) is a materialization of a Manifestation. This concept is implicitly realized in mei through a [```<itemList>```](https://music-encoding.org/guidelines/v5/elements/itemList.html) as a child of the mei element [```<manifestation>```](https://music-encoding.org/guidelines/v5/elements/manifestation.html)."@en ;
                                                        rdfs:label "R7 exemplifies"@en .


###  http://www.cidoc-crm.org/cidoc-crm/P2_has_type
<http://www.cidoc-crm.org/cidoc-crm/P2_has_type> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain [ rdf:type owl:Class ;
                                                               owl:unionOf ( <http://www.cidoc-crm.org/cidoc-crm/E54_Dimension>
                                                                             :TitlePage
                                                                             :Watermark
                                                                           )
                                                             ] .


###  http://www.cidoc-crm.org/cidoc-crm/P43_has_dimension
<http://www.cidoc-crm.org/cidoc-crm/P43_has_dimension> rdf:type owl:ObjectProperty .


###  http://www.cidoc-crm.org/cidoc-crm/P50_has_current_keeper
<http://www.cidoc-crm.org/cidoc-crm/P50_has_current_keeper> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain :Item ;
                                                            rdfs:range :Institution ;
                                                            rdfs:comment "Specifies the current holding institution of an Item, typically using institutional abbreviations or RISM sigla. Corresponds to the mei element [```<repository>```](https://music-encoding.org/guidelines/v5/elements/repository.html) with the parent element [```<physLoc>```](https://music-encoding.org/guidelines/v5/elements/physLoc.html) as a direct child of [```<item>```](https://music-encoding.org/guidelines/v5/elements/item.html)."@en ;
                                                            rdfs:label "P50 has current keeper"@en .


###  http://www.cidoc-crm.org/cidoc-crm/P91_has_unit
<http://www.cidoc-crm.org/cidoc-crm/P91_has_unit> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain [ rdf:type owl:Class ;
                                                                owl:unionOf ( <http://www.cidoc-crm.org/cidoc-crm/E54_Dimension>
                                                                              :Extent
                                                                            )
                                                              ] ;
                                                  rdfs:range <http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit> .


###  https://lod.academy/melod/vocab/ontology#hasAbridgement
:hasAbridgement rdf:type owl:ObjectProperty ;
                owl:inverseOf :isAbridgementOf ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
                rdfs:comment """Connects a work, manifestation or expression to its abridged version. Target is an abridgement, condensation, or expurgation of the current entity. Corresponds to the mei element [```<relation rel=\"hasAbridgement\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                rdfs:label "has abridgement"@en .


###  https://lod.academy/melod/vocab/ontology#hasAccidental
:hasAccidental rdf:type owl:ObjectProperty ;
               rdfs:domain :Key ;
               rdfs:range :Accidental ;
               rdfs:comment "Written accidental of the Key, e.g. 'sharp', capturing pitch inflection. Corresponds to the mei attribute [```@accid```](https://music-encoding.org/guidelines/v5/attribute-classes/att.accidental.html)."@en ;
               rdfs:label "has accidental"@en .


###  https://lod.academy/melod/vocab/ontology#hasAcquisition
:hasAcquisition rdf:type owl:ObjectProperty ;
                rdfs:domain :Item ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Date
                                           :ExactDate
                                         )
                           ] ;
                rdfs:comment "Date of the acquisition of the item, may be specified as date, date span or unspecified date-span before or after. Corresponds to the mei element [```<date>```](https://music-encoding.org/guidelines/v5/elements/date.html) and the parent element [```<acquisition>```](https://music-encoding.org/guidelines/v5/elements/acquisition.html)."@en ;
                rdfs:label "has acquisition"@en .


###  https://lod.academy/melod/vocab/ontology#hasAdaptation
:hasAdaptation rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
               rdfs:comment """Connects a work, manifestation or expression to its adaptation. Target is an adaptation, paraphrase, free translation, variation (music), harmonization (music), or fantasy (music) of the current entity. Corresponds to the mei element [```<relation rel=\"hasAdaptation\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
               rdfs:label "has adaptation"@en .


###  https://lod.academy/melod/vocab/ontology#hasAgent
:hasAgent rdf:type owl:ObjectProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Contribution
                                      :Hand
                                      :Inscription
                                    )
                      ] ;
          rdfs:range :Agent ;
          rdfs:comment "Associates persons or institutions as responsible entities with specific actions or items, such as handwritings or inscriptions. No direct MEI equivalent."@en ;
          rdfs:label "has agent"@en .


###  https://lod.academy/melod/vocab/ontology#hasAlternate
:hasAlternate rdf:type owl:ObjectProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Expression
                                         :Item
                                         :Manifestation
                                         :Work
                                       )
                         ] ;
              rdfs:comment """Connects a work, manifestation or expression to its alternate version. Target is an alternate format or simultaneously released edition of the current entity. Corresponds to the mei element [```<relation rel=\"hasAlternate\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
              rdfs:label "has alternate"@en .


###  https://lod.academy/melod/vocab/ontology#hasAlternativeInstrumentation
:hasAlternativeInstrumentation rdf:type owl:ObjectProperty ;
                               rdfs:domain :InstrumentationDetail ;
                               rdfs:range :InstrumentationDetail ;
                               rdfs:comment "Links alternative instrumentation specifications to a detailed instrument or voice, allowing documentation of multiple possible performance resources. Corresponds to the mei element [```<perfRes>```](https://music-encoding.org/guidelines/v5/elements/perfRes.html) with the parent element [```<perfRes>```](https://music-encoding.org/guidelines/v5/elements/perfRes.html)."@en ;
                               rdfs:label "has alternative instrumentation"@en .


###  https://lod.academy/melod/vocab/ontology#hasAnnotation
:hasAnnotation rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range :Annotation ;
               rdfs:comment "Annotation or further information to a Expression, Work or another Entity. Can be specified with a label and contains a free text paragraph. Corresponds to the mei element [```<annot>```](https://music-encoding.org/guidelines/v5/elements/annot.html)."@en ;
               rdfs:label "has annotation"@en .


###  https://lod.academy/melod/vocab/ontology#hasArrangement
:hasArrangement rdf:type owl:ObjectProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
                rdfs:comment """Connects a work, manifestation or expression to its arrangement. Corresponds to the mei element [```<relation rel=\"hasArrangement\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                rdfs:label "has arrangement"@en .


###  https://lod.academy/melod/vocab/ontology#hasBinding
:hasBinding rdf:type owl:ObjectProperty ;
            rdfs:domain [ rdf:type owl:Class ;
                          owl:unionOf ( :PaperDetail
                                        :PhysicalDescription
                                      )
                        ] ;
            rdfs:range :Binding ;
            rdfs:comment "Connects one or more binding descriptions of an item (type of covering, boards) to the paper details or physical description of the item. Corresponds to the mei element [```<bindingDesc>```](https://music-encoding.org/guidelines/v5/elements/bindingDesc.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)"@en ;
            rdfs:label "has binding"@en .


###  https://lod.academy/melod/vocab/ontology#hasCastingDetail
:hasCastingDetail rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf <http://data.doremus.org/ontology#U12_has_casting> ;
                  rdfs:domain :InstrumentationDetail ;
                  rdfs:range :CastingDetail ;
                  rdfs:comment "Associates role names and descriptions with specific instrumentation details, particularly important for dramatic works like operas. This concept is expressed in mei by the element [```<castItem>```](https://music-encoding.org/guidelines/v5/elements/castItem.html) with the parent element [```<castList```](https://music-encoding.org/guidelines/v5/elements/castItem.html) and a child element [```<perfRes>```](https://music-encoding.org/guidelines/v5/elements/perfRes.html), which contains the voice range."@en ;
                  rdfs:label "has casting detail"@en .


###  https://lod.academy/melod/vocab/ontology#hasCertainty
:hasCertainty rdf:type owl:ObjectProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Contribution
                                          :Date
                                        )
                          ] ;
              rdfs:range :Certainty ;
              rdfs:comment "Certainty of the given data (such as the contribution or date), such as low, medium or high certainty. Corresponds to the mei attribute [```@cert```](https://music-encoding.org/guidelines/v5/attribute-classes/att.evidence.html)."@en ;
              rdfs:label "has certainty"@en .


###  https://lod.academy/melod/vocab/ontology#hasClassification
:hasClassification rdf:type owl:ObjectProperty ;
                   rdfs:domain [ rdf:type owl:Class ;
                                 owl:unionOf ( :Bibliography
                                               :Event
                                               :Expression
                                               :PerformanceEvent
                                               :Work
                                             )
                               ] ;
                   rdfs:range [ rdf:type owl:Class ;
                                owl:unionOf ( :Classification
                                              :InstrumentalMusic
                                              :StageMusic
                                              :VocalMusic
                                            )
                              ] .


###  https://lod.academy/melod/vocab/ontology#hasClassificationOfManifestation
:hasClassificationOfManifestation rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf :hasClassification ;
                                  rdfs:domain [ rdf:type owl:Class ;
                                                owl:unionOf ( :Item
                                                              :Manifestation
                                                            )
                                              ] ;
                                  rdfs:range [ rdf:type owl:Class ;
                                               owl:unionOf ( :Authority
                                                             :ClassificationOfManifestation
                                                             :Completeness
                                                             :Content
                                                             :Presentation
                                                             :Scoring
                                                             :State
                                                           )
                                             ] .


###  https://lod.academy/melod/vocab/ontology#hasComplement
:hasComplement rdf:type owl:ObjectProperty ;
               owl:inverseOf :isComplementOf ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
               rdfs:comment """Connects a work, manifestation or expression to its complement. arget is a cadenza, libretto, choreography, ending for unfinished work, incidental music, or musical setting of a text of the current entity. Corresponds to the mei element [```<relation rel=\"hasComplement\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
               rdfs:label "has complement"@en .


###  https://lod.academy/melod/vocab/ontology#hasCompletionStatus
:hasCompletionStatus rdf:type owl:ObjectProperty ;
                     rdfs:domain :Expression ;
                     rdfs:range :CompletionStatus ;
                     rdfs:comment "Indicates the completion status of an expression as complete, incomplete, or unspecified."@en ;
                     rdfs:label "completion status"@en .


###  https://lod.academy/melod/vocab/ontology#hasContents
:hasContents rdf:type owl:ObjectProperty ;
             rdfs:domain :Manifestation ;
             rdfs:range :Annotation ;
             rdfs:comment "List of the material and contents contained within a manifestation. Can be specified with a head and contains one or multiple free text paragraphs as a content description entry. Corresponds to the mei element [```<contents>```](https://music-encoding.org/guidelines/v5/elements/contents.html) with the child elements [```<head>```](https://music-encoding.org/guidelines/v5/elements/head.html) and [```<contentItem>```](https://music-encoding.org/guidelines/v5/elements/contentItem.html)."@en ;
             rdfs:label "has annotation"@en .


###  https://lod.academy/melod/vocab/ontology#hasContribution
:hasContribution rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :hasAgent ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :Event
                                             :Expression
                                             :Manifestation
                                             :PerformanceEvent
                                             :Work
                                             <https://schema.org/DataCatalog>
                                           )
                             ] ;
                 rdfs:range :Contribution ;
                 rdfs:comment "Connects the contributors to a Work, Expression, Manifestation, Event or Performance. The mei element [```<contributor>```](https://music-encoding.org/guidelines/v5/elements/contributor.html) is a direct child of the mei element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."@en ;
                 rdfs:label "has contribution"@en .


###  https://lod.academy/melod/vocab/ontology#hasEditor
:hasEditor rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <https://schema.org/author> ;
           rdfs:domain :Bibliography ;
           rdfs:range :Person ;
           rdfs:comment "Connects an individual person as the editor of the bibliographic entry. Corresponds to the mei element [```<editor>```](https://music-encoding.org/guidelines/v5/elements/editor.html) with the parent element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
           rdfs:label "has editor"@en .


###  https://lod.academy/melod/vocab/ontology#hasEventDate
:hasEventDate rdf:type owl:ObjectProperty ;
              rdfs:domain :Event ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Date
                                         :ExactDate
                                       )
                         ] ;
              rdfs:comment "Date-Span, uncertain date or exact date on which the event or performance took place. Corresponds to the mei element [```<date>```](https://music-encoding.org/guidelines/v5/elements/date.html) with the parent element [```<event>```](https://music-encoding.org/guidelines/v5/elements/event.html)."@en ;
              rdfs:label "has event date"@en .


###  https://lod.academy/melod/vocab/ontology#hasExpressionPart
:hasExpressionPart rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf <http://iflastandards.info/ns/lrm/lrmoo/R5_has_component> ,
                                      <https://schema.org/hasPart> ;
                   owl:inverseOf :isExpressionPartOf ;
                   rdfs:domain :Expression ;
                   rdfs:range :Expression ;
                   rdfs:comment """Connects an expression to its expression parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                   rdfs:label "has expressionpart"@en .


###  https://lod.academy/melod/vocab/ontology#hasExtent
:hasExtent rdf:type owl:ObjectProperty ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :PaperDetail
                                       :PhysicalDescription
                                     )
                       ] ;
           rdfs:range :Extent ;
           rdfs:comment "Connects information about Extent to the physical description of a Manifestation or Item. Corresponds to the mei element [```<extent>```](https://music-encoding.org/guidelines/v5/elements/extent.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
           rdfs:label "has extent"@en .


###  https://lod.academy/melod/vocab/ontology#hasFormat
:hasFormat rdf:type owl:ObjectProperty ;
           rdfs:domain :PaperDetail ;
           rdfs:range <http://www.cidoc-crm.org/cidoc-crm/E54_Dimension> ;
           rdfs:comment "Connects the dimensions of the format of the paper in height and width to the paper details. MerMEId uses the mei element [```<dimensions type=\"format\">```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) with the parent element [```<dimensions>```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) and the parent element [```<physDesc type=\"paper_type\">```](https://music-encoding.org/guidelines/v5/elements/physDesc.html) for this concept."@en ;
           rdfs:label "has format"@en .


###  https://lod.academy/melod/vocab/ontology#hasHand
:hasHand rdf:type owl:ObjectProperty ;
         rdfs:domain :Item ;
         rdfs:range :Hand ;
         rdfs:comment "Connects a specific hand writing or scribe to the Item. Corresponds to the mei element [```<handList>```](https://music-encoding.org/guidelines/v5/elements/handList.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
         rdfs:label "has hand"@en .


###  https://lod.academy/melod/vocab/ontology#hasHandType
:hasHandType rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> ;
             rdfs:domain :Hand ;
             rdfs:range :HandType ;
             rdfs:comment "Type as a classifying feature of a hand. Hand types can be original content or additions as defined terms. Corresponds to the mei attribute [```@type```](https://music-encoding.org/guidelines/v5/attribute-classes/att.typed.html) and the parent element [```<hand>```](https://music-encoding.org/guidelines/v5/elements/hand.html)."@en ;
             rdfs:label "has hand type"@en .


###  https://lod.academy/melod/vocab/ontology#hasHistoricEvent
:hasHistoricEvent rdf:type owl:ObjectProperty ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :Expression
                                              :Item
                                            )
                              ] ;
                  rdfs:range :Event ;
                  rdfs:comment """Records historical events related to the creation or history of an expression or item. 

    MerMEId uses the mei element [```<eventList type=\"history\">```](https://music-encoding.org/guidelines/v5/elements/event.html) with the mei element [```<history>```](https://music-encoding.org/guidelines/v5/elements/history.html) as parent, which is a child of the element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."""@en ;
                  rdfs:label "has historic event"@en .


###  https://lod.academy/melod/vocab/ontology#hasIdentifier
:hasIdentifier rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Work
                                         )
                           ] ;
               rdfs:range :Identifier ;
               rdfs:comment "Links identifying codes or references to a Work or Expression, such as catalog numbers or thematic index citations. Corresponds to the mei element [```<identifier>```](https://music-encoding.org/guidelines/v5/elements/identifier.html) as a direct child of the mei element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."@en ;
               rdfs:label "has identifier"@en .


###  https://lod.academy/melod/vocab/ontology#hasImitation
:hasImitation rdf:type owl:ObjectProperty ;
              owl:inverseOf :isImitationOf ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Expression
                                         :Item
                                         :Manifestation
                                         :Work
                                       )
                         ] ;
              rdfs:comment """Connects a work, manifestation or expression to its imitation. Target is a parody, imitation, or travesty of the current entity. Corresponds to the mei element [```<relation rel=\"hasImitation\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
              rdfs:label "has imitation"@en .


###  https://lod.academy/melod/vocab/ontology#hasIncipit
:hasIncipit rdf:type owl:ObjectProperty ;
            rdfs:domain :Expression ;
            rdfs:range :MusicIncipit ;
            rdfs:comment """Connects musical incipits to an expression. 

    This concept is expressed in MEI through the element [```<incip>```](https://music-encoding.org/guidelines/v5/elements/incip.html) as a child of the element [```<expression>```](https://music-encoding.org/guidelines/v5/elements/expression.html)."""@en ;
            rdfs:label "has incipit"@en .


###  https://lod.academy/melod/vocab/ontology#hasInscription
:hasInscription rdf:type owl:ObjectProperty ;
                rdfs:domain :PhysicalDescription ;
                rdfs:range :Inscription ;
                rdfs:comment "Connects an inscription added to an item to the physical description of this item. Corresponds to the mei element [```<inscription>```](https://music-encoding.org/guidelines/v5/elements/inscription.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
                rdfs:label "has inscription"@en .


###  https://lod.academy/melod/vocab/ontology#hasInstrumentation
:hasInstrumentation rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf <http://data.doremus.org/ontology#U12_has_casting> ;
                    rdfs:domain :Expression ;
                    rdfs:range :Instrumentation ;
                    rdfs:comment "Connects the Instrumentation to the Expression. Corresponds to the mei element [```<perfMedium>```](https://music-encoding.org/guidelines/v5/elements/perfMedium.html) with the parent element [```<expression>```](https://music-encoding.org/guidelines/v5/elements/expression.html)."@en ;
                    rdfs:label "has instrumentation"@en .


###  https://lod.academy/melod/vocab/ontology#hasInstrumentationDetail
:hasInstrumentationDetail rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf <http://data.doremus.org/ontology#U23_has_casting_detail> ;
                          rdfs:domain [ rdf:type owl:Class ;
                                        owl:unionOf ( :Instrumentation
                                                      :InstrumentationGroup
                                                    )
                                      ] ;
                          rdfs:range :InstrumentationDetail ;
                          rdfs:comment "Connects the instrument or voice with detailed information directly to the Instrumentation or to an ensemble within the Instrumentation. Corresponds to the mei element [```<perfRes>```](https://music-encoding.org/guidelines/v5/elements/perfRes.html) with the parent element [```<perfResList>```](https://music-encoding.org/guidelines/v5/elements/perfResList.html)."@en ;
                          rdfs:label "has instrumentation detail"@en .


###  https://lod.academy/melod/vocab/ontology#hasInstrumentationGroup
:hasInstrumentationGroup rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf <http://data.doremus.org/ontology#U12_has_casting> ;
                         rdfs:domain :Instrumentation ;
                         rdfs:range :InstrumentationGroup ;
                         rdfs:comment "Connects an instrumentation group or ensemble to the Instrumentation. Corresponds to the mei element [```<perfResList>```](https://music-encoding.org/guidelines/v5/elements/perfResList.html) with the parent element [```<perfMedium>```](https://music-encoding.org/guidelines/v5/elements/perfMedium.html)."@en ;
                         rdfs:label "has instrumentation group"@en .


###  https://lod.academy/melod/vocab/ontology#hasItemPart
:hasItemPart rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <https://schema.org/hasPart> ;
             rdfs:domain :Item ;
             rdfs:range :Item ;
             rdfs:comment """Connects an item to its item parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
             rdfs:label "has item part"@en .


###  https://lod.academy/melod/vocab/ontology#hasManifestationPart
:hasManifestationPart rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf <http://iflastandards.info/ns/lrm/lrmoo/R71_has_part> ,
                                         <https://schema.org/hasPart> ;
                      owl:inverseOf :isManifestationPartOf ;
                      rdfs:domain :Manifestation ;
                      rdfs:range :Manifestation ;
                      rdfs:comment """Connects a manifestation to its manifestation parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                      rdfs:label "has manifestation part"@en .


###  https://lod.academy/melod/vocab/ontology#hasMedium
:hasMedium rdf:type owl:ObjectProperty ;
           rdfs:domain :Hand ;
           rdfs:range :Medium .


###  https://lod.academy/melod/vocab/ontology#hasMeter
:hasMeter rdf:type owl:ObjectProperty ;
          rdfs:domain :Expression ;
          rdfs:range :Meter ;
          rdfs:comment "Connects the time signature to the Expression. The mei element [```<meter>```](https://music-encoding.org/guidelines/v5/elements/meter.html) is a direct child of the element [```<expression>```](https://music-encoding.org/guidelines/v5/elements/expression.html)."@en ;
          rdfs:label "has meter"@en .


###  https://lod.academy/melod/vocab/ontology#hasPaperMaker
:hasPaperMaker rdf:type owl:ObjectProperty ;
               rdfs:domain :Watermark ;
               rdfs:range :Person .


###  https://lod.academy/melod/vocab/ontology#hasPaperMill
:hasPaperMill rdf:type owl:ObjectProperty ;
              rdfs:domain :Watermark ;
              rdfs:range owl:Thing .


###  https://lod.academy/melod/vocab/ontology#hasPerformance
:hasPerformance rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <https://schema.org/firstPerformance> ;
                rdfs:domain :Expression ;
                rdfs:range :PerformanceEvent ;
                rdfs:comment "Connects performance events to an Expression, that are not the first performance. MerMEId uses the mei element [```<eventList type=\"performance\">```](https://music-encoding.org/guidelines/v5/elements/event.html) with the mei element [```<history>```](https://music-encoding.org/guidelines/v5/elements/history.html) as parent, which is a child of the element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."@en ;
                rdfs:label "has performance"@en .


###  https://lod.academy/melod/vocab/ontology#hasPhysMedium
:hasPhysMedium rdf:type owl:ObjectProperty ;
               rdfs:domain :PhysicalDescription ;
               rdfs:range :PaperDetail .


###  https://lod.academy/melod/vocab/ontology#hasPhysicalDescription
:hasPhysicalDescription rdf:type owl:ObjectProperty ;
                        rdfs:domain [ rdf:type owl:Class ;
                                      owl:unionOf ( :Item
                                                    :Manifestation
                                                  )
                                    ] ;
                        rdfs:range :PhysicalDescription ;
                        rdfs:comment "Connects the Physical Description to the Manifestation or Item. Corresponds to the mei element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html) with the parent element [```<manifestation>```](https://music-encoding.org/guidelines/v5/elements/manifestation.html) or [```<item>```](https://music-encoding.org/guidelines/v5/elements/item.html)."@en ;
                        rdfs:label "has physical description"@en .


###  https://lod.academy/melod/vocab/ontology#hasPitch
:hasPitch rdf:type owl:ObjectProperty ;
          rdfs:domain :Key ;
          rdfs:range :Pitch ;
          rdfs:comment "Specifies the pitch name of a key signature, e.g. 'a'. Corresponds to the mei attribute [```@pname```](https://music-encoding.org/guidelines/v5/attribute-classes/att.pitch.html)."@en ;
          rdfs:label "has pitch"@en .


###  https://lod.academy/melod/vocab/ontology#hasProvenance
:hasProvenance rdf:type owl:ObjectProperty ;
               rdfs:domain :Item ;
               rdfs:range :Event ;
               rdfs:comment "Provenance of the item, specified as events. Can be information about previous owners or locations connected to a time stamp. Corresponds to the mei element [```<eventList>```](https://music-encoding.org/guidelines/v5/elements/eventList.html) with the parent [```<provenence>```](https://music-encoding.org/guidelines/v5/elements/provenance.html)."@en ;
               rdfs:label "has provenance"@en .


###  https://lod.academy/melod/vocab/ontology#hasRastral
:hasRastral rdf:type owl:ObjectProperty ;
            rdfs:domain :PaperDetail ;
            rdfs:range :Rastral ;
            rdfs:comment "Connects information about rastrals in height and width to the paper details. MerMEId uses the mei element [```<dimensions type=\"rastral_mirror\">```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) with the parent element [```<dimensions>```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) and the parent element [```<physDesc type=\"paper_type\">```](https://music-encoding.org/guidelines/v5/elements/physDesc.html) for this concept."@en ;
            rdfs:label "has rastral"@en .


###  https://lod.academy/melod/vocab/ontology#hasReconfiguration
:hasReconfiguration rdf:type owl:ObjectProperty ;
                    owl:inverseOf :isReconfigurationOf ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Expression
                                                :Item
                                                :Manifestation
                                                :Work
                                              )
                                ] ;
                    rdfs:range [ rdf:type owl:Class ;
                                 owl:unionOf ( :Expression
                                               :Item
                                               :Manifestation
                                               :Work
                                             )
                               ] ;
                    rdfs:comment """Connects a work, manifestation or expression to its reconfiguration. Target has been reconfigured: bound with, split into, extracted from the current entity. Corresponds to the mei element [```<relation rel=\"hasReconfiguration\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                    rdfs:label "has reconfiguration"@en .


###  https://lod.academy/melod/vocab/ontology#hasReproduction
:hasReproduction rdf:type owl:ObjectProperty ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :Expression
                                             :Item
                                             :Manifestation
                                             :Work
                                           )
                             ] ;
                 rdfs:range [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                 rdfs:comment """Connects a work, manifestation or expression to its reproduction. Target is a reproduction, microreproduction, macroreproduction, reprint, photo-offset reprint, or facsimile of the current entity. Corresponds to the mei element [```<relation rel=\"hasReproduction\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                 rdfs:label "has reproduction"@en .


###  https://lod.academy/melod/vocab/ontology#hasRevision
:hasRevision rdf:type owl:ObjectProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Expression
                                         :Item
                                         :Manifestation
                                         :Work
                                       )
                         ] ;
             rdfs:range [ rdf:type owl:Class ;
                          owl:unionOf ( :Expression
                                        :Item
                                        :Manifestation
                                        :Work
                                      )
                        ] ;
             rdfs:comment """Connects a work, manifestation or expression to its revision. Target is a revised edition, enlarged edition, or new state (graphic) of the current entity. Corresponds to the mei element [```<relation rel=\"hasRevision\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
             rdfs:label "has revision"@en .


###  https://lod.academy/melod/vocab/ontology#hasRole
:hasRole rdf:type owl:ObjectProperty ;
         rdfs:domain :Contribution ,
                     [ rdf:type owl:Class ;
                       owl:unionOf ( :Contribution
                                     :Hand
                                   )
                     ] ;
         rdfs:range :Role .


###  https://lod.academy/melod/vocab/ontology#hasSuccessor
:hasSuccessor rdf:type owl:ObjectProperty ;
              owl:inverseOf :isSuccessorOf ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Expression
                                         :Item
                                         :Manifestation
                                         :Work
                                       )
                         ] ;
              rdfs:comment """Connects a work, manifestation or expression to its successor. Target is a sequel or succeeding work of the current entity. Corresponds to the mei element [```<relation rel=\"hasSuccessor\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
              rdfs:label "has successor"@en .


###  https://lod.academy/melod/vocab/ontology#hasSummarization
:hasSummarization rdf:type owl:ObjectProperty ;
                  owl:inverseOf :isSummarizationOf ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :Expression
                                              :Item
                                              :Manifestation
                                              :Work
                                            )
                              ] ;
                  rdfs:range [ rdf:type owl:Class ;
                               owl:unionOf ( :Expression
                                             :Item
                                             :Manifestation
                                             :Work
                                           )
                             ] ;
                  rdfs:comment """Connects a work, manifestation or expression to its summarization. Target is a digest or abstract of the current entity. Corresponds to the mei element [```<relation rel=\"hasSummarization\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                  rdfs:label "has summarization"@en .


###  https://lod.academy/melod/vocab/ontology#hasSupplement
:hasSupplement rdf:type owl:ObjectProperty ;
               owl:inverseOf :isSupplementOf ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
               rdfs:comment """Connects a work, manifestation or expression to its supplement. Target is an index, concordance, teacher’s guide, gloss, supplement, or appendix of the current entity. Corresponds to the mei element [```<relation rel=\"hasSupplement\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
               rdfs:label "has supplement"@en .


###  https://lod.academy/melod/vocab/ontology#hasTitle
:hasTitle rdf:type owl:ObjectProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Bibliography
                                      :Manifestation
                                      :Work
                                    )
                      ] ;
          rdfs:range :Title ;
          rdfs:comment "Associates a title with a work, manifestation or bibliography. Can be a uniform title, alternative title, or subtitle. Corresponds to the mei container element [```<titleStmt>```](https://music-encoding.org/guidelines/v5/elements/titleStmt.html) or the mei element [```<title>```](https://music-encoding.org/guidelines/v5/elements/title.html) is realized as a direct child of the element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."@en ;
          rdfs:label "has title"@en .


###  https://lod.academy/melod/vocab/ontology#hasTitleLevel
:hasTitleLevel rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> ;
               rdfs:domain :Title ;
               rdfs:range :BibliographicLevel ;
               rdfs:comment "Indicates the bibliographic level of the title. Corresponds to the mei attribute [```@level```](https://music-encoding.org/guidelines/v5/elements/title.html) and the parent element [```<title>```](https://music-encoding.org/guidelines/v5/elements/title.html)."@en ;
               rdfs:label "has title level"@en .


###  https://lod.academy/melod/vocab/ontology#hasTitlePage
:hasTitlePage rdf:type owl:ObjectProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Item
                                          :Manifestation
                                        )
                          ] ;
              rdfs:range :TitlePage ;
              rdfs:comment "Links one or more transcribed title page information to a Manifestation or Item, preserving original formatting and content. Corresponds to the mei element [```<titlePage>```](https://music-encoding.org/guidelines/v5/elements/titlePage.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
              rdfs:label "has title page"@en .


###  https://lod.academy/melod/vocab/ontology#hasTitleType
:hasTitleType rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> ;
              rdfs:domain :Title ;
              rdfs:range :TitleType ;
              rdfs:comment "Type as a classifying feature of a title. Title types can be original or alternative. Corresponds to the mei attribute [```@type```](https://music-encoding.org/guidelines/v5/attribute-classes/att.typed.html) and the parent element [```<title>```](https://music-encoding.org/guidelines/v5/elements/title.html)."@en ;
              rdfs:label "has title type"@en .


###  https://lod.academy/melod/vocab/ontology#hasTransformation
:hasTransformation rdf:type owl:ObjectProperty ;
                   rdfs:domain [ rdf:type owl:Class ;
                                 owl:unionOf ( :Expression
                                               :Item
                                               :Manifestation
                                               :Work
                                             )
                               ] ;
                   rdfs:range [ rdf:type owl:Class ;
                                owl:unionOf ( :Expression
                                              :Item
                                              :Manifestation
                                              :Work
                                            )
                              ] ;
                   rdfs:comment """Connects a work, manifestation or expression to its transformation. Target is a dramatization, novelization, versification, or screenplay of the current entity. Corresponds to the mei element [```<relation rel=\"hasTransformation\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                   rdfs:label "has transformation"@en .


###  https://lod.academy/melod/vocab/ontology#hasTranslation
:hasTranslation rdf:type owl:ObjectProperty ;
                owl:inverseOf :isTranslationOf ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
                rdfs:comment """Connects a work, manifestation or expression to its translation. Target is a literal translation or transcription (music) of the current entity. Corresponds to the mei element [```<relation rel=\"hasTranslation\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                rdfs:label "has translation"@en .


###  https://lod.academy/melod/vocab/ontology#hasTwinMark
:hasTwinMark rdf:type owl:ObjectProperty ;
             rdfs:domain :Watermark ;
             rdfs:range owl:Thing .


###  https://lod.academy/melod/vocab/ontology#hasVenue
:hasVenue rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <https://schema.org/location> ;
          rdfs:domain :PerformanceEvent ;
          rdfs:range :Venue ;
          rdfs:comment "Connects a place to a venue of a performance event. Corresponds to the mei element [```<geogName type=\"venue\">```](https://music-encoding.org/guidelines/v5/elements/geogName.html) with the parent element [```<event>```](https://music-encoding.org/guidelines/v5/elements/event.html)."@en ;
          rdfs:label "has venue"@en .


###  https://lod.academy/melod/vocab/ontology#hasWatermark
:hasWatermark rdf:type owl:ObjectProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :PaperDetail
                                          :PhysicalDescription
                                        )
                          ] ;
              rdfs:range :Watermark ;
              rdfs:comment "Connects the Watermark to the paper details or the general physical description of a Manifestation or Item. Corresponds to the mei element [```<watermark>```](https://music-encoding.org/guidelines/v5/elements/watermark.html) with the parent element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
              rdfs:label "has watermark"@en .


###  https://lod.academy/melod/vocab/ontology#hasWorkPart
:hasWorkPart rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://iflastandards.info/ns/lrm/lrmoo/R67_has_part> ,
                                <https://schema.org/hasPart> ;
             owl:inverseOf :isWorkPartOf ;
             rdfs:domain :Work ;
             rdfs:range :Work ;
             rdfs:comment """Connects a work to its work parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
             rdfs:label "has work part"@en .


###  https://lod.academy/melod/vocab/ontology#inLanguage
:inLanguage rdf:type owl:ObjectProperty ;
            rdfs:domain [ rdf:type owl:Class ;
                          owl:unionOf ( :Bibliography
                                        :Expression
                                      )
                        ] ;
            rdfs:range :Language .


###  https://lod.academy/melod/vocab/ontology#isAbridgementOf
:isAbridgementOf rdf:type owl:ObjectProperty ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :Expression
                                             :Item
                                             :Manifestation
                                             :Work
                                           )
                             ] ;
                 rdfs:range [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                 rdfs:comment """Inverse relationship of hasAbridgement. Corresponds to the mei element [```<relation rel=\"isAbridgementOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                 rdfs:label "is abridgement of"@en .


###  https://lod.academy/melod/vocab/ontology#isAdaptationOf
:isAdaptationOf rdf:type owl:ObjectProperty ;
                owl:inverseOf :hasAdaptation ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
                rdfs:comment """Inverse relationship of hasAdaptation. Corresponds to the mei element [```<relation rel=\"isAdaptationOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                rdfs:label "is adaptation of"@en .


###  https://lod.academy/melod/vocab/ontology#isAlternateOf
:isAlternateOf rdf:type owl:ObjectProperty ;
               owl:inverseOf :hasAlternate ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
               rdfs:comment """Inverse relationship of hasAlternate. Corresponds to the mei element [```<relation rel=\"isAlternateOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
               rdfs:label "is alternate of"@en .


###  https://lod.academy/melod/vocab/ontology#isArrangementOf
:isArrangementOf rdf:type owl:ObjectProperty ;
                 owl:inverseOf :hasArrangement ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :Expression
                                             :Item
                                             :Manifestation
                                             :Work
                                           )
                             ] ;
                 rdfs:range [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                 rdfs:comment """Inverse relationship of hasArrangement. Corresponds to the mei element [```<relation rel=\"isArrangementOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                 rdfs:label "is arrangement of"@en .


###  https://lod.academy/melod/vocab/ontology#isComplementOf
:isComplementOf rdf:type owl:ObjectProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
                rdfs:comment """Inverse relationship of hasComplement. Corresponds to the mei element [```<relation rel=\"isComplementOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                rdfs:label "is complement of"@en .


###  https://lod.academy/melod/vocab/ontology#isExpressionPartOf
:isExpressionPartOf rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf <http://iflastandards.info/ns/lrm/lrmoo/R5i_is_component_of> ,
                                       <https://schema.org/isPartOf> ;
                    rdfs:domain :Expression ;
                    rdfs:range :Expression ;
                    rdfs:comment """Inverse relationship of hasPart. Connects an expression to its expression parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                    rdfs:label "is expression part of"@en .


###  https://lod.academy/melod/vocab/ontology#isImitationOf
:isImitationOf rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
               rdfs:comment """Inverse relationship of hasImitation. Corresponds to the mei element [```<relation rel=\"isImitationOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
               rdfs:label "is imitation of"@en .


###  https://lod.academy/melod/vocab/ontology#isInMode
:isInMode rdf:type owl:ObjectProperty ;
          rdfs:domain :Key ;
          rdfs:range :Mode ;
          rdfs:comment "Describes the mode of the Key, e.g. 'minor' or 'major'. Corresponds to the mei attribute [```@mode```](https://music-encoding.org/guidelines/v5/attribute-classes/att.keyMode.html)."@en ;
          rdfs:label "is in mode"@en .


###  https://lod.academy/melod/vocab/ontology#isItemPartOf
:isItemPartOf rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <https://schema.org/isPartOf> ;
              owl:inverseOf :hasItemPart ;
              rdfs:domain :Item ;
              rdfs:range :Item ;
              rdfs:comment """Inverse relationship of hasPart. Connects an item to its item parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
              rdfs:label "is item part of"@en .


###  https://lod.academy/melod/vocab/ontology#isManifestationPartOf
:isManifestationPartOf rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf <http://iflastandards.info/ns/lrm/lrmoo/R71i_is_part_of> ,
                                          <https://schema.org/isPartOf> ;
                       rdfs:domain :Manifestation ;
                       rdfs:range :Manifestation ;
                       rdfs:comment """Inverse relationship of hasPart. Connects a manifestation to its manifestation parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                       rdfs:label "is manifestation part of"@en .


###  https://lod.academy/melod/vocab/ontology#isReconfigurationOf
:isReconfigurationOf rdf:type owl:ObjectProperty ;
                     rdfs:domain [ rdf:type owl:Class ;
                                   owl:unionOf ( :Expression
                                                 :Item
                                                 :Manifestation
                                                 :Work
                                               )
                                 ] ;
                     rdfs:range [ rdf:type owl:Class ;
                                  owl:unionOf ( :Expression
                                                :Item
                                                :Manifestation
                                                :Work
                                              )
                                ] ;
                     rdfs:comment """Inverse relationship of hasReconfiguration. Corresponds to the mei element [```<relation rel=\"isReconfigurationOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                     rdfs:label "is reconfiguration of"@en .


###  https://lod.academy/melod/vocab/ontology#isReproductionOf
:isReproductionOf rdf:type owl:ObjectProperty ;
                  owl:inverseOf :hasReproduction ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :Expression
                                              :Item
                                              :Manifestation
                                              :Work
                                            )
                              ] ;
                  rdfs:range [ rdf:type owl:Class ;
                               owl:unionOf ( :Expression
                                             :Item
                                             :Manifestation
                                             :Work
                                           )
                             ] ;
                  rdfs:comment """Inverse relationship of hasReproduction. Corresponds to the mei element [```<relation rel=\"isReproductionOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                  rdfs:label "is reproduction of"@en .


###  https://lod.academy/melod/vocab/ontology#isRevisionOf
:isRevisionOf rdf:type owl:ObjectProperty ;
              owl:inverseOf :hasRevision ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Expression
                                         :Item
                                         :Manifestation
                                         :Work
                                       )
                         ] ;
              rdfs:comment """Inverse relationship of hasRevision. Corresponds to the mei element [```<relation rel=\"isRevisionOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
              rdfs:label "is revision of"@en .


###  https://lod.academy/melod/vocab/ontology#isSuccessorOf
:isSuccessorOf rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( :Expression
                                          :Item
                                          :Manifestation
                                          :Work
                                        )
                          ] ;
               rdfs:comment """Inverse relationship of hasSuccessor. Corresponds to the mei element [```<relation rel=\"isSuccessorOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
               rdfs:label "is successor of"@en .


###  https://lod.academy/melod/vocab/ontology#isSummarizationOf
:isSummarizationOf rdf:type owl:ObjectProperty .


###  https://lod.academy/melod/vocab/ontology#isSummerizationOf
:isSummerizationOf rdf:type owl:ObjectProperty ;
                   owl:inverseOf :hasSummarization ;
                   rdfs:domain [ rdf:type owl:Class ;
                                 owl:unionOf ( :Expression
                                               :Item
                                               :Manifestation
                                               :Work
                                             )
                               ] ;
                   rdfs:range [ rdf:type owl:Class ;
                                owl:unionOf ( :Expression
                                              :Item
                                              :Manifestation
                                              :Work
                                            )
                              ] ;
                   rdfs:comment """Inverse relationship of hasSummarization. Corresponds to the mei element [```<relation rel=\"isSummarizationOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                   rdfs:label "is summarization of"@en .


###  https://lod.academy/melod/vocab/ontology#isSupplementOf
:isSupplementOf rdf:type owl:ObjectProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Expression
                                           :Item
                                           :Manifestation
                                           :Work
                                         )
                           ] ;
                rdfs:comment """Inverse relationship of hasSupplement. Corresponds to the mei element [```<relation rel=\"isSupplementOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                rdfs:label "is supplement of"@en .


###  https://lod.academy/melod/vocab/ontology#isTransformationOf
:isTransformationOf rdf:type owl:ObjectProperty ;
                    owl:inverseOf :hasTransformation ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Expression
                                                :Item
                                                :Manifestation
                                                :Work
                                              )
                                ] ;
                    rdfs:range [ rdf:type owl:Class ;
                                 owl:unionOf ( :Expression
                                               :Item
                                               :Manifestation
                                               :Work
                                             )
                               ] ;
                    rdfs:comment """Inverse relationship of hasTransformation. Corresponds to the mei element [```<relation rel=\"isTransformationOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                    rdfs:label "is transformation of"@en .


###  https://lod.academy/melod/vocab/ontology#isTranslationOf
:isTranslationOf rdf:type owl:ObjectProperty ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :Expression
                                             :Item
                                             :Manifestation
                                             :Work
                                           )
                             ] ;
                 rdfs:range [ rdf:type owl:Class ;
                              owl:unionOf ( :Expression
                                            :Item
                                            :Manifestation
                                            :Work
                                          )
                            ] ;
                 rdfs:comment """Inverse relationship of hasTranslation. Corresponds to the mei element [```<relation rel=\"isTranslationOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
                 rdfs:label "is translation of"@en .


###  https://lod.academy/melod/vocab/ontology#isWorkPartOf
:isWorkPartOf rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://iflastandards.info/ns/lrm/lrmoo/R67i_forms_part_of> ,
                                 <https://schema.org/isPartOf> ;
              rdfs:domain :Work ;
              rdfs:range :Work ;
              rdfs:comment """Inverse relationship of hasPart. Connects a work to its work parts. Corresponds to the mei element [```<relation rel=\"isPartOf\">```](https://music-encoding.org/guidelines/v5/elements/relation.html) with the parent element [```<relationList>```](https://music-encoding.org/guidelines/v5/elements/relationList.html). 

    The FRBR Relationships are defined in MEI as [data.FRBRRELATIONSHIP](https://music-encoding.org/guidelines/v5/data-types/data.FRBRRELATIONSHIP.html)"""@en ;
              rdfs:label "is work part of"@en .


###  https://schema.org/author
<https://schema.org/author> rdf:type owl:ObjectProperty ;
                            rdfs:domain :Bibliography ;
                            rdfs:range :Person ;
                            rdfs:comment "Connects an individual person as the author to the bibliographic entry. Corresponds to the mei element [```<author>```](https://music-encoding.org/guidelines/v5/elements/author.html) with the parent element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
                            rdfs:label "author"@en .


###  https://schema.org/birthPlace
<https://schema.org/birthPlace> rdf:type owl:ObjectProperty ;
                                rdfs:domain :Person ;
                                rdfs:range :Place ;
                                rdfs:comment "Records the geographical location where a person was born. No direct MEI equivalent, but can be expressed through TEI elements."@en ;
                                rdfs:label "birth place"@en .


###  https://schema.org/citation
<https://schema.org/citation> rdf:type owl:ObjectProperty ;
                              rdfs:domain [ rdf:type owl:Class ;
                                            owl:unionOf ( :Event
                                                          :Expression
                                                          :PerformanceEvent
                                                          :Work
                                                        )
                                          ] ;
                              rdfs:range :Bibliography ;
                              rdfs:comment "Establishes connections between works, expressions, events, or performances and their relevant bibliographic references. Corresponds to the mei element [```<biblList>```](https://music-encoding.org/guidelines/v5/elements/biblList.html) with the child element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
                              rdfs:label "citation"@en .


###  https://schema.org/containedInPlace
<https://schema.org/containedInPlace> rdf:type owl:ObjectProperty ;
                                      rdfs:domain :Venue ;
                                      rdfs:range :Place ;
                                      rdfs:comment "Establishes hierarchical relationships between places, connecting venues to their containing geographical locations."@en ;
                                      rdfs:label "contained in place"@en .


###  https://schema.org/dataFeedElement
<https://schema.org/dataFeedElement> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <http://schema.org/DataFeed> ;
                                     rdfs:range <http://schema.org/DataFeedItem> ;
                                     rdfs:comment ""@en ;
                                     rdfs:label "data feed element"@en .


###  https://schema.org/dateCreated
<https://schema.org/dateCreated> rdf:type owl:ObjectProperty ;
                                 rdfs:domain [ rdf:type owl:Class ;
                                               owl:unionOf ( :Expression
                                                             :Watermark
                                                           )
                                             ] ;
                                 rdfs:range [ rdf:type owl:Class ;
                                              owl:unionOf ( :Date
                                                            :ExactDate
                                                          )
                                            ] ;
                                 rdfs:comment "Date-Span or uncertain time on which the Expression or Watermark was created. Corresponds to the mei element [```<creation>```](https://music-encoding.org/guidelines/v5/elements/creation.html) with the child element [```<date>```](https://music-encoding.org/guidelines/v5/elements/date.html)."@en ;
                                 rdfs:label "date created"@en .


###  https://schema.org/deathPlace
<https://schema.org/deathPlace> rdf:type owl:ObjectProperty ;
                                rdfs:domain :Person ;
                                rdfs:range :Place ;
                                rdfs:comment "Records the geographical location where a person died. No direct MEI equivalent, but can be expressed through TEI elements."@en ;
                                rdfs:label "death place"@en .


###  https://schema.org/firstPerformance
<https://schema.org/firstPerformance> rdf:type owl:ObjectProperty ;
                                      rdfs:domain :Expression ;
                                      rdfs:range :PerformanceEvent ;
                                      rdfs:comment """Records the first performance of an expression. 

    MerMEId uses the mei element [```<eventList type=\"performance\">```](https://music-encoding.org/guidelines/v5/elements/event.html) with the mei element [```<history>```](https://music-encoding.org/guidelines/v5/elements/history.html) as parent, which is a child of the element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html). There is no distinguishment to other types of performances in mei."""@en ;
                                      rdfs:label "first performance"@en .


###  https://schema.org/foundingDate
<https://schema.org/foundingDate> rdf:type owl:ObjectProperty ;
                                  rdfs:domain :Institution ;
                                  rdfs:range [ rdf:type owl:Class ;
                                               owl:unionOf ( :Date
                                                             :ExactDate
                                                           )
                                             ] ;
                                  rdfs:comment "Records the establishment date of an institution, which can be specified as an exact date or date range. No direct MEI equivalent, but can be expressed through TEI elements."@en ;
                                  rdfs:label "founding date"@en .


###  https://schema.org/genre
<https://schema.org/genre> rdf:type owl:ObjectProperty ;
                           rdfs:domain :Bibliography ;
                           rdfs:range :BibliographicGenre .


###  https://schema.org/hasOccupation
<https://schema.org/hasOccupation> rdf:type owl:ObjectProperty ;
                                   rdfs:domain :Person ;
                                   rdfs:range <https://schema.org/Occupation> ;
                                   rdfs:comment "Links professional or occupational roles to a person, such as composer, musician, or conductor. No direct MEI equivalent, but can be expressed through TEI elements."@en ;
                                   rdfs:label "has occupation"@en .


###  https://schema.org/hasPart
<https://schema.org/hasPart> rdf:type owl:ObjectProperty ;
                             rdfs:domain :Bibliography ;
                             rdfs:range :Bibliography ;
                             rdfs:comment "Connects a bibliographic entry to its bibliography parts. Indicates that a bibliographic entry is part of a larger work or series. Provides structured information about the containing publication. Corresponds to the mei element [```<series>```](https://music-encoding.org/guidelines/v5/elements/series.html) with the parent element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
                             rdfs:label "has part"@en .


###  https://schema.org/includedComposition
<https://schema.org/includedComposition> rdf:type owl:ObjectProperty ;
                                         rdfs:domain :Expression ;
                                         rdfs:range :Expression ;
                                         rdfs:comment "Expression components included in a Expression, for example specific movements. Corresponds to the mei container element [```<componentList>```](https://music-encoding.org/guidelines/v5/elements/componentList.html), which contains one or more [```<expression>```](https://music-encoding.org/guidelines/v5/elements/expression.html) mei elements."@en ;
                                         rdfs:label "included composition"@en .


###  https://schema.org/includedInDataCatalog
<https://schema.org/includedInDataCatalog> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://schema.org/DataFeed> .


###  https://schema.org/isPartOf
<https://schema.org/isPartOf> rdf:type owl:ObjectProperty ;
                              owl:inverseOf <https://schema.org/hasPart> ;
                              rdfs:domain :Bibliography ;
                              rdfs:range :Bibliography ;
                              rdfs:comment "Inverse relationship of hasPart. Indicates that a bibliographic entry is part of a larger work or series. Provides structured information about the containing publication. Corresponds to the mei element [```<series>```](https://music-encoding.org/guidelines/v5/elements/series.html) with the parent element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
                              rdfs:label "is part of"@en .


###  https://schema.org/item
<https://schema.org/item> rdf:type owl:ObjectProperty ;
                          rdfs:domain <http://schema.org/DataFeedItem> ;
                          rdfs:range :Entity ;
                          rdfs:comment ""@en ;
                          rdfs:label "item"@en .


###  https://schema.org/location
<https://schema.org/location> rdf:type owl:ObjectProperty ;
                              rdfs:domain [ rdf:type owl:Class ;
                                            owl:unionOf ( :Event
                                                          :Institution
                                                          <https://schema.org/PublicationEvent>
                                                        )
                                          ] ;
                              rdfs:range :Place ;
                              rdfs:comment "Connects a place to an action or corporation. Corresponds to the mei element [```<geogName>```](https://music-encoding.org/guidelines/v5/elements/geogName.html) with the parent element [```<event>```](https://music-encoding.org/guidelines/v5/elements/event.html) or [```<corpName>```](https://music-encoding.org/guidelines/v5/elements/corpName.html)."@en ;
                              rdfs:label "location"@en .


###  https://schema.org/locationCreated
<https://schema.org/locationCreated> rdf:type owl:ObjectProperty ;
                                     rdfs:domain [ rdf:type owl:Class ;
                                                   owl:unionOf ( :Expression
                                                                 :Watermark
                                                               )
                                                 ] ;
                                     rdfs:range :Place ;
                                     rdfs:comment "Marks the location where the Expression or Watermark was created. Corresponds to the mei element [```<creation>```](https://music-encoding.org/guidelines/v5/elements/creation.html) with the child element [```<geogName>```](https://music-encoding.org/guidelines/v5/elements/geogName.html)."@en ;
                                     rdfs:label "location created"@en .


###  https://schema.org/occupationLocation
<https://schema.org/occupationLocation> rdf:type owl:ObjectProperty ;
                                        rdfs:domain <https://schema.org/Occupation> ;
                                        rdfs:range :Place ;
                                        rdfs:comment "Specifies the location where a person performed their occupation. No direct MEI equivalent, but can be expressed through TEI elements."@en ;
                                        rdfs:label "occupation location"@en .


###  https://schema.org/publication
<https://schema.org/publication> rdf:type owl:ObjectProperty ;
                                 rdfs:domain [ rdf:type owl:Class ;
                                               owl:unionOf ( :Bibliography
                                                             :Manifestation
                                                           )
                                             ] ;
                                 rdfs:range <https://schema.org/PublicationEvent> ;
                                 rdfs:comment "Links publication information to manifestations or bibliographic entries. Corresponds to the mei element [```<pubStmt>```](https://music-encoding.org/guidelines/v5/elements/pubStmt.html) with the parent element [```<manifestation>```](https://music-encoding.org/guidelines/v5/elements/manifestation.html) and [```<imprint>```](https://music-encoding.org/guidelines/v5/elements/imprint.html) with the parent element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
                                 rdfs:label "publication"@en .


###  https://schema.org/publishedBy
<https://schema.org/publishedBy> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <https://schema.org/PublicationEvent> ;
                                 rdfs:range :Person ;
                                 rdfs:comment "Connects an individual person by whom the manifestation or bibliographic entry is published. Corresponds to the mei element [```<publisher>```](https://music-encoding.org/guidelines/v5/elements/publisher.html) with the child element [```<persName>```](https://music-encoding.org/guidelines/v5/elements/persName.html)"@en ;
                                 rdfs:label "published by"@en .


#################################################################
#    Data properties
#################################################################

###  http://data.doremus.org/ontology#U30_foresees_quantity_of_medium_of_performance
<http://data.doremus.org/ontology#U30_foresees_quantity_of_medium_of_performance> rdf:type owl:DatatypeProperty ;
                                                                                  rdfs:domain :InstrumentationDetail ;
                                                                                  rdfs:range xsd:integer ;
                                                                                  rdfs:comment "Provides the number of performers of an instrument or voice, e.g. 2 Violas. Corresponds to the mei attribute [```@count```](https://music-encoding.org/guidelines/v5/attribute-classes/att.perfRes.basic.html)."@en ;
                                                                                  rdfs:label "U30 foresees quantity of medium of performance"@en .


###  http://www.cidoc-crm.org/cidoc-crm/P2_has_type
<http://www.cidoc-crm.org/cidoc-crm/P2_has_type> rdf:type owl:DatatypeProperty ;
                                                 rdfs:range rdfs:Literal .


###  http://www.cidoc-crm.org/cidoc-crm/P3_has_note
<http://www.cidoc-crm.org/cidoc-crm/P3_has_note> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain [ rdf:type owl:Class ;
                                                               owl:unionOf ( :Instrumentation
                                                                             :InstrumentationGroup
                                                                           )
                                                             ] ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:comment "Label or heading of an instrumentation or instrumentation group, for example 'orchestra'. MerMEId uses the mei element [```<head>```](https://music-encoding.org/guidelines/v5/elements/head.html) with the mei element [```<perfResList>```](https://music-encoding.org/guidelines/v5/elements/perfResList.html) as parent for this concept."@en ;
                                                 rdfs:label "P3 has note"@en .


###  http://www.cidoc-crm.org/cidoc-crm/P90_has_value
<http://www.cidoc-crm.org/cidoc-crm/P90_has_value> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain [ rdf:type owl:Class ;
                                                                 owl:unionOf ( <http://www.cidoc-crm.org/cidoc-crm/E54_Dimension>
                                                                               :Extent
                                                                             )
                                                               ] ;
                                                   rdfs:range xsd:integer ;
                                                   rdfs:comment "Value of a Dimension or Extent, e.g. 20. Specifies a numerical measurement. Corresponds to the mei attribute [```@quantity```](https://music-encoding.org/guidelines/v5/attribute-classes/att.quantity.html)."@en ;
                                                   rdfs:label "P90 has value"@en .


###  http://www.cidoc-crm.org/cidoc-crm/P91_has_unit
<http://www.cidoc-crm.org/cidoc-crm/P91_has_unit> rdf:type owl:DatatypeProperty ;
                                                  rdfs:range rdfs:Literal .


###  https://lod.academy/melod/vocab/ontology#UsesMeterSymbol
:UsesMeterSymbol rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Meter ;
                 rdfs:range rdfs:Literal ;
                 rdfs:comment "Specifies a meter symbol instead of numeric values, such as 'c' for common time. Corresponds to the mei attribute [```@sym```](https://music-encoding.org/guidelines/v5/attribute-classes/att.meterSig.log.html)."@en ;
                 rdfs:label "uses meter symbol"@en .


###  https://lod.academy/melod/vocab/ontology#hasAbbreviation
:hasAbbreviation rdf:type owl:DatatypeProperty ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :Bibliography
                                             :Institution
                                           )
                             ] ;
                 rdfs:range rdfs:Literal ;
                 rdfs:comment "Abbreviation for a Institution/the RISM Sigla of the Institution, also used for an abbreviation of a bibliographic entry. Corresponds to the mei element [```<abbr>```](https://music-encoding.org/guidelines/v5/elements/abbr.html)"@en ;
                 rdfs:label "has abbreviation"@en .


###  https://lod.academy/melod/vocab/ontology#hasAddDescAutograph
:hasAddDescAutograph rdf:type owl:DatatypeProperty ;
                     rdfs:domain :PhysicalDescription ;
                     rdfs:range rdfs:Literal ;
                     rdfs:comment "Description of significant additions made by the composer. MerMEId uses the mei element [```<p type=\"autograph\">```](https://music-encoding.org/guidelines/v5/elements/p.html) with the mei element [```<addDesc>```](https://music-encoding.org/guidelines/v5/elements/addDesc.html) as parent for this concept. The mei guidelines recommend [```<annot type=\"autograph\">```](https://music-encoding.org/guidelines/v5/content/metadata.html#sourcesAdditions)."@en ;
                     rdfs:label "has add desc autograph"@en .


###  https://lod.academy/melod/vocab/ontology#hasAddDescForeign
:hasAddDescForeign rdf:type owl:DatatypeProperty ;
                   rdfs:domain :PhysicalDescription ;
                   rdfs:range rdfs:Literal ;
                   rdfs:comment "Description of significant additions made by a foreign person, who is not the composer. MerMEId uses the mei element [```<p type=\"autograph\">```](https://music-encoding.org/guidelines/v5/elements/p.html) with the mei element [```<addDesc>```](https://music-encoding.org/guidelines/v5/elements/addDesc.html) as parent for this concept. The mei guidelines recommend [```<annot type=\"autograph\">```](https://music-encoding.org/guidelines/v5/content/metadata.html#sourcesAdditions)."@en ;
                   rdfs:label "has add desc foreign"@en .


###  https://lod.academy/melod/vocab/ontology#hasClassification
:hasClassification rdf:type owl:DatatypeProperty ;
                   rdfs:range rdfs:Literal .


###  https://lod.academy/melod/vocab/ontology#hasClassificationOfManifestation
:hasClassificationOfManifestation rdf:type owl:DatatypeProperty ;
                                  rdfs:range rdfs:Literal .


###  https://lod.academy/melod/vocab/ontology#hasCondition
:hasCondition rdf:type owl:DatatypeProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Binding
                                          :PaperDetail
                                          :PhysicalDescription
                                        )
                          ] ;
              rdfs:range rdfs:Literal ;
              rdfs:comment "Documents the physical condition of a manifestation, paper, or binding. Corresponds to the mei element [```<condition>```](https://music-encoding.org/guidelines/v5/elements/condition.html)."@en ;
              rdfs:label "has condition"@en .


###  https://lod.academy/melod/vocab/ontology#hasContent
:hasContent rdf:type owl:DatatypeProperty ;
            rdfs:domain :Watermark ;
            rdfs:range rdfs:Literal ;
            rdfs:comment "Contains non-heraldic text content of a watermark. MerMEId uses the mei element [```<watermark type=\"text\">```](https://music-encoding.org/guidelines/v5/elements/watermark.html)."@en ;
            rdfs:label "has content"@en .


###  https://lod.academy/melod/vocab/ontology#hasContext
:hasContext rdf:type owl:DatatypeProperty ;
            rdfs:domain :Work ;
            rdfs:range rdfs:Literal ;
            rdfs:comment "The historical, social, intellectual, artistic, or other context within the Work was conceived or the Expression was realized. Corresponds to the mei element [```<context>```](https://music-encoding.org/guidelines/v5/elements/context.html)."@en ;
            rdfs:label "has context"@en .


###  https://lod.academy/melod/vocab/ontology#hasDecoDesc
:hasDecoDesc rdf:type owl:DatatypeProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Binding
                                         :PhysicalDescription
                                       )
                         ] ;
             rdfs:range rdfs:Literal ;
             rdfs:comment "Describes decorative elements in the physical description of the item or binding, such as ornamental features. Corresponds to the mei element [```<decoDesc>```](https://music-encoding.org/guidelines/v5/elements/decoDesc.html) or [```<decoNote>```](https://music-encoding.org/guidelines/v5/elements/decoNote.html)."@en ;
             rdfs:label "has deco desc"@en .


###  https://lod.academy/melod/vocab/ontology#hasDomain
:hasDomain rdf:type owl:DatatypeProperty ;
           rdfs:domain <http://schema.org/DataCatalog> ;
           rdfs:range rdfs:Literal ;
           rdfs:comment "Shows the domain of the data catalog, which is the start for every IRI of each entity."@en ;
           rdfs:label "has domain"@en .


###  https://lod.academy/melod/vocab/ontology#hasDuration
:hasDuration rdf:type owl:DatatypeProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Expression
                                         :PerformanceEvent
                                       )
                         ] ;
             rdfs:range xsd:duration ;
             rdfs:comment "Duration of the performance. Corresponds to the mei element [```<perfDur>```](https://music-encoding.org/guidelines/v5/elements/perfDuration.html)."@en ;
             rdfs:label "has duration"@en .


###  https://lod.academy/melod/vocab/ontology#hasFormerShelfmark
:hasFormerShelfmark rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Item ;
                    rdfs:range rdfs:Literal ;
                    rdfs:comment "Previous shelfmark or signature used to identify the item in an archive, repository or library before the current shelfmark was assigned. No direct MEI equivalent."@en ;
                    rdfs:label "has former shelfmark"@en .


###  https://lod.academy/melod/vocab/ontology#hasHeraldry
:hasHeraldry rdf:type owl:DatatypeProperty ;
             rdfs:domain :Watermark ;
             rdfs:range rdfs:Literal ;
             rdfs:comment "Contains a heraldic formula or phrase as heraldic component of a Watermark. Corresponds to the mei element [```<heraldry>```](https://music-encoding.org/guidelines/v5/elements/heraldry.html)."@en ;
             rdfs:label "has heraldry"@en .


###  https://lod.academy/melod/vocab/ontology#hasHistoryDesc
:hasHistoryDesc rdf:type owl:DatatypeProperty ;
                rdfs:domain :Work ;
                rdfs:range rdfs:Literal ;
                rdfs:comment "Documents the creation history of a work through a free text description, providing context about its expressions. Corresponds to the mei element [```<history>```](https://music-encoding.org/guidelines/v5/elements/history.html) with the child element [```<p>```](https://music-encoding.org/guidelines/v5/elements/p.html)."@en ;
                rdfs:label "has history desc"@en .


###  https://lod.academy/melod/vocab/ontology#hasIncipitText
:hasIncipitText rdf:type owl:DatatypeProperty ;
                rdfs:domain :MusicIncipit ;
                rdfs:range rdfs:Literal ;
                rdfs:comment "Opening words of a musical composition or the Music Incipit. Corresponds to the mei element [```<incipText>```](https://music-encoding.org/guidelines/v5/elements/incipText.html)."@en ;
                rdfs:label "has incipit text"@en .


###  https://lod.academy/melod/vocab/ontology#hasIncipitValue
:hasIncipitValue rdf:type owl:DatatypeProperty ;
                 rdfs:domain :MusicIncipit ;
                 rdfs:range rdfs:Literal ;
                 rdfs:comment "Value of the Music Incipit. Contains the data of a plaine and easy code and additional information about clef, keysig and timesig. Corresponds to the mei element [```<incipCode>```](https://music-encoding.org/guidelines/v5/elements/incipCode.html)."@en ;
                 rdfs:label "has incipit value"@en .


###  https://lod.academy/melod/vocab/ontology#hasMEIscore
:hasMEIscore rdf:type owl:DatatypeProperty ;
             rdfs:domain :MusicIncipit ;
             rdfs:range rdfs:Literal ;
             rdfs:comment "MEI score of the music incipit, available via url. Corresponds to the mei element [```<score>```](https://music-encoding.org/guidelines/v5/elements/score.html) with the parent mei element [```<incip>```](https://music-encoding.org/guidelines/v5/elements/incip.html)."@en ;
             rdfs:label "has MEI score"@en .


###  https://lod.academy/melod/vocab/ontology#hasMedium
:hasMedium rdf:type owl:DatatypeProperty ;
           rdfs:range rdfs:Literal .


###  https://lod.academy/melod/vocab/ontology#hasMensuration
:hasMensuration rdf:type owl:DatatypeProperty ;
                rdfs:domain :Expression ;
                rdfs:range rdfs:Literal ;
                rdfs:comment "Information about mensuration of an Expression. Corresponds to the mei element [```<mensuration>```](https://music-encoding.org/guidelines/v5/elements/mensuration.html)."@en ;
                rdfs:label "has mensuration"@en .


###  https://lod.academy/melod/vocab/ontology#hasMeterCount
:hasMeterCount rdf:type owl:DatatypeProperty ;
               rdfs:domain :Meter ;
               rdfs:range xsd:integer ;
               rdfs:comment "Captures the number of beats in a measure as numerical value, shown as the top number of the meter signature. Corresponds to the mei attribute [```@count```](https://music-encoding.org/guidelines/v5/attribute-classes/att.meterSig.log.html)."@en ;
               rdfs:label "has meter count"@en .


###  https://lod.academy/melod/vocab/ontology#hasOrientation
:hasOrientation rdf:type owl:DatatypeProperty ;
                rdfs:domain :PaperDetail ;
                rdfs:range rdfs:Literal ;
                rdfs:comment "Describes the page orientation of the given paper details, such as landscape or portrait. MerMEId uses the mei element [```<term>```](https://music-encoding.org/guidelines/v5/elements/term.html) with the mei element [```<dimensions>```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) as parent for this concept."@en ;
                rdfs:label "has orientation"@en .


###  https://lod.academy/melod/vocab/ontology#hasPaperMaker
:hasPaperMaker rdf:type owl:DatatypeProperty .


###  https://lod.academy/melod/vocab/ontology#hasPaperMill
:hasPaperMill rdf:type owl:DatatypeProperty .


###  https://lod.academy/melod/vocab/ontology#hasPaperQuality
:hasPaperQuality rdf:type owl:DatatypeProperty ;
                 rdfs:domain :PaperDetail ;
                 rdfs:range rdfs:Literal ;
                 rdfs:comment "Describes the quality characteristics of the paper material. MerMEId uses the mei element [```<support type=\"paper_quality\">```](https://music-encoding.org/guidelines/v5/elements/support.html) with the mei element [```<supportDesc>```](https://music-encoding.org/guidelines/v5/elements/supportDesc.html) as parent for this concept."@en ;
                 rdfs:label "has paper quality"@en .


###  https://lod.academy/melod/vocab/ontology#hasPhysMedium
:hasPhysMedium rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal .


###  https://lod.academy/melod/vocab/ontology#hasPlateNum
:hasPlateNum rdf:type owl:DatatypeProperty ;
             rdfs:domain :PhysicalDescription ;
             rdfs:range rdfs:Literal ;
             rdfs:comment "Designation assigned to a resource by a music publisher, usually printed at the bottom of each page, and sometimes appearing also on the title page. Corresponds to the mei element [```<plateNum>```](https://music-encoding.org/guidelines/v5/elements/plateNum.html)."@en ;
             rdfs:label "has plate num"@en .


###  https://lod.academy/melod/vocab/ontology#hasRole
:hasRole rdf:type owl:DatatypeProperty ;
         rdfs:range rdfs:Literal .


###  https://lod.academy/melod/vocab/ontology#hasRoleDesc
:hasRoleDesc rdf:type owl:DatatypeProperty ;
             rdfs:domain :CastingDetail ;
             rdfs:range rdfs:Literal ;
             rdfs:comment "Description of the character's role in a drama, found for example in an opera. Corresponds to the mei element [```<roleDesc>```](https://music-encoding.org/guidelines/v5/elements/roleDesc.html)."@en ;
             rdfs:label "has role desc"@en .


###  https://lod.academy/melod/vocab/ontology#hasRoleName
:hasRoleName rdf:type owl:DatatypeProperty ;
             rdfs:domain :CastingDetail ;
             rdfs:range rdfs:Literal ;
             rdfs:comment "Name of a dramatic role, given for example in the cast list of an opera. Corresponds to the mei element [```<role>```](https://music-encoding.org/guidelines/v5/elements/role.html)."@en ;
             rdfs:label "has role name"@en .


###  https://lod.academy/melod/vocab/ontology#hasScriptDesc
:hasScriptDesc rdf:type owl:DatatypeProperty ;
               rdfs:domain :PhysicalDescription ;
               rdfs:range rdfs:Literal ;
               rdfs:comment "Contains a description of the letters or characters used in an Item. Corresponds to the mei element [```<scriptDesc>```](https://music-encoding.org/guidelines/v5/elements/scriptDesc.html)."@en ;
               rdfs:label "has script desc"@en .


###  https://lod.academy/melod/vocab/ontology#hasShelfmark
:hasShelfmark rdf:type owl:DatatypeProperty ;
              rdfs:domain :Item ;
              rdfs:range rdfs:Literal ;
              rdfs:comment "Shelfmark or signature, which identifies the item in an archive, repository or library. Corresponds to the mei element [```<identifier>```](https://music-encoding.org/guidelines/v5/elements/support.html) with the parent element [```<physLoc>```](https://music-encoding.org/guidelines/v5/elements/physLoc.html)."@en ;
              rdfs:label "has shelfmark"@en .


###  https://lod.academy/melod/vocab/ontology#hasStamp
:hasStamp rdf:type owl:DatatypeProperty ;
          rdfs:domain :PhysicalDescription ;
          rdfs:range rdfs:Literal ;
          rdfs:comment "Contains a word or phrase describing an official stamp mark indicating ownership, genuineness or validity. Corresponds to the mei element [```<stamp>```](https://music-encoding.org/guidelines/v5/elements/stamp.html)."@en ;
          rdfs:label "has stamp"@en .


###  https://lod.academy/melod/vocab/ontology#hasSupportDescAutograph
:hasSupportDescAutograph rdf:type owl:DatatypeProperty ;
                         rdfs:domain :PhysicalDescription ;
                         rdfs:range rdfs:Literal ;
                         rdfs:comment "Description of the foliation made by the composer. MerMEId uses the mei element [```<p type=\"autograph\">```](https://music-encoding.org/guidelines/v5/elements/p.html) with the mei element [```<supportDesc>```](https://music-encoding.org/guidelines/v5/elements/supportDesc.html) as parent for this concept."@en ;
                         rdfs:label "has support desc autograph"@en .


###  https://lod.academy/melod/vocab/ontology#hasSupportDescForeign
:hasSupportDescForeign rdf:type owl:DatatypeProperty ;
                       rdfs:domain :PhysicalDescription ;
                       rdfs:range rdfs:Literal ;
                       rdfs:comment "Description of foliation made by a foreign person, who is not the composer. MerMEId uses the mei element [```<p type=\"foreign\">```](https://music-encoding.org/guidelines/v5/elements/p.html) with the mei element [```<supportDesc>```](https://music-encoding.org/guidelines/v5/elements/supportDesc.html) as parent for this concept."@en ;
                       rdfs:label "has support desc foreign"@en .


###  https://lod.academy/melod/vocab/ontology#hasTempo
:hasTempo rdf:type owl:DatatypeProperty ;
          rdfs:domain :Expression ;
          rdfs:range rdfs:Literal ;
          rdfs:comment """Specifies tempo of an Expression through text or symbols. 

              The description can also include mood or style indications, e.g. \"allarg.\", \"a tempo\", \"cantabile\", \"Moderato\", \"♩=60\", \"Moderato ♩ =60\".

                Corresponds to the mei element [```<tempo>```](https://music-encoding.org/guidelines/v5/elements/tempo.html)."""@en ;
          rdfs:label "has tempo"@en .


###  https://lod.academy/melod/vocab/ontology#hasTwinMark
:hasTwinMark rdf:type owl:DatatypeProperty .


###  https://lod.academy/melod/vocab/ontology#inMeterUnit
:inMeterUnit rdf:type owl:DatatypeProperty ;
             rdfs:domain :Meter ;
             rdfs:range xsd:integer ;
             rdfs:comment "Specifies the beat unit, shown as the bottom number of the meter signature. Corresponds to the mei attribute [```@unit```](https://music-encoding.org/guidelines/v5/attribute-classes/att.meterSig.log.html)."@en ;
             rdfs:label "in meter unit"@en .


###  https://lod.academy/melod/vocab/ontology#isAdLib
:isAdLib rdf:type owl:DatatypeProperty ;
         rdfs:domain :InstrumentationDetail ;
         rdfs:range xsd:boolean ;
         rdfs:comment "Indicates whether a performance resource (instrument or voice) is optional (ad libitum). Corresponds to the mei attribute [```@adlib```](https://music-encoding.org/guidelines/v5/attribute-classes/att.adlibitum.html)."@en ;
         rdfs:label "is ad lib"@en .


###  https://lod.academy/melod/vocab/ontology#isSoloist
:isSoloist rdf:type owl:DatatypeProperty ;
           rdfs:domain :InstrumentationDetail ;
           rdfs:range xsd:boolean ;
           rdfs:comment "Identifies whether the performance resource (instrument or voice) is a soloist. Corresponds to the mei attribute [```@solo```](https://music-encoding.org/guidelines/v5/attribute-classes/att.perfRes.html)."@en ;
           rdfs:label "is soloist"@en .


###  https://lod.academy/melod/vocab/ontology#isodate
:isodate rdf:type owl:DatatypeProperty ;
         rdfs:domain :ExactDate ;
         rdfs:range xsd:date ;
         rdfs:comment "The exact date of the act/creation/event. Corresponds to the mei attribute [```@isodate```](https://music-encoding.org/guidelines/v5/attribute-classes/att.datable.html)."@en ;
         rdfs:label "isodate"@en .


###  https://lod.academy/melod/vocab/ontology#notAfter
:notAfter rdf:type owl:DatatypeProperty ;
          rdfs:domain :Date ;
          rdfs:range xsd:date ;
          rdfs:comment "The time of the act/creation/event is unclear, but not after a specific date or event occurred (before or while). Corresponds to the mei attribute [```@notafter```](https://music-encoding.org/guidelines/v5/attribute-classes/att.datable.html)."@en ;
          rdfs:label "not after"@en .


###  https://lod.academy/melod/vocab/ontology#notBefore
:notBefore rdf:type owl:DatatypeProperty ;
           rdfs:domain :Date ;
           rdfs:range xsd:date ;
           rdfs:comment "The time of the act/creation/event is unclear, but not before a specific date or event occurred (after or while). Corresponds to the mei attribute [```@notbefore```](https://music-encoding.org/guidelines/v5/attribute-classes/att.datable.html)."@en ;
           rdfs:label "not before"@en .


###  https://lod.academy/melod/vocab/ontology#paperPosition
:paperPosition rdf:type owl:DatatypeProperty ;
               rdfs:domain :Watermark ;
               rdfs:range rdfs:Literal ;
               rdfs:comment "Position of a watermark on the paper, specifying its location in relation to the sheet (e.g. left part of the paper)."@en ;
               rdfs:label "paper position"@en .


###  https://lod.academy/melod/vocab/ontology#paragraph
:paragraph rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf <https://schema.org/description> ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :Annotation
                                       :TitlePage
                                     )
                       ] ;
           rdfs:range rdfs:Literal ;
           rdfs:comment "Paragraph which is on a title page or abstract in a logical prose passage. Corresponds to the mei element [```<p>```](https://music-encoding.org/guidelines/v5/elements/p.html)."@en ;
           rdfs:label "paragraph"@en .


###  https://lod.academy/melod/vocab/ontology#usesApplication
:usesApplication rdf:type owl:DatatypeProperty ;
                 rdfs:domain <http://schema.org/DataCatalog> ;
                 rdfs:range rdfs:Literal ;
                 rdfs:comment "The application which was used to create the data catalog, for example MerMEId."@en ;
                 rdfs:label "uses application"@en .


###  https://schema.org/address
<https://schema.org/address> rdf:type owl:DatatypeProperty ;
                             rdfs:domain :Institution ;
                             rdfs:range rdfs:Literal ;
                             rdfs:comment "Address of an organization or building. Corresponds to the mei element [```<address>```](https://music-encoding.org/guidelines/v5/elements/address.html)."@en ;
                             rdfs:label "address"@en .


###  https://schema.org/birthDate
<https://schema.org/birthDate> rdf:type owl:DatatypeProperty ;
                               rdfs:domain :Person ;
                               rdfs:range xsd:date ;
                               rdfs:comment "Birth date of a person. No direct MEI equivalent, but can be expressed in TEI."@en ;
                               rdfs:label "birth date"@en .


###  https://schema.org/creativeWorkStatus
<https://schema.org/creativeWorkStatus> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :Work ;
                                        rdfs:range rdfs:Literal ;
                                        rdfs:comment "Status of the musical work, e.g. authenticity."@en ;
                                        rdfs:label "creative work status"@en .


###  https://schema.org/deathDate
<https://schema.org/deathDate> rdf:type owl:DatatypeProperty ;
                               rdfs:domain :Person ;
                               rdfs:range xsd:date ;
                               rdfs:comment "Death date of a person. No direct MEI equivalent, but can be expressed in TEI."@en ;
                               rdfs:label "death date"@en .


###  https://schema.org/description
<https://schema.org/description> rdf:type owl:DatatypeProperty ;
                                 rdfs:domain [ rdf:type owl:Class ;
                                               owl:unionOf ( :Bibliography
                                                             :Binding
                                                             :Date
                                                             :Event
                                                             :ExactDate
                                                             :Expression
                                                             :Hand
                                                             :Inscription
                                                             :Institution
                                                             :Item
                                                             :Key
                                                             :Manifestation
                                                             :Meter
                                                             :PerformanceEvent
                                                             :Person
                                                             :Place
                                                             :Venue
                                                             :Work
                                                             <https://schema.org/PublicationEvent>
                                                           )
                                             ] ;
                                 rdfs:range rdfs:Literal ;
                                 rdfs:comment "Description or further information to a concept."@en ;
                                 rdfs:label "description"@en .


###  https://schema.org/endDate
<https://schema.org/endDate> rdf:type owl:DatatypeProperty ;
                             rdfs:domain [ rdf:type owl:Class ;
                                           owl:unionOf ( :Date
                                                         <https://schema.org/PublicationEvent>
                                                       )
                                         ] ;
                             rdfs:range xsd:date ;
                             rdfs:comment "Ending date of a date span. Corresponds to the mei attribute [```@enddate```](https://music-encoding.org/guidelines/v5/attribute-classes/att.datable.html)."@en ;
                             rdfs:label "end date"@en .


###  https://schema.org/familyName
<https://schema.org/familyName> rdf:type owl:DatatypeProperty ;
                                rdfs:domain :Person ;
                                rdfs:range rdfs:Literal ;
                                rdfs:comment "Family name of a person. Corresponds to the mei element [```<persName>```](https://music-encoding.org/guidelines/v5/elements/persName.html)."@en ;
                                rdfs:label "family name"@en .


###  https://schema.org/gender
<https://schema.org/gender> rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Person ;
                            rdfs:range rdfs:Literal ;
                            rdfs:comment "Gender of a person. No concept available in MEI, but can be expressed in TEI."@en ;
                            rdfs:label "gender"@en .


###  https://schema.org/genre
<https://schema.org/genre> rdf:type owl:DatatypeProperty ;
                           rdfs:range rdfs:Literal .


###  https://schema.org/givenName
<https://schema.org/givenName> rdf:type owl:DatatypeProperty ;
                               rdfs:domain :Person ;
                               rdfs:range rdfs:Literal ;
                               rdfs:comment "Forename of a person. Corresponds to the mei element [```<persName>```](https://music-encoding.org/guidelines/v5/elements/persName.html)."@en ;
                               rdfs:label "given name"@en .


###  https://schema.org/includedInDataCatalog
<https://schema.org/includedInDataCatalog> rdf:type owl:DatatypeProperty ;
                                           rdfs:range <http://schema.org/DataCatalog> .


###  https://schema.org/materialExtent
<https://schema.org/materialExtent> rdf:type owl:DatatypeProperty ;
                                    rdfs:domain [ rdf:type owl:Class ;
                                                  owl:unionOf ( :Bibliography
                                                                :Expression
                                                                :PaperDetail
                                                              )
                                                ] ;
                                    rdfs:range rdfs:Literal ;
                                    rdfs:comment "Quantitative aspects of the exemplar or expression, e.g. number of pages in a manifestation or the bars in an expression. Corresponds to the mei element [```<extent>```](https://music-encoding.org/guidelines/v5/elements/extent.html)."@en ;
                                    rdfs:label "material extent"@en .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:DatatypeProperty ;
                          rdfs:domain [ rdf:type owl:Class ;
                                        owl:unionOf ( :Institution
                                                      :Place
                                                      <https://schema.org/Occupation>
                                                    )
                                      ] .


###  https://schema.org/pagination
<https://schema.org/pagination> rdf:type owl:DatatypeProperty ;
                                rdfs:domain [ rdf:type owl:Class ;
                                              owl:unionOf ( :Bibliography
                                                            :PaperDetail
                                                          )
                                            ] ;
                                rdfs:range rdfs:Literal ;
                                rdfs:comment "Bibliographic scope/pagination of a biblioghraphic reference or the page range of paper details of a manifestation or item, such as page numbers or named subdivisions. Corresponds to the mei element [```<biblScope>```](https://music-encoding.org/guidelines/v5/elements/biblScope.html)."@en ;
                                rdfs:label "pagination"@en .


###  https://schema.org/position
<https://schema.org/position> rdf:type owl:DatatypeProperty ;
                              rdfs:domain :Bibliography ;
                              rdfs:range xsd:integer ;
                              rdfs:comment "Series number position of a bibliographic entry within a larger series. No direct MEI equivalent."@en ;
                              rdfs:label "position"@en .


###  https://schema.org/startDate
<https://schema.org/startDate> rdf:type owl:DatatypeProperty ;
                               rdfs:domain [ rdf:type owl:Class ;
                                             owl:unionOf ( :Date
                                                           <https://schema.org/PublicationEvent>
                                                         )
                                           ] ;
                               rdfs:range xsd:date ;
                               rdfs:comment "Start date of a date span. Corresponds to the mei attribute [```@startdate```](https://music-encoding.org/guidelines/v5/attribute-classes/att.datable.html)."@en ;
                               rdfs:label "start date"@en .


#################################################################
#    Classes
#################################################################

###  http://data.doremus.org/ontology#M23_Casting_Detail
<http://data.doremus.org/ontology#M23_Casting_Detail> rdf:type owl:Class .


###  http://data.doremus.org/ontology#M4_Key
<http://data.doremus.org/ontology#M4_Key> rdf:type owl:Class .


###  http://data.doremus.org/ontology#M6_Casting
<http://data.doremus.org/ontology#M6_Casting> rdf:type owl:Class .


###  http://iflastandards.info/ns/lrm/lrmoo/F11_Corporate_Body
<http://iflastandards.info/ns/lrm/lrmoo/F11_Corporate_Body> rdf:type owl:Class .


###  http://iflastandards.info/ns/lrm/lrmoo/F1_Work
<http://iflastandards.info/ns/lrm/lrmoo/F1_Work> rdf:type owl:Class .


###  http://iflastandards.info/ns/lrm/lrmoo/F2_Expression
<http://iflastandards.info/ns/lrm/lrmoo/F2_Expression> rdf:type owl:Class .


###  http://iflastandards.info/ns/lrm/lrmoo/F31_Performance
<http://iflastandards.info/ns/lrm/lrmoo/F31_Performance> rdf:type owl:Class .


###  http://iflastandards.info/ns/lrm/lrmoo/F3_Manifestation_Product_Type
<http://iflastandards.info/ns/lrm/lrmoo/F3_Manifestation_Product_Type> rdf:type owl:Class .


###  http://iflastandards.info/ns/lrm/lrmoo/F5_Item
<http://iflastandards.info/ns/lrm/lrmoo/F5_Item> rdf:type owl:Class .


###  http://schema.org/DataFeed
<http://schema.org/DataFeed> rdf:type owl:Class .


###  http://schema.org/DataFeedItem
<http://schema.org/DataFeedItem> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment
<http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity
<http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E21_Person
<http://www.cidoc-crm.org/cidoc-crm/E21_Person> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure
<http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E35_Title
<http://www.cidoc-crm.org/cidoc-crm/E35_Title> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E39_Actor
<http://www.cidoc-crm.org/cidoc-crm/E39_Actor> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E40_Legal_Body
<http://www.cidoc-crm.org/cidoc-crm/E40_Legal_Body> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E41_Appellation
<http://www.cidoc-crm.org/cidoc-crm/E41_Appellation> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E42_Identifier
<http://www.cidoc-crm.org/cidoc-crm/E42_Identifier> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span
<http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E53_Place
<http://www.cidoc-crm.org/cidoc-crm/E53_Place> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E54_Dimension
<http://www.cidoc-crm.org/cidoc-crm/E54_Dimension> rdf:type owl:Class ;
                                                   rdfs:comment "Stores quantifiable dimensions like height, width, or depth with their corresponding measurement units. Corresponds to the mei element [```<dimensions>```](https://music-encoding.org/guidelines/v5/elements/dimensions.html)."@en ;
                                                   rdfs:label "E54 Dimension"@en .


###  http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit
<http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit> rdf:type owl:Class ;
                                                          rdfs:comment ""@en ;
                                                          rdfs:label "Measurement Unit"@en .


###  http://www.cidoc-crm.org/cidoc-crm/E5_Event
<http://www.cidoc-crm.org/cidoc-crm/E5_Event> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E61_Time_Primitive
<http://www.cidoc-crm.org/cidoc-crm/E61_Time_Primitive> rdf:type owl:Class .


###  http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object
<http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object> rdf:type owl:Class .


###  https://d-nb.info/standards/elementset/gnd#CorporateBody
<https://d-nb.info/standards/elementset/gnd#CorporateBody> rdf:type owl:Class .


###  https://d-nb.info/standards/elementset/gnd#TerritorialCorporateBodyOrAdministrativeUnit
<https://d-nb.info/standards/elementset/gnd#TerritorialCorporateBodyOrAdministrativeUnit> rdf:type owl:Class .


###  https://lod.academy/melod/vocab/ontology#Accidental
:Accidental rdf:type owl:Class ;
            rdfs:comment "Provides the specific accidentals of a key as defined terms, such as flat or sharp."@en ;
            rdfs:label "Accidental"@en .


###  https://lod.academy/melod/vocab/ontology#Agent
:Agent rdf:type owl:Class ;
       rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E39_Actor> ;
       rdfs:comment "Represents Individuals, institutions or organizations responsible for actions to intellectual content or events."@en ;
       rdfs:label "Agent"@en .


###  https://lod.academy/melod/vocab/ontology#Annotation
:Annotation rdf:type owl:Class ;
            rdfs:comment "Annotation or further information to a Work, Expression or Manifestation. Contains an optional label and a free text paragraph. Corresponds to the mei element [```<annot>```](https://music-encoding.org/guidelines/v5/elements/annot.html)."@en ;
            rdfs:label "Title"@en .


###  https://lod.academy/melod/vocab/ontology#Authority
:Authority rdf:type owl:Class ;
           rdfs:subClassOf :ClassificationOfManifestation ;
           rdfs:comment ""@en ;
           rdfs:label "Authority"@en .


###  https://lod.academy/melod/vocab/ontology#BibliographicGenre
:BibliographicGenre rdf:type owl:Class ;
                    rdfs:comment ""@en ;
                    rdfs:label "Bibliographic Genre"@en .


###  https://lod.academy/melod/vocab/ontology#BibliographicLevel
:BibliographicLevel rdf:type owl:Class ;
                    rdfs:comment ""@en ;
                    rdfs:label "Bibliographic Level"@en .


###  https://lod.academy/melod/vocab/ontology#Bibliography
:Bibliography rdf:type owl:Class ;
              rdfs:subClassOf :Entity ,
                              <https://schema.org/CreativeWork> ;
              rdfs:comment "Identifies a structured bibliographic entry with publication details, authors, and types as a single entity. Provides publication information, authors, editors and bibliographic type. Corresponds to the mei element [```<bibl>```](https://music-encoding.org/guidelines/v5/elements/bibl.html)."@en ;
              rdfs:label "Bibliography"@en .


###  https://lod.academy/melod/vocab/ontology#Binding
:Binding rdf:type owl:Class ;
         rdfs:comment "Information on the physical description of the binding of the Manifestation or Item, including types of covering and boards. Corresponds to the mei element [```<binding>```](https://music-encoding.org/guidelines/v5/elements/binding.html)."@en ;
         rdfs:label "Binding"@en .


###  https://lod.academy/melod/vocab/ontology#CastingDetail
:CastingDetail rdf:type owl:Class ;
               rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure> ;
               rdfs:comment "Details on a single role with name and description. Connects to the Instrumentation Detail. Corresponds to the mei element [```<castItem>```](https://music-encoding.org/guidelines/v5/elements/castItem.html)."@en ;
               rdfs:label "Casting Detail"@en .


###  https://lod.academy/melod/vocab/ontology#Certainty
:Certainty rdf:type owl:Class ;
           rdfs:comment "Defines the certainty of a specific contribution with the terms low, medium, high or unknown."@en ;
           rdfs:label "Certainty"@en .


###  https://lod.academy/melod/vocab/ontology#Classification
:Classification rdf:type owl:Class ;
                rdfs:comment "Provides classifications for each entity, that are defined terms for a specific concept, like Vocal Music, Instrumental Music or Stage Music."@en ;
                rdfs:label "Classification"@en .


###  https://lod.academy/melod/vocab/ontology#ClassificationOfManifestation
:ClassificationOfManifestation rdf:type owl:Class ;
                               rdfs:subClassOf :Classification ;
                               rdfs:comment "Provides classifications for manifestations and items, that are defined terms for a specific concept, like Authority, Presentation or Scoring."@en ;
                               rdfs:label "Classification of Manifestation"@en .


###  https://lod.academy/melod/vocab/ontology#Completeness
:Completeness rdf:type owl:Class ;
              rdfs:subClassOf :ClassificationOfManifestation ;
              rdfs:comment ""@en ;
              rdfs:label "Completeness"@en .


###  https://lod.academy/melod/vocab/ontology#CompletionStatus
:CompletionStatus rdf:type owl:Class ;
                  rdfs:comment "Defines the completion status of an expression as defined terms, which are complete, incomplete or unknown."@en ;
                  rdfs:label "Completion Status"@en .


###  https://lod.academy/melod/vocab/ontology#Content
:Content rdf:type owl:Class ;
         rdfs:subClassOf :ClassificationOfManifestation ;
         rdfs:comment ""@en ;
         rdfs:label "Content"@en .


###  https://lod.academy/melod/vocab/ontology#Contribution
:Contribution rdf:type owl:Class ;
              rdfs:comment "Represents Individuals, institutions or organizations responsible for contributions to intellectual content or events. Corresponds to the mei element [```<contributor>```](https://music-encoding.org/guidelines/v5/elements/contributor.html)."@en ;
              rdfs:label "Contribution"@en .


###  https://lod.academy/melod/vocab/ontology#Date
:Date rdf:type owl:Class ;
      rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span> ,
                      <https://schema.org/Date> ;
      rdfs:comment "Represents a point in time or the time period between two such points as well as a short desriptive text. Provides exact dates, date spans, and uncertain dates. Corresponds to the mei element [```<date>```](https://music-encoding.org/guidelines/v5/elements/date.html)."@en ;
      rdfs:label "Date"@en .


###  https://lod.academy/melod/vocab/ontology#Entity
:Entity rdf:type owl:Class ;
        rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity> ;
        rdfs:comment ""@en ;
        rdfs:label "Entity"@en .


###  https://lod.academy/melod/vocab/ontology#Event
:Event rdf:type owl:Class ;
       rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E5_Event> ,
                       :Entity ,
                       <https://schema.org/Event> ;
       rdfs:comment "Identifies an event or a specific action as a single entity, containing historical information. Provides a description of the associated event, including contributors, dates and locations where the event took place. Corresponds to the mei element [```<event type=\"history\">```](https://music-encoding.org/guidelines/v5/elements/event.html)."@en ;
       rdfs:label "Event"@en .


###  https://lod.academy/melod/vocab/ontology#ExactDate
:ExactDate rdf:type owl:Class ;
           rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E61_Time_Primitive> ,
                           <https://schema.org/Date> ;
           rdfs:comment "Represents a point in time or the time period between two such points as well as a short desriptive text. Provides exact dates, date spans, and uncertain dates. Corresponds to the mei element [```<date>```](https://music-encoding.org/guidelines/v5/elements/date.html)."@en ;
           rdfs:label "Exact Date"@en .


###  https://lod.academy/melod/vocab/ontology#Expression
:Expression rdf:type owl:Class ;
            rdfs:subClassOf <http://iflastandards.info/ns/lrm/lrmoo/F2_Expression> ,
                            :Entity ,
                            <https://schema.org/MusicComposition> ;
            rdfs:comment "Intellectual or artistic realization of a work. This class contains description at the FRBR expression level. Corresponds to the mei element [```<expression>```](https://music-encoding.org/guidelines/v5/elements/expression.html)."@en ;
            rdfs:label "Expression"@en ;
            rdfs:seeAlso "https://music-encoding.org/guidelines/v5/elements/expression.html" .


###  https://lod.academy/melod/vocab/ontology#Extent
:Extent rdf:type owl:Class ;
        rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E54_Dimension> ;
        rdfs:comment "Records the extent or of a resource, such as number of pages or duration. Corresponds to the mei element [```<extent>```](https://music-encoding.org/guidelines/v5/elements/extent.html)."@en ;
        rdfs:label "Extent"@en .


###  https://lod.academy/melod/vocab/ontology#Format
:Format rdf:type owl:Class .


###  https://lod.academy/melod/vocab/ontology#Hand
:Hand rdf:type owl:Class ;
      rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E39_Actor> ;
      rdfs:comment "Individual handwriting or distinct scribe on a item, specified with the individual person, writing medium and type. Corresponds to the mei element [```<hand>```](https://music-encoding.org/guidelines/v5/elements/hand.html)."@en ;
      rdfs:label "Hand"@en .


###  https://lod.academy/melod/vocab/ontology#HandType
:HandType rdf:type owl:Class ;
          rdfs:comment "Provides the type of the writing as defined terms, such as original content, additions or notes."@en ;
          rdfs:label "Hand type"@en .


###  https://lod.academy/melod/vocab/ontology#Identifier
:Identifier rdf:type owl:Class ;
            rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E42_Identifier> ;
            rdfs:comment "Index identifier consisting of a label (e.g., catalog name) and it's value. Corresponds to the mei element [```<identifier>```](https://music-encoding.org/guidelines/v5/elements/identifier.html)."@en ;
            rdfs:label "Identifier"@en .


###  https://lod.academy/melod/vocab/ontology#Inscription
:Inscription rdf:type owl:Class ;
             rdfs:comment "Provides information on an inscription added to an item, such as a bookplates, signatures of the author or gift notes. Corresponds to the mei element [```<inscription>```](https://music-encoding.org/guidelines/v5/elements/inscription.html)."@en ;
             rdfs:label "Inscription"@en .


###  https://lod.academy/melod/vocab/ontology#Institution
:Institution rdf:type owl:Class ;
             rdfs:subClassOf <http://iflastandards.info/ns/lrm/lrmoo/F11_Corporate_Body> ,
                             <http://www.cidoc-crm.org/cidoc-crm/E40_Legal_Body> ,
                             :Agent ,
                             :Entity ,
                             <https://schema.org/Organization> ;
             rdfs:comment "Identifies an institution or group of people that acts as a single entity. Corresponds to the mei element [```<corpName>```](https://music-encoding.org/guidelines/v5/elements/corpName.html)."@en ;
             rdfs:label "Institution"@en .


###  https://lod.academy/melod/vocab/ontology#Instrument
:Instrument rdf:type owl:Class ;
            rdfs:comment "Provides the specific Instrument or Voice that is part of an instrumentation as defined terms. Examples: Violin, Viola or Tenor."@en ;
            rdfs:label "Instrument"@en .


###  https://lod.academy/melod/vocab/ontology#InstrumentFamily
:InstrumentFamily rdf:type owl:Class ;
                  rdfs:comment "Provides the instrument family for a specific instrument as a defined term, for example Woodwinds or Strings."@en ;
                  rdfs:label "Instrument Family"@en .


###  https://lod.academy/melod/vocab/ontology#InstrumentalMusic
:InstrumentalMusic rdf:type owl:Class ;
                   rdfs:subClassOf :Classification ;
                   rdfs:comment ""@en ;
                   rdfs:label "Instrumental music"@en .


###  https://lod.academy/melod/vocab/ontology#Instrumentation
:Instrumentation rdf:type owl:Class ;
                 rdfs:subClassOf <http://data.doremus.org/ontology#M6_Casting> ,
                                 :Entity ;
                 rdfs:comment "Identifies the solo and ensemble instrumental and vocal resources of a composition – such as an orchestra – as a single entity. Provides detailed information on each instrument or voice. Corresponds to the mei element [```<perfMedium>```](https://music-encoding.org/guidelines/v5/elements/perfMedium.html)."@en ;
                 rdfs:label "Instrumentation"@en .


###  https://lod.academy/melod/vocab/ontology#InstrumentationDetail
:InstrumentationDetail rdf:type owl:Class ;
                       rdfs:subClassOf <http://data.doremus.org/ontology#M23_Casting_Detail> ;
                       rdfs:comment "Details about a specific instrument or voice in the instrumentation, including number of performers, soloist status, and optional casting details. Corresponds to the mei element [```<perfRes>```](https://music-encoding.org/guidelines/v5/elements/perfRes.html)."@en ;
                       rdfs:label "Instrumentation Detail"@en .


###  https://lod.academy/melod/vocab/ontology#InstrumentationGroup
:InstrumentationGroup rdf:type owl:Class ;
                      rdfs:subClassOf :Instrumentation ;
                      rdfs:comment "Multiple instruments or voices treated as a group. Corresponds to the mei element [```<perfResList>```](https://music-encoding.org/guidelines/v5/elements/perfResList.html)."@en ;
                      rdfs:label "Instrumentation Group"@en .


###  https://lod.academy/melod/vocab/ontology#Item
:Item rdf:type owl:Class ;
      rdfs:subClassOf <http://iflastandards.info/ns/lrm/lrmoo/F5_Item> ,
                      :Entity ,
                      <https://schema.org/CreativeWork> ;
      rdfs:comment "A single instance or exemplar of a manifestation, like a specific copy of a score. This class contains descriptions at the FRBR item level. Corresponds to the mei element [```<item>```](https://music-encoding.org/guidelines/v5/elements/item.html)."@en ;
      rdfs:label "Item"@en .


###  https://lod.academy/melod/vocab/ontology#Key
:Key rdf:type owl:Class ;
     rdfs:subClassOf <http://data.doremus.org/ontology#M4_Key> ;
     rdfs:comment "Contains key signature information including pitch name, accidental and mode (e.g., 'A minor'). Corresponds to the mei element [```<key>```](https://music-encoding.org/guidelines/v5/elements/key.html)."@en ;
     rdfs:label "Key"@en .


###  https://lod.academy/melod/vocab/ontology#Language
:Language rdf:type owl:Class ;
          rdfs:comment "Provides various languages as defined terms in which a resource is written, for example English, German or French."@en ;
          rdfs:label "Language"@en .


###  https://lod.academy/melod/vocab/ontology#Manifestation
:Manifestation rdf:type owl:Class ;
               rdfs:subClassOf <http://iflastandards.info/ns/lrm/lrmoo/F3_Manifestation_Product_Type> ,
                               :Entity ,
                               <https://schema.org/CreativeWork> ;
               rdfs:comment "A bibliographic description of a physical embodiment of an expression of a work. This class contains description at the FRBR manifestation level. Corresponds to the mei element [```<manifestation>```](https://music-encoding.org/guidelines/v5/elements/manifestation.html)."@en ;
               rdfs:label "Manifestation"@en .


###  https://lod.academy/melod/vocab/ontology#Medium
:Medium rdf:type owl:Class ;
        rdfs:comment "Provides the type of writing medium as defined terms, such as ink or pencil."@en ;
        rdfs:label "Medium"@en .


###  https://lod.academy/melod/vocab/ontology#Meter
:Meter rdf:type owl:Class ;
       rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E41_Appellation> ;
       rdfs:comment "Contains information about the time signature of the expression or movements, including count, unit and optional meter symbols. Provides information about count and unit or a meter symbol, such as 'c'. Corresponds to the mei element [```<meter>```](https://music-encoding.org/guidelines/v5/elements/meter.html)."@en ;
       rdfs:label "Meter"@en .


###  https://lod.academy/melod/vocab/ontology#Mode
:Mode rdf:type owl:Class ;
      rdfs:comment "Provides the specific mode of a key as defined terms, such as major or minor."@en ;
      rdfs:label "Mode"@en .


###  https://lod.academy/melod/vocab/ontology#MusicIncipit
:MusicIncipit rdf:type owl:Class ;
              rdfs:subClassOf <https://schema.org/MusicalComposition> ;
              rdfs:comment "The opening music and/or corresponding text of a musical expression. Provides the plaine and easy code, text incipit and MEI score. Corresponds to the mei element [```<incip>```](https://music-encoding.org/guidelines/v5/elements/incip.html)."@en ;
              rdfs:label "Music Incipit"@en .


###  https://lod.academy/melod/vocab/ontology#PaperDetail
:PaperDetail rdf:type owl:Class ;
             rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment> ;
             rdfs:comment "Paper details of a Manifestation (if it is the same for all Items) or of an Item. Provides information in paper format, rastrals, range, orientation and paper quality. Corresponds to the mei element [```<physDesc type=\"paper_type\">```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
             rdfs:label "Paper Detail"@en .


###  https://lod.academy/melod/vocab/ontology#PerformanceEvent
:PerformanceEvent rdf:type owl:Class ;
                  rdfs:subClassOf <http://iflastandards.info/ns/lrm/lrmoo/F31_Performance> ,
                                  :Entity ,
                                  :Event ;
                  rdfs:comment "Identifies a presentation of one or more musical works as a single entity. Provides the same properties as in an Event, expanded by information about the venue. Corresponds to the mei element [```<event type=\"performance\">```](https://music-encoding.org/guidelines/v5/elements/event.html)."@en ;
                  rdfs:label "Performance Event"@en .


###  https://lod.academy/melod/vocab/ontology#Person
:Person rdf:type owl:Class ;
        rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E21_Person> ,
                        :Agent ,
                        :Entity ,
                        <https://schema.org/Person> ;
        rdfs:comment "Identifies an individual that acts as a single entity. Provides forename, surname, death and birth dates and an occupation of the person. Corresponds to the mei element [```<persName>```](https://music-encoding.org/guidelines/v5/elements/persName.html)."@en ;
        rdfs:label "Person"@en .


###  https://lod.academy/melod/vocab/ontology#PhysicalDescription
:PhysicalDescription rdf:type owl:Class ;
                     rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment> ;
                     rdfs:comment "Physical properties of a Manifestation (if it is the same for all Items) or of an Item. Provides information on Extent, Dimensions, Watermark, Stamp, physical materials and score format. Corresponds to the mei element [```<physDesc>```](https://music-encoding.org/guidelines/v5/elements/physDesc.html)."@en ;
                     rdfs:label "Physical Description"@en .


###  https://lod.academy/melod/vocab/ontology#Pitch
:Pitch rdf:type owl:Class ;
       rdfs:comment "Provides the specific pitches of a key as defined terms, such as c, d or e."@en ;
       rdfs:label "Pitch"@en .


###  https://lod.academy/melod/vocab/ontology#Place
:Place rdf:type owl:Class ;
       rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E53_Place> ,
                       <https://d-nb.info/standards/elementset/gnd#TerritorialCorporateBodyOrAdministrativeUnit> ,
                       :Entity ,
                       <https://schema.org/Place> ;
       rdfs:comment "Identifies a geographic location with specified name and optional hierarchical relationships as a single entity. Corresponds to the mei element [```<geogName type=\"place\">```](https://music-encoding.org/guidelines/v5/elements/geogName.html)."@en ;
       rdfs:label "Place"@en .


###  https://lod.academy/melod/vocab/ontology#Presentation
:Presentation rdf:type owl:Class ;
              rdfs:subClassOf :ClassificationOfManifestation ;
              rdfs:comment ""@en ;
              rdfs:label "Presentation"@en .


###  https://lod.academy/melod/vocab/ontology#Rastral
:Rastral rdf:type owl:Class ;
         rdfs:comment "Information on the physical description of rastral mirrors used to rule staff lines. MerMEId uses the mei element [```<dimensions type=\"rastral_mirror\">```](https://music-encoding.org/guidelines/v5/elements/dimensions.html) for this concept."@en ;
         rdfs:label "Rastral"@en .


###  https://lod.academy/melod/vocab/ontology#Role
:Role rdf:type owl:Class ;
      rdfs:comment "Provides specific roles for contributors or agents of an entity, that are defined terms. Example: Composer, Arranger or Lyricist."@en ;
      rdfs:label "Role"@en .


###  https://lod.academy/melod/vocab/ontology#Scoring
:Scoring rdf:type owl:Class ;
         rdfs:subClassOf :ClassificationOfManifestation ;
         rdfs:comment ""@en ;
         rdfs:label "Scoring"@en .


###  https://lod.academy/melod/vocab/ontology#StageMusic
:StageMusic rdf:type owl:Class ;
            rdfs:subClassOf :Classification ;
            rdfs:comment ""@en ;
            rdfs:label "Stage music"@en .


###  https://lod.academy/melod/vocab/ontology#State
:State rdf:type owl:Class ;
       rdfs:subClassOf :ClassificationOfManifestation ;
       rdfs:comment ""@en ;
       rdfs:label "State"@en .


###  https://lod.academy/melod/vocab/ontology#Title
:Title rdf:type owl:Class ;
       rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E35_Title> ;
       rdfs:comment "Title of a work, manifestation or bibliographic entry, with optional type specification. Corresponds to the mei element [```<title>```](https://music-encoding.org/guidelines/v5/elements/title.html)."@en ;
       rdfs:label "Title"@en .


###  https://lod.academy/melod/vocab/ontology#TitlePage
:TitlePage rdf:type owl:Class ;
           rdfs:comment "Contains a transcription of the title page of a Manifestation or Item. Provides information with the paragraph and the type of the Title Page. Corresponds to the mei element [```<titlePage>```](https://music-encoding.org/guidelines/v5/elements/titlePage.html)."@en ;
           rdfs:label "Title Page"@en .


###  https://lod.academy/melod/vocab/ontology#TitleType
:TitleType rdf:type owl:Class ;
           rdfs:comment ""@en ;
           rdfs:label "Title Type"@en .


###  https://lod.academy/melod/vocab/ontology#Venue
:Venue rdf:type owl:Class ;
       rdfs:subClassOf <https://d-nb.info/standards/elementset/gnd#CorporateBody> ,
                       :Entity ,
                       :Place ,
                       <https://schema.org/CivicStructure> ;
       rdfs:comment "Identifies a venue, such as a specific theatre as a single entity. Corresponds to the mei element [```<geogName type=\"venue\">```](https://music-encoding.org/guidelines/v5/elements/geogName.html)."@en ;
       rdfs:label "Venue"@en .


###  https://lod.academy/melod/vocab/ontology#VocalMusic
:VocalMusic rdf:type owl:Class ;
            rdfs:subClassOf :Classification ;
            rdfs:comment ""@en ;
            rdfs:label "Vocal music"@en .


###  https://lod.academy/melod/vocab/ontology#Watermark
:Watermark rdf:type owl:Class ;
           rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object> ;
           rdfs:comment "Description of a Watermark found in paper. Provides a heraldry description and information on completeness, positioning on the page and paper production. Corresponds to the mei element [```<watermark>```](https://music-encoding.org/guidelines/v5/elements/watermark.html)."@en ;
           rdfs:label "Watermark"@en .


###  https://lod.academy/melod/vocab/ontology#Work
:Work rdf:type owl:Class ;
      rdfs:subClassOf <http://iflastandards.info/ns/lrm/lrmoo/F1_Work> ,
                      :Entity ,
                      <https://schema.org/CreativeWork> ;
      rdfs:comment """Provides a detailed description of a work — a distinct intellectual or artistic creation. 
    This class contains description at the FRBR work level. Corresponds to the mei element [```<work>```](https://music-encoding.org/guidelines/v5/elements/work.html)."""@en ;
      rdfs:label "Work"@en ;
      rdfs:seeAlso "https://music-encoding.org/guidelines/v5/elements/work.html" .


###  https://lod.academy/melod/vocab/ontology#hasClassification
:hasClassification rdf:type owl:Class ;
                   owl:equivalentClass <https://schema.org/keywords> .


###  https://lod.academy/melod/vocab/ontology#inLanguage
:inLanguage rdf:type owl:Class ;
            owl:equivalentClass <https://schema.org/inLanguage> .


###  https://schema.org/CivicStructure
<https://schema.org/CivicStructure> rdf:type owl:Class .


###  https://schema.org/CreativeWork
<https://schema.org/CreativeWork> rdf:type owl:Class .


###  https://schema.org/DataCatalog
<https://schema.org/DataCatalog> rdf:type owl:Class ;
                                 rdfs:comment "Data Catalog, which could be a Source or Work Catalog."@en ;
                                 rdfs:label "Data Catalog"@en .


###  https://schema.org/DataFeed
<https://schema.org/DataFeed> rdf:type owl:Class ;
                              rdfs:comment "Feed of multiple files as a collection, like a DataFeed of Symphonies."@en ;
                              rdfs:label "Data Feed"@en .


###  https://schema.org/DataFeedItem
<https://schema.org/DataFeedItem> rdf:type owl:Class ;
                                  rdfs:comment "Item of a Data Feed, for example one Expression entity."@en ;
                                  rdfs:label "Data Feed Item"@en .


###  https://schema.org/Date
<https://schema.org/Date> rdf:type owl:Class .


###  https://schema.org/Event
<https://schema.org/Event> rdf:type owl:Class .


###  https://schema.org/MusicComposition
<https://schema.org/MusicComposition> rdf:type owl:Class .


###  https://schema.org/MusicalComposition
<https://schema.org/MusicalComposition> rdf:type owl:Class .


###  https://schema.org/Occupation
<https://schema.org/Occupation> rdf:type owl:Class ;
                                rdfs:comment "Occupation of a Person. Contains information about name and occupation location."@en ;
                                rdfs:label "Occupation"@en .


###  https://schema.org/Organization
<https://schema.org/Organization> rdf:type owl:Class .


###  https://schema.org/Person
<https://schema.org/Person> rdf:type owl:Class .


###  https://schema.org/Place
<https://schema.org/Place> rdf:type owl:Class .


###  https://schema.org/PublicationEvent
<https://schema.org/PublicationEvent> rdf:type owl:Class ;
                                      rdfs:comment "Publication Event for a Manifestation. Provides information on publisher, publication place and date. Corresponds to the mei element [```<pubStmt>```](https://music-encoding.org/guidelines/v5/elements/pubStmt.html)."@en ;
                                      rdfs:label "Publication Event"@en .


###  https://schema.org/inLanguage
<https://schema.org/inLanguage> rdf:type owl:Class .


###  https://schema.org/keywords
<https://schema.org/keywords> rdf:type owl:Class .


#################################################################
#    Annotations
#################################################################

<http://www.cidoc-crm.org/cidoc-crm/P2_has_type> rdfs:comment "Type of a concept (which is not a title) as a classifying feature. Corresponds to the mei attribute [```@type```](https://music-encoding.org/guidelines/v5/attribute-classes/att.typed.html)."@en ;
                                                 rdfs:label "P2 has type"@en .


<http://www.cidoc-crm.org/cidoc-crm/P91_has_unit> rdfs:comment "Unit of a dimension, e.g. 'cm'. Records the unit of the value measurement. Corresponds to the mei attribute [```@unit```](https://music-encoding.org/guidelines/v5/attribute-classes/att.measurement.html)."@en ;
                                                  rdfs:label "P91 has unit"@en .


:hasClassification rdfs:comment """Classification to a concept or resource. Provides keywords or phrases describing this resource and it's content. 

    Corresponds to the mei element [```<classification>```](https://music-encoding.org/guidelines/v5/elements/classification.html) with the child [```<termList>```](https://music-encoding.org/guidelines/v5/elements/termList.html) and the child [```<term>```](https://music-encoding.org/guidelines/v5/elements/term.html)"""@en ;
                   rdfs:label "has classification"@en .


:hasClassificationOfManifestation rdfs:comment "Classification to a manifestation written as free text. Corresponds to the mei element [```<classification>```](https://music-encoding.org/guidelines/v5/elements/classification.html) with the child [```<termList>```](https://music-encoding.org/guidelines/v5/elements/termList.html) and the child [```<term>```](https://music-encoding.org/guidelines/v5/elements/term.html)"@en ,
                                               """Classification to a manifestation. Provides keywords or phrases describing the manifestation and it's content. 

    Corresponds to the mei element [```<classification>```](https://music-encoding.org/guidelines/v5/elements/classification.html) with the child [```<termList>```](https://music-encoding.org/guidelines/v5/elements/termList.html) and the child [```<term>```](https://music-encoding.org/guidelines/v5/elements/term.html)"""@en ;
                                  rdfs:label "has classification of manifestation"@en .


:hasMedium rdfs:comment "Writing medium of a hand writing, such as ink, pen or pencil. Corresponds to the mei attribute [```@medium```](https://music-encoding.org/guidelines/v5/attribute-classes/att.medium.html)."@en ;
           rdfs:label "has medium"@en .


:hasPaperMaker rdfs:comment "Paper maker, from whom the paper of a Watermark was made."@en ;
               rdfs:label "has paper maker"@en .


:hasPaperMill rdfs:comment "Paper mill or factory, where the paper of a Watermark was printed."@en ;
              rdfs:label "has paper mill"@en .


:hasPhysMedium rdfs:comment "Records the physical materials used in the Item or Manifestation, such as paper details. Information about the use of a specific ink would be described by the property hasMedium and the Class Hand. Corresponds to the mei element [```<physMedium>```](https://music-encoding.org/guidelines/v5/elements/physMedium.html)."@en ,
                            "Records the physical materials, which are not paper descriptions, used in the Item or Manifestation, as a Literal. Information about the use of a specific ink would be described by the property hasMedium and the Class Hand. Corresponds to the mei element [```<physMedium>```](https://music-encoding.org/guidelines/v5/elements/physMedium.html)."@en ;
               rdfs:label "has phys medium"@en .


:hasRole rdfs:comment "Role of contributing, such as a composer, lyricist or musician. Corresponds to the mei attribute [```@role```](https://music-encoding.org/guidelines/v5/attribute-classes/att.name.html)."@en ;
         rdfs:label "has role"@en .


:hasTwinMark rdfs:comment "Twin mark of a Watermark as an external resource."@en ;
             rdfs:label "has twin mark"@en .


:inLanguage rdfs:comment """Specifies the language used in an Expression or bibliographic entry. Can be used multiple times. 

    Corresponds to the mei element [```<language>```](https://music-encoding.org/guidelines/v5/elements/language.html) and [```<langUsage>```](https://music-encoding.org/guidelines/v5/elements/langUsage.html). 

    Note that the use of language refers to the Expression and not to the Work."""@en ;
            rdfs:label "in language"@en .


<https://schema.org/genre> rdfs:comment "Categorizes a bibliographic entry by form, style or content (e.g., book, article, website). Corresponds to the mei element [```<genre>```](https://music-encoding.org/guidelines/v5/elements/genre.html)."@en ;
                           rdfs:label "genre"@en .


<https://schema.org/includedInDataCatalog> rdfs:comment ""@en ;
                                           rdfs:label "included in data catalog"@en .


<https://schema.org/name> rdfs:comment "Name of a place, occupation or institution. Corresponds to the mei element [```<name>```](https://music-encoding.org/guidelines/v5/elements/name.html)."@en ;
                          rdfs:label "name"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
