@prefix : <https://github.com/anntanp/mocho-odk/mocho/mocho-full.ttl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ec: <http://www.ebu.ch/metadata/ontologies/ebucoreplus#> .
@prefix aco: <https://w3id.org/ac-ontology/aco#> .
@prefix ddb: <http://www.deutsche-digitale-bibliothek.de/edm/> .
@prefix lio: <https://w3id.org/lio/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vra: <http://purl.org/vra/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix rdac: <http://rdaregistry.info/Elements/c/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix schema: <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://github.com/anntanp/mocho-odk/mocho/mocho-full.ttl> .

<https://github.com/anntanp/mocho-odk/mocho/mocho-full.ttl> rdf:type owl:Ontology ;
                                                             owl:versionIRI <https://github.com/anntanp/mocho-odk/mocho/releases/2026-03-11/mocho-full.ttl> ;
                                                             dcterms:description """A middle ontology bridging the Europeana Data Model (EDM) as top-level ontology with domain ontologies: RDA, Records in Contexts Ontology (RiC-O), Music Ontology, Audio Commons Ontology (ACO), and CIDOC CRM via LRMoo/FRBRoo. The WEMI model (Work, Expression, Manifestation, Item) serves as the central conceptual framework, with RDA entity classes as the canonical middle-layer.
""" ;
                                                             dcterms:license <https://creativecommons.org/licenses/by/4.0/deed.en> ;
                                                             dcterms:title "Middle Ontology for Cultural Heritage Objects (MOCHO)"@en ;
                                                             owl:versionInfo "2026-03-11" .

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

###  http://purl.org/dc/elements/1.1/contributor
dc:contributor rdf:type owl:AnnotationProperty ;
               dcterms:description "An Agent who has participated in any phase of management of an Asset."@en ,
                                   "Ein Agent, der in irgendeiner Phase der Verwaltung eines Assets mitgewirkt hat."@de ,
                                   "Un agent qui a participé à une phase quelconque de la gestion d'un actif."@fr ;
               rdfs:isDefinedBy dc: ;
               rdfs:label "Beitragender"@de ,
                          "Contributeur"@fr ,
                          "Contributor"@en ,
                          "dc:contributor"@en .


###  http://purl.org/dc/elements/1.1/creator
dc:creator rdf:type owl:AnnotationProperty ;
           dcterms:description "Pour identifier le créateur d'un actif."@fr ,
                               "So identifizieren Sie den Ersteller eines Assets."@de ,
                               "To identify the creator of an Asset."@en ;
           rdfs:isDefinedBy dc: ;
           rdfs:label "Creator"@en ,
                      "Créateur"@fr ,
                      "Schöpfer"@de ,
                      "dc:creator"@en .


###  http://purl.org/dc/elements/1.1/date
dc:date rdf:type owl:AnnotationProperty ;
        rdfs:comment "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [ISO 8601-1] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [W3CDTF] or the Extended Date/Time Format Specification [EDTF]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."@en ;
        rdfs:label "dc:date"@en ;
        skos:definition "A point or period of time associated with an event in the lifecycle of the resource."@en .


###  http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty ;
               dcterms:description "A description of an Asset."@en ,
                                   "Eine Beschreibung eines Assets."@de ,
                                   "Une description d'un actif."@fr ;
               rdfs:comment "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en ;
               rdfs:label "Beschreibung"@de ,
                          "Description"@en ,
                          "Description"@fr ,
                          "dc:description"@en ;
               skos:definition "An account of the resource."@en .


###  http://purl.org/dc/elements/1.1/rights
dc:rights rdf:type owl:AnnotationProperty ;
          rdfs:comment "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en ;
          rdfs:label "dc:rights"@en ;
          skos:definition "Information about rights held in and over the resource."@en .


###  http://purl.org/dc/elements/1.1/source
dc:source rdf:type owl:AnnotationProperty ;
          dcterms:description "Pour identifier une ressource comme étant la source d'une autre Resource."@fr ,
                              "To identify a Resource as the source of another Resource."@en ,
                              "Um eine Resource als Quelle einer anderen Resource zu identifizieren."@de ;
          rdfs:label "Quelle"@de ,
                     "Source"@en ,
                     "Source :"@fr ,
                     "dc:source"@en .


###  http://purl.org/dc/elements/1.1/title
dc:title rdf:type owl:AnnotationProperty ;
         dcterms:description "Der Titel, unter dem ein EditorialObject bekannt ist."@de ,
                             "Le titre par lequel un EditorialObject est connu."@fr ,
                             "The title by which a EditorialObject is known."@en ;
         rdfs:isDefinedBy dc: ;
         rdfs:label "Titel"@de ,
                    "Title"@en ,
                    "Titre"@fr ,
                    "dc:title"@en .


###  http://purl.org/dc/terms/date
dcterms:date rdf:type owl:AnnotationProperty ;
             rdfs:comment "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [ISO 8601-1] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [W3CDTF] or the Extended Date/Time Format Specification [EDTF]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."@en ;
             rdfs:label "dcterms:date"@en ;
             skos:definition "A point or period of time associated with an event in the lifecycle of the resource."@en .


###  http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty ;
                    rdfs:isDefinedBy dcterms: ;
                    rdfs:label "dcterms:description"@en .


###  http://purl.org/dc/terms/issued
dcterms:issued rdf:type owl:AnnotationProperty ;
               rdfs:label "dcterms:issued"@en ;
               skos:definition "Date of formal issuance of the resource."@en .


###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty ;
                rdfs:comment "A legal document giving official permission to do something with the resource."@en ;
                rdfs:label "dcterms:license"@en .


###  http://purl.org/dc/terms/rights
dcterms:rights rdf:type owl:AnnotationProperty ;
               rdfs:comment "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en ;
               rdfs:label "dcterms:rights"@en ;
               skos:definition "Information about rights held in and over the resource."@en .


###  http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty ;
              rdfs:comment "A name given to a resource.  Typically, the title will be the name by which the resource is formally known."@en ;
              rdfs:isDefinedBy dcterms: ;
              rdfs:label "dcterms:title"@en .


###  http://www.w3.org/2000/01/rdf-schema#comment
rdfs:comment rdf:type owl:AnnotationProperty ;
             rdfs:label "rdfs:comment"@en .


###  http://www.w3.org/2000/01/rdf-schema#isDefinedBy
rdfs:isDefinedBy rdf:type owl:AnnotationProperty ;
                 rdfs:comment <rdfs:isDefinedBy> .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:AnnotationProperty ;
           rdfs:comment "rdfs:label"@en .


###  http://www.w3.org/2004/02/skos/core#altLabel
skos:altLabel rdf:type owl:AnnotationProperty ;
              skos:altLabel "skos:altLabel"@en ;
              skos:definition "Alternative Label"@en .


###  http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty ;
                rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                rdfs:label "definition"@en ,
                           "skos:definition"@en ;
                skos:definition "A statement or formal explanation of the meaning of a concept."@en .


###  http://www.w3.org/2004/02/skos/core#example
skos:example rdf:type owl:AnnotationProperty ;
             rdfs:comment "skos:example"@en ;
             rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
             rdfs:label "example"@en ;
             skos:definition "An example of the use of a concept."@en .


###  http://www.w3.org/2004/02/skos/core#note
skos:note rdf:type owl:AnnotationProperty ;
          rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
          rdfs:label "note"@en ,
                     "skos:note"@en ;
          skos:definition "A general note, for any purpose."@en ;
          skos:scopeNote "This property may be used directly, or as a super-property for more specific note types."@en .


###  http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty ;
               rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en ,
                            "The range of skos:prefLabel is the class of RDF plain literals."@en ,
                            """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
               rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
               rdfs:label "preferred label"@en ,
                          "skos:prefLabel"@en ;
               skos:definition "The preferred lexical label for a resource, in a given language."@en .


###  http://www.w3.org/2004/02/skos/core#scopeNote
skos:scopeNote rdf:type owl:AnnotationProperty ;
               rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
               rdfs:label "scope note"@en ;
               skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en ;
               skos:scopeNote "skos:scopeNote"@en .


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

###  http://purl.org/NET/c4dm/event.owl#agent
<http://purl.org/NET/c4dm/event.owl#agent> rdf:type owl:ObjectProperty ;
                                           rdfs:label "event:agent"@en .


###  http://purl.org/NET/c4dm/event.owl#factor
<http://purl.org/NET/c4dm/event.owl#factor> rdf:type owl:ObjectProperty ;
                                            rdfs:label "event:factor"@en .


###  http://purl.org/NET/c4dm/event.owl#isAgentIn
<http://purl.org/NET/c4dm/event.owl#isAgentIn> rdf:type owl:ObjectProperty .


###  http://purl.org/NET/c4dm/event.owl#isFactorOf
<http://purl.org/NET/c4dm/event.owl#isFactorOf> rdf:type owl:ObjectProperty .


###  http://purl.org/NET/c4dm/event.owl#producedIn
<http://purl.org/NET/c4dm/event.owl#producedIn> rdf:type owl:ObjectProperty .


###  http://purl.org/NET/c4dm/event.owl#product
<http://purl.org/NET/c4dm/event.owl#product> rdf:type owl:ObjectProperty .


###  http://purl.org/dc/elements/1.1/coverage
dc:coverage rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf <http://www.europeana.eu/schemas/edm/hasMet> ;
            rdfs:comment "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."@en ;
            rdfs:label "dc:coverage"@en ;
            skos:definition "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en .


###  http://purl.org/dc/elements/1.1/publisher
dc:publisher rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://www.europeana.eu/schemas/edm/hasMet> .


###  http://purl.org/dc/elements/1.1/relation
dc:relation rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf <http://www.europeana.eu/schemas/edm/isRelatedTo> .


###  http://purl.org/dc/elements/1.1/subject
dc:subject rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://www.europeana.eu/schemas/edm/isRelatedTo> ;
           rdfs:label "dc:subject"@en .


###  http://purl.org/dc/terms/contributor
dcterms:contributor rdf:type owl:ObjectProperty ;
                    rdfs:range dcterms:Agent ;
                    rdfs:comment "The guidelines for using names of persons or organizations as creators apply to contributors."@en ;
                    rdfs:label "dcterms:contributor"@en ;
                    skos:definition "An entity responsible for making contributions to the resource."@en .


###  http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf dcterms:contributor ;
                rdfs:range dcterms:Agent ;
                rdfs:comment "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided."@en ;
                rdfs:label "dcterms:creator"@en ;
                skos:definition "An entity responsible for making the resource."@en .


###  http://purl.org/dc/terms/hasPart
dcterms:hasPart rdf:type owl:ObjectProperty ;
                rdfs:label "dcterms:hasPart"@en .


###  http://purl.org/dc/terms/isPartOf
dcterms:isPartOf rdf:type owl:ObjectProperty ;
                 rdfs:label "dcterms:isPartOf"@en .


###  http://purl.org/dc/terms/language
dcterms:language rdf:type owl:ObjectProperty ;
                 rdfs:domain <http://www.europeana.eu/schemas/edm/ProvidedCHO> ;
                 rdfs:range dcterms:LinguisticSystem ;
                 rdfs:label "dcterms:language"@en .


###  http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf dcterms:contributor ;
                  rdfs:range dcterms:Agent ;
                  rdfs:label "dcterms:publisher"@en ;
                  skos:definition "An entity responsible for making the resource available."@en .


###  http://purl.org/dc/terms/source
dcterms:source rdf:type owl:ObjectProperty .


###  http://purl.org/dc/terms/subject
dcterms:subject rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf dc:subject ;
                rdfs:domain <http://www.europeana.eu/schemas/edm/ProvidedCHO> ;
                rdfs:comment "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."@en ;
                rdfs:label "dcterms:subject"@en ;
                skos:definition "A topic of the resource."@en .


###  http://purl.org/ontology/mo/arranged_in
<http://purl.org/ontology/mo/arranged_in> rdf:type owl:ObjectProperty ;
                                          rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#isFactorOf> ;
                                          owl:inverseOf <http://purl.org/ontology/mo/arrangement_of> ;
                                          rdfs:domain <http://purl.org/ontology/mo/MusicalWork> ;
                                          rdfs:comment """
        Associates a work to an arrangement event where it was arranged
    """ ;
                                          rdfs:label "arranged in" .


###  http://purl.org/ontology/mo/arrangement_of
<http://purl.org/ontology/mo/arrangement_of> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#factor> ;
                                             rdfs:range <http://purl.org/ontology/mo/MusicalWork> ;
                                             rdfs:comment """
                Associates an arrangement event to a work
        """ ;
                                             rdfs:label "arrangement of" .


###  http://purl.org/ontology/mo/artist
<http://purl.org/ontology/mo/artist> rdf:type owl:ObjectProperty ;
                                     rdfs:range foaf:Agent ;
                                     rdfs:comment "Relates a membership event with the corresponding artist" ;
                                     rdfs:label "mo:artist"@en .


###  http://purl.org/ontology/mo/availableAs
<http://purl.org/ontology/mo/availableAs> rdf:type owl:ObjectProperty ;
                                          owl:equivalentProperty <http://purl.org/ontology/mo/available_as> .


###  http://purl.org/ontology/mo/available_as
<http://purl.org/ontology/mo/available_as> rdf:type owl:ObjectProperty ;
                                           rdfs:subPropertyOf frbr:exemplar ;
                                           rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                           rdfs:range <http://purl.org/ontology/mo/MusicalItem> ;
                                           rdfs:comment """
        Relates a musical manifestation to a musical item (this album, and my particular cd). By using
        this property, there is no assumption on wether the full content is available on the linked item.
        To be explicit about this, you can use a sub-property, such as mo:item (the full manifestation
        is available on that item) or mo:preview (only a part of the manifestation is available on
        that item).

        This is a subproperty of frbr:examplar.
    """ .


###  http://purl.org/ontology/mo/compilation_of
<http://purl.org/ontology/mo/compilation_of> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                             rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                             rdfs:comment "Indicates that a musical manifestation is a compilation of several Signals." ;
                                             rdfs:label "compilation_of" .


###  http://purl.org/ontology/mo/compiled
<http://purl.org/ontology/mo/compiled> rdf:type owl:ObjectProperty ;
                                       owl:inverseOf <http://purl.org/ontology/mo/compiler> ;
                                       rdfs:domain <http://purl.org/ontology/mo/MusicArtist> ;
                                       rdfs:range <http://purl.org/ontology/mo/MusicalManifestation> ;
                                       rdfs:comment "Used to relate an person or a group of person who compiled the manifestation of a musical work." ;
                                       rdfs:label "mo:compiled"@en .


###  http://purl.org/ontology/mo/compiler
<http://purl.org/ontology/mo/compiler> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                       rdfs:range <http://purl.org/ontology/mo/MusicArtist> ;
                                       rdfs:comment "Used to relate the manifestation of a musical work to a person or a group of person who compiled it." ;
                                       rdfs:label "mo:compiler"@en .


###  http://purl.org/ontology/mo/composed_in
<http://purl.org/ontology/mo/composed_in> rdf:type owl:ObjectProperty ;
                                          owl:equivalentProperty <http://purl.org/ontology/mo/productOfComposition> ;
                                          rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#producedIn> ;
                                          owl:inverseOf <http://purl.org/ontology/mo/produced_work> ;
                                          rdfs:domain <http://purl.org/ontology/mo/MusicalWork> ;
                                          rdfs:comment """
        Associates a MusicalWork to the Composition event pertaining
        to its creation. For example, I might use this property to associate
        the Magic Flute to its composition event, occuring during 1782 and having as
        a mo:composer Mozart.
    """ ;
                                          rdfs:label "composed in" .


###  http://purl.org/ontology/mo/composer
<http://purl.org/ontology/mo/composer> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#agent> ;
                                       rdfs:range foaf:Agent ;
                                       rdfs:comment """
        Associates a composition event to the actual composer. For example,
        this property could link the event corresponding to the composition of the
        Magic Flute in 1782 to Mozart himself (who obviously has a FOAF profile:-) ).
    """ ;
                                       rdfs:label "composer" .


###  http://purl.org/ontology/mo/conducted
<http://purl.org/ontology/mo/conducted> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#isAgentIn> ,
                                                           <http://purl.org/vocab/bio/0.1/event> ;
                                        owl:inverseOf <http://purl.org/ontology/mo/conductor> ;
                                        rdfs:domain foaf:Agent ;
                                        rdfs:comment "Relates agents to the performances they were conducting" ;
                                        rdfs:label "conducted" .


###  http://purl.org/ontology/mo/conductor
<http://purl.org/ontology/mo/conductor> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#agent> ;
                                        rdfs:range foaf:Agent ;
                                        rdfs:comment "Relates a performance to the conductor involved" ;
                                        rdfs:label "mo:conductor"@en .


###  http://purl.org/ontology/mo/derived_from
<http://purl.org/ontology/mo/derived_from> rdf:type owl:ObjectProperty ;
                                           rdfs:subPropertyOf dcterms:source ;
                                           rdfs:domain <http://purl.org/ontology/mo/Signal> ;
                                           rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                           rdfs:comment "A related signal from which the described signal is derived." ;
                                           rdfs:label "derived from" .


###  http://purl.org/ontology/mo/djmixed
<http://purl.org/ontology/mo/djmixed> rdf:type owl:ObjectProperty ;
                                      owl:inverseOf <http://purl.org/ontology/mo/djmixed_by> ;
                                      rdfs:domain <http://purl.org/ontology/mo/MusicArtist> ;
                                      rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                      rdfs:comment """Used to relate an artist who djmixed a musical work or the expression of a musical work.

The artist usually selected the tracks, chose their sequence, and slightly changed them by fading (so that one track blends in smoothly with the other) or pitching (so that the tempo of one track matches the tempo of the following track). This applies to a 'Mixtape' in which all tracks were DJ-mixed together into one single long track. """ ;
                                      rdfs:label "djmixed" .


###  http://purl.org/ontology/mo/djmixed_by
<http://purl.org/ontology/mo/djmixed_by> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://purl.org/ontology/mo/Signal> ;
                                         rdfs:range <http://purl.org/ontology/mo/MusicArtist> ;
                                         rdfs:comment """Used to relate a work or the expression of a work to an artist who djmixed it.

The artist usually selected the tracks, chose their sequence, and slightly changed them by fading (so that one track blends in smoothly with the other) or pitching (so that the tempo of one track matches the tempo of the following track). This applies to a 'Mixtape' in which all tracks were DJ-mixed together into one single long track. """ ;
                                         rdfs:label "djmixed_by" .


###  http://purl.org/ontology/mo/engineer
<http://purl.org/ontology/mo/engineer> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#agent> ;
                                       owl:inverseOf <http://purl.org/ontology/mo/engineered> ;
                                       rdfs:range foaf:Agent ;
                                       rdfs:comment "Relates a performance or a recording to the engineer involved" ;
                                       rdfs:label "mo:engineer"@en .


###  http://purl.org/ontology/mo/engineered
<http://purl.org/ontology/mo/engineered> rdf:type owl:ObjectProperty ;
                                         rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#isAgentIn> ,
                                                            <http://purl.org/vocab/bio/0.1/event> ;
                                         rdfs:domain foaf:Agent ;
                                         rdfs:comment "Relates agents to the performances/recordings they were engineering in" ;
                                         rdfs:label "engineered" .


###  http://purl.org/ontology/mo/exchange_item
<http://purl.org/ontology/mo/exchange_item> rdf:type owl:ObjectProperty ;
                                            rdfs:domain foaf:Agent ;
                                            rdfs:range frbr:Item ;
                                            rdfs:comment "A person, a group of person or an organization exchanging an exemplar of a single manifestation." ;
                                            rdfs:label "exchange_item" .


###  http://purl.org/ontology/mo/group
<http://purl.org/ontology/mo/group> rdf:type owl:ObjectProperty ;
                                    rdfs:range foaf:Group ;
                                    rdfs:comment "Relates a membership event with the corresponding group" ;
                                    rdfs:label "mo:group"@en .


###  http://purl.org/ontology/mo/has_track
<http://purl.org/ontology/mo/has_track> rdf:type owl:ObjectProperty ;
                                        owl:equivalentProperty <http://purl.org/ontology/mo/track> .


###  http://purl.org/ontology/mo/interpreter
<http://purl.org/ontology/mo/interpreter> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://purl.org/ontology/mo/Signal> ;
                                          rdfs:range <http://purl.org/ontology/mo/MusicArtist> ;
                                          rdfs:comment "Adds an involved music artist, who interpreted, remixed, or otherwise modified an existing signal, which resulted in the signal that is here the subject of this relation." ;
                                          rdfs:label "mo:interpreter"@en .


###  http://purl.org/ontology/mo/item
<http://purl.org/ontology/mo/item> rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf <http://purl.org/ontology/mo/available_as> ;
                                   rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                   rdfs:range <http://purl.org/ontology/mo/MusicalItem> ;
                                   rdfs:comment """
                Relates a musical manifestation to a musical item (this album, and my particular cd) holding the
                entire manifestation, and not just a part of it.
        """ .


###  http://purl.org/ontology/mo/listened
<http://purl.org/ontology/mo/listened> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#isAgentIn> ,
                                                          <http://purl.org/vocab/bio/0.1/event> ;
                                       owl:inverseOf <http://purl.org/ontology/mo/listener> ;
                                       rdfs:domain foaf:Agent ;
                                       rdfs:comment "Relates agents to the performances they were listening in" ;
                                       rdfs:label "listened" .


###  http://purl.org/ontology/mo/listener
<http://purl.org/ontology/mo/listener> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#agent> ;
                                       rdfs:range foaf:Agent ;
                                       rdfs:comment "Relates a performance to the listener involved" ;
                                       rdfs:label "mo:listener"@en .


###  http://purl.org/ontology/mo/lyrics
<http://purl.org/ontology/mo/lyrics> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <http://purl.org/ontology/mo/MusicalWork> ;
                                     rdfs:range <http://purl.org/ontology/mo/Lyrics> ;
                                     rdfs:comment "Associates lyrics with a musical work" ;
                                     rdfs:label "lyrics" .


###  http://purl.org/ontology/mo/movement
<http://purl.org/ontology/mo/movement> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://purl.org/ontology/mo/MusicalWork> ;
                                       rdfs:range <http://purl.org/ontology/mo/Movement> ;
                                       rdfs:comment "Indicates that a musical work has movements" ;
                                       rdfs:label "has_movement" .


###  http://purl.org/ontology/mo/other_release_of
<http://purl.org/ontology/mo/other_release_of> rdf:type owl:ObjectProperty ,
                                                        owl:SymmetricProperty ;
                                               rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                               rdfs:range <http://purl.org/ontology/mo/MusicalManifestation> ;
                                               rdfs:comment "Indicates that two musical manifestations are essentially the same." ;
                                               rdfs:label "other_release_of" .


###  http://purl.org/ontology/mo/performed
<http://purl.org/ontology/mo/performed> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#isAgentIn> ,
                                                           <http://purl.org/vocab/bio/0.1/event> ;
                                        owl:inverseOf <http://purl.org/ontology/mo/performer> ;
                                        rdfs:domain foaf:Agent ;
                                        rdfs:comment "Relates agents to the performances they were performing in" ;
                                        rdfs:label "performed" .


###  http://purl.org/ontology/mo/performer
<http://purl.org/ontology/mo/performer> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#agent> ;
                                        rdfs:range foaf:Agent ;
                                        rdfs:comment "Relates a performance to the performers involved" ;
                                        rdfs:label "mo:performer"@en .


###  http://purl.org/ontology/mo/possess_item
<http://purl.org/ontology/mo/possess_item> rdf:type owl:ObjectProperty ;
                                           rdfs:domain foaf:Agent ;
                                           rdfs:range frbr:Item ;
                                           rdfs:comment "A person, a group of person or an organization possessing an exemplar of a single manifestation." ;
                                           rdfs:label "possess_item" .


###  http://purl.org/ontology/mo/preview
<http://purl.org/ontology/mo/preview> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://purl.org/ontology/mo/available_as> ;
                                      rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                      rdfs:range <http://purl.org/ontology/mo/MusicalItem> ;
                                      rdfs:comment """
                Relates a musical manifestation to a musical item (this album, and my particular cd), which holds
                a preview of the manifestation (eg. one track for an album, or a snippet for a track)
        """ .


###  http://purl.org/ontology/mo/produced
<http://purl.org/ontology/mo/produced> rdf:type owl:ObjectProperty ;
                                       owl:inverseOf <http://purl.org/ontology/mo/producer> ;
                                       rdfs:domain foaf:Agent ;
                                       rdfs:range <http://purl.org/ontology/mo/MusicalManifestation> ;
                                       rdfs:comment "Used to relate an person or a group of person who produced the manifestation of a work." ;
                                       rdfs:label "produced" .


###  http://purl.org/ontology/mo/produced_signal
<http://purl.org/ontology/mo/produced_signal> rdf:type owl:ObjectProperty ;
                                              owl:equivalentProperty <http://purl.org/ontology/mo/producesSignal> ;
                                              rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#product> ;
                                              rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                              rdfs:comment """
                Associates a Recording to the outputted signal.
        """ ;
                                              rdfs:label "produced signal" .


###  http://purl.org/ontology/mo/produced_signal_group
<http://purl.org/ontology/mo/produced_signal_group> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#product> ;
                                                    rdfs:range <http://purl.org/ontology/mo/SignalGroup> ;
                                                    rdfs:comment "Associates a recording session with a group of master signals produced by it." ;
                                                    rdfs:label "produced signal group" .


###  http://purl.org/ontology/mo/produced_sound
<http://purl.org/ontology/mo/produced_sound> rdf:type owl:ObjectProperty ;
                                             owl:equivalentProperty <http://purl.org/ontology/mo/producesSound> ;
                                             rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#product> ;
                                             rdfs:comment """
                Associates a Performance to a physical Sound that is being produced by it.
        """ ;
                                             rdfs:label "produced sound" .


###  http://purl.org/ontology/mo/produced_work
<http://purl.org/ontology/mo/produced_work> rdf:type owl:ObjectProperty ;
                                            owl:equivalentProperty <http://purl.org/ontology/mo/producesWork> ;
                                            rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#product> ;
                                            rdfs:range <http://purl.org/ontology/mo/MusicalWork> ;
                                            rdfs:comment """
                Associates a composition event to the produced MusicalWork. For example,
                this property could link the event corresponding to the composition of the
                Magic Flute in 1782 to the Magic Flute musical work itself. This musical work
                can then be used in particular performances.
        """ ;
                                            rdfs:label "produced work" .


###  http://purl.org/ontology/mo/producer
<http://purl.org/ontology/mo/producer> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                       rdfs:range foaf:Agent ;
                                       rdfs:comment "Used to relate the manifestation of a work to a person or a group of person who produced it." ;
                                       rdfs:label "producer" .


###  http://purl.org/ontology/mo/producesSignal
<http://purl.org/ontology/mo/producesSignal> rdf:type owl:ObjectProperty .


###  http://purl.org/ontology/mo/producesSound
<http://purl.org/ontology/mo/producesSound> rdf:type owl:ObjectProperty .


###  http://purl.org/ontology/mo/producesWork
<http://purl.org/ontology/mo/producesWork> rdf:type owl:ObjectProperty .


###  http://purl.org/ontology/mo/productOfComposition
<http://purl.org/ontology/mo/productOfComposition> rdf:type owl:ObjectProperty .


###  http://purl.org/ontology/mo/publicationOf
<http://purl.org/ontology/mo/publicationOf> rdf:type owl:ObjectProperty ;
                                            owl:equivalentProperty <http://purl.org/ontology/mo/publication_of> .


###  http://purl.org/ontology/mo/publication_of
<http://purl.org/ontology/mo/publication_of> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.org/ontology/mo/published_as> ;
                                             rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                             rdfs:range <http://purl.org/ontology/mo/MusicalExpression> ;
                                             rdfs:comment "Link a particular manifestation to the related signal, score, libretto, or lyrics" ;
                                             rdfs:label "publication of" .


###  http://purl.org/ontology/mo/published
<http://purl.org/ontology/mo/published> rdf:type owl:ObjectProperty ;
                                        owl:inverseOf <http://purl.org/ontology/mo/publisher> ;
                                        rdfs:domain foaf:Agent ;
                                        rdfs:range <http://purl.org/ontology/mo/MusicalManifestation> ;
                                        rdfs:comment "Used to relate an person or a group of person who published the manifestation of a work." ;
                                        rdfs:label "published" .


###  http://purl.org/ontology/mo/publishedAs
<http://purl.org/ontology/mo/publishedAs> rdf:type owl:ObjectProperty ;
                                          owl:equivalentProperty <http://purl.org/ontology/mo/published_as> .


###  http://purl.org/ontology/mo/published_as
<http://purl.org/ontology/mo/published_as> rdf:type owl:ObjectProperty ;
                                           rdfs:subPropertyOf frbr:embodiment ;
                                           rdfs:domain <http://purl.org/ontology/mo/MusicalExpression> ;
                                           rdfs:range <http://purl.org/ontology/mo/MusicalManifestation> ;
                                           rdfs:comment """
        Links a musical expression (e.g. a signal or a score) to one of its manifestations (e.g. a track on a particular record or a published score).
    """ ;
                                           rdfs:label "published as" .


###  http://purl.org/ontology/mo/publisher
<http://purl.org/ontology/mo/publisher> rdf:type owl:ObjectProperty ;
                                        rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                        rdfs:range foaf:Agent ;
                                        rdfs:comment "Used to relate a musical manifestation to a person or a group of person who published it." ;
                                        rdfs:label "mo:publisher"@en .


###  http://purl.org/ontology/mo/record
<http://purl.org/ontology/mo/record> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <http://purl.org/ontology/mo/Release> ;
                                     rdfs:range <http://purl.org/ontology/mo/Record> ;
                                     rdfs:comment "Associates a release with the records it contains. A single release can be associated with multiple records, for example for a multi-disc release." ;
                                     rdfs:label "released record" .


###  http://purl.org/ontology/mo/recordedAs
<http://purl.org/ontology/mo/recordedAs> rdf:type owl:ObjectProperty ;
                                         owl:equivalentProperty <http://purl.org/ontology/mo/recorded_as> ;
                                         owl:inverseOf <http://purl.org/ontology/mo/records> .


###  http://purl.org/ontology/mo/recorded_as
<http://purl.org/ontology/mo/recorded_as> rdf:type owl:ObjectProperty ;
                                          owl:inverseOf <http://purl.org/ontology/mo/records> ;
                                          rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                          rdfs:comment """
        This is a shortcut property, allowing to bypass all the Sound/Recording steps. This property
        allows to directly link a Performance to the recorded Signal. This is recommended for \"normal\"
        users. However, advanced users wanting to express things such as the location of the microphone will
        have to create this shortcut as well as the whole workflow, in order to let the \"normal\" users access
        simply the, well, simple information:-) .
    """ ;
                                          rdfs:label "recorded as" .


###  http://purl.org/ontology/mo/recorded_in
<http://purl.org/ontology/mo/recorded_in> rdf:type owl:ObjectProperty ;
                                          owl:equivalentProperty <http://purl.org/ontology/mo/usedInRecording> ;
                                          rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#isFactorOf> ;
                                          owl:inverseOf <http://purl.org/ontology/mo/recording_of> ;
                                          rdfs:comment """
            Associates a physical Sound to a Recording event where it is being used
        in order to produce a signal. For example, I might use this property to
        associate the sound produced by a particular performance of the magic flute
        to a given recording, done using my cell-phone.
    """ ;
                                          rdfs:label "recorded in" .


###  http://purl.org/ontology/mo/recording_of
<http://purl.org/ontology/mo/recording_of> rdf:type owl:ObjectProperty ;
                                           owl:equivalentProperty <http://purl.org/ontology/mo/usesSound> ;
                                           rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#factor> ;
                                           rdfs:comment """
            Associates a Recording event to a physical Sound being recorded.
                For example, I might use this property to
                associate a given recording, done using my cell phone, to the
        sound produced by a particular performance of the magic flute.
    """ ;
                                           rdfs:label "recorded sound" .


###  http://purl.org/ontology/mo/records
<http://purl.org/ontology/mo/records> rdf:type owl:ObjectProperty ;
                                      rdfs:domain <http://purl.org/ontology/mo/Signal> ;
                                      rdfs:comment """
        This is the inverse of the shortcut property recordedAs, allowing to relate directly a performance
        to a signal.
    """ ;
                                      rdfs:label "records" .


###  http://purl.org/ontology/mo/release
<http://purl.org/ontology/mo/release> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#product> ;
                                      rdfs:range <http://purl.org/ontology/mo/Release> ;
                                      rdfs:comment "Associates a release with the corresponding release event" ;
                                      rdfs:label "release" .


###  http://purl.org/ontology/mo/remixed
<http://purl.org/ontology/mo/remixed> rdf:type owl:ObjectProperty ;
                                      owl:inverseOf <http://purl.org/ontology/mo/remixer> ;
                                      rdfs:domain <http://purl.org/ontology/mo/MusicArtist> ;
                                      rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                      rdfs:comment """Used to relate an artist who remixed a musical work or the expression of a musical work.

This involves taking just one other musical work and using audio editing to make it sound like a significantly different, but usually still recognisable, song. It can be used to link an artist to a single song that they remixed, or, if they remixed an entire musical work.""" ;
                                      rdfs:label "remixed" .


###  http://purl.org/ontology/mo/remixer
<http://purl.org/ontology/mo/remixer> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://purl.org/ontology/mo/interpreter> ;
                                      rdfs:comment """Used to relate a musical work or the expression of a musical work to an artist who remixed it.

This involves taking just one other musical work and using audio editing to make it sound like a significantly different, but usually still recognisable, song. It can be used to link an artist to a single song that they remixed, or, if they remixed an entire musical work.""" ;
                                      rdfs:label "remixer" .


###  http://purl.org/ontology/mo/sampled
<http://purl.org/ontology/mo/sampled> rdf:type owl:ObjectProperty ;
                                      owl:inverseOf <http://purl.org/ontology/mo/sampler> ;
                                      rdfs:domain <http://purl.org/ontology/mo/MusicArtist> ;
                                      rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                      rdfs:comment "Used to relate an artist who sampled a Signal." ;
                                      rdfs:label "sampled" .


###  http://purl.org/ontology/mo/sampledVersionOf
<http://purl.org/ontology/mo/sampledVersionOf> rdf:type owl:ObjectProperty ;
                                               owl:equivalentProperty <http://purl.org/ontology/mo/sampled_version_of> .


###  http://purl.org/ontology/mo/sampled_version
<http://purl.org/ontology/mo/sampled_version> rdf:type owl:ObjectProperty ;
                                              owl:inverseOf <http://purl.org/ontology/mo/sampled_version_of> ;
                                              rdfs:domain <http://purl.org/ontology/mo/AnalogSignal> ;
                                              rdfs:range <http://purl.org/ontology/mo/DigitalSignal> ;
                                              rdfs:comment """
        Associates an analog signal with a sampled version of it
    """ ;
                                              rdfs:label "sampled version" .


###  http://purl.org/ontology/mo/sampled_version_of
<http://purl.org/ontology/mo/sampled_version_of> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf <http://purl.org/ontology/mo/derived_from> ;
                                                 rdf:type owl:FunctionalProperty ;
                                                 rdfs:domain <http://purl.org/ontology/mo/DigitalSignal> ;
                                                 rdfs:range <http://purl.org/ontology/mo/AnalogSignal> ;
                                                 rdfs:comment """
        Associates a digital signal with the analog version of it
    """ ;
                                                 rdfs:label "sampled version of" .


###  http://purl.org/ontology/mo/sampler
<http://purl.org/ontology/mo/sampler> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://purl.org/ontology/mo/interpreter> ;
                                      rdfs:comment "Used to relate the signal of a musical work to an artist who sampled it." ;
                                      rdfs:label "sampler" .


###  http://purl.org/ontology/mo/sell_item
<http://purl.org/ontology/mo/sell_item> rdf:type owl:ObjectProperty ;
                                        rdfs:domain foaf:Agent ;
                                        rdfs:range frbr:Item ;
                                        rdfs:comment "A person, a group of person or an organization selling an exemplar of a single manifestation." ;
                                        rdfs:label "sell_item" .


###  http://purl.org/ontology/mo/signal
<http://purl.org/ontology/mo/signal> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <http://purl.org/ontology/mo/SignalGroup> ;
                                     rdfs:range <http://purl.org/ontology/mo/Signal> ;
                                     rdfs:comment "Associates a group of signals with one of the signals it contains" ;
                                     rdfs:label "signal" .


###  http://purl.org/ontology/mo/singer
<http://purl.org/ontology/mo/singer> rdf:type owl:ObjectProperty ;
                                     rdfs:subPropertyOf <http://purl.org/ontology/mo/performer> ;
                                     rdfs:range foaf:Agent ;
                                     rdfs:comment "Relates a performance to an involved singer" .


###  http://purl.org/ontology/mo/track
<http://purl.org/ontology/mo/track> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://purl.org/ontology/mo/Record> ;
                                    rdfs:range <http://purl.org/ontology/mo/Track> ;
                                    rdfs:comment "Indicates a part of a musical manifestation - in this particular case, a track." ;
                                    rdfs:label "track" .


###  http://purl.org/ontology/mo/translation_of
<http://purl.org/ontology/mo/translation_of> rdf:type owl:ObjectProperty ;
                                             rdfs:domain frbr:Expression ;
                                             rdfs:range frbr:Expression ;
                                             rdfs:comment "Indicates that a work or the expression of a work has translated or transliterated into another expression of a work." ;
                                             rdfs:label "translation_of" .


###  http://purl.org/ontology/mo/tribute_to
<http://purl.org/ontology/mo/tribute_to> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://purl.org/ontology/mo/MusicalManifestation> ;
                                         rdfs:range <http://purl.org/ontology/mo/MusicArtist> ;
                                         rdfs:comment "Indicates a musical work or the expression of a musical work that is a tribute to an artist - normally consisting of music being composed by the artist but performed by other artists. " ;
                                         rdfs:label "tribute_to" .


###  http://purl.org/ontology/mo/usedInRecording
<http://purl.org/ontology/mo/usedInRecording> rdf:type owl:ObjectProperty .


###  http://purl.org/ontology/mo/usesSound
<http://purl.org/ontology/mo/usesSound> rdf:type owl:ObjectProperty .


###  http://purl.org/spar/fabio/hasManifestation
fabio:hasManifestation rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf frbr:relatedEndeavour ;
                       owl:inverseOf fabio:isManifestationOf ;
                       rdfs:domain frbr:Work ;
                       rdfs:range frbr:Manifestation ;
                       owl:propertyChainAxiom ( frbr:realization
                                                frbr:embodiment
                                              ) ;
                       rdfs:comment "A property linking a particular work to its manifestations.  This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ;
                       rdfs:label "fabio:hasManifestation"@en .


###  http://purl.org/spar/fabio/hasPlaceOfPublication
fabio:hasPlaceOfPublication rdf:type owl:ObjectProperty ;
                            rdfs:domain frbr:Endeavour ;
                            rdfs:range frbr:Place ;
                            rdfs:comment "The place (usually, the city) where the publisher of a particular bibliographic resource is located."@en ;
                            rdfs:label "has place of publication"@en .


###  http://purl.org/spar/fabio/hasPortrayal
fabio:hasPortrayal rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf frbr:relatedEndeavour ;
                   owl:inverseOf fabio:isPortrayalOf ;
                   rdfs:domain frbr:Work ;
                   rdfs:range frbr:Item ;
                   owl:propertyChainAxiom ( frbr:realization
                                            frbr:embodiment
                                            frbr:exemplar
                                          ) ;
                   rdfs:comment "A property linking a particular work to its items.  This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ;
                   rdfs:label "has portrayal"@en .


###  http://purl.org/spar/fabio/hasPrimarySubjectTerm
fabio:hasPrimarySubjectTerm rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf fabio:hasSubjectTerm ;
                            rdfs:comment "This property is used to associate a frbr:Endeavour to a term in a particular classification system - and the term is considered one of the main topics for the endeavour in consideration."@en ;
                            rdfs:label "fabio:hasPrimarySubjectTerm"@en .


###  http://purl.org/spar/fabio/hasRepresentation
fabio:hasRepresentation rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf frbr:relatedEndeavour ;
                        owl:inverseOf fabio:isRepresentationOf ;
                        rdfs:domain frbr:Expression ;
                        rdfs:range frbr:Item ;
                        owl:propertyChainAxiom ( frbr:embodiment
                                                 frbr:exemplar
                                               ) ;
                        rdfs:comment "A property linking a particular expression to its items.  This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ;
                        rdfs:label "has representation"@en .


###  http://purl.org/spar/fabio/hasSubjectTerm
fabio:hasSubjectTerm rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf owl:topObjectProperty ;
                     rdfs:domain frbr:Endeavour ;
                     rdfs:range fabio:SubjectTerm ;
                     rdfs:comment "This property is used to associate a frbr:Endeavour to a term in a particular classification system."@en ;
                     rdfs:label "fabio:hasSubjectTerm"@en .


###  http://purl.org/spar/fabio/isManifestationOf
fabio:isManifestationOf rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf frbr:relatedEndeavour ;
                        rdfs:domain frbr:Manifestation ;
                        rdfs:range frbr:Work ;
                        owl:propertyChainAxiom ( frbr:embodimentOf
                                                 frbr:realizationOf
                                               ) ;
                        rdfs:comment "A property linking a particular manifestation to the work it is manifesting.  This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ;
                        rdfs:label "fabio:isManifestationOf"@en .


###  http://purl.org/spar/fabio/isPortrayalOf
fabio:isPortrayalOf rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf frbr:relatedEndeavour ;
                    rdfs:domain frbr:Item ;
                    rdfs:range frbr:Work ;
                    owl:propertyChainAxiom ( frbr:exemplarOf
                                             frbr:embodimentOf
                                             frbr:realizationOf
                                           ) ;
                    rdfs:comment "A property linking a particular item to the work it portrays.  This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ;
                    rdfs:label "is portrayal of"@en .


###  http://purl.org/spar/fabio/isRepresentationOf
fabio:isRepresentationOf rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf frbr:relatedEndeavour ;
                         rdfs:domain frbr:Item ;
                         rdfs:range frbr:Expression ;
                         owl:propertyChainAxiom ( frbr:exemplarOf
                                                  frbr:embodimentOf
                                                ) ;
                         rdfs:comment "A property linking a particular item to the expression it represents.  This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en ;
                         rdfs:label "is representation of"@en .


###  http://purl.org/spar/fabio/isSchemeOf
fabio:isSchemeOf rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf owl:topObjectProperty ;
                 owl:inverseOf skos:inScheme ;
                 rdfs:domain skos:ConceptScheme ;
                 rdfs:range skos:Concept ;
                 rdfs:comment "This property expresses the fact that a scheme contains a concept."@en ;
                 rdfs:label "is scheme of"@en .


###  http://purl.org/vocab/bio/0.1/event
<http://purl.org/vocab/bio/0.1/event> rdf:type owl:ObjectProperty .


###  http://purl.org/vocab/frbr/core#abridgement
frbr:abridgement rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 owl:inverseOf frbr:abridgementOf ;
                 rdfs:domain frbr:Expression ;
                 rdfs:range frbr:Expression ;
                 rdfs:comment """An expression abridged in another one.

In the abridged expression some content of the previous expression is removed, but the result does not alter the content to the extent that it becomes a new work. The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood). """@en ;
                 rdfs:label "has abridgement"@en .


###  http://purl.org/vocab/frbr/core#abridgementOf
frbr:abridgementOf rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf frbr:relatedEndeavour ;
                   rdfs:comment "It identifies the entire expression of an abridged one."@en ;
                   rdfs:label "is abridgement of"@en .


###  http://purl.org/vocab/frbr/core#adaption
frbr:adaption rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf frbr:relatedEndeavour ;
              owl:inverseOf frbr:adaptionOf ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( frbr:Expression
                                          frbr:Work
                                        )
                          ] ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( frbr:Expression
                                         frbr:Work
                                       )
                         ] ;
              rdfs:comment """A work/expression adapted in another one.

This property describe the modification of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. If there exists a relation of this kind among two different expressions, they always refer to different works."""@en ;
              rdfs:label "has adaption"@en .


###  http://purl.org/vocab/frbr/core#adaptionOf
frbr:adaptionOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:relatedEndeavour ;
                rdfs:comment "It identifies the work/expression of an adapted one."@en ;
                rdfs:label "is adaption of"@en .


###  http://purl.org/vocab/frbr/core#alternate
frbr:alternate rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf frbr:relatedEndeavour ;
               owl:inverseOf frbr:alternateOf ;
               rdfs:domain frbr:Manifestation ;
               rdfs:range frbr:Manifestation ;
               rdfs:comment """A manifestation having another one as alternate.

The alternate relationship involves manifestations that effectively serve as alternates for each other. The alternate relationship obtains, for example, when a publication, sound recording, video, etc. is issued in more than one format or when it is released simultaneously by different publishers in different countries."""@en ;
               rdfs:label "has alternate"@en .


###  http://purl.org/vocab/frbr/core#alternateOf
frbr:alternateOf rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 rdfs:comment "It identifies the manifestation of an alternative one."@en ;
                 rdfs:label "is alternate of"@en .


###  http://purl.org/vocab/frbr/core#arrangement
frbr:arrangement rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 owl:inverseOf frbr:arrangementOf ;
                 rdfs:domain frbr:Expression ;
                 rdfs:range frbr:Expression ;
                 rdfs:comment """An expression arranged in another one.

In the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work. The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood)."""@en ;
                 rdfs:label "has arrangement"@en .


###  http://purl.org/vocab/frbr/core#arrangementOf
frbr:arrangementOf rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf frbr:relatedEndeavour ;
                   rdfs:comment "It identifies the original expression of an arranged one."@en ;
                   rdfs:label "is arrangement of"@en .


###  http://purl.org/vocab/frbr/core#complement
frbr:complement rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:relatedEndeavour ;
                owl:inverseOf frbr:complementOf ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( frbr:Expression
                                            frbr:Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( frbr:Expression
                                           frbr:Work
                                         )
                           ] ;
                rdfs:comment """An expression work/expression having another one as complement.

This property describes works that are intended to be combined with or inserted into the related work. In other words, they are intended to be integrated in some way with the other work, but were not part of the original conception of that prior work. If there exists a relation of this kind among two different expressions, then they always refer to different works."""@en ;
                rdfs:label "has complement"@en .


###  http://purl.org/vocab/frbr/core#complementOf
frbr:complementOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf frbr:relatedEndeavour ;
                  rdfs:comment "It identifies the work/expression of that is a complement of another one."@en ;
                  rdfs:label "is complement of"@en .


###  http://purl.org/vocab/frbr/core#creator
frbr:creator rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf frbr:responsibleEntity ;
             owl:inverseOf frbr:creatorOf ;
             rdfs:domain frbr:Work ;
             rdfs:comment "A work linked to its creator."@en ;
             rdfs:label "has creator"@en .


###  http://purl.org/vocab/frbr/core#creatorOf
frbr:creatorOf rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf frbr:responsibleEntityOf ;
               rdfs:comment "The creator of a particular work."@en ;
               rdfs:label "is creator of"@en .


###  http://purl.org/vocab/frbr/core#embodiment
frbr:embodiment rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:relatedEndeavour ;
                owl:inverseOf frbr:embodimentOf ;
                rdfs:domain frbr:Expression ;
                rdfs:range frbr:Manifestation ;
                rdfs:comment "An expression embodied in a manifestation."@en ,
                             "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodiment), a property representing a manifestation that embodies an expression."@en ;
                rdfs:label "has embodiment"@en .


###  http://purl.org/vocab/frbr/core#embodimentOf
frbr:embodimentOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf frbr:relatedEndeavour ;
                  rdfs:comment "A manifestation that embodies an expression."@en ,
                               "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodimentOf), a property representing an expression that is embodied by a manifestation."@en ;
                  rdfs:label "is embodiment of"@en .


###  http://purl.org/vocab/frbr/core#exemplar
frbr:exemplar rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf frbr:relatedEndeavour ;
              owl:inverseOf frbr:exemplarOf ;
              rdfs:domain frbr:Manifestation ;
              rdfs:range frbr:Item ;
              rdfs:comment "A manifestation exemplified in an item."@en ,
                           "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#exemplar), a property representing an item that exemplifies a manifestation."@en ;
              rdfs:label "has exemplar"@en .


###  http://purl.org/vocab/frbr/core#exemplarOf
frbr:exemplarOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:relatedEndeavour ;
                rdf:type owl:FunctionalProperty ;
                rdfs:comment "An item that exemplifies a manifestation."@en ,
                             "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodimentOf), a property representing a manifestation that is exemplified by an item."@en ;
                rdfs:label "is exemplar of"@en .


###  http://purl.org/vocab/frbr/core#imitation
frbr:imitation rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf frbr:relatedEndeavour ;
               owl:inverseOf frbr:imitationOf ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( frbr:Expression
                                           frbr:Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( frbr:Expression
                                          frbr:Work
                                        )
                          ] ;
               rdfs:comment """An work/expression imitated in another one.

This property describes works that are intended to be an imitation another original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. If there exists a relation of this kind among two different expressions, then they always refer to different works."""@en ;
               rdfs:label "has imitation"@en .


###  http://purl.org/vocab/frbr/core#imitationOf
frbr:imitationOf rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 rdfs:comment "It identifies the work/expression of an imitated one."@en ;
                 rdfs:label "is imitation of"@en .


###  http://purl.org/vocab/frbr/core#owner
frbr:owner rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf frbr:responsibleEntity ;
           owl:inverseOf frbr:ownerOf ;
           rdfs:domain frbr:Item ;
           rdfs:comment "An item linked to its owner."@en ;
           rdfs:label "has owner"@en .


###  http://purl.org/vocab/frbr/core#ownerOf
frbr:ownerOf rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf frbr:responsibleEntityOf ;
             rdfs:comment "The owner of a particular item."@en ;
             rdfs:label "is owner of"@en .


###  http://purl.org/vocab/frbr/core#part
frbr:part rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf frbr:relatedEndeavour ;
          owl:inverseOf frbr:partOf ;
          rdf:type owl:TransitiveProperty ;
          rdfs:comment "A part of an endeavour."@en ,
                       "Meaning = has part.  As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#part),  a property indicating that one entity includes another entity."@en ;
          rdfs:label "has part"@en .


###  http://purl.org/vocab/frbr/core#partOf
frbr:partOf rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf frbr:relatedEndeavour ;
            rdf:type owl:TransitiveProperty ;
            rdfs:comment "An endeavour incorporating another endeavour."@en ,
                         "Meaning = is part of.  As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#partOf), a property indicating that one entity is a part of another entity."@en ;
            rdfs:label "is part of"@en .


###  http://purl.org/vocab/frbr/core#producer
frbr:producer rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf frbr:responsibleEntity ;
              owl:inverseOf frbr:producerOf ;
              rdfs:domain frbr:Manifestation ;
              rdfs:comment "A manifestation linked to its prodecer."@en ;
              rdfs:label "has producer"@en .


###  http://purl.org/vocab/frbr/core#producerOf
frbr:producerOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:responsibleEntityOf ;
                rdfs:comment "The producer of a particular manifestation."@en ;
                rdfs:label "is producer of"@en .


###  http://purl.org/vocab/frbr/core#realization
frbr:realization rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 owl:inverseOf frbr:realizationOf ;
                 rdfs:domain frbr:Work ;
                 rdfs:range frbr:Expression ;
                 rdfs:comment "A work realized through an expression."@en ,
                              "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realization), a property representing an expression that is an intellectual or artistic realization of a work."@en ;
                 rdfs:label "frbr:realization"@en ,
                            "has realization"@en .


###  http://purl.org/vocab/frbr/core#realizationOf
frbr:realizationOf rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf frbr:relatedEndeavour ;
                   rdf:type owl:FunctionalProperty ;
                   rdfs:comment "An expression that realizes a work."@en ,
                                "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realizationOf), a property representing the work that has been realized by an expression."@en ;
                   rdfs:label "frbr:realizationOf"@en ,
                              "is realization of"@en .


###  http://purl.org/vocab/frbr/core#realizerOf
frbr:realizerOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:responsibleEntityOf ;
                rdfs:comment "The realizer of a particular expression."@en ;
                rdfs:label "is realizer of"@en .


###  http://purl.org/vocab/frbr/core#reconfiguration
frbr:reconfiguration rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf frbr:relatedEndeavour ;
                     owl:inverseOf frbr:reconfigurationOf ;
                     rdfs:domain frbr:Item ;
                     rdfs:range frbr:Item ;
                     rdfs:comment """An item reconfigured in another one.

The reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result. Most commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item. """@en ;
                     rdfs:label "has reconfiguration"@en .


###  http://purl.org/vocab/frbr/core#reconfigurationOf
frbr:reconfigurationOf rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf frbr:relatedEndeavour ;
                       rdfs:comment "It identifies the manifestation of a reconfigured one."@en ;
                       rdfs:label "is reconfiguration of"@en .


###  http://purl.org/vocab/frbr/core#relatedEndeavour
frbr:relatedEndeavour rdf:type owl:ObjectProperty ;
                      rdfs:domain frbr:Endeavour ;
                      rdfs:range frbr:Endeavour ;
                      rdfs:label "frbr:relatedEndeavor"@en .


###  http://purl.org/vocab/frbr/core#reproduction
frbr:reproduction rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf frbr:relatedEndeavour ;
                  owl:inverseOf frbr:reproductionOf ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( frbr:Item
                                              frbr:Manifestation
                                            )
                              ] ;
                  rdfs:range [ rdf:type owl:Class ;
                               owl:unionOf ( frbr:Item
                                             frbr:Manifestation
                                           )
                             ] ;
                  rdfs:comment """A manifestation/item reproduced in another one.

A reproduction indicates the relationship as it would be drawn from the first manifestation/item in the relationship to the second manifestation/item in the relationship."""@en ;
                  rdfs:label "has reproduction"@en .


###  http://purl.org/vocab/frbr/core#reproductionOf
frbr:reproductionOf rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf frbr:relatedEndeavour ;
                    rdfs:comment "It identifies the manifestation/item of a reproduced one."@en ;
                    rdfs:label "is reproduction of"@en .


###  http://purl.org/vocab/frbr/core#responsibleEntity
frbr:responsibleEntity rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf owl:topObjectProperty ;
                       owl:inverseOf frbr:responsibleEntityOf ;
                       rdfs:domain frbr:Endeavour ;
                       rdfs:range frbr:ResponsibleEntity ;
                       rdfs:comment "Any endeavour having a particular entity that is responsible of it."@en ;
                       rdfs:label "frbr:responsibleEntity"@en ;
                       skos:altLabel "frbr:responsibleEntity"@en ;
                       skos:prefLabel "frbr:responsibleEntity"@en .


###  http://purl.org/vocab/frbr/core#responsibleEntityOf
frbr:responsibleEntityOf rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf owl:topObjectProperty ;
                         rdfs:comment "An entity that is resposible for a particular endeavour."@en ;
                         rdfs:label "is responsible entity of"@en .


###  http://purl.org/vocab/frbr/core#revision
frbr:revision rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf frbr:relatedEndeavour ;
              owl:inverseOf frbr:revisionOf ;
              rdfs:domain frbr:Expression ;
              rdfs:range frbr:Expression ;
              rdfs:comment """An expression revised in another one.

A revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work."""@en ;
              rdfs:label "has revision"@en .


###  http://purl.org/vocab/frbr/core#revisionOf
frbr:revisionOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:relatedEndeavour ;
                rdfs:comment "It identifies the previous expression of a revised one."@en ;
                rdfs:label "is revision of"@en .


###  http://purl.org/vocab/frbr/core#subject
frbr:subject rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf owl:topObjectProperty ;
             owl:inverseOf frbr:subjectOf ;
             rdfs:domain frbr:Work ;
             rdfs:range [ rdf:type owl:Class ;
                          owl:unionOf ( frbr:CorporateBody
                                        frbr:Endeavour
                                        frbr:Subject
                                      )
                        ] ;
             rdfs:comment "A work linked to a particular subject it is talking about."@en ;
             rdfs:label "frbr:subject"@en ;
             skos:altLabel "frbr:subject"@en ;
             skos:prefLabel "frbr:subject"@en .


###  http://purl.org/vocab/frbr/core#subjectOf
frbr:subjectOf rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf owl:topObjectProperty ;
               rdfs:comment "A subject a work talks abbout."@en ;
               rdfs:label "is subject of"@en .


###  http://purl.org/vocab/frbr/core#successor
frbr:successor rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf frbr:relatedEndeavour ;
               owl:inverseOf frbr:successorOf ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( frbr:Expression
                                           frbr:Work
                                         )
                           ] ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( frbr:Expression
                                          frbr:Work
                                        )
                          ] ;
               rdfs:comment """An expression work/expression having another one as successor.

The successor type of relationship involves a kind of linear progression of content from one work/expression to the other. In some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential. In others, such as with loosely connected parts of a trilogy, the successor will be autonomous. Serial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type. If there exists a relation of this kind among two different expressions, then they always refer to different works."""@en ;
               rdfs:label "has successor"@en .


###  http://purl.org/vocab/frbr/core#successorOf
frbr:successorOf rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 rdfs:comment "It identifies the previous work/expression of a succeeded one."@en ;
                 rdfs:label "is successor of"@en .


###  http://purl.org/vocab/frbr/core#summarization
frbr:summarization rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf frbr:relatedEndeavour ;
                   owl:inverseOf frbr:summarizationOf ;
                   rdfs:domain [ rdf:type owl:Class ;
                                 owl:unionOf ( frbr:Expression
                                               frbr:Work
                                             )
                               ] ;
                   rdfs:range [ rdf:type owl:Class ;
                                owl:unionOf ( frbr:Expression
                                              frbr:Work
                                            )
                              ] ;
                   rdfs:comment """A work/expression summarized in another one.

This property describe the summarization of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. If there exists a relation of this kind among two different expressions, they always refer to different works."""@en ;
                   rdfs:label "has summarization"@en .


###  http://purl.org/vocab/frbr/core#summarizationOf
frbr:summarizationOf rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf frbr:relatedEndeavour ;
                     rdfs:comment "It identifies the original work/expression of a summarized one."@en ;
                     rdfs:label "is summarization of"@en .


###  http://purl.org/vocab/frbr/core#supplement
frbr:supplement rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:relatedEndeavour ;
                owl:inverseOf frbr:supplementOf ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( frbr:Expression
                                            frbr:Work
                                          )
                            ] ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( frbr:Expression
                                           frbr:Work
                                         )
                           ] ;
                rdfs:comment """An expression work/expression having another one as supplement.

The supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression. Some of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression."""@en ;
                rdfs:label "has supplement"@en .


###  http://purl.org/vocab/frbr/core#supplementOf
frbr:supplementOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf frbr:relatedEndeavour ;
                  rdfs:comment "It identifies the work/expression of a particular supplement of it."@en ;
                  rdfs:label "is supplement of"@en .


###  http://purl.org/vocab/frbr/core#transformation
frbr:transformation rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf frbr:relatedEndeavour ;
                    owl:inverseOf frbr:transformationOf ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( frbr:Expression
                                                frbr:Work
                                              )
                                ] ;
                    rdfs:range [ rdf:type owl:Class ;
                                 owl:unionOf ( frbr:Expression
                                               frbr:Work
                                             )
                               ] ;
                    rdfs:comment """An work/expression transformed in another one.

This property describes the transformation of an original work or expression into another work or expression that is sufficiently different in degree to warrant the product of the transformation being considered as a new work or expression, rather than simply a different expression of the original work. If there exists a frbr:transformation relation between two different expressions, then they always relate to different works."""@en ;
                    rdfs:label "has transformation"@en .


###  http://purl.org/vocab/frbr/core#transformationOf
frbr:transformationOf rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf frbr:relatedEndeavour ;
                      rdfs:comment "It identifies the original work/expression of a trasformed one."@en ;
                      rdfs:label "is transformation of"@en .


###  http://purl.org/vocab/frbr/core#translation
frbr:translation rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf frbr:relatedEndeavour ;
                 owl:inverseOf frbr:translationOf ;
                 rdfs:domain frbr:Expression ;
                 rdfs:range frbr:Expression ;
                 rdfs:comment """An expression translated in another one.

It allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible."""@en ;
                 rdfs:label "has translation"@en .


###  http://purl.org/vocab/frbr/core#translationOf
frbr:translationOf rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf frbr:relatedEndeavour ;
                   rdfs:comment "It identifies the original expression of a translated one."@en ;
                   rdfs:label "is translation of"@en .


###  http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about
<http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about> rdf:type owl:ObjectProperty ;
                                                        rdfs:label "crm:P129_is_about"@en .


###  http://www.europeana.eu/schemas/edm/aggregatedCHO
<http://www.europeana.eu/schemas/edm/aggregatedCHO> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf dc:subject ,
                                                                       <http://www.cidoc-crm.org/rdfs/cidoc-crm#P129_is_about> ,
                                                                       <http://www.openarchives.org/ore/terms/aggregates> ;
                                                    rdfs:domain <http://www.openarchives.org/ore/terms/Aggregation> ;
                                                    rdfs:range <http://www.europeana.eu/schemas/edm/ProvidedCHO> ;
                                                    rdfs:label "edm:aggregatedCHO"@en .


###  http://www.europeana.eu/schemas/edm/happenedAt
<http://www.europeana.eu/schemas/edm/happenedAt> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf dc:relation ;
                                                 rdfs:domain <http://www.europeana.eu/schemas/edm/Event> ;
                                                 rdfs:range <http://www.europeana.eu/schemas/edm/Place> ;
                                                 rdfs:label "edm:happenedAt"@en .


###  http://www.europeana.eu/schemas/edm/hasMet
<http://www.europeana.eu/schemas/edm/hasMet> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf dc:relation ;
                                             rdfs:label "edm:hasMet"@en .


###  http://www.europeana.eu/schemas/edm/isRelatedTo
<http://www.europeana.eu/schemas/edm/isRelatedTo> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain [ rdf:type owl:Class ;
                                                                owl:unionOf ( <http://www.europeana.eu/schemas/edm/ProvidedCHO>
                                                                              [ owl:intersectionOf ( <http://www.openarchives.org/ore/terms/Proxy>
                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                       owl:onProperty <http://www.openarchives.org/ore/terms/proxyFor> ;
                                                                                                       owl:someValuesFrom <http://www.europeana.eu/schemas/edm/ProvidedCHO>
                                                                                                     ]
                                                                                                   ) ;
                                                                                rdf:type owl:Class
                                                                              ]
                                                                            )
                                                              ] ;
                                                  rdfs:label "edm:isRelatedTo"@en .


###  http://www.europeana.eu/schemas/edm/occurredAt
<http://www.europeana.eu/schemas/edm/occurredAt> rdf:type owl:ObjectProperty ;
                                                 rdfs:subPropertyOf dc:relation ;
                                                 rdfs:domain <http://www.europeana.eu/schemas/edm/Event> ;
                                                 rdfs:range <http://www.europeana.eu/schemas/edm/TimeSpan> ;
                                                 rdfs:label "edm:occurredAt"@en .


###  http://www.europeana.eu/schemas/edm/provider
<http://www.europeana.eu/schemas/edm/provider> rdf:type owl:ObjectProperty ;
                                               rdfs:range <http://www.europeana.eu/schemas/edm/Agent> ;
                                               rdfs:label "edm:provider"@en .


###  http://www.europeana.eu/schemas/edm/rights
<http://www.europeana.eu/schemas/edm/rights> rdf:type owl:ObjectProperty ;
                                             rdfs:label "edm:rights"@en .


###  http://www.europeana.eu/schemas/edm/wasPresentAt
<http://www.europeana.eu/schemas/edm/wasPresentAt> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf dc:relation ;
                                                   rdfs:domain [ rdf:type owl:Class ;
                                                                 owl:unionOf ( <http://www.europeana.eu/schemas/edm/Agent>
                                                                               <http://www.europeana.eu/schemas/edm/InformationResource>
                                                                               <http://www.europeana.eu/schemas/edm/PhysicalThing>
                                                                             )
                                                               ] ;
                                                   rdfs:range <http://www.europeana.eu/schemas/edm/Event> ;
                                                   rdfs:label "edm:wasPresentAt"@en .


###  http://www.openarchives.org/ore/terms/aggregates
<http://www.openarchives.org/ore/terms/aggregates> rdf:type owl:ObjectProperty ;
                                                   rdfs:label "ore:aggregates"@en .


###  http://www.openarchives.org/ore/terms/proxyFor
<http://www.openarchives.org/ore/terms/proxyFor> rdf:type owl:ObjectProperty .


###  http://www.w3.org/2002/07/owl#topObjectProperty
owl:topObjectProperty rdf:type owl:ObjectProperty .


###  http://www.w3.org/2004/02/skos/core#broader
skos:broader rdf:type owl:ObjectProperty ;
             owl:inverseOf skos:narrower ;
             rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> .


###  http://www.w3.org/2004/02/skos/core#hasTopConcept
skos:hasTopConcept rdf:type owl:ObjectProperty ;
                   owl:inverseOf skos:topConceptOf ;
                   rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> .


###  http://www.w3.org/2004/02/skos/core#inScheme
skos:inScheme rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf owl:topObjectProperty ;
              rdfs:domain skos:Concept ;
              rdfs:range skos:ConceptScheme ;
              rdfs:comment "This property expresses the fact that a concept is a part of a scheme."@en ;
              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
              rdfs:label "is in scheme"@en ;
              skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ;
              skos:scopeNote "A concept may be a member of more than one concept scheme."@en .


###  http://www.w3.org/2004/02/skos/core#narrower
skos:narrower rdf:type owl:ObjectProperty ;
              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> .


###  http://www.w3.org/2004/02/skos/core#topConceptOf
skos:topConceptOf rdf:type owl:ObjectProperty ;
                  rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> .


###  http://xmlns.com/foaf/0.1/homepage
foaf:homepage rdf:type owl:ObjectProperty .


###  http://xmlns.com/foaf/0.1/maker
foaf:maker rdf:type owl:ObjectProperty .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#contributor
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#contributor> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf dcterms:contributor ;
                                                             rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> ;
                                                             rdfs:label "mocho:contributor"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#creator
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#creator> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf dcterms:creator ,
                                                                            <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#contributor> ;
                                                         rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> ;
                                                         rdfs:label "mocho:creator"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#hasManifestation
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#hasManifestation> rdf:type owl:ObjectProperty ;
                                                                  rdfs:subPropertyOf fabio:hasManifestation ;
                                                                  owl:inverseOf <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#isManifestationOf> ;
                                                                  rdfs:domain <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Work> ;
                                                                  rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Manifestation> ;
                                                                  rdfs:label "mocho:hasManifestation"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#hasRealization
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#hasRealization> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf frbr:realization ;
                                                                owl:inverseOf <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#isRealizationOf> ;
                                                                rdfs:domain <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Work> ;
                                                                rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Expression> ;
                                                                rdfs:label "mocho:hasRealization"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#isManifestationOf
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#isManifestationOf> rdf:type owl:ObjectProperty ;
                                                                   rdfs:subPropertyOf fabio:isManifestationOf ;
                                                                   rdfs:domain <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Manifestation> ;
                                                                   rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Work> ;
                                                                   rdfs:label "mocho:isManifestationOf"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#isRealizationOf
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#isRealizationOf> rdf:type owl:ObjectProperty ;
                                                                 rdfs:subPropertyOf frbr:realizationOf ;
                                                                 rdfs:domain <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Expression> ;
                                                                 rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Work> ;
                                                                 rdfs:label "mocho:isRealizationOf"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#publisher
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#publisher> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf dcterms:publisher ,
                                                                              <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#contributor> ;
                                                           rdfs:range <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> ;
                                                           rdfs:label "mocho:publisher"@en .


###  https://w3id.org/ac-ontology/aco#author
aco:author rdf:type owl:ObjectProperty ;
           rdfs:domain foaf:Agent ;
           rdfs:range aco:AudioManifestation ;
           rdfs:comment """Used to relate a person or a group of people who authored an audio manifestation.
""" ;
           rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
           rdfs:label "aco:author"@en .


###  https://w3id.org/ac-ontology/aco#availableAs
aco:availableAs rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:exemplar ;
                owl:inverseOf aco:availableItemOf ;
                rdfs:domain aco:AudioManifestation ;
                rdfs:range aco:AudioItem ;
                rdfs:comment """Relates an audio manifestation to an audio item (e.g., a media file).
""" ;
                rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                rdfs:label "available as" .


###  https://w3id.org/ac-ontology/aco#availableItemOf
aco:availableItemOf rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf frbr:exemplarOf ;
                    rdfs:domain aco:AudioItem ;
                    rdfs:range aco:AudioManifestation ;
                    rdfs:comment """Relates an audio item (e.g., a media file) to the corresponding audio manifestation.
""" ;
                    rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                    rdfs:label "available item of" .


###  https://w3id.org/ac-ontology/aco#collectionAsList
aco:collectionAsList rdf:type owl:ObjectProperty ;
                     owl:equivalentProperty aco:firstNode ;
                     rdf:type owl:FunctionalProperty ;
                     rdfs:domain aco:AudioCollection ;
                     rdfs:comment "Convenience alias of ac:firstNode to attache an ac:AudioCollection to an rdf:List that holds the members" ;
                     rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                     rdfs:label "collection as list" .


###  https://w3id.org/ac-ontology/aco#compiled
aco:compiled rdf:type owl:ObjectProperty ;
             rdfs:domain foaf:Agent ;
             rdfs:range aco:AudioManifestation ;
             rdfs:comment """Used to relate a person or a group of people who compiled an audio manifestation.
""" ;
             rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
             rdfs:label "aco:compiled"@en .


###  https://w3id.org/ac-ontology/aco#containerNode
aco:containerNode rdf:type owl:ObjectProperty ;
                  owl:inverseOf aco:nodeContent ;
                  rdfs:domain aco:AudioManifestation ;
                  rdfs:comment "Associates an audio manifestation with the collection nodes that contain it." ;
                  rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                  rdfs:label "aco:containerNode"@en .


###  https://w3id.org/ac-ontology/aco#encodes
aco:encodes rdf:type owl:ObjectProperty ;
            owl:inverseOf aco:isEncodedBy ;
            rdf:type owl:FunctionalProperty ;
            rdfs:domain aco:AudioItem ;
            rdfs:range aco:DigitalSignal ;
            rdfs:comment """Associates a MusicalItem (a track on a particular CD, an audio file, a stream somewhere) to the signal it encodes.
""" ;
            rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
            rdfs:label "encodes" .


###  https://w3id.org/ac-ontology/aco#firstNode
aco:firstNode rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf aco:memberNode ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain aco:AudioCollection ;
              rdfs:comment "Associates an audio collection to its first node." ;
              rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
              rdfs:label "first node" .


###  https://w3id.org/ac-ontology/aco#isEncodedBy
aco:isEncodedBy rdf:type owl:ObjectProperty ;
                rdfs:domain aco:DigitalSignal ;
                rdfs:range aco:AudioItem ;
                rdfs:comment """Associates a signal to a MusicalItem (a track on a particular CD, an audio file, a stream somewhere) that encodes it.
""" ;
                rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                rdfs:label "is encoded by" .


###  https://w3id.org/ac-ontology/aco#lastNode
aco:lastNode rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf aco:memberNode ;
             rdf:type owl:FunctionalProperty ;
             rdfs:domain aco:AudioCollection ;
             rdfs:comment "Associates an audio collection to its last node." ;
             rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
             rdfs:label "last node" .


###  https://w3id.org/ac-ontology/aco#memberNode
aco:memberNode rdf:type owl:ObjectProperty ;
               rdfs:domain aco:AudioCollection ;
               owl:propertyChainAxiom ( aco:memberNode
                                        aco:nextNode
                                      ) ;
               rdfs:comment "Associates an audio collection to its nodes." ;
               rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
               rdfs:label "member node" .


###  https://w3id.org/ac-ontology/aco#nextNode
aco:nextNode rdf:type owl:ObjectProperty ;
             owl:inverseOf aco:previousNode ;
             rdf:type owl:FunctionalProperty ;
             rdfs:comment "Associates a node with the next node in the collection." ;
             rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
             rdfs:label "aco:nextNode"@en .


###  https://w3id.org/ac-ontology/aco#nodeContent
aco:nodeContent rdf:type owl:ObjectProperty ,
                         owl:FunctionalProperty ;
                rdfs:range aco:AudioManifestation ;
                rdfs:comment "Associates a node with the actual content (an audio manifestation)." ;
                rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                rdfs:label "node content" .


###  https://w3id.org/ac-ontology/aco#originalFile
aco:originalFile rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf aco:availableAs ;
                 rdf:type owl:FunctionalProperty ;
                 rdfs:domain aco:AudioClip ;
                 rdfs:range aco:AudioFile ;
                 rdfs:comment """Relates an audio clip to the original published audio file (if there is such thing).
""" ;
                 rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                 rdfs:label "original file" .


###  https://w3id.org/ac-ontology/aco#previousNode
aco:previousNode rdf:type owl:ObjectProperty ,
                          owl:FunctionalProperty ;
                 rdfs:comment "Associates a node with the previous node in the collection." ;
                 rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                 rdfs:label "previous node" .


###  https://w3id.org/ac-ontology/aco#producedSignal
aco:producedSignal rdf:type owl:ObjectProperty ;
                   rdfs:range aco:Signal ;
                   rdfs:comment "Associates a signal production event to the produced signal." ;
                   rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                   rdfs:label "produced signal" .


###  https://w3id.org/ac-ontology/aco#productionFrom
aco:productionFrom rdf:type owl:ObjectProperty ;
                   rdfs:range aco:Sound ;
                   rdfs:comment """Associates a signal production act to a sound from which the signal was produced (e.g., if recording, the recorded sound).
""" ;
                   rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                   rdfs:label "production from" .


###  https://w3id.org/ac-ontology/aco#publicationOf
aco:publicationOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf frbr:embodimentOf ;
                  owl:inverseOf aco:publishedAs ;
                  rdfs:domain aco:AudioManifestation ;
                  rdfs:range aco:AudioExpression ;
                  rdfs:comment """Link a particular manifestation to the related expression (e.g., a signal or a sound).
""" ;
                  rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                  rdfs:label "publication of" .


###  https://w3id.org/ac-ontology/aco#published
aco:published rdf:type owl:ObjectProperty ;
              rdfs:domain foaf:Agent ;
              rdfs:range aco:AudioManifestation ;
              rdfs:comment """Used to relate a person or a group of people who published an audio manifestation.
""" ;
              rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
              rdfs:label "published" .


###  https://w3id.org/ac-ontology/aco#publishedAs
aco:publishedAs rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf frbr:embodiment ;
                rdfs:domain aco:AudioExpression ;
                rdfs:range aco:AudioManifestation ;
                rdfs:comment """Link an expression to its publication as manifestation.
""" ;
                rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                rdfs:label "published as" .


###  https://w3id.org/ac-ontology/aco#publishedAudioManifestation
aco:publishedAudioManifestation rdf:type owl:ObjectProperty ;
                                rdfs:range aco:AudioManifestation ;
                                rdfs:comment "Associates a publishing act to the audio manifestation." ;
                                rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                                rdfs:label "published audio manifestation" .


###  https://w3id.org/ac-ontology/aco#recordingOf
aco:recordingOf rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf aco:productionFrom ;
                rdfs:range aco:Sound ;
                rdfs:comment "Associates a recording act to the recorded (physical) sound." ;
                rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                rdfs:label "recording of" .


###  https://www.ica.org/standards/RiC/ontology#followsInTime
<https://www.ica.org/standards/RiC/ontology#followsInTime> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#followsOrFollowed> ;
                                                           owl:inverseOf <https://www.ica.org/standards/RiC/ontology#precedesInTime> ;
                                                           rdf:type owl:TransitiveProperty ;
                                                           rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:comment """Inverse of 'precedes in time' object property. This is a
         transitive relation."""@en ;
                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                           rdfs:label "follows in time"@en ,
                                                                      "sigue en el tiempo a"@es ,
                                                                      "suit dans le temps"@fr .


###  https://www.ica.org/standards/RiC/ontology#followsOrFollowed
<https://www.ica.org/standards/RiC/ontology#followsOrFollowed> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                               owl:inverseOf <https://www.ica.org/standards/RiC/ontology#precedesOrPreceded> ;
                                                               rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                               rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                               rdfs:comment "Inverse of 'precedes or preceded' object property."@en ;
                                                               rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                               rdfs:label "follows or followed"@en ,
                                                                          "sigue o seguía a"@es ,
                                                                          "suit ou a suivi"@fr .


###  https://www.ica.org/standards/RiC/ontology#hadComponent
<https://www.ica.org/standards/RiC/ontology#hadComponent> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hadPart> ,
                                                                             <https://www.ica.org/standards/RiC/ontology#hasOrHadComponent> ;
                                                          owl:inverseOf <https://www.ica.org/standards/RiC/ontology#wasComponentOf> ;
                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                          rdfs:comment """Connects an Instantiation to another Instantiation that was its
         component in the past."""@en ;
                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                          rdfs:label "a eu pour composant"@fr ,
                                                                     "had component"@en ,
                                                                     "tenía como componente"@es .


###  https://www.ica.org/standards/RiC/ontology#hadPart
<https://www.ica.org/standards/RiC/ontology#hadPart> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadPart> ;
                                                     owl:inverseOf <https://www.ica.org/standards/RiC/ontology#wasPartOf> ;
                                                     rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                     rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                     rdfs:comment """Connects a Thing to a Thing that was a constitutive or component
         part of that Thing in the past."""@en ;
                                                     rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                     rdfs:label "a eu pour partie"@fr ,
                                                                "had part"@en ,
                                                                "tenía como parte"@es .


###  https://www.ica.org/standards/RiC/ontology#hasComponentTransitive
<https://www.ica.org/standards/RiC/ontology#hasComponentTransitive> rdf:type owl:ObjectProperty ;
                                                                    rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadComponent> ,
                                                                                       <https://www.ica.org/standards/RiC/ontology#hasPartTransitive> ;
                                                                    owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isComponentOfTransitive> ;
                                                                    rdf:type owl:TransitiveProperty ;
                                                                    rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                    rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                    rdfs:comment """Connects an Instantiation to another Instantiation that is,
         directly or indirectly, a component of that Instantiation. This is a transitive
         relation."""@en ;
                                                                    rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                    rdfs:label "a pour composant transitif"@fr ,
                                                                               "has component transitive"@en ,
                                                                               "tiene como componente transitivo"@es .


###  https://www.ica.org/standards/RiC/ontology#hasCopy
<https://www.ica.org/standards/RiC/ontology#hasCopy> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasGeneticLinkToRecordResource> ,
                                                                        <https://www.ica.org/standards/RiC/ontology#precedesInTime> ;
                                                     owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isCopyOf> ;
                                                     rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                     rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                     rdfs:comment """Connects a Record Resource to a copy of that Record
         Resource."""@en ;
                                                     rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                     rdfs:label "a pour copie"@fr ,
                                                                "has copy"@en ,
                                                                "tiene como copia"@es ;
                                                     skos:scopeNote """Is both a temporal and genetic relation between the two Record
         Resources."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasDirectComponent
<https://www.ica.org/standards/RiC/ontology#hasDirectComponent> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasComponentTransitive> ,
                                                                                   <https://www.ica.org/standards/RiC/ontology#hasDirectPart> ;
                                                                owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isDirectComponentOf> ;
                                                                rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                rdfs:comment """Connects an Instantiation to another Instantiation that is its
         direct component."""@en ;
                                                                rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                rdfs:label "a directement pour composant"@fr ,
                                                                           "has direct component"@en ,
                                                                           "tiene directamente como componente"@es .


###  https://www.ica.org/standards/RiC/ontology#hasDirectPart
<https://www.ica.org/standards/RiC/ontology#hasDirectPart> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasPartTransitive> ;
                                                           owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isDirectPartOf> ;
                                                           rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:comment """Connects a Thing to a Thing that is a direct constitutive or
         component part of that Thing."""@en ;
                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                           rdfs:label "a directement pour partie"@fr ,
                                                                      "has direct part"@en ,
                                                                      "tiene directamente como parte"@es ;
                                                           skos:scopeNote """To be used only when the current partitive relation is direct,
         without any intermediate node between the related things."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasGeneticLinkToRecordResource
<https://www.ica.org/standards/RiC/ontology#hasGeneticLinkToRecordResource> rdf:type owl:ObjectProperty ;
                                                                            rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource> ;
                                                                            rdf:type owl:SymmetricProperty ;
                                                                            rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                            rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                            rdfs:comment """Connects two Record Resources when there is a genetic link between
         them. Genetic in this sense is as defined by diplomatics, i.e. the process by which a
         Record Resource is developed. This relation is symmetric."""@en ;
                                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                            rdfs:label """a une relation génétique avec la ressource
         archivistique"""@fr ,
                                                                                       "has genetic link to record resource"@en ,
                                                                                       "tiene vínculo de origen con recurso documental"@es ;
                                                                            skos:scopeNote """Use to connect two Record Resources only if it is not possible
         to use a narrower, more specific, asymmetric Record Resource to Record Resource relation,
         for example is original of."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasOrHadAnalogueInstantiation
<https://www.ica.org/standards/RiC/ontology#hasOrHadAnalogueInstantiation> rdf:type owl:ObjectProperty ;
                                                                           rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadInstantiation> ;
                                                                           owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isOrWasAnalogueInstantiationOf> ;
                                                                           rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                           rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                           rdfs:comment """Connects a record resource to one of its analogue instantiations,
         whether it exists or has been lost or destroyed."""@en ;
                                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                           rdfs:label "a ou a eu pour instanciation analogique"@fr ,
                                                                                      "has or had analogue instantiation"@en ,
                                                                                      "tiene o tenía como instanciación analogica"@es ;
                                                                           skos:scopeNote """In some situations, it may be useful or necessary to connect a
         record resource to an analogue instantiation that no longer exists or has been
         lost."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasOrHadComponent
<https://www.ica.org/standards/RiC/ontology#hasOrHadComponent> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadPart> ,
                                                                                  <https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation> ;
                                                               owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isOrWasComponentOf> ;
                                                               rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                               rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                               rdfs:comment """Connects an Instantiation to one of its present or past component
         instantiations."""@en ;
                                                               rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                               rdfs:label "a ou a eu pour composant"@fr ,
                                                                          "has or had component"@en ,
                                                                          "tiene o tenía como componente"@es .


###  https://www.ica.org/standards/RiC/ontology#hasOrHadDerivedInstantiation
<https://www.ica.org/standards/RiC/ontology#hasOrHadDerivedInstantiation> rdf:type owl:ObjectProperty ;
                                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation> ,
                                                                                             <https://www.ica.org/standards/RiC/ontology#precedesInTime> ;
                                                                          owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isOrWasDerivedFromInstantiation> ;
                                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                          rdfs:comment """Connects an instantiation to an instantiation that is derived from
         it, whether it exists or has been lost or destroyed."""@en ;
                                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                          rdfs:label "a ou a eu pour instanciation dérivée"@fr ,
                                                                                     "has or had derived instantiation"@en ,
                                                                                     "tiene o tenía como instanciación derivada"@es ;
                                                                          skos:scopeNote """In some situations, it may be useful or necessary to connect an
         instantiation to an instantiation that was derived from it but no longer exists or or has
         been lost."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasOrHadDigitalInstantiation
<https://www.ica.org/standards/RiC/ontology#hasOrHadDigitalInstantiation> rdf:type owl:ObjectProperty ;
                                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadInstantiation> ;
                                                                          owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isOrWasDigitalInstantiationOf> ;
                                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                          rdfs:comment """Connects a record resource to one of its digital instantiations,
         whether it exists or has been lost or destroyed."""@en ;
                                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                          rdfs:label "a ou a eu pour instanciation numérique"@fr ,
                                                                                     "has or had digital instantiation"@en ,
                                                                                     "tiene o tenía como instanciación digital"@es ;
                                                                          skos:scopeNote """This property can be used, among other cases, when you want to
         convert findings aids encoded in EAD/XML and need a simple and accurate migration path to
         process dao or daogrp EAD elements. Also, in some situations, it may be useful or necessary
         to connect a record resource to a digital instantiation that no longer exists or or has
         been lost."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasOrHadInstantiation
<https://www.ica.org/standards/RiC/ontology#hasOrHadInstantiation> rdf:type owl:ObjectProperty ;
                                                                   rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                                   owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isOrWasInstantiationOf> ;
                                                                   rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                   rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                   rdfs:comment """Connects a Record Resource to an Instantiation, which either may
         exist or may have been lost or destroyed."""@en ;
                                                                   rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                   rdfs:label "a ou a eu pour instanciation"@fr ,
                                                                              "has or had instantiation"@en ,
                                                                              "tiene o tenía como instanciación"@es ;
                                                                   skos:scopeNote """In some situations, it may be useful or necessary to connect a
         record resource to an instantiation that no longer exists or or has been lost, when some of
         its characteristics are known from some source, like an old finding aid."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasOrHadPart
<https://www.ica.org/standards/RiC/ontology#hasOrHadPart> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                          owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isOrWasPartOf> ;
                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                          rdfs:comment """Connects a Thing to a constitutive or component part of that
         Thing."""@en ;
                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                          rdfs:label "a ou a eu pour partie"@fr ,
                                                                     "has or had part"@en ,
                                                                     "tiene o tenía como parte"@es ;
                                                          skos:scopeNote """Use to connect a Thing to another Thing that is or was a part of
         the whole Thing only if it is not possible to use a narrower, more specific whole/part
         relation, for example has or had constituent. The end of existence of a whole/part relation
         may affect the integrity or nature of the domain entity."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasPartTransitive
<https://www.ica.org/standards/RiC/ontology#hasPartTransitive> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadPart> ;
                                                               owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isPartOfTransitive> ;
                                                               rdf:type owl:TransitiveProperty ;
                                                               rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                               rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                               rdfs:comment """Connects a Thing to a Thing that is, directly or indirectly, a
         constitutive or component part of that Thing. This is a transitive relation."""@en ;
                                                               rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                               rdfs:label "a pour partie transitif"@fr ,
                                                                          "has part transitive"@en ,
                                                                          "tiene como parte transitivo"@es ;
                                                               skos:scopeNote """To be used, either to infer, then query or browse, relations
         from existing direct 'hasDirectPart' relations between things, or to record a current
         partitive relation when you do not know if there are intermediate nodes between the related
         things."""@en .


###  https://www.ica.org/standards/RiC/ontology#hasReply
<https://www.ica.org/standards/RiC/ontology#hasReply> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource> ,
                                                                         <https://www.ica.org/standards/RiC/ontology#precedesInTime> ;
                                                      owl:inverseOf <https://www.ica.org/standards/RiC/ontology#isReplyTo> ;
                                                      rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                      rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                      rdfs:comment """Connects a Record Resource to a reply, usually in the form of
         correspondence."""@en ;
                                                      rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                      rdfs:label "a pour réponse"@fr ,
                                                                 "has reply"@en ,
                                                                 "tiene como contestación"@es .


###  https://www.ica.org/standards/RiC/ontology#isComponentOfTransitive
<https://www.ica.org/standards/RiC/ontology#isComponentOfTransitive> rdf:type owl:ObjectProperty ;
                                                                     rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasComponentOf> ,
                                                                                        <https://www.ica.org/standards/RiC/ontology#isPartOfTransitive> ;
                                                                     rdf:type owl:TransitiveProperty ;
                                                                     rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                     rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                     rdfs:comment """Connects an Instantiation to another Instantiation of which it is,
         directly or indirectly, a component. This is a transitive relation."""@en ;
                                                                     rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                     rdfs:label "es componente de transitivo"@es ,
                                                                                "est un composant de transitif"@fr ,
                                                                                "is component of transitive"@en .


###  https://www.ica.org/standards/RiC/ontology#isCopyOf
<https://www.ica.org/standards/RiC/ontology#isCopyOf> rdf:type owl:ObjectProperty ;
                                                      rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#followsInTime> ,
                                                                         <https://www.ica.org/standards/RiC/ontology#hasGeneticLinkToRecordResource> ;
                                                      rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                      rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                      rdfs:comment "Inverse of 'has copy' object property."@en ;
                                                      rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                      rdfs:label "es copia de"@es ,
                                                                 "est la copie de"@fr ,
                                                                 "is copy of"@en .


###  https://www.ica.org/standards/RiC/ontology#isDirectComponentOf
<https://www.ica.org/standards/RiC/ontology#isDirectComponentOf> rdf:type owl:ObjectProperty ;
                                                                 rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isComponentOfTransitive> ,
                                                                                    <https://www.ica.org/standards/RiC/ontology#isDirectPartOf> ;
                                                                 rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                 rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                 rdfs:comment """Connects an Instantiation to another Instantiation of which it is
         a direct component."""@en ;
                                                                 rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                 rdfs:label "es componente directo de"@es ,
                                                                            "est le composant direct de"@fr ,
                                                                            "is direct component of"@en .


###  https://www.ica.org/standards/RiC/ontology#isDirectPartOf
<https://www.ica.org/standards/RiC/ontology#isDirectPartOf> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isPartOfTransitive> ;
                                                            rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:comment """Connects a Thing to a Thing of which it is direct constitutive or
         component part."""@en ;
                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                            rdfs:label "es parte directa de"@es ,
                                                                       "fait directement partie de"@fr ,
                                                                       "is direct part of"@en ;
                                                            skos:scopeNote """To be used only when the current partitive relation is direct,
         without any intermediate node between the related things."""@en .


###  https://www.ica.org/standards/RiC/ontology#isEquivalentTo
<https://www.ica.org/standards/RiC/ontology#isEquivalentTo> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                            rdf:type owl:SymmetricProperty ;
                                                            rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:comment "Connects two Things that are considered equivalent."@en ;
                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                            rdfs:label "equivale a"@es ,
                                                                       "est l’équivalent de"@fr ,
                                                                       "is equivalent to"@en .


###  https://www.ica.org/standards/RiC/ontology#isFunctionallyEquivalentTo
<https://www.ica.org/standards/RiC/ontology#isFunctionallyEquivalentTo> rdf:type owl:ObjectProperty ;
                                                                        rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isEquivalentTo> ,
                                                                                           <https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation> ;
                                                                        rdf:type owl:SymmetricProperty ;
                                                                        rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                        rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                        rdfs:comment """Connects two Instantiations which may be considered as equivalent.
         This relation is symmetric."""@en ;
                                                                        rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                        rdfs:label "equivale funcionalmente a"@es ,
                                                                                   "est fonctionnellement équivalente à"@fr ,
                                                                                   "is functionally equivalent to"@en ;
                                                                        skos:scopeNote """Two Instantiations, from some point of view, may be considered
         as equivalent. This equivalence is usually based upon the fact that the Instantiations have
         at least the same intellectual content (they instantiate the same Record
         Resource)."""@en .


###  https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation
<https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation> rdf:type owl:ObjectProperty ;
                                                                                        rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                                                        rdf:type owl:SymmetricProperty ;
                                                                                        rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                                        rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                                        rdfs:comment """Connects two Instantiations. This relation is
         symmetric."""@en ;
                                                                                        rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                                        rdfs:label "est associée à l’instanciation"@fr ,
                                                                                                   "is instantiation associated with instantiation"@en ,
                                                                                                   "se asocia con la instanciación"@es ;
                                                                                        skos:scopeNote """Use only if it is not possible to specify a narrower
         Instantiation to Instantiation relation, for example is functionally equivalent
         to."""@en .


###  https://www.ica.org/standards/RiC/ontology#isOrWasAnalogueInstantiationOf
<https://www.ica.org/standards/RiC/ontology#isOrWasAnalogueInstantiationOf> rdf:type owl:ObjectProperty ;
                                                                            rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasInstantiationOf> ;
                                                                            rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                            rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                            rdfs:comment """Inverse of 'has or had analogue instantiation' object
         property."""@en ;
                                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                            rdfs:label "es or era instanciación analogica de"@es ,
                                                                                       "est ou a été une instanciation analogique de"@fr ,
                                                                                       "is or was analogue instantiation of"@en .


###  https://www.ica.org/standards/RiC/ontology#isOrWasComponentOf
<https://www.ica.org/standards/RiC/ontology#isOrWasComponentOf> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation> ,
                                                                                   <https://www.ica.org/standards/RiC/ontology#isOrWasPartOf> ;
                                                                rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                rdfs:comment "Inverse of 'has or had component' object property."@en ;
                                                                rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                rdfs:label "es o era componente de"@es ,
                                                                           "est ou a été un composant de"@fr ,
                                                                           "is or was component of"@en .


###  https://www.ica.org/standards/RiC/ontology#isOrWasDerivedFromInstantiation
<https://www.ica.org/standards/RiC/ontology#isOrWasDerivedFromInstantiation> rdf:type owl:ObjectProperty ;
                                                                             rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#followsInTime> ,
                                                                                                <https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation> ;
                                                                             rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                             rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                             rdfs:comment """Inverse of 'has or had derived instantiation' object
         property."""@en ;
                                                                             rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                             rdfs:label "es o era un derivado de instanciación"@es ,
                                                                                        "est ou a été une instanciation dérivée de"@fr ,
                                                                                        "is or was derived from instantiation"@en .


###  https://www.ica.org/standards/RiC/ontology#isOrWasDigitalInstantiationOf
<https://www.ica.org/standards/RiC/ontology#isOrWasDigitalInstantiationOf> rdf:type owl:ObjectProperty ;
                                                                           rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasInstantiationOf> ;
                                                                           rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                           rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                           rdfs:comment """Inverse of 'has or had digital instantiation' object
         property."""@en ;
                                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                           rdfs:label "es o era instanciación digital de"@es ,
                                                                                      "est ou a été une instanciation numérique de"@fr ,
                                                                                      "is or was digital instantiation of"@en .


###  https://www.ica.org/standards/RiC/ontology#isOrWasInstantiationOf
<https://www.ica.org/standards/RiC/ontology#isOrWasInstantiationOf> rdf:type owl:ObjectProperty ;
                                                                    rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                                    rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                                    rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                    rdfs:comment """Inverse of 'has or had instantiation' object
         property."""@en ;
                                                                    rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                    rdfs:label "es o era instanciación de"@es ,
                                                                               "est ou a été une instanciation de"@fr ,
                                                                               "is or was instantiation of"@en .


###  https://www.ica.org/standards/RiC/ontology#isOrWasPartOf
<https://www.ica.org/standards/RiC/ontology#isOrWasPartOf> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                           rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:comment "Inverse of 'has or had part' relation."@en ;
                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                           rdfs:label "es o era parte de"@es ,
                                                                      "est ou a été une partie de"@fr ,
                                                                      "is or was part of"@en .


###  https://www.ica.org/standards/RiC/ontology#isPartOfTransitive
<https://www.ica.org/standards/RiC/ontology#isPartOfTransitive> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasPartOf> ;
                                                                rdf:type owl:TransitiveProperty ;
                                                                rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                                rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                                rdfs:comment """Connects a Thing to a Thing of which it is a a constitutive or
         component part, directly or indirectly. This is a transitive relation."""@en ;
                                                                rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                rdfs:label "es parte de transitivo"@es ,
                                                                           "est une partie de transitif"@fr ,
                                                                           "is part of transitive"@en ;
                                                                skos:scopeNote """To be used, either to infer, then query or browse, relations
         from existing direct 'isDirectPartOf' relations between things, or to record a current
         partitive relation when you do not know if there are intermediate nodes between the related
         things."""@en .


###  https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource
<https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource> rdf:type owl:ObjectProperty ;
                                                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                                                          rdf:type owl:SymmetricProperty ;
                                                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                                          rdfs:comment """Connects two Record Resources. This relation is
         symmetric."""@en ;
                                                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                                          rdfs:label "es recurso documental asociado con"@es ,
                                                                                                     """est une ressource archivistique associée avec la ressource
         archivistique"""@fr ,
                                                                                                     "is record resource associated with record resource"@en ;
                                                                                          skos:scopeNote """Use to connect two Record Resources only if it is not possible
         to use a narrower, more specific relation, for example has genetic link
         to."""@en .


###  https://www.ica.org/standards/RiC/ontology#isRelatedTo
<https://www.ica.org/standards/RiC/ontology#isRelatedTo> rdf:type owl:ObjectProperty ,
                                                                  owl:SymmetricProperty ;
                                                         rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                         rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                         rdfs:comment """The most generic relation, is related to, connects any Thing to
         any other Thing. This relation is symmetric."""@en ;
                                                         rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                         rdfs:label "est relié à"@fr ,
                                                                    "está relacionado con"@es ,
                                                                    "is related to"@en .


###  https://www.ica.org/standards/RiC/ontology#isReplyTo
<https://www.ica.org/standards/RiC/ontology#isReplyTo> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#followsInTime> ,
                                                                          <https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource> ;
                                                       rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                       rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                       rdfs:comment "Inverse of 'has reply' object property."@en ;
                                                       rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                       rdfs:label "es contestación de"@es ,
                                                                  "est une réponse à"@fr ,
                                                                  "is reply to"@en .


###  https://www.ica.org/standards/RiC/ontology#isSourceOfInformationOfRecordResource
<https://www.ica.org/standards/RiC/ontology#isSourceOfInformationOfRecordResource> rdf:type owl:ObjectProperty ;
                                                                                   rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource> ;
                                                                                   owl:inverseOf <https://www.ica.org/standards/RiC/ontology#recordResourceHasSourceOfInformation> ;
                                                                                   rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                                   rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                                   rdfs:comment """Connects a Record Resource to a Record Resource, when the first is
         used as a source of information for producing the content of the second one."""@en ;
                                                                                   rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                                   rdfs:label "es fuente de información de recurso documental"@es ,
                                                                                              """est une source d’information de la ressource
         archivistique"""@fr ,
                                                                                              "is source of information of Record Resource"@en ;
                                                                                   skos:scopeNote """Can be used, for example, for a Record Resource used to produce
         a Record having documentary form type Authority Record or Finding Aid. Not to be confused
         with the 'hasGeneticLinkToRecordResource' object property."""@en .


###  https://www.ica.org/standards/RiC/ontology#migratedFrom
<https://www.ica.org/standards/RiC/ontology#migratedFrom> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasDerivedFromInstantiation> ;
                                                          owl:inverseOf <https://www.ica.org/standards/RiC/ontology#migratedInto> ;
                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                          rdfs:comment "Inverse of 'migrated into' object property."@en ;
                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                          rdfs:label "a été produite par migration de"@fr ,
                                                                     "migrado desde"@es ,
                                                                     "migrated from"@en .


###  https://www.ica.org/standards/RiC/ontology#migratedInto
<https://www.ica.org/standards/RiC/ontology#migratedInto> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#hasOrHadDerivedInstantiation> ;
                                                          rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                          rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                          rdfs:comment """Connects an Instantiation to a version it has been migrated
         into."""@en ;
                                                          rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                          rdfs:label "a été migrée vers"@fr ,
                                                                     "migrado a"@es ,
                                                                     "migrated into"@en ;
                                                          skos:scopeNote "Use for digital instantiations."@en .


###  https://www.ica.org/standards/RiC/ontology#precedesInTime
<https://www.ica.org/standards/RiC/ontology#precedesInTime> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#precedesOrPreceded> ;
                                                            rdf:type owl:TransitiveProperty ;
                                                            rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:comment """Connects a Thing to a Thing that follows it in chronological
         order. This is a transitive relation."""@en ;
                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                            rdfs:label "precede en el tiempo a"@es ,
                                                                       "precedes in time"@en ,
                                                                       "précède dans le temps"@fr ;
                                                            skos:scopeNote """There may actually be zero to many intermediate Entities,
         ignored or unknown, in the chronological sequence between the two connected
         Entities."""@en .


###  https://www.ica.org/standards/RiC/ontology#precedesOrPreceded
<https://www.ica.org/standards/RiC/ontology#precedesOrPreceded> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRelatedTo> ;
                                                                rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                                rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                                rdfs:comment """Connects a Thing to a Thing that follows or followed it in some
         sequence."""@en ;
                                                                rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                rdfs:label "precede o precedía secuencialmente a"@es ,
                                                                           "precedes or preceded"@en ,
                                                                           "précède ou a précédé"@fr ;
                                                                skos:scopeNote """The relation does not specify by itself what criteria are used
         for ordering the sequence. There may actually be zero to many intermediate Entities,
         ignored or unkown, in the sequence between the two connected Things. Can be used, for
         example, for specifying that some Record 'precedes' (has next) some Record within a Record
         Set."""@en .


###  https://www.ica.org/standards/RiC/ontology#recordResourceHasSourceOfInformation
<https://www.ica.org/standards/RiC/ontology#recordResourceHasSourceOfInformation> rdf:type owl:ObjectProperty ;
                                                                                  rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource> ;
                                                                                  rdfs:domain <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                                  rdfs:range <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                                                  rdfs:comment """Connects a Record Resource to a Record Resource, when the second
         one is used as a source of information for producing the content of the first
         one."""@en ;
                                                                                  rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                                  rdfs:label "Record Resource has source of information"@en ,
                                                                                             """est une ressource archivistique qui a pour source
         d’information"""@fr ,
                                                                                             "recurso documental tiene como fuente de información"@es ;
                                                                                  skos:scopeNote """Can be used, for example, to connect a Record that has
         documentary form type Authority Record or Finding Aid, and a Record Resource used as a
         source of information for it. Not to be confused with the 'hasGeneticLinkToRecordResource'
         object property."""@en .


###  https://www.ica.org/standards/RiC/ontology#wasComponentOf
<https://www.ica.org/standards/RiC/ontology#wasComponentOf> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasComponentOf> ,
                                                                               <https://www.ica.org/standards/RiC/ontology#wasPartOf> ;
                                                            rdfs:domain <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                            rdfs:range <https://www.ica.org/standards/RiC/ontology#Instantiation> ;
                                                            rdfs:comment """Connects an Instantiation to another Instantiation of which it was
         a component in the past."""@en ;
                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                            rdfs:label "a été le composant de"@fr ,
                                                                       "era componente de"@es ,
                                                                       "was component of"@en .


###  https://www.ica.org/standards/RiC/ontology#wasPartOf
<https://www.ica.org/standards/RiC/ontology#wasPartOf> rdf:type owl:ObjectProperty ;
                                                       rdfs:subPropertyOf <https://www.ica.org/standards/RiC/ontology#isOrWasPartOf> ;
                                                       rdfs:domain <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                       rdfs:range <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                       rdfs:comment """Connects a Thing to a Thing of which it was a constitutive or
         component part in the past."""@en ;
                                                       rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                       rdfs:label "a fait partie de"@fr ,
                                                                  "era parte de"@es ,
                                                                  "was part of"@en .


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

###  http://purl.org/dc/terms/alternative
dcterms:alternative rdf:type owl:DatatypeProperty ;
                    rdfs:label "dcterms:alternative"@en ;
                    skos:definition "An alternative name for the resource."@en .


###  http://purl.org/dc/terms/bibliographicCitation
dcterms:bibliographicCitation rdf:type owl:DatatypeProperty ;
                              rdfs:comment "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."@en ;
                              rdfs:label "dcterms:bibliographicCitation"@en ;
                              skos:definition "A bibliographic reference for the resource."@en .


###  http://purl.org/dc/terms/created
dcterms:created rdf:type owl:DatatypeProperty ;
                rdfs:comment "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                rdfs:label "dcterms:created"@en ;
                skos:definition "Date of creation of the resource."@en .


###  http://purl.org/dc/terms/extent
dcterms:extent rdf:type owl:DatatypeProperty ;
               rdfs:comment "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."@en ;
               rdfs:label "dcterms:extent"@en ;
               skos:definition "The size or duration of the resource."@en .


###  http://www.deutsche-digitale-bibliothek.de/edm/aggregationEntity
ddb:aggregationEntity rdf:type owl:DatatypeProperty ;
                      rdfs:label "ddb:aggregationEntity"@en ;
                      skos:definition "with edm:ProvidedCHO as domain and a literal value as range, used to distinguish between hierarchical levels with proper descriptions and levels without such descriptions (e.g. an issue that is only identified by the number)."@en .


###  http://www.deutsche-digitale-bibliothek.de/edm/hierarchyPosition
ddb:hierarchyPosition rdf:type owl:DatatypeProperty ;
                      rdfs:label "ddb:hierarchyPosition"@en ;
                      skos:definition """With edm:ProvidedCHO as domain and a literal value as range,
used to describe the order of an edm:ProvidedCHO or edm:PhysicalThing in a hierarchy"""@en .


###  http://www.deutsche-digitale-bibliothek.de/edm/hierarchyType
ddb:hierarchyType rdf:type owl:DatatypeProperty ;
                  rdfs:label "ddb:hierarchyType"@en ;
                  skos:definition "This data property is used to describe the object type of an edm:ProvidedCHO or edm:PhysicalThing as part of a hierarchy (e.g. journal, volume, article, illustration). Values used here are based on a vocabulary published at http://ddb.vocnet.org/hierarchietyp/."@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#aspectRatio
ec:aspectRatio rdf:type owl:DatatypeProperty ;
               rdfs:range xsd:string ;
               dcterms:description "Pour spécifier le rapport d'aspect."@fr ,
                                   "To specify the aspect ratio."@en ,
                                   "Um das Seitenverhältnis festzulegen."@de ;
               rdfs:label "Aspect ratio"@en ,
                          "Bildseitenverhältnis"@de ,
                          "Rapport d'aspect"@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#contentDescription
ec:contentDescription rdf:type owl:DatatypeProperty ;
                      dcterms:description "Ceci peut être spécialisé en utilisant des sous-propriétés comme celles définies dans https://github.com/ebu/ebu_cs/blob/main/metadata/cs/ebu_DescriptionTypeCodeCS.xml mises en œuvre à titre d'exemple, comme par exemple \"summary\" ou \"script\"."@fr ,
                                          "Dies kann durch die Verwendung von Untereigenschaften spezialisiert werden wie in https://github.com/ebu/ebu_cs/blob/main/metadata/cs/ebu_DescriptionTypeCodeCS.xml definiert als Beispiele implementiert sind, wie z.B. 'summary' oder 'Skript'."@de ,
                                          "This can be specialised by using sub-properties like defined in https://github.com/ebu/ebu_cs/blob/main/metadata/cs/ebu_DescriptionTypeCodeCS.xml implemented as examples as e.g. 'summary' or 'script'."@en ;
                      rdfs:isDefinedBy <dc:description> ;
                      rdfs:label "Beschreibung des Inhalts"@de ,
                                 "Content description"@en ,
                                 "Description du contenu"@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#tag
ec:tag rdf:type owl:DatatypeProperty ;
       rdfs:subPropertyOf ec:contentDescription ;
       dcterms:description "Pour fournir une liste de balises."@fr ,
                           "To provide a list of tags."@en ,
                           "Zur Bereitstellung einer Liste von Tags."@de ;
       rdfs:label "Tag"@de ,
                  "Tag"@en ,
                  "Étiquette"@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#title
ec:title rdf:type owl:DatatypeProperty ;
         dcterms:description "Alle Werte des EBU-Titelstatus-Klassifizierungsschemas (https://github.com/ebu/ebu_cs/blob/main/metadata/cs/ebu_TitleStatusCodeCS.xml) sind Kandidaten Untereigenschaften der Eigenschaft title, wie sie zum Beispiel mit alternativeTitel."@de ,
                             "Specifies the title or name given to the resource. A root for the definition of subproperties defining ebucore titles of different types. The ebucore title type can be used to define sub-properties to optionally refine the category of the title. All value of the EBU title status classification scheme (https://github.com/ebu/ebu_cs/blob/main/metadata/cs/ebu_TitleStatusCodeCS.xml) are candidates subproperties of the title property as implemented for an example with alternativeTitle."@en ,
                             "Toutes les valeurs du système de classification du statut du titre de l'UER (https://github.com/ebu/ebu_cs/blob/main/metadata/cs/ebu_TitleStatusCodeCS.xml) sont des candidats sous-propriétés de la propriété title comme implémenté par exemple avec alternativeTitle."@fr ;
         rdfs:label "Titel"@de ,
                    "Title"@en ,
                    "Titre"@fr .


###  http://www.w3.org/2003/01/geo/wgs84_pos#lat
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> rdf:type owl:DatatypeProperty ;
                                              rdfs:label "geo:long"@en ;
                                              skos:definition "Longitude"@en .


###  http://www.w3.org/2003/01/geo/wgs84_pos#long
<http://www.w3.org/2003/01/geo/wgs84_pos#long> rdf:type owl:DatatypeProperty ;
                                               rdfs:label "geo:lat"@en ;
                                               skos:definition "Latitude"@en .


###  http://www.w3.org/ns/dcat#version
dcat:version rdf:type owl:DatatypeProperty ;
             rdfs:isDefinedBy <http://www.w3.org/ns/dcat> .


###  http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:DatatypeProperty .


###  https://w3id.org/ac-ontology/aco#nodeIndex
aco:nodeIndex rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:range xsd:int ;
              rdfs:comment "Associates a node with its position in the collection." ;
              rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
              rdfs:label "node index" .


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

###  http://purl.org/NET/c4dm/event.owl#Event
<http://purl.org/NET/c4dm/event.owl#Event> rdf:type owl:Class ;
                                           rdfs:isDefinedBy <https://smartcity.linkeddata.es/ontologies/purl.orgNETc4dmevent.owl.html> ;
                                           rdfs:label "event:Event"@en .


###  http://purl.org/dc/terms/Agent
dcterms:Agent rdf:type owl:Class ;
              rdfs:label "dcterms:Agent"@en .


###  http://purl.org/dc/terms/LinguisticSystem
dcterms:LinguisticSystem rdf:type owl:Class ;
                         rdfs:comment "Written, spoken, sign, and computer languages are linguistic systems."@en ;
                         rdfs:label "dcterms:LinguisticSystem"@en ;
                         skos:definition "A system of signs, symbols, sounds, gestures, or rules used in communication."@en .


###  http://purl.org/dc/terms/PeriodOfTime
dcterms:PeriodOfTime rdf:type owl:Class .


###  http://purl.org/dc/terms/PhysicalMedium
dcterms:PhysicalMedium rdf:type owl:Class ;
                       rdfs:label "dcterms:PhysicalMedium"@en ;
                       skos:definition "A physical material or carrier."@en ;
                       skos:example "Examples include paper, canvas, or DVD."@en .


###  http://purl.org/dc/terms/PhysicalResource
dcterms:PhysicalResource rdf:type owl:Class ;
                         rdfs:label "dcterms:PhysicalResource"@en ;
                         skos:definition "A material thing."@en .


###  http://purl.org/dc/terms/ProvenanceStatement
dcterms:ProvenanceStatement rdf:type owl:Class ;
                            rdfs:label "dcterms:ProvenanceStatement"@en ;
                            skos:definition "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."@en .


###  http://purl.org/dc/terms/RightsStatement
dcterms:RightsStatement rdf:type owl:Class ;
                        rdfs:label "dcterms:RightsStatement"@en ;
                        skos:definition "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights."@en .


###  http://purl.org/ontology/mo/AnalogSignal
<http://purl.org/ontology/mo/AnalogSignal> rdf:type owl:Class ;
                                           rdfs:subClassOf <http://purl.org/ontology/mo/Signal> ;
                                           owl:disjointWith <http://purl.org/ontology/mo/DigitalSignal> ;
                                           rdfs:comment """
        An analog signal.
    """ ;
                                           rdfs:label "analogue signal" .


###  http://purl.org/ontology/mo/CorporateBody
<http://purl.org/ontology/mo/CorporateBody> rdf:type owl:Class ;
                                            rdfs:subClassOf foaf:Organization ;
                                            rdfs:comment "Organization or group of individuals and/or other organizations involved in the music market." ;
                                            rdfs:label "mo:CorporateBody"@en .


###  http://purl.org/ontology/mo/DigitalSignal
<http://purl.org/ontology/mo/DigitalSignal> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://purl.org/ontology/mo/Signal> ;
                                            rdfs:comment """
        A digital signal
    """ ;
                                            rdfs:label "digital signal" .


###  http://purl.org/ontology/mo/Label
<http://purl.org/ontology/mo/Label> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://purl.org/ontology/mo/CorporateBody> ;
                                    rdfs:comment "Trade name of a company that produces musical works or expression of musical works." ;
                                    rdfs:label "label" .


###  http://purl.org/ontology/mo/Libretto
<http://purl.org/ontology/mo/Libretto> rdf:type owl:Class ;
                                       rdfs:subClassOf <http://purl.org/ontology/mo/MusicalExpression> ;
                                       rdfs:comment """
                Libretto
        """ ;
                                       rdfs:label "mo:Libretto"@en .


###  http://purl.org/ontology/mo/Lyrics
<http://purl.org/ontology/mo/Lyrics> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://purl.org/ontology/mo/MusicalExpression> ;
                                     rdfs:comment """
        Lyrics
    """ ;
                                     rdfs:label "mo:Lyrics"@en .


###  http://purl.org/ontology/mo/Movement
<http://purl.org/ontology/mo/Movement> rdf:type owl:Class ;
                                       rdfs:subClassOf <http://purl.org/ontology/mo/MusicalWork> ;
                                       rdfs:comment """A movement is a self-contained part of a musical work. While individual or selected movements from a composition are sometimes performed separately, a performance of the complete work requires all the movements to be performed in succession.

Often a composer attempts to interrelate the movements thematically, or sometimes in more subtle ways, in order that the individual
movements exert a cumulative effect. In some forms, composers sometimes link the movements, or ask for them to be played without a
pause between them.
    """ ;
                                       rdfs:label "movement" .


###  http://purl.org/ontology/mo/MusicArtist
<http://purl.org/ontology/mo/MusicArtist> rdf:type owl:Class ;
                                          rdfs:subClassOf foaf:Agent ;
                                          rdfs:comment """
        A person or a group of people (or a computer :-) ), whose musical
        creative work shows sensitivity and imagination
    """ ;
                                          rdfs:label "mo:MusicArtist"@en .


###  http://purl.org/ontology/mo/MusicGroup
<http://purl.org/ontology/mo/MusicGroup> rdf:type owl:Class ;
                                         rdfs:subClassOf <http://purl.org/ontology/mo/MusicArtist> ,
                                                         foaf:Group ;
                                         rdfs:comment "Group of musicians, or musical ensemble, usually popular or folk, playing parts of or improvising off of a musical arrangement. " ;
                                         rdfs:label "mo:MusicGroup"@en .


###  http://purl.org/ontology/mo/MusicalExpression
<http://purl.org/ontology/mo/MusicalExpression> rdf:type owl:Class ;
                                                rdfs:subClassOf frbr:Expression ;
                                                rdfs:comment """
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, etc., or any combination of such forms.


For example:

Work #1 Franz Schubert's Trout quintet

    * Expression #1 the composer's score
    * Expression #2 sound issued from the performance by the Amadeus Quartet and Hephzibah Menuhin on piano
    * Expression #3 sound issued from the performance by the Cleveland Quartet and Yo-Yo Ma on the cello
    * . . . .

The Music Ontology defines the following sub-concepts of a MusicalExpression, which should be used instead of MusicalExpression itself: Score (the
result of an arrangement), Sound (produced during a performance), Signal. However, it is possible to stick to FRBR and bypass the worflow
mechanism this ontology defines by using the core FRBR properties on such objects. But it is often better to use events to interconnect such
expressions (allowing to go deeply into the production process - `this performer was playing this particular instrument at that
particular time').

    """ ;
                                                rdfs:label "mo:MusicalExpression"@en .


###  http://purl.org/ontology/mo/MusicalItem
<http://purl.org/ontology/mo/MusicalItem> rdf:type owl:Class ;
                                          rdfs:subClassOf frbr:Item ;
                                          rdfs:comment """A single exemplar of a musical expression.

For example, it could be a single exemplar of a CD. This is normally an single object (a CD) possessed by somebody.

From the FRBR final report: The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).

In terms of intellectual content and physical form, an item exemplifying a manifestation is normally the same as the manifestation itself. However, variations may occur from one item to another, even when the items exemplify the same manifestation, where those variations are the result of actions external to the intent of the producer of the manifestation (e.g., damage occurring after the item was produced, binding performed by a library, etc.).
    """ ;
                                          rdfs:label "mo:MusicalItem"@en .


###  http://purl.org/ontology/mo/MusicalManifestation
<http://purl.org/ontology/mo/MusicalManifestation> rdf:type owl:Class ;
                                                   rdfs:subClassOf frbr:Manifestation ;
                                                   rdfs:comment """

This entity is related to the edition/production/publication of a musical expression (musical manifestation are closely related with the music industry (their terms, concepts, definitions, methods (production, publication, etc.), etc.)

From the FRBR final report: The entity defined as manifestation encompasses a wide range of materials, including manuscripts, books, periodicals, maps, posters, sound recordings, films, video recordings, CD-ROMs, multimedia kits, etc. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.


Work #1 J. S. Bach's Six suites for unaccompanied cello

    * Expression #1 sound issued during the performance by Janos Starker recorded in 1963 and 1965
          o Manifestation #1 recordings released on 33 1/3 rpm sound discs in 1965 by Mercury
          o Manifestation #2 recordings re-released on compact disc in 1991 by Mercury
    * Expression #2 sound issued during the performances by Yo-Yo Ma recorded in 1983
          o Manifestation #1 recordings released on 33 1/3 rpm sound discs in 1983 by CBS Records
          o Manifestation #2 recordings re-released on compact disc in 1992 by CBS Records


Changes that occur deliberately or even inadvertently in the production process that affect the copies result, strictly speaking, in a new manifestation. A manifestation resulting from such a change may be identified as a particular \"state\" or \"issue\" of the publication.

Changes that occur to an individual copy after the production process is complete (e.g., the loss of a page, rebinding, etc.) are not considered to result in a new manifestation. That copy is simply considered to be an exemplar (or item) of the manifestation that deviates from the copy as produced.

With the entity defined as manifestation we can describe the physical characteristics of a set of items and the characteristics associated with the production and distribution of that set of items that may be important factors in enabling users to choose a manifestation appropriate to their physical needs and constraints, and to identify and acquire a copy of that manifestation.

Defining manifestation as an entity also enables us to draw relationships between specific manifestations of a work. We can use the relationships between manifestations to identify, for example, the specific publication that was used to create a microreproduction.

""" ;
                                                   rdfs:label "mo:MusicalManifestation"@en .


###  http://purl.org/ontology/mo/MusicalWork
<http://purl.org/ontology/mo/MusicalWork> rdf:type owl:Class ;
                                          rdfs:subClassOf frbr:Work ;
                                          rdfs:comment """
    Distinct intellectual or artistic musical creation.

From the FRBR final report: A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of
content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.

For example:

work #1 J. S. Bach's The art of the fugue


    """ ;
                                          rdfs:label "mo:MusicalWork"@en .


###  http://purl.org/ontology/mo/PublishedLibretto
<http://purl.org/ontology/mo/PublishedLibretto> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://purl.org/ontology/mo/MusicalManifestation> ;
                                                rdfs:comment "A published libretto" ;
                                                rdfs:label "mo:PublishedLibretto"@en .


###  http://purl.org/ontology/mo/PublishedLyrics
<http://purl.org/ontology/mo/PublishedLyrics> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://purl.org/ontology/mo/MusicalManifestation> ;
                                              rdfs:comment "Published lyrics, as a book or as a text file, for example" ;
                                              rdfs:label "mo:PublishedLyrics"@en .


###  http://purl.org/ontology/mo/PublishedScore
<http://purl.org/ontology/mo/PublishedScore> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.org/ontology/mo/MusicalManifestation> ;
                                             rdfs:comment "A published score (subclass of MusicalManifestation)" ;
                                             rdfs:label "mo:PublishedScore"@en .


###  http://purl.org/ontology/mo/Record
<http://purl.org/ontology/mo/Record> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://purl.org/ontology/mo/MusicalManifestation> ;
                                     rdfs:comment "A published record (manifestation which first aim is to render the product of a recording)" ;
                                     rdfs:label "mo:Record"@en .


###  http://purl.org/ontology/mo/Release
<http://purl.org/ontology/mo/Release> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://purl.org/ontology/mo/MusicalManifestation> ;
                                      rdfs:comment "A specific release, with barcode, box, liner notes, cover art, and a number of records" ;
                                      rdfs:label "mo:Release"@en .


###  http://purl.org/ontology/mo/Score
<http://purl.org/ontology/mo/Score> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://purl.org/ontology/mo/MusicalExpression> ;
                                    rdfs:comment """
        Here, we are dealing with the informational object (the MusicalExpression), not the actually \"published\" score.
        This may be, for example, the product of an arrangement process.
    """ ;
                                    rdfs:label "mo:Score"@en .


###  http://purl.org/ontology/mo/Signal
<http://purl.org/ontology/mo/Signal> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://purl.org/ontology/mo/MusicalExpression> ;
                                     rdfs:comment """
        A subclass of MusicalExpression, representing a signal, for example a master signal produced by a performance and a recording.
    """ ;
                                     rdfs:label "mo:Signal"@en .


###  http://purl.org/ontology/mo/SignalGroup
<http://purl.org/ontology/mo/SignalGroup> rdf:type owl:Class ;
                                          rdfs:subClassOf <http://purl.org/ontology/mo/MusicalExpression> ;
                                          rdfs:comment """
        A musical expression representing a group of signals, for example a set of masters resulting from a whole recording/mastering session.
    """ ;
                                          rdfs:label "mo:SignalGroup"@en .


###  http://purl.org/ontology/mo/SoloMusicArtist
<http://purl.org/ontology/mo/SoloMusicArtist> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://purl.org/ontology/mo/MusicArtist> ,
                                                              foaf:Person ;
                                              rdfs:comment "Single person whose musical creative work shows sensitivity and imagination."@en ;
                                              rdfs:label "mo:SoloMusicArtist"@en .


###  http://purl.org/ontology/mo/Track
<http://purl.org/ontology/mo/Track> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://purl.org/ontology/mo/MusicalManifestation> ;
                                    rdfs:comment "A track on a particular record" ;
                                    rdfs:label "mo:Track"@en .


###  http://purl.org/spar/fabio/Expression
fabio:Expression rdf:type owl:Class ;
                 rdfs:subClassOf frbr:Expression ,
                                 [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                          owl:onProperty frbr:part ;
                                                          owl:allValuesFrom frbr:Expression
                                                        ]
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty frbr:partOf ;
                                                          owl:allValuesFrom frbr:Expression
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty frbr:embodiment ;
                                   owl:allValuesFrom fabio:Manifestation
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty frbr:realizationOf ;
                                   owl:allValuesFrom fabio:Work
                                 ] ;
                 rdfs:comment "A subclass of FRBR expression, restricted to expressions of fabio:Works.  For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.  "@en ;
                 rdfs:label "fabio:Expression"@en .


###  http://purl.org/spar/fabio/Item
fabio:Item rdf:type owl:Class ;
           rdfs:subClassOf frbr:Item ,
                           [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                    owl:onProperty frbr:part ;
                                                    owl:allValuesFrom frbr:Item
                                                  ]
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty frbr:partOf ;
                                                    owl:allValuesFrom frbr:Item
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty frbr:exemplarOf ;
                             owl:allValuesFrom fabio:Manifestation
                           ] ;
           rdfs:comment "A subclass of FRBR item, restricted to exemplars of fabio:Manifestations.  An example of a fabio:Item is a printed copy of a journal article on your desk, or a PDF file of that article that you purchased from a publisher and that now resides in digital form on your computer hard drive.  "@en ;
           rdfs:label "fabio:Item"@en .


###  http://purl.org/spar/fabio/Manifestation
fabio:Manifestation rdf:type owl:Class ;
                    rdfs:subClassOf frbr:Manifestation ,
                                    [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                             owl:onProperty frbr:part ;
                                                             owl:allValuesFrom frbr:Manifestation
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty frbr:partOf ;
                                                             owl:allValuesFrom frbr:Manifestation
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty frbr:embodimentOf ;
                                      owl:allValuesFrom fabio:Expression
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty frbr:exemplar ;
                                      owl:allValuesFrom fabio:Item
                                    ] ;
                    rdfs:comment """A subclass of FRBR manifestation, restricted to manifestations of fabio:Expressions. fabio:Manifestation specifically applies to electronic (digital) as well as to physical manifestations of expressions.  

Examples of different manifestations of a single 'version of record' expression of a scholarly work include an article in a print journal or the on-line version of that article as a web page."""@en ;
                    rdfs:label "fabio:Manifestation"@en .


###  http://purl.org/spar/fabio/SubjectTerm
fabio:SubjectTerm rdf:type owl:Class ;
                  rdfs:subClassOf skos:Concept ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty skos:inScheme ;
                                    owl:someValuesFrom fabio:TermDictionary
                                  ] ;
                  rdfs:comment "A concept that defines a term within the controlled vocabulary of a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, used as an annotation to describe the subject, meaning or content of an entity."@en ;
                  rdfs:label "fabio:SubjectTerm"@en .


###  http://purl.org/spar/fabio/TermDictionary
fabio:TermDictionary rdf:type owl:Class ;
                     rdfs:subClassOf skos:ConceptScheme ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty fabio:isSchemeOf ;
                                       owl:allValuesFrom fabio:SubjectTerm
                                     ] ;
                     rdfs:comment "A controlled vocabulary, usually referring to terms within a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, or a controlled vocabulary of disciplines."@en ;
                     rdfs:label "term dictionary"@en .


###  http://purl.org/spar/fabio/Work
fabio:Work rdf:type owl:Class ;
           rdfs:subClassOf frbr:Work ,
                           [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                    owl:onProperty frbr:part ;
                                                    owl:allValuesFrom frbr:Work
                                                  ]
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty frbr:partOf ;
                                                    owl:allValuesFrom frbr:Work
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty frbr:realization ;
                             owl:allValuesFrom fabio:Expression
                           ] ;
           rdfs:comment "A subclass of FRBR work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references. FaBiO works, and their expressions and manifestations, are primarily textual publications such as books, magazines, newspapers and journals, and items of their content.  However, they also include datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also bibliographies, reference lists, library catalogues and similar collections. For this reason, fabio:Work is not an equivalent class to frbr:ScholarlyWork.  An example of a fabio:Work is your latest research paper."@en ;
           rdfs:label "fabio:Work"@en .


###  http://purl.org/vocab/frbr/core#Concept
frbr:Concept rdf:type owl:Class ;
             rdfs:subClassOf frbr:Subject ;
             rdfs:comment """An abstract notion or idea.

The entity defined as concept encompasses a comprehensive range of abstractions that may be the subject of a work: fields of knowledge, disciplines, schools of thought (philosophies, religions, political ideologies, etc.), theories, processes, techniques, practices, etc.  A concept may be broad in nature or narrowly defined and precise. """@en ;
             rdfs:label "frbr:Concept"@en .


###  http://purl.org/vocab/frbr/core#CorporateBody
frbr:CorporateBody rdf:type owl:Class ;
                   rdfs:subClassOf frbr:ResponsibleEntity ;
                   owl:disjointWith frbr:Person ;
                   rdfs:comment """An organization or group of individuals and/or organizations acting as a unit.

The entity defined as corporate body encompasses organizations and groups of individuals and/or organizations that are identified by a particular name, including occasional groups and groups that are constituted as meetings, conferences, congresses, expeditions, exhibitions, festivals, fairs, etc."""@en ;
                   rdfs:label "frbr:CorporateBody"@en .


###  http://purl.org/vocab/frbr/core#Endeavour
frbr:Endeavour rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Class ;
                                     owl:unionOf ( frbr:Expression
                                                   frbr:Item
                                                   frbr:Manifestation
                                                   frbr:Work
                                                 )
                                   ] ;
               rdfs:comment "It describes different aspects of user interests in the products of intellectual or artistic artifact."@en ;
               rdfs:label "frbr:Endeavour"@en .


###  http://purl.org/vocab/frbr/core#Event
frbr:Event rdf:type owl:Class ;
           rdfs:subClassOf frbr:Subject ,
                           <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
           rdfs:comment """An action or occurrence.

The entity defined as event encompasses a comprehensive range of actions and occurrences that may be the subject of a work: historical events, epochs, periods of time, etc. """@en ;
           rdfs:label "frbr:Event"@en .


###  http://purl.org/vocab/frbr/core#Expression
frbr:Expression rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( frbr:Endeavour
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty frbr:embodiment ;
                                                             owl:someValuesFrom frbr:Manifestation
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty frbr:realizationOf ;
                                                             owl:someValuesFrom frbr:Work
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ,
                                    [ owl:intersectionOf ( frbr:Endeavour
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty frbr:part ;
                                                             owl:allValuesFrom frbr:Expression
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty frbr:partOf ;
                                                             owl:allValuesFrom frbr:Expression
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf frbr:Endeavour ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty frbr:embodiment ;
                                  owl:someValuesFrom frbr:Manifestation
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty frbr:realizationOf ;
                                  owl:someValuesFrom frbr:Work
                                ] ;
                owl:disjointWith frbr:Item ,
                                 frbr:Manifestation ,
                                 frbr:Work ;
                rdfs:comment """The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.

An expression is the specific intellectual or artistic form that a work takes each time it is \"realized.\" Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work."""@en ;
                rdfs:label "frbr:Expression"@en .


###  http://purl.org/vocab/frbr/core#Item
frbr:Item rdf:type owl:Class ;
          owl:equivalentClass [ owl:intersectionOf ( frbr:Endeavour
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty frbr:exemplarOf ;
                                                       owl:someValuesFrom frbr:Manifestation
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ,
                              [ owl:intersectionOf ( frbr:Endeavour
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty frbr:part ;
                                                       owl:allValuesFrom frbr:Item
                                                     ]
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty frbr:partOf ;
                                                       owl:allValuesFrom frbr:Item
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ;
          rdfs:subClassOf frbr:Endeavour ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty frbr:exemplarOf ;
                            owl:someValuesFrom frbr:Manifestation
                          ] ;
          owl:disjointWith frbr:Manifestation ,
                           frbr:Work ;
          rdfs:comment """A single exemplar of a manifestation.

The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.). """@en ;
          rdfs:label "frbr:Item"@en .


###  http://purl.org/vocab/frbr/core#Manifestation
frbr:Manifestation rdf:type owl:Class ;
                   owl:equivalentClass [ owl:intersectionOf ( frbr:Endeavour
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty frbr:embodimentOf ;
                                                                owl:someValuesFrom frbr:Expression
                                                              ]
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty frbr:exemplar ;
                                                                owl:someValuesFrom frbr:Item
                                                              ]
                                                            ) ;
                                         rdf:type owl:Class
                                       ] ,
                                       [ owl:intersectionOf ( frbr:Endeavour
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty frbr:part ;
                                                                owl:allValuesFrom frbr:Manifestation
                                                              ]
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty frbr:partOf ;
                                                                owl:allValuesFrom frbr:Manifestation
                                                              ]
                                                            ) ;
                                         rdf:type owl:Class
                                       ] ;
                   rdfs:subClassOf frbr:Endeavour ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty frbr:embodimentOf ;
                                     owl:someValuesFrom frbr:Expression
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty frbr:exemplar ;
                                     owl:someValuesFrom frbr:Item
                                   ] ;
                   owl:disjointWith frbr:Work ;
                   rdfs:comment """The physical embodiment of an expression of a work.

The entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form. """@en ;
                   rdfs:label "frbr:Manifestation"@en .


###  http://purl.org/vocab/frbr/core#Object
frbr:Object rdf:type owl:Class ;
            rdfs:subClassOf frbr:Subject ;
            rdfs:comment """A material thing.

The entity defined as object encompasses a comprehensive range of material things that may be the subject of a work: animate and inanimate objects occurring in nature; fixed, movable, and moving objects that are the product of human creation; objects that no longer exist. """@en ;
            rdfs:label "frbr:Object"@en .


###  http://purl.org/vocab/frbr/core#Person
frbr:Person rdf:type owl:Class ;
            rdfs:subClassOf frbr:ResponsibleEntity ;
            rdfs:comment "An individual. The entity defined as person encompasses individuals that are deceased as well as those that are living."@en ;
            rdfs:label "frbr:Person"@en .


###  http://purl.org/vocab/frbr/core#Place
frbr:Place rdf:type owl:Class ;
           rdfs:subClassOf frbr:Subject ,
                           <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
           rdfs:comment """A location.

The entity defined as place encompasses a comprehensive range of locations: terrestrial and extra-terrestrial; historical and contemporary; geographic features and geo-political jurisdictions. """@en ;
           rdfs:label "frbr:Place"@en .


###  http://purl.org/vocab/frbr/core#ResponsibleEntity
frbr:ResponsibleEntity rdf:type owl:Class ;
                       rdfs:comment "It represents those responsible for the intellectual or artistic content, the physical production and dissemination, or the custodianship of any endeavour."@en ;
                       rdfs:label "frbr:ResponsibleEntity"@en .


###  http://purl.org/vocab/frbr/core#Subject
frbr:Subject rdf:type owl:Class ;
             rdfs:comment "It represents an additional set of entities that serve as the subjects of works."@en ;
             rdfs:label "frbr:Subject"@en .


###  http://purl.org/vocab/frbr/core#Work
frbr:Work rdf:type owl:Class ;
          owl:equivalentClass [ owl:intersectionOf ( frbr:Endeavour
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty frbr:realization ;
                                                       owl:someValuesFrom frbr:Expression
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ,
                              [ owl:intersectionOf ( frbr:Endeavour
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty frbr:part ;
                                                       owl:allValuesFrom frbr:Work
                                                     ]
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty frbr:partOf ;
                                                       owl:allValuesFrom frbr:Work
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ;
          rdfs:subClassOf frbr:Endeavour ,
                          <http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object> ,
                          <http://www.europeana.eu/schemas/edm/InformationResource> ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty frbr:realization ;
                            owl:someValuesFrom frbr:Expression
                          ] ;
          rdfs:comment """A distinct intellectual or artistic creation.

A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work. """@en ;
          rdfs:label "frbr:Work"@en .


###  http://purl.org/vocommons/voaf#Vocabulary
<http://purl.org/vocommons/voaf#Vocabulary> rdf:type owl:Class ;
                                            rdfs:isDefinedBy <http://purl.org/vocommons/voaf> .


###  http://purl.org/vra/Collection
vra:Collection rdf:type owl:Class ;
               rdfs:subClassOf schema:CreativeWork ;
               rdfs:label "vra:Collection"@en .


###  http://purl.org/vra/Image
vra:Image rdf:type owl:Class ;
          rdfs:subClassOf schema:CreativeWork ;
          rdfs:label "vra:Image"@en .


###  http://purl.org/vra/Inscription
vra:Inscription rdf:type owl:Class ;
                rdfs:subClassOf schema:CreativeWork ;
                rdfs:label "vra:Inscription"@en .


###  http://purl.org/vra/Work
vra:Work rdf:type owl:Class ;
         rdfs:subClassOf schema:CreativeWork ;
         rdfs:label "vra:Work"@en .


###  http://rdaregistry.info/Elements/c/C10001
rdac:C10001 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10013 ;
            rdfs:label "Werk"@de ,
                       "rdac:C10001 Work"@en ;
            skos:definition "A distinct intellectual or artistic creation, that is, the intellectual or artistic content."@en ,
                            "Eine individuelle intellektuelle oder künstlerische Schöpfung, das heißt der intellektuelle oder künstlerische Inhalt."@de .


###  http://rdaregistry.info/Elements/c/C10002
rdac:C10002 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10013 ;
            rdfs:label "Akteurd"@de ,
                       "rdac:C10002 Agent"@en ;
            skos:definition "An entity who is capable of deliberate actions, of being granted rights, and of being held accountable for its actions."@en ,
                            "Eine Entität, die in der Lage ist, bewusst zu handeln, Rechte zu erhalten und für Handlungen zur Rechenschaft gezogen zu werden."@de .


###  http://rdaregistry.info/Elements/c/C10003
rdac:C10003 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10013 ;
            rdfs:label "Exemplar"@de ,
                       "rdac:C10003 Item"@en ;
            skos:definition "A single exemplar or instance of a manifestation."@en ,
                            "Ein einzelnes Exemplar oder ein Beispiel einer Manifestation."@de .


###  http://rdaregistry.info/Elements/c/C10004
rdac:C10004 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10002 ;
            rdfs:label "Person"@de ,
                       "rdac:C10004 Person"@en ;
            skos:definition "An agent who is an individual human being who lives or is assumed to have lived."@en ,
                            "Ein Akteur, bei dem es sich um ein individuelles menschliches Wesen handelt, das lebt oder von dem man annimmt, dass es gelebt hat."@de .


###  http://rdaregistry.info/Elements/c/C10005
rdac:C10005 rdf:type owl:Class ;
            rdfs:subClassOf <http://purl.org/ontology/mo/CorporateBody> ,
                            rdac:C10011 ;
            rdfs:label "Körperschaft"@de ,
                       "rdac:C10005 Corporate Body"@en ;
            skos:definition "A collective agent who is composed of persons who are organized for a common purpose or activity."@en ,
                            "Ein gemeinschaftlicher Akteur, der sich aus Personen zusammensetzt, die für einen gemeinsamen Zweck oder eine gemeinsame Tätigkeit organisiert sind."@de .


###  http://rdaregistry.info/Elements/c/C10006
rdac:C10006 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10013 ;
            rdfs:label "Expression"@de ,
                       "rdac:C10006 Expression"@en ;
            skos:definition "An intellectual or artistic realization of a work in the form of alpha-numeric, musical or choreographic notation, sound, image, object, movement, etc., or any combination of such forms."@en ,
                            "Eine intellektuelle oder künstlerische Realisierung eines Werks in Form einer alphanumerischen, musikalischen oder choreografischen Notation, in Form von Ton, Bild, Gegenstand, Bewegung und so weiter oder einer Kombination solcher Formen."@de .


###  http://rdaregistry.info/Elements/c/C10007
rdac:C10007 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10013 ;
            rdfs:label "Manifestation"@de ,
                       "rdac:C10007 Manifestation"@en ;
            skos:definition "A physical embodiment of an expression of a work."@en ,
                            "Eine physische Verkörperung einer Expression eines Werks."@de .


###  http://rdaregistry.info/Elements/c/C10008
rdac:C10008 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10011 ;
            rdfs:label "Familie"@de ,
                       "rdac:C10008 Family"@en ;
            skos:definition "A collective agent who is composed of persons who are related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family."@en ,
                            "Ein gemeinschaftlicher Akteur, der sich aus Personen zusammensetzt, die aufgrund von Geburt, Eheschließung, Adoption, eingetragene Lebenspartnerschaft oder einen ähnlichen Rechtsstatus miteinander in Beziehung stehen oder sich in anderer Form als Familie präsentieren."@de .


###  http://rdaregistry.info/Elements/c/C10011
rdac:C10011 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10002 ;
            rdfs:label "Gemeinschaftlicher Akteur"@de ,
                       "rdac:C10011 Collective Agent"@en ;
            skos:definition "An agent who is a gathering or organization of two or more persons that bears a particular name and that is capable of acting as a unit."@en ,
                            "Ein Akteur, bei dem es sich um eine Zusammenkunft oder eine Organisation von zwei oder mehreren Personen handelt, die der einen bestimmten Namen trägt und imstande ist, als Einheit zu handeln."@de .


###  http://rdaregistry.info/Elements/c/C10012
rdac:C10012 rdf:type owl:Class ;
            rdfs:subClassOf rdac:C10013 ;
            rdfs:label "rdac:C10012 Nomen"@en ;
            skos:definition "\"Ein Label für eine beliebige RDA-Entität. Nomen selbst sind davon ausgenommen.\""@de ,
                            "A label for any RDA entity except a nomen."@en .


###  http://rdaregistry.info/Elements/c/C10013
rdac:C10013 rdf:type owl:Class ;
            rdfs:isDefinedBy rdac: ;
            rdfs:label "rdac:C10013 RDA Entity"@en ;
            skos:definition "An abstract class of key conceptual objects in the universe of human discourse that are a focus of interest to users of RDA metadata in a system for resource discovery."@en ;
            skos:scopeNote "An RDA entity includes an agent, collective agent, corporate body, expression, family, item, manifestation, nomen, person, place, timespan, and work."@en .


###  http://schema.org/CreativeWork
schema:CreativeWork rdf:type owl:Class ;
                    rdfs:label "schema:CreativeWork"@en .


###  http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Human-Made_Thing
<http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Human-Made_Thing> rdf:type owl:Class ;
                                                                   rdfs:comment """Scope note:
This class comprises all persistent physical items of any size that are purposely created by human activity. This class comprises, besides others, human-made objects, such as a sword, and human-made features, such as rock art. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Human-Made Thing.
Instances of E24 Physical Human-Made Thing may be the result of modifying pre-existing physical things, preserving larger parts or most of the original matter and structure, which poses the question if they are new or even human-made, the respective interventions of production made on such original material should be obvious and sufficient to regard that the product has a new, distinct identity and intended function and is human-made. Substantial continuity of the previous matter and structure in the new product can be documented by describing the production process also as an instance of E81 Transformation.
Whereas interventions of conservation and repair are not regarded to produce a new instance of E24 Physical Human-Made Thing, the results of preparation of natural history specimens that substantially change their natural or original state should be regarded as instances of E24 Physical Human-Made Things, including the uncovering of petrified biological features from a solid piece of stone. On the other side, scribbling a museum number on a natural object should not be regarded to make it human-made. This notwithstanding, parts, sections, segments, or features of an instance of E24 Physical Human-Made Thing may continue to be non-human-made and preserved during the production process, for example natural pearls used as a part of an eardrop.

Examples:
- the Forth Railway Bridge (Shipway, Bouch, Baker and Fowler, 1990).
- the Channel Tunnel (E25) (Holliday, Marcou and Vickerman, 1991)
- the Palace of Knossos (Evans, 1921)
- the Colosseum in Rome, Italy (Hopkins and Beard, 2011)
- the Historical Collection of the Museum Benaki in Athens (E78) (Georgoula, 2005)
- the Rosetta Stone (E22)
- my paperback copy of Crime & Punishment (E22) (fictitious)
- the computer disk at ICS-FORTH that stores the canonical Definition of the CIDOC CRM v.3.2 (E22)
- my empty DVD disk (E22) (fictitious)

In First Order Logic:
- E24(x) ⇒ E18(x)
- E24(x) ⇒ E71(x)"""@en ;
                                                                   rdfs:label "crm:E24_Physical_Human-Made_Thing"@en .


###  http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object
<http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object> rdf:type owl:Class ;
                                                            rdfs:subClassOf <http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object> ;
                                                            rdfs:comment """Scope note:
This class comprises identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units. The encoding structure known as a “named graph” also falls under this class, so that each “named graph” is an instance of E73 Information Object.
An instance of E73 Information Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously.
Instances of E73 Information Object of a linguistic nature should be declared as instances of the E33 Linguistic Object subclass. Instances of E73 Information Object of a documentary nature should be declared as instances of the E31 Document subclass. Conceptual items such as types and classes are not instances of E73 Information Object, nor are ideas without a reproducible expression.

Examples:
- image BM000038850.JPG from the Clayton Herbarium in London (E31) (Natural History Museum, 2021)
- E. A. Poe's “The Raven” (Poe, 1869)
- the movie “The Seven Samurai” by Akira Kurosawa (Mellen, 2002)
- the text of Huray describing the Maxwell Equations (Huray, 2010)
- the Getty AAT as published as Linked Open Data, accessed 1/10/2014

In First Order Logic:
- E73(x) ⇒ E89(x)
- E73(x) ⇒ E90(x)"""@en ;
                                                            rdfs:label "crm:E73_Information_Object"@en .


###  http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object
<http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object> rdf:type owl:Class ;
                                                                   rdfs:comment """Scope note:
This class comprises immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse. 
This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes. However, conceptual items such as types and classes are not instances of E89 Propositional Object. This should not be confused with the definition of a type, which is indeed an instance of E89 Propositional Object.

Examples:
- Maxwell’s Equations (Ball, 1962)
- the ideational contents of Aristotle’s book entitled ‘Metaphysics’ as rendered in the Greek texts translated in Oxford edition
- the underlying prototype of any “no-smoking” sign (E36)
- the common ideas of the plots of the movie “The Seven Samurai” by Akira Kurosawa and the movie “The Magnificent Seven” by John Sturges (Mellen, 2002)
- the image content of the photo of the Allied Leaders at Yalta published by UPI, 1945 (E36)
- the character “Little Red Riding Hood”, variants of which appear amongst others in Grimm brothers’ “Rotkäppchen”, other oral fairy tales and the film “Hoodwinked”
- the place “Havnor” as invented by Ursula K. Le Guin for her “Earthsea” book series, the related maps and appearing in derivative works based on these novels

In First Order Logic:
- E89(x) ⇒ E28(x)"""@en ;
                                                                   rdfs:label "crm:E89_Propositional_Object"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#Asset
ec:Asset rdf:type owl:Class ;
         dcterms:description "Assets are EditorialObjects or Resources with associated Rights. An «Asset» is an object to which an identifier will be associated at commissioning time. It serves as a central reference point to manage rights associated with EditorialObjects, MediaResources or Essences, and - by inference - PublicationEvents (distribution and exploitation conditions). Remember that the MediaResources or Essences will in this model always be represented by an EditorialObject. Example: The CCDM model allows the association of Rights to a related EditorialObject that is represented by one or more Essences."@en ,
                             "Assets sind Inhaltsobjekte oder Medienobjekte und ihre zugeordneten (Verwertungs-)Rechte. Ein Asset erhält durch die Beauftragung einen Identifikator. Es dient als zentrale Referenz, um die Rechte zu verwalten, die mit Inhaltsobjekten, Medienobjekten, Essenzen sowie Veröffentlichungsereignissen (per Deduktion) verknüpft sind. Achtung: Medienobjekte oder Essenzen werden in diesem Modell immer durch Inhaltsobjekte repräsentiert. Beispiel: CCDM gestattet die Verknüpfung von Verwertungsrechten mit einem Inhaltsobjekt, das von einem oder auch mehreren Essenzen repräsentiert wird."@de ,
                             "Les actifs sont des EditorialObjects ou des ressources avec des droits associés. Un \"Asset\" est un objet auquel un identifiant sera associé lors de la mise en service. Il sert de point de référence central pour gérer les droits associés aux EditorialObjects, MediaResources ou Essences, et par déduction - les PublicationEvents (conditions de distribution et d'exploitation). Il est a noté que les MediaResources ou Essences seront dans ce modèle toujours représentées par un EditorialObject. Exemple : Le modèle CCDM permet l'association de droits à un EditorialObject connexe représenté par une ou plusieurs essences, Essences."@fr ;
         rdfs:label "Actif"@fr ,
                    "Asset"@de ,
                    "Asset"@en ;
         skos:definition "a media object that is intended for publication and consumption, attributed with author's rights and copyrights, and representing value."@en ,
                         "ein Medienobjekt, das für die Veröffentlichung und den Konsum bestimmt ist, mit Urheberrechten und Copyrights versehen ist und einen Wert darstellt."@de ,
                         "un objet médiatique destiné à être publié et consommé, auquel sont attribués des droits d'auteur et des droits de reproduction, et qui représente une valeur."@fr ;
         skos:example """- a film on tape in the archive
- a digital audio recording with associated author's right and copyright
- a book
- a collection of books"""@en ,
                      """- ein Film auf Band im Archiv
- eine digitale Tonaufnahme mit Urheberrecht und Copyright
- ein Buch
- eine Sammlung von Büchern"""@de ,
                      """- un film sur bande dans les archives
- un enregistrement audio numérique avec droits d'auteur et copyright associés
- un livre
- une collection de livres"""@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#EditorialObject
ec:EditorialObject rdf:type owl:Class ;
                   rdfs:subClassOf ec:Asset ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty ec:title ;
                                     owl:someValuesFrom rdfs:Literal
                                   ] ;
                   dcterms:description """An EditorialObject collects all the descriptive information about an object to be realised as a single MediaResource or a collection thereof. An «EditorialObject» describes any idea, any story and will be used to transform a concept into an editorial definition of a MediaResource before fabrication (Production Domain) and Distribution (Distribution Domain). An «EditorialObject» is a set of descriptive metadata summarising e.g. editing decisions. An «EditorialObject» can be a group of EditorialObjects. An «EditorialObject» can also be a part of another «EditorialObject», which is defined by its start time and duration. EditorialObjects can be ordered either as groups or as items on a timeline. Examples of simple EditorialObjects: Programme, Item, Shot,Part, etc. Examples of Groups: Brand, Series, Serial, Collection, etc.

A simplifieduse-case:
A news broadcast consists of two news items. One news item contains the last ten seconds of a one minute long interview taken from another source (i.e. 50\">60\" ). This could be modelled as follows:
• The NewsBroadcast is linked to a MediaResource using the instantiates-property
• The NewsItems are linked to the NewsBroadcast using a TimelineTrack. Tech 3351 EBU CCDM 13
• The InterviewPart is linked to the NewsItem using the hasMember-property. Start and Duration are properties within the InterviewPart indicating its appearance within the NewsItem2.
• The InterviewPart is linked to its original source using the existsAs-property
• The Interview instantiates a MediaResource, which in turn is linked from the MediaResource of the NewsBroadcast using the hasSource-property
• Representation of segmentation: TimelineTracks are preferred over hasPart-properties, when a rundown is needed, e.g. for playout."""@en ,
                                       """Ein Medieninhalt versammelt sämtliche deskriptiven informationen über ein Objekt, das als Resource (oder eine Menge davon) realisiert werden soll. Der Medieninhalt beschreibt eine Idee, eine Geschichte und wird benutzt, um ein Konzept in eine inhaltliche Festlegung einer Resource zu erreichen, und zwar vor der Herstellung und der Verbreitung.

Ein Medieninhalt besteht aus einer Menge beschreibender Metadaten, z.B. Schnittlisten. Ein Medieninhalt kann eine Gruppe von anderen Medieninhalten sein. Ein Medieninhalt kann auch Teil eines anderen Medieninhalts sein, was durch den Zeitpunkt des Beginns und die Dauer dafiniert wird. Medieninhalte können gruppiert werden or entlang einer Zeitachse angeordnet werden.

Beispiele für einfache Medieninhalte: Sendung, Beitrag, Szene
Beispiele für Gruppierungen: Marke, Serie, Reihe, Sammlung"""@de ,
                                       """Un EditorialObject rassemble toutes les informations descriptives d'un objet à réaliser comme une MediaResource ou une collection de MediaResource. Un EditorialObject décrit une idée, une histoire. Il est utilisé pour transformer un concept en une définition éditoriale, une MediaResource avant sa fabrication (domaine de la production) et sa distribution (domaine de la distribution).
Un EditorialObject est un ensemble de métadonnées descriptives résumant, par exemple, les décisions d'édition. Un EditorialObject peut être un groupe d'EditorialObjects. Un EditorialObject peut également faire partie d'un autre EditorialObject, qui est défini par son heure de début et sa durée.
Les objets éditoriaux peuvent être ordonnés soit en tant que groupes, soit en tant qu'éléments sur une ligne de temps.
 Exemples d'EditorialObjects simples : Programme, Article, Une prise de vue, Une Partie, etc.
Exemples de groupes d'EditorialObjects : Marque, Série, Collection, etc.

Un cas d'utilisation simplifié :
------------------------
Un journal télévisé se compose de deux éléments d'information. L'un d'entre eux contient les dix dernières secondes d'une interview d'une minute provenant d'une autre source (c'est-à-dire entre la seconde 50 et la seconde 60).
Cette situation pourrait être modélisée comme suit :
o NewsBroadcast est lié à un MediaResource à l'aide de la propriété instantiates.
o NewsItems sont liés au NewsBroadcast à l'aide d'un TimelineTrack. Tech 3351 EBU CCDM 13
o L'InterviewPart est liée au NewsItem à l'aide de la propriété hasMember. Start et Duration sont des propriétés de l'InterviewPart qui indiquent son apparence dans le NewsItem.
o L'InterviewPart est liée à sa source originale à l'aide de la propriété existsAs.
o L'interview instancie une MediaResource, qui à son tour est liée à la MediaResource du NewsBroadcast à l'aide de la propriété hasSource.
o Représentation de la segmentation : Les TimelineTracks sont préférés aux hasPart-properties, lorsqu'un récapitulatif est nécessaire, par exemple pour la diffusion."""@fr ;
                   rdfs:label "Editorial object"@en ,
                              "Medieninhalt"@de ,
                              "Objet éditorial"@fr ;
                   skos:definition "an Asset in the form of content related information about a MediaResource that may or may not exist."@en ,
                                   "ein Asset in Form von inhaltsbezogenen Informationen über eine MediaResource, die existieren kann oder auch nicht."@de ,
                                   "un actif sous forme d'informations liées au contenu d'une MediaResource qui peut ou non exister."@fr ;
                   skos:example """- a group of EditorialObjects
- a single \"work of the mind\", a piece
- a segment of a \"work of the mind\""""@en ,
                                """- eine Gruppe von EditorialObjects
- ein einzelnes \"Werk des Geistes\", ein Stück
- ein Segment eines \"geistigen Werks\""""@de ,
                                """- un groupe d'EditorialObjects
- une \"œuvre de l'esprit\" unique, un morceau
- un segment d'une \"œuvre de l'esprit\"."""@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#EditorialWork
ec:EditorialWork rdf:type owl:Class ;
                 rdfs:subClassOf ec:EditorialObject ;
                 rdfs:label "Editorial work"@en ,
                            "Werk"@de ,
                            "ec:EditorialWork"@en ,
                            "Œuvre"@fr ;
                 skos:definition "an EditorialObject describing a \"work of the mind\", a piece."@en ,
                                 "ein Medieninhalt, der ein geistiges Werk, ein \"Stück\" ist"@de ,
                                 "un objet éditorial décrivant une \"œuvre de l'esprit\", une pièce."@fr ;
                 skos:example """- a film based on a playbook
- a radio drama based on a playbook
- a news programme with several items
- an item in a news programme
- an episode of a series"""@en ,
                              """- ein Film nach einem Drehbuch
- ein Hörspiel auf der Grundlage eines Spielbuchs
- eine Nachrichtensendung mit mehreren Beiträgen
- ein Beitrag in einer Nachrichtensendung
- eine Folge einer Serie"""@de ,
                              """- un film basé sur un livret de jeu
- un feuilleton radiophonique basé sur un livret de jeu
- un journal télévisé avec plusieurs sujets
- un article dans un journal télévisé
- un épisode d'une série"""@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#MediaResource
ec:MediaResource rdf:type owl:Class ;
                 rdfs:subClassOf ec:Resource ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty ec:aspectRatio ;
                                   owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onDataRange xsd:string
                                 ] ;
                 dc:description "An audiovisual MediaResource, which can be composed of one or more Tracks. A MediaResource is defined by an EditorialObject (Editorial Domain), which can be realised in Essences in one or more Formats for different delivery medias or platforms."@en ,
                                "Eine audiovisuelle MedienResource, die aus einer oder mehreren Spuren bestehen kann. Die MedienResource ist durch einen Medieninhalt definiert und kann durch Essenzen in einem oder mehreren Formaten für verschiedene Medien oder Plattformen realisiert werden."@de ;
                 dcterms:description "An audiovisual MediaResource, which can be composed of one or more Tracks. A MediaResource is defined by an EditorialObject (Editorial Domain), which can be realised in Essences in one or more Formats for different delivery medias or platforms."@en ,
                                     "Eine audiovisuelle MedienResource, die aus einer oder mehreren Spuren bestehen kann. Die MedienResource ist durch einen Medieninhalt definiert und kann durch Essenzen in einem oder mehreren Formaten für verschiedene Medien oder Plattformen realisiert werden."@de ,
                                     "Une MediaResource audiovisuelle, qui peut être composée d'une ou plusieurs Pistes. une ressource multimédia, MediaResource est définie par un objet éditorial EditorialObject, (domaine éditorial), qui peut être réalisé dans des essences dans un ou plusieurs formats pour différents médias ou plateformes de diffusion."@fr ;
                 rdfs:label "Media resource"@en ,
                            "MedienResource"@de ,
                            "Resource médiatique"@fr ,
                            "ec:MediaResource"@en ;
                 skos:definition "a Resource that comprises encoded audio, video, graphics, data or text"@en ,
                                 "eine Resource, die aus kodierten Audio-, Video-, Grafik-, Daten- oder Textinhalten besteht"@de ,
                                 "une ressource qui comprend du son, de la vidéo, des graphiques, des données ou du texte codés."@fr ;
                 skos:example """- an audio CD
- an audio track on a CD
- an audio file
- a video file
- a video DVD"""@en ,
                              """- eine Audio-CD
- ein Audiotitel auf einer CD
- eine Audiodatei
- eine Videodatei
- eine Video-DVD"""@de ,
                              """- un CD audio
- une piste audio sur un CD
- un fichier audio
- un fichier vidéo
- un DVD vidéo"""@fr .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#Resource
ec:Resource rdf:type owl:Class ;
            dcterms:description "A resource used or referred to in the workflow (e.g. a document or image or any objects defined as sub-classes of Resource). It has a locator indicating from where the Resource can be retrieved."@en ,
                                "Eine Resource, die in einem Arbeitsablauf genutzt oder referenziert wird, z.B. ein Dokument, ein Bild, oder ein beliebiges Objekt einer Sub-Klasse von Resource). Die Resource hat einen Locator, der angibt, wo auf die Resource zugegriffen werden kann."@de ,
                                "une ressource utilisée ou à laquelle il est fait référence dans le workflow (par exemple, un document ou une image ou tout objet défini comme sous-classe de Resource). Elle possède un localisateur indiquant l'endroit où la ressource peut être récupérée."@fr ;
            rdfs:label "Resource"@de ,
                       "Resource"@en ,
                       "Resource"@fr ,
                       "ec:Resource"@en ;
            skos:definition "a Thing that is created, published, distributed and consumed in a media related workflow"@en ,
                            "eine Sache, die in einem medienbezogenen Arbeitsablauf erstellt, veröffentlicht, verbreitet und konsumiert wird"@de ,
                            "une Chose qui est créée, publiée, distribuée et consommée dans un flux de travail lié aux médias"@fr ;
            skos:example """- a paper document
- a digital document
- a digital picture
- a vinyl record
- an audio CD
- an audio tape
- a video tape
- a film dvd"""@en ,
                         """- ein Papierdokument
- ein digitales Dokument
- ein digitales Bild
- eine Schallplatte
- eine Audio-CD
- eine Audiokassette
- eine Videokassette
- eine Film-DVD"""@de ,
                         """- un document papier
- un document numérique
- une image numérique
- un disque vynil
- un CD audio
- une bande audio
- une cassette vidéo
- un dvd de film"""@fr .


###  http://www.europeana.eu/schemas/edm/Agent
<http://www.europeana.eu/schemas/edm/Agent> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
                                            rdfs:label "edm:Agent"@en ;
                                            skos:example "Leonardo da Vinci, the British Museum, W3C" ,
                                                         "Leonardo da Vinci, the British Museum, W3C"@en ;
                                            skos:scopeNote "Rationale: This class is a domain of edm:wasPresentAt" ,
                                                           "Rationale: This class is a domain of edm:wasPresentAt"@en .


###  http://www.europeana.eu/schemas/edm/EuropeanaAggregation
<http://www.europeana.eu/schemas/edm/EuropeanaAggregation> rdf:type owl:Class ;
                                                           owl:equivalentClass [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty <http://www.europeana.eu/schemas/edm/aggregatedCHO> ;
                                                                                 owl:cardinality "1"^^xsd:nonNegativeInteger
                                                                               ] ;
                                                           rdfs:subClassOf <http://www.europeana.eu/schemas/edm/EuropeanaObject> ,
                                                                           <http://www.openarchives.org/ore/terms/Aggregation> ,
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://www.europeana.eu/schemas/edm/aggregatedCHO> ;
                                                                             owl:someValuesFrom owl:Thing
                                                                           ] ;
                                                           rdfs:label "Europeana Aggregation" ;
                                                           skos:example "The 56th issue of \"Le Temps\" is a (different) Cultural Heritage Object represented in Europeana by another EuropeanaAggregation instance"@en ,
                                                                        "The journal \"Le Temps\" is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance"@en ,
                                                                        "The painting Mona Lisa is a Cultural Heritage Object represented in Europeana by one EuropeanaAggregation instance"@en ;
                                                           skos:note "An instance of EuropeanaAggregation is created at ingestion time for each different Cultural Heritage Object recognized by Europeana. Such instance is associated to the Cultural Heritage Object that it is about, by the property edm:aggregatedCHO"@en ;
                                                           skos:scopeNote "Obligation and Occurence: The relation between the Cultural Heritage Objects represented in Europeana and the instances of the class EuropeanaAggregation is one-to-one, in the data maintained by Europeana: every Cultural Heritage Object is represented by an instance of EuropeanaAggregation, and every instance of EuropeanaAggregation represent a Cultural Heritage Object."@en ,
                                                                          "Rationale: This class is used in Europeana to gather in a single conceptual unit all the information about a Cultural Heritage Object, necessary for all operations on these objects."@en .


###  http://www.europeana.eu/schemas/edm/EuropeanaObject
<http://www.europeana.eu/schemas/edm/EuropeanaObject> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://www.europeana.eu/schemas/edm/WebResource> ;
                                                      rdfs:label "Europeana Object"@en ;
                                                      skos:example "An annotation created by a user through the Europeana portal"@en ,
                                                                   "Any content created by the users through the service made available by Europeana for that purpose"@en ,
                                                                   "Any instance of the class EuropeanaAggregation"@en ;
                                                      skos:scopeNote "Rationale: This class is used to tag objects that are the result of activity of Europeana, and, as such, objects on which Europeana holds rights"@en .


###  http://www.europeana.eu/schemas/edm/Event
<http://www.europeana.eu/schemas/edm/Event> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://www.europeana.eu/schemas/edm/NonInformationResource> ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <http://www.europeana.eu/schemas/edm/happenedAt> ;
                                                              owl:cardinality "1"^^xsd:nonNegativeInteger
                                                            ] ;
                                            rdfs:label "edm:Event"@en ;
                                            skos:example "The 2nd World War, the act of painting Mona Lisa, the change of custody of Mona Lisa."@en ,
                                                         "the 2nd World War"@en ,
                                                         "the act of painting Mona Lisa"@en ,
                                                         "the change of custody of Mona Lisa"@en ;
                                            skos:note "Events are identified either by the content provider or by Europeana enrichment at ingestion time"@en ;
                                            skos:scopeNote "Rationale:This class is a domain of edm:happenedAt and the domain of edm:occurredAt"@en .


###  http://www.europeana.eu/schemas/edm/InformationResource
<http://www.europeana.eu/schemas/edm/InformationResource> rdf:type owl:Class ;
                                                          rdfs:label "edm:InformationResource"@en .


###  http://www.europeana.eu/schemas/edm/NonInformationResource
<http://www.europeana.eu/schemas/edm/NonInformationResource> rdf:type owl:Class ;
                                                             owl:equivalentClass [ rdf:type owl:Class ;
                                                                                   owl:complementOf <http://www.europeana.eu/schemas/edm/InformationResource>
                                                                                 ] ;
                                                             rdfs:label "edm:NonInformationResource"@en .


###  http://www.europeana.eu/schemas/edm/PhysicalThing
<http://www.europeana.eu/schemas/edm/PhysicalThing> rdf:type owl:Class ;
                                                    rdfs:subClassOf <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
                                                    rdfs:label "edm:PhysicalThing"@en .


###  http://www.europeana.eu/schemas/edm/Place
<http://www.europeana.eu/schemas/edm/Place> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
                                            rdfs:label "edm:Place"@en .


###  http://www.europeana.eu/schemas/edm/ProvidedCHO
<http://www.europeana.eu/schemas/edm/ProvidedCHO> rdf:type owl:Class ;
                                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                    owl:onProperty [ owl:inverseOf <http://www.europeana.eu/schemas/edm/aggregatedCHO>
                                                                                   ] ;
                                                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                                                  ] ;
                                                  rdfs:label "edm:ProvidedCHO"@en ;
                                                  skos:example "Mona Lisa, Winged Victory of Samothrace"@en ;
                                                  skos:note "This class has been mostly motivated by the need to assign a type to the “central node” in the EDM pattern, during the ingestion process, related to the XML expression of EDM at that stage. It was especially intended to fit the cases where edm:PhysicalThing  cannot be used as the type of the resource standing for the real-world object (independently of any specific data contributor perspective)."@en ;
                                                  skos:scopeNote "Rationale: This class is the range of edm:aggregatedCHO. A resource of type ProvidedCHO can be the subject of statements using edm:isRelatedTo or any more specific property."@en .


###  http://www.europeana.eu/schemas/edm/TimeSpan
<http://www.europeana.eu/schemas/edm/TimeSpan> rdf:type owl:Class ;
                                               rdfs:subClassOf dcterms:PeriodOfTime ,
                                                               <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
                                               rdfs:label "edm:TimeSpan"@en .


###  http://www.europeana.eu/schemas/edm/WebResource
<http://www.europeana.eu/schemas/edm/WebResource> rdf:type owl:Class ;
                                                  rdfs:subClassOf <http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object> ,
                                                                  <http://www.europeana.eu/schemas/edm/InformationResource> ;
                                                  rdfs:label "edm:WebResource"@en .


###  http://www.openarchives.org/ore/terms/Aggregation
<http://www.openarchives.org/ore/terms/Aggregation> rdf:type owl:Class ;
                                                    rdfs:label "ore:Aggregation"@en .


###  http://www.openarchives.org/ore/terms/Proxy
<http://www.openarchives.org/ore/terms/Proxy> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#Concept
skos:Concept rdf:type owl:Class ;
             rdfs:subClassOf <http://www.europeana.eu/schemas/edm/NonInformationResource> ;
             owl:disjointWith skos:ConceptScheme ;
             rdfs:comment """A SKOS concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive.

The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS.

Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."""@en ;
             rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
             rdfs:label "Concept"@en ,
                        "skos:Concept"@en ;
             skos:definition "An idea or notion; a unit of thought."@en .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
skos:ConceptScheme rdf:type owl:Class ;
                   rdfs:comment """A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts. Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. This definition is, however, meant to be suggestive rather than restrictive, and there is some flexibility in the formal data model stated below.

The notion of a concept scheme is useful when dealing with data from an unknown source, and when dealing with data that describes two or more different knowledge organization systems. """@en ;
                   rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
                   rdfs:label "Concept Scheme"@en ;
                   skos:definition "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ;
                   skos:example "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies."@en ;
                   skos:scopeNote "A concept scheme may be defined to include concepts from different sources."@en .


###  http://xmlns.com/foaf/0.1/Agent
foaf:Agent rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Group
foaf:Group rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Organization
foaf:Organization rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> rdf:type owl:Class ;
                                                       rdfs:subClassOf dcterms:Agent ,
                                                                       frbr:ResponsibleEntity ,
                                                                       rdac:C10002 ,
                                                                       <http://www.europeana.eu/schemas/edm/Agent> ,
                                                                       foaf:Agent ,
                                                                       <https://www.ica.org/standards/RiC/ontology#Agent> ;
                                                       rdfs:label "mocho:Agent"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#CollectiveAgent
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#CollectiveAgent> rdf:type owl:Class ;
                                                                 rdfs:subClassOf rdac:C10011 ,
                                                                                 foaf:Group ,
                                                                                 <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> ,
                                                                                 <https://www.ica.org/standards/RiC/ontology#Group> ;
                                                                 rdfs:label "mocho:CollectiveAgent"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Concept
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Concept> rdf:type owl:Class ;
                                                         rdfs:subClassOf frbr:Concept ,
                                                                         skos:Concept ,
                                                                         <https://www.ica.org/standards/RiC/ontology#Concept> ;
                                                         rdfs:label "mocho:Concept"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#CorporateBody
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#CorporateBody> rdf:type owl:Class ;
                                                               rdfs:subClassOf frbr:CorporateBody ,
                                                                               rdac:C10005 ,
                                                                               <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> ;
                                                               rdfs:label "mocho:CorporateBody"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Event
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Event> rdf:type owl:Class ;
                                                       rdfs:subClassOf <http://purl.org/NET/c4dm/event.owl#Event> ,
                                                                       frbr:Event ,
                                                                       <http://www.europeana.eu/schemas/edm/Event> ;
                                                       rdfs:label "mocho:Event"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Expression
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Expression> rdf:type owl:Class ;
                                                            rdfs:subClassOf [ rdf:type owl:Class ;
                                                                              owl:unionOf ( <http://purl.org/ontology/mo/MusicalExpression>
                                                                                            frbr:Expression
                                                                                            vra:Inscription
                                                                                            rdac:C10006
                                                                                            <http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object>
                                                                                            aco:AudioExpression
                                                                                            <https://www.ica.org/standards/RiC/ontology#Record>
                                                                                            <https://www.ica.org/standards/RiC/ontology#RecordResource>
                                                                                            <https://www.ica.org/standards/RiC/ontology#RecordSet>
                                                                                          )
                                                                            ] ;
                                                            rdfs:comment "In the SemDH 2026 submission, it was mentioned that MOCHO's WEMI classes are model as Subclass-UnionOf, c.f. every instance of mocho:Expression must be an instance of one of the domain classes. It is a necessary condition for mocho:Expression, but the domain instance are not automatically classified as mocho:Expression. It has to be explicitly asserted that x is an instance of mocho:Expression."@en ;
                                                            rdfs:label "mocho:Expression"@en ;
                                                            skos:definition "An intellectual or artistic realization of a work in the form of alpha-numeric, musical or choreographic notation, sound, image, object, movement, etc., or any combination of such forms."@en ;
                                                            skos:example "Goethe's Faust in French"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Family
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Family> rdf:type owl:Class ;
                                                        rdfs:subClassOf rdac:C10008 ,
                                                                        <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#CollectiveAgent> ;
                                                        rdfs:label "mocho:Family"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Item
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Item> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ rdf:type owl:Class ;
                                                                        owl:unionOf ( <http://purl.org/ontology/mo/MusicalItem>
                                                                                      fabio:Item
                                                                                      rdac:C10003
                                                                                      <http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Human-Made_Thing>
                                                                                      aco:AudioItem
                                                                                      <https://www.ica.org/standards/RiC/ontology#Instantiation>
                                                                                    )
                                                                      ] ;
                                                      rdfs:comment "In the SemDH 2026 submission, it was mentioned that MOCHO's WEMI classes are model as Subclass-UnionOf, c.f. every instance of mocho:Item must be an instance of one of the domain classes. It is a necessary condition for mocho:Item, but the domain instance are not automatically classified as mocho:Item. It has to be explicitly asserted that x is an instance of mocho:Item."@en ;
                                                      rdfs:label "mocho:Item"@en ;
                                                      skos:definition "A single exemplar or instance of a manifestation."@en ;
                                                      skos:example "A copy of Goethe's Faust"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Manifestation
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Manifestation> rdf:type owl:Class ;
                                                               rdfs:subClassOf [ rdf:type owl:Class ;
                                                                                 owl:unionOf ( <http://purl.org/ontology/mo/MusicalManifestation>
                                                                                               <http://purl.org/ontology/mo/Record>
                                                                                               frbr:Manifestation
                                                                                               vra:Image
                                                                                               rdac:C10007
                                                                                               ec:MediaResource
                                                                                               aco:AudioManifestation
                                                                                               <https://www.ica.org/standards/RiC/ontology#Instantiation>
                                                                                             )
                                                                               ] ;
                                                               rdfs:comment "In the SemDH 2026 submission, it was mentioned that MOCHO's WEMI classes are model as Subclass-UnionOf, c.f. every instance of mocho:Manifestation must be an instance of one of the domain classes. It is a necessary condition for mocho:Manifestation, but the domain instance are not automatically classified as mocho:Manifestation. It has to be explicitly asserted that x is an instance of mocho:Manifestation."@en ;
                                                               rdfs:label "mocho:Manifestation"@en ;
                                                               skos:definition "A physical embodiment of an expression of a work."@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Person
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Person> rdf:type owl:Class ;
                                                        rdfs:subClassOf frbr:Person ,
                                                                        rdac:C10004 ,
                                                                        foaf:Person ,
                                                                        <https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Agent> ,
                                                                        <https://www.ica.org/standards/RiC/ontology#Person> ;
                                                        rdfs:label "mocho:Person"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Place
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Place> rdf:type owl:Class ;
                                                       rdfs:subClassOf frbr:Place ,
                                                                       <http://www.europeana.eu/schemas/edm/Place> ;
                                                       rdfs:label "mocho:Place"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#TimeSpan
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#TimeSpan> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://www.europeana.eu/schemas/edm/TimeSpan> ;
                                                          rdfs:label "mocho:TimeSpan"@en .


###  https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Work
<https://ise-fizkarlsruhe.github.io/ddbkg/mocho#Work> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ rdf:type owl:Class ;
                                                                        owl:unionOf ( <http://purl.org/ontology/mo/MusicalWork>
                                                                                      frbr:Work
                                                                                      vra:Collection
                                                                                      vra:Work
                                                                                      rdac:C10001
                                                                                      <http://www.cidoc-crm.org/rdfs/cidoc-crm#E89_Propositional_Object>
                                                                                      ec:EditorialWork
                                                                                      lio:Image
                                                                                      <https://www.ica.org/standards/RiC/ontology#Record>
                                                                                      <https://www.ica.org/standards/RiC/ontology#RecordResource>
                                                                                      <https://www.ica.org/standards/RiC/ontology#RecordSet>
                                                                                    )
                                                                      ] ;
                                                      rdfs:comment "In the SemDH 2026 submission, it was mentioned that MOCHO's WEMI classes are model as Subclass-UnionOf, c.f. every instance of mocho:Work must be an instance of one of the domain classes. It is a necessary condition for mocho:Work, but the domain instance are not automatically classified as mocho:Work. It has to be explicitly asserted that x is an instance of mocho:Work."@en ;
                                                      rdfs:label "mocho:Work"@en ;
                                                      skos:definition "A distinct intellectual or artistic creation, that is, the intellectual or artistic content."@en ;
                                                      skos:example "Goethe's Faust"@en .


###  https://w3id.org/ac-ontology/aco#AnalogSignal
aco:AnalogSignal rdf:type owl:Class ;
                 rdfs:subClassOf aco:Signal ;
                 owl:disjointWith aco:DigitalSignal ;
                 rdfs:comment "An analog signal." ;
                 rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                 rdfs:label "Analog signal" .


###  https://w3id.org/ac-ontology/aco#AudioClip
aco:AudioClip rdf:type owl:Class ;
              rdfs:subClassOf aco:AudioManifestation ;
              rdfs:comment """An audio segment that has been somehow published or uploaded for consumption (e.g., a track in a music label's repository or a sound in an audio repository, library or archive).
""" ;
              rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
              rdfs:label "Audio clip" .


###  https://w3id.org/ac-ontology/aco#AudioCollection
aco:AudioCollection rdf:type owl:Class ;
                    rdfs:subClassOf aco:AudioManifestation ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty aco:firstNode ;
                                      owl:someValuesFrom owl:Thing
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty aco:lastNode ;
                                      owl:someValuesFrom owl:Thing
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty aco:firstNode ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty aco:lastNode ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ;
                    rdfs:comment """A collection of audio manifestations (e.g., a sound pack, an album, a result set of a search over a repository of audio content). As an audio collection is an audio manifestation too, collections may be nested. An audio collection is composed of nodes.
""" ;
                    rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                    rdfs:label "Audio collection" .


###  https://w3id.org/ac-ontology/aco#AudioExpression
aco:AudioExpression rdf:type owl:Class ;
                    rdfs:subClassOf frbr:Expression ;
                    rdfs:comment """The specific intellectual or artistic form that a work takes each time it is 	“realized”, in the audio domain (e.g., the recording or synthesis of music or sounds).
""" ;
                    rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                    rdfs:label "aco:AudioExpression"@en .


###  https://w3id.org/ac-ontology/aco#AudioFile
aco:AudioFile rdf:type owl:Class ;
              rdfs:subClassOf ec:MediaResource ,
                              aco:AudioItem ;
              rdfs:comment "A concrete audio file (encoded in some format)" ;
              rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
              rdfs:label "aco:AudioFile"@en .


###  https://w3id.org/ac-ontology/aco#AudioItem
aco:AudioItem rdf:type owl:Class ;
              rdfs:subClassOf frbr:Item ;
              rdfs:comment """A concrete exemplar of an audio manifestation (e.g., a copy of a CD or a specific media file).
""" ;
              rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
              rdfs:label "aco:AudioItem"@en .


###  https://w3id.org/ac-ontology/aco#AudioManifestation
aco:AudioManifestation rdf:type owl:Class ;
                       rdfs:subClassOf frbr:Manifestation ;
                       rdfs:comment """The physical embodiment of an audio expression (e.g., a musical track, a sound, an album).
""" ;
                       rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                       rdfs:label "aco:AudioManifestation"@en .


###  https://w3id.org/ac-ontology/aco#DigitalSignal
aco:DigitalSignal rdf:type owl:Class ;
                  rdfs:subClassOf aco:Signal ;
                  rdfs:comment "A digital signal." ;
                  rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
                  rdfs:label "Digital signal" .


###  https://w3id.org/ac-ontology/aco#Signal
aco:Signal rdf:type owl:Class ;
           rdfs:subClassOf aco:AudioExpression ;
           rdfs:comment """A subclass of AudioExpression, representing a signal, for example a master signal produced by a performance and a recording.
""" ;
           rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
           rdfs:label "Signal" .


###  https://w3id.org/ac-ontology/aco#Sound
aco:Sound rdf:type owl:Class ;
          rdfs:subClassOf aco:AudioExpression ;
          rdfs:comment "A subclass of AudioExpression, representing a (physical) sound." ;
          rdfs:isDefinedBy <https://w3id.org/ac-ontology/aco> ;
          rdfs:label "Physical sound" .


###  https://w3id.org/lio/v1#Image
lio:Image rdf:type owl:Class ;
          rdfs:subClassOf lio:PictorialElement ;
          rdfs:comment "An image. Any PictorialElement that is considered to be a complete image. Typically the main subject of an ImageSnippets description will be in this class. An image can be a visualPartOf another image."@en ;
          rdfs:label "lio:Image"@en .


###  https://w3id.org/lio/v1#PictorialElement
lio:PictorialElement rdf:type owl:Class ;
                     rdfs:comment "Any visual entity; any graphical item, part, or visual property of an image or part of an image, including the image itself. Examples include lines, areas, colors and textures. Pictorial elements may have arbitrarily complex shapes and may be implicit, e.g. lines of perspective or outlined white spaces. Rectangular regions of an image are pictorial elements, and the entire image is also. Thus, Image is a subclass of PictorialElement. PictorialElements may be included in one another, giving a simple mereology of visual forms, with the property visualPartOf. Non-visual properties such as date or manner of creation are not considered to be PictorialElements. A property or aspect of an image can be considered to be a PictorialElment when it can be apprehended by vision alone."@en ;
                     rdfs:label "lio:PictorialElement"@en .


###  https://www.ica.org/standards/RiC/ontology#Agent
<https://www.ica.org/standards/RiC/ontology#Agent> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                   rdfs:comment """A Person, or Group, or an entity created by a Person or Group
         (Mechanism), or a Position, that acts in the world."""@en ;
                                                   rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                   rdfs:label "Agent"@en ,
                                                              "Agent"@fr ,
                                                              "Agente"@es ,
                                                              "Akteur"@de ,
                                                              "rico:Agent"@en ;
                                                   skos:prefLabel "rico:Agent"@en ;
                                                   skos:scopeNote """An Agent may have one or more identities; an identity is a
         constellation of properties or relations that together “identify” the Agent. A Person or
         Group commonly has one identity, though each also may have one or more alternative
         identities. Such alternative identities may be shared by more than one Person or Group.
         Alternative identities include but are not limited to pseudonyms, heteronyms, DBA (Doing
         Business As), and trade identities. An alternative identity should not be confused with a
         Position in a Group, for example, presidents, prime ministers, governors, popes, royalty,
         or bishops. Nor should an alternative identity be confused with a variant name or
         identifier of the same identity. Agent also includes entities created by a Person or Group
         that act on behalf of the creating Agent in an autonomous or semi-autonomous manner.
         Examples of a Mechanism include software agents, robots, and space and underwater probes
         that generate data (records) in the course of Activity assigned to and in conformance with
         the instructions given to them by the creating Person or Group."""@en .


###  https://www.ica.org/standards/RiC/ontology#Concept
<https://www.ica.org/standards/RiC/ontology#Concept> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                     rdfs:comment """An idea, unit of thought, abstract cultural object or
         category"""@en ;
                                                     rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                     rdfs:label "Concept"@en ,
                                                                "Concept"@fr ,
                                                                "Concepto"@es ,
                                                                "Konzept"@de .


###  https://www.ica.org/standards/RiC/ontology#DocumentaryFormType
<https://www.ica.org/standards/RiC/ontology#DocumentaryFormType> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Type> ;
                                                                 rdfs:comment """Categorization of a Record or Record Part with respect to its
         extrinsic and intrinsic elements that together communicate its content, administrative and
         documentary context, and authority."""@en ;
                                                                 rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                                 rdfs:label "Documentary Form Type"@en ,
                                                                            "Dokumentenkategorie"@de ,
                                                                            "Tipo documental"@es ,
                                                                            "Type de document"@fr ;
                                                                 skos:scopeNote """Documentary Form Type plays an important role in determining the
         type of information a Record may comprise, its status of perfection, and its authenticity
         and reliability. Documentary form types exist in a specific social and cultural context,
         and within that context, are subject to change over time."""@en .


###  https://www.ica.org/standards/RiC/ontology#Group
<https://www.ica.org/standards/RiC/ontology#Group> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Agent> ;
                                                   owl:disjointWith <https://www.ica.org/standards/RiC/ontology#Person> ;
                                                   rdfs:comment "Two or more Agents that act together as an Agent."@en ;
                                                   rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                   rdfs:label "Group"@en ,
                                                              "Groupe d’agents"@fr ,
                                                              "Grupo de agentes"@es ,
                                                              "Gruppe"@de ,
                                                              "rico:Group"@en ;
                                                   skos:prefLabel "rico:Group"@en ;
                                                   skos:scopeNote """Group is a kind of Agent. A Group has a socially recognized
         identity. Each member of the Group plays a particular role or roles (that is has a
         particular Position) in the coordinated activity of the Group. Corporate bodies and
         families are kinds of groups, though other kinds of groups are possible. For example, the
         “electorate” -- all of the voters in a given election. Complex, large groups may be
         subdivided into other groups."""@en .


###  https://www.ica.org/standards/RiC/ontology#Instantiation
<https://www.ica.org/standards/RiC/ontology#Instantiation> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                           rdfs:comment """The inscription of information made by an Agent on a physical
         carrier in any persistent, recoverable form as a means of communicating information through
         time and space."""@en ;
                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                           rdfs:label "Instanciación"@es ,
                                                                      "Instanciation"@fr ,
                                                                      "Instantiation"@en ,
                                                                      "Repräsentation oder Instanz"@de ;
                                                           skos:scopeNote """A Record or Record Part must have been instantiated at least
         once, though this instantiation may no longer exist at the moment of description. An
         instantiation might also exist at the moment of description, but be destroyed at a later
         moment in time, when, for example, a derived instantiation might become the only remaining
         instantiation. A Record Set may have an instantiation, which is to say that it is not a
         necessary condition. An Instantiation may be derived from another Instantiation. A Record
         Resource may have many Instantiations simultaneously (for instance, a record printed and
         saved in the same time as DOCX and PDF/A would have 3 concurrent instantiations) or through
         time (for example, copy of a record). Depending on the context, a new instantiation may be
         seen as a new or as the same record resource. During in the process of re-instantiation
         something is lost and something is preserved, but it is up to the context and the Agent
         that produces or uses that Instantiation to assess whether the two instantiations are
         functionally equivalent or not. For instance, a postcard representing a town map from 1874
         (Instantiation 1) is digitized and kept as a JPEG file (Instantiation 2). The digital copy
         may be considered as instantiating the \"same\" Record by an Agent considering the
         information transmitted by the Record (e.g., the urban landscape displayed), but as a\"
         different\" Record by an antiquarian more focused on the materiality of the carrier.
         Successive instantiations may change the perceivable boundaries of a Record Resource. For
         instance, a case file comprising many records may be digitized and saved as one single PDF
         file, which, from management perspective, may be treated as one Record. Similarly, a large
         Record Set (a fonds or a series) may be maintained as one database. On the other hand, one
         record (main document and its annexes) may be digitized in separate files and each one may
         be managed as a discrete “physical” item. Instantiations may require mediation to
         communicate the information in the Record Resource. While a traditional Record on paper can
         simply be read by an Agent in order to understand the information, a vinyl recording, a
         video cassette or a digital file needs a device (mediator) to codify or decodify the
         information conveyed. This mediator may imply simple physical components (a turntable
         needle, for example), or a complex gallery of software and hardware elements.
         Instantiations are more than the mere informational content of Record Resource and may be
         the focus of preservation and physical management of records. The use of particular
         document types for records, such as a medieval charter, may have implications for the
         authenticity of the records. Hence, the way a Record Resource is instantiated contributes
         to the contextualizing of the content.record resource is instantiated contributes to the
         contextualizing the content. Distinguishing the message conveyed (Record Resource) and its
         physical representations (Instantiation) allows for the efficient management of their
         descriptions, and preserve information about a Record Resource even when no physical
         representation of it exists or is known to exist anymore. The relations between distinct
         instantiations can then be expressed wherever they coexist, and they can be related to the
         Record Resource they instantiate."""@en .


###  https://www.ica.org/standards/RiC/ontology#Person
<https://www.ica.org/standards/RiC/ontology#Person> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Agent> ;
                                                    rdfs:comment "An individual human being."@en ;
                                                    rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                    rdfs:label "Person"@de ,
                                                               "Person"@en ,
                                                               "Persona"@es ,
                                                               "Personne"@fr ;
                                                    skos:prefLabel "rico:Person"@en ;
                                                    skos:scopeNote """Person is a kind of Agent. Most commonly, a human being
         (biological person) has a single socially constructed identity or persona. Less common
         though not rare, one or more personae in addition to the original persona which emerges at
         or near birth may be associated with the human being over the course of that human being’s
         lifetime. Such \"alternative personae\" are most often created by the original person for
         specific purposes. The original persona may, in everyday discourse, be regarded as “the
         real person”. Under some circumstances, an alternative persona might eclipse or replace the
         original person (Mark Twain eclipsing Samuel Clemens; John Wayne eclipsing Marion Mitchell
         Morrison), that is, the alternative identity becomes the predominant identity. Less common
         is when two or more persons collaborate to create a shared persona. A persona shared by two
         or more persons constitutes a kind of group. Within the archival context, the description
         of a person commonly will focus on the original associated persona, with alternative
         personae noted. Exceptionally, an alternative persona may displace the original persona as
         the focus of the description. Under some circumstances, for example, when record resources
         are associated with two or more different personae of one person, describing the different
         personae as separate though related persons may be desirable. Alternatively, a person may
         change their identity over the course of their lifetime."""@en .


###  https://www.ica.org/standards/RiC/ontology#Record
<https://www.ica.org/standards/RiC/ontology#Record> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                    rdfs:comment """Discrete information content formed and inscribed, at least once,
         by any method on any carrier in any persistent, recoverable form by an Agent in the course
         of life or work activity."""@en ;
                                                    rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                    rdfs:label "Documento"@es ,
                                                               "Objet informationnel"@fr ,
                                                               "Record"@de ,
                                                               "Record"@en ;
                                                    skos:scopeNote """Record is a kind of Record Resource. A Record may itself contain
         one or more Records, or may consist of one or more Record Parts. A Record must have or have
         had at least one Instantiation. A Record may have more than one Instantiation. An
         Instantiation derived from another Instantiation of a Record may be considered the
         instantiation of the same Record or an instantiation of a new Record, depending on the
         context. A Record may serve a variety of purposes, though it always documents or is
         evidence of Activity."""@en .


###  https://www.ica.org/standards/RiC/ontology#RecordPart
<https://www.ica.org/standards/RiC/ontology#RecordPart> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                        rdfs:comment """Component of a Record with independent information content that
         contributes to the intellectual completeness of the Record."""@en ;
                                                        rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                        rdfs:label "Componente documental"@es ,
                                                                   "Partie d’objet informationnel"@fr ,
                                                                   "Record Part"@en ,
                                                                   "Recordteil"@de ;
                                                        skos:scopeNote """Record Part is a kind of Record Resource. A Record Part may
         itself have Record Parts."""@en .


###  https://www.ica.org/standards/RiC/ontology#RecordResource
<https://www.ica.org/standards/RiC/ontology#RecordResource> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Thing> ;
                                                            rdfs:comment """Information produced or acquired and retained by an Agent in the
         course of life or work activity."""@en ;
                                                            rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                            rdfs:label "Record Resource"@en ,
                                                                       "Recordressource"@de ,
                                                                       "Recurso documental"@es ,
                                                                       "Ressource archivistique"@fr ;
                                                            skos:scopeNote """Record resource is a kind of Thing. Producing a record resource
         may imply either its initial creation or a reuse of previous existing information by
         combination, rearrangement, selecting, reformatting, etc. Record set, record, and record
         part are kinds of record resource. A record resource is evidence of the activity of an
         agent. More than one agent may be involved in the creation of a record resource. The role
         of the agent in creating the record resource may take different forms, for example,
         authoring of an individual record, accumulating a record set, or arranging a record set.
         Though a record, record set, and record part, under most circumstances, may be easily
         distinguished from one another, identifying the boundary of each may frequently present
         particular challenges. Documentary forms provide the rules governing the structure of many
         types of records, providing criteria for identifying a record's boundary, and identifying
         its essential parts. Many records, though, do not have well-established documentary forms,
         particularly in the case of digital records, where it may be difficult to determine whether
         individual elements represented in separate bitstreams are record parts, records, or record
         sets. For example, is photographic information represented independently in a bitstream
         embedded in a text document a record or a record part? Or is the same photographic
         information attached to an email that maintains its independent representation, a record or
         a record part? Information grouped for some purpose, for example, ZIP or TAR \"file
         compression\" for saving storage space, presents a further challenge. One file comprises
         multiple bitstreams subjected to techniques that remove bits that can be losslessly
         recovered when decompressed. Under what circumstances is such a compressed bitstream a
         record or a record set? Determining when an information object is a record, record set, or
         record part is based on perspective and judgement exercised in a particular context. In one
         context, the agent describing an information object may designate it a record, while
         another agent in a different context may designate it a record part. Both designations are
         supported by RiC-CM, and the significance of the difference for users of the records is
         ameliorated by the fact that all of the attributes and relations employed in describing
         record and record part are shared, as are many of the attributes and relations employed in
         describing a record set."""@en .


###  https://www.ica.org/standards/RiC/ontology#RecordSet
<https://www.ica.org/standards/RiC/ontology#RecordSet> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#RecordResource> ;
                                                       rdfs:comment """One or more records that are grouped together by an Agent based on
         the records sharing one or more attributes or relations."""@en ;
                                                       rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                       rdfs:label "Agrupación documental"@es ,
                                                                  "Ensemble d’objets informationnels"@fr ,
                                                                  "Record Set"@en ,
                                                                  "Recordgruppe"@de ;
                                                       skos:scopeNote """Record set is a kind of Record Resource. The member records in a
         Record Set may physically reside together, though physical proximity is not essential. In a
         particular context, an Agent (for example, administrator, records manager, archivist,
         end-user, etc.) may select the member records of a Record Set based on any shared attribute
         or attributes, or any shared relation or relations. The grouping of the records serves a
         purpose or purposes specific to the context of the Agent. For example, all member records
         of a Record Set have been accumulated by the same Agent; have the same Documentary Form
         Type; or are related to and document the same Activity. A Record Set may represent the act
         of classifying the records in accordance with a formal classification scheme that may be
         based on activity, subject, organizational structure, or other criteria; an act of archival
         arrangement (for example, based on common provenance); or some other selection and grouping
         that fulfils a particular purpose or purposes (for example, a classification that reflects
         or supports the purposes of a researcher). By exception, some records are brought together
         based on their not belonging in the context of selection to other designated groups: a
         'Miscellaneous' series, for example. A Record Sset accumulated by an Agent in the course of
         life or work activity should be described in a manner that preserves context and evidential
         value. Record Sets may also contain other Record Sets. A Record Set or Record may
         simultaneously be a member of more than one Record Set, and over the course of its
         existence, a Record Set or Record may be a member of an indeterminate number of Record Sets
         in an indeterminate number of contexts. Record Sets and Records contained within a Record
         Set may be ordered into a sequence based on a common property or relation, or common
         properties or relations (for example, alphabetical by agent or related place);
         chronological order by creation date; or some other criterion (for example, an imposed
         order by relevance)."""@en .


###  https://www.ica.org/standards/RiC/ontology#RecordSetType
<https://www.ica.org/standards/RiC/ontology#RecordSetType> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Type> ;
                                                           rdfs:comment "A broad categorization of the type of Record Set."@en ;
                                                           rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                           rdfs:label "Record Set Type"@en ,
                                                                      "Recordgruppenkategorie"@de ,
                                                                      "Tipo de agrupación documental"@es ,
                                                                      "Type d’ensemble d’objets informationnels"@fr ;
                                                           skos:scopeNote """Four instances of Record Set Type are included for now in RiC-O;
         they also are instances of skos:Concept and, as such, part of a SKOS vocabulary. Record Set
         Type may also be used (or extended) to categorize types of Record Set that have not
         traditionally been considered archival, e.g. search result list."""@en .


###  https://www.ica.org/standards/RiC/ontology#Thing
<https://www.ica.org/standards/RiC/ontology#Thing> rdf:type owl:Class ;
                                                   rdfs:comment """Any idea, material thing, or event within the realm of human
         experience."""@en ;
                                                   rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                   rdfs:label "Chose"@fr ,
                                                              "Cosa"@es ,
                                                              "Ding"@de ,
                                                              "Thing"@en ;
                                                   skos:scopeNote """Includes all RiC entities as well as any concept, material
         thing, or event that may be the subject of a Record Resource or associated with an
         Activity. Examples of entities not explicitly addressed in RiC includes but is not limited
         to the following: abstract concepts; cultural movements, named periods and events; named
         things, objects and works; legendary, mythical or fictitious figures, characters or
         beings."""@en .


###  https://www.ica.org/standards/RiC/ontology#Type
<https://www.ica.org/standards/RiC/ontology#Type> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://www.ica.org/standards/RiC/ontology#Concept> ;
                                                  rdfs:comment """A superclass for any type of some thing. A type characterizes an
         entity."""@en ;
                                                  rdfs:isDefinedBy <https://www.ica.org/standards/RiC/ontology> ;
                                                  rdfs:label "Kategorie"@de ,
                                                             "Tipo"@es ,
                                                             "Type"@en ,
                                                             "Type"@fr .


#################################################################
#    Individuals
#################################################################

###  http://europeana.eu
<http://europeana.eu> rdf:type owl:NamedIndividual ,
                               foaf:Organization .


###  http://data.semanticweb.org/person/antoine-isaac
<http://data.semanticweb.org/person/antoine-isaac> rdf:type owl:NamedIndividual ,
                                                            foaf:Person .


###  http://metadataregistry.org/uri/RegStatus/1001
<http://metadataregistry.org/uri/RegStatus/1001> rdf:type owl:NamedIndividual ,
                                                          skos:Concept ;
                                                 skos:prefLabel "Published"@en .


###  http://metadataregistry.org/uri/RegStatus/1008
<http://metadataregistry.org/uri/RegStatus/1008> rdf:type owl:NamedIndividual ,
                                                          skos:Concept ;
                                                 skos:prefLabel "Deprecated"@en .


###  http://purl.org/ontology/mo/album
<http://purl.org/ontology/mo/album> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/audiobook
<http://purl.org/ontology/mo/audiobook> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/compilation
<http://purl.org/ontology/mo/compilation> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/ep
<http://purl.org/ontology/mo/ep> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/interview
<http://purl.org/ontology/mo/interview> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/live
<http://purl.org/ontology/mo/live> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/remix
<http://purl.org/ontology/mo/remix> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/single
<http://purl.org/ontology/mo/single> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/soundtrack
<http://purl.org/ontology/mo/soundtrack> rdf:type owl:NamedIndividual .


###  http://purl.org/ontology/mo/spokenword
<http://purl.org/ontology/mo/spokenword> rdf:type owl:NamedIndividual .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#SOMEPROGRAMME
ec:SOMEPROGRAMME rdf:type owl:NamedIndividual ,
                          ec:EditorialObject ;
                 ec:aspectRatio "16:9" ;
                 ec:tag "Et merke"@nb ,
                        "et annet merke (some tag)"@nb .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#abridgedTitle
ec:abridgedTitle rdf:type owl:NamedIndividual ,
                          skos:Concept ;
                 skos:inScheme ec:alternativeTitleTypes ;
                 skos:prefLabel "Abridged title"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#alternativeTitleTypes
ec:alternativeTitleTypes rdf:type owl:NamedIndividual ,
                                  skos:ConceptScheme ;
                         skos:prefLabel "Alternative title types"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#originalTitle
ec:originalTitle rdf:type owl:NamedIndividual ,
                          skos:Concept ;
                 skos:inScheme ec:alternativeTitleTypes ;
                 skos:definition "The original title used to identify the work."@en ;
                 skos:prefLabel "Original title"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#serialTitle
ec:serialTitle rdf:type owl:NamedIndividual ,
                        skos:Concept ;
               skos:inScheme ec:alternativeTitleTypes ;
               skos:prefLabel "Serial title"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#seriesTitle
ec:seriesTitle rdf:type owl:NamedIndividual ,
                        skos:Concept ;
               skos:inScheme ec:alternativeTitleTypes ;
               skos:prefLabel "Series title"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#subtitle
ec:subtitle rdf:type owl:NamedIndividual ,
                     skos:Concept ;
            skos:inScheme ec:alternativeTitleTypes ;
            skos:prefLabel "Subtitle"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#translationTitle
ec:translationTitle rdf:type owl:NamedIndividual ,
                             skos:Concept ;
                    skos:inScheme ec:alternativeTitleTypes ;
                    skos:prefLabel "Translation title"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#versionTitle
ec:versionTitle rdf:type owl:NamedIndividual ,
                         skos:Concept ;
                skos:inScheme ec:alternativeTitleTypes ;
                skos:prefLabel "Version title"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#workingTitle
ec:workingTitle rdf:type owl:NamedIndividual ,
                         skos:Concept ;
                skos:inScheme ec:alternativeTitleTypes ;
                skos:prefLabel "working title"@en .


###  http://www.europeana.eu/schemas/edm/
<http://www.europeana.eu/schemas/edm/> rdf:type owl:NamedIndividual ,
                                                <http://purl.org/vocommons/voaf#Vocabulary> ;
                                       dc:publisher <http://europeana.eu> ;
                                       dc:contributor <http://www.ibi.hu-berlin.de/institut/personen/iwanowa> ,
                                                      <http://www.ics.forth.gr/isl/people/people_individual.jsp?Person_ID=2> ,
                                                      <http://www.image.ece.ntua.gr/~ndroso/> ,
                                                      <http://www.image.ntua.gr/~tzouvaras/> ,
                                                      [ rdf:type foaf:Organization
                                                      ] ,
                                                      [ rdf:type foaf:Person
                                                      ] ;
                                       dc:creator <http://data.semanticweb.org/person/antoine-isaac> .


###  http://www.ibi.hu-berlin.de/institut/personen/iwanowa
<http://www.ibi.hu-berlin.de/institut/personen/iwanowa> rdf:type owl:NamedIndividual ,
                                                                 foaf:Person .


###  http://www.ics.forth.gr/isl/people/people_individual.jsp?Person_ID=2
<http://www.ics.forth.gr/isl/people/people_individual.jsp?Person_ID=2> rdf:type owl:NamedIndividual ,
                                                                                foaf:Person .


###  http://www.image.ece.ntua.gr/~ndroso/
<http://www.image.ece.ntua.gr/~ndroso/> rdf:type owl:NamedIndividual ,
                                                 foaf:Person .


###  http://www.image.ntua.gr/~tzouvaras/
<http://www.image.ntua.gr/~tzouvaras/> rdf:type owl:NamedIndividual ,
                                                foaf:Person .


###  https://www.ica.org/standards/RiC/ontology
<https://www.ica.org/standards/RiC/ontology> rdf:type owl:NamedIndividual ,
                                                      <http://purl.org/vocommons/voaf#Vocabulary> .


###  https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes
<https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes> rdf:type owl:NamedIndividual ,
                                                                               skos:ConceptScheme ;
                                                                      skos:hasTopConcept <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#AuthorityRecord> ,
                                                                                         <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#FindingAid> ;
                                                                      dcat:version "1.1" ;
                                                                      dc:creator """International Coucil on Archives Expert Group on Archival
         Description (ICA EGAD)"""@en ;
                                                                      dc:title """International Council on Archives Records in Contexts Vocabulary for
         Documentary Form Types"""@en ;
                                                                      rdfs:label "Documentary Form Types"@en ,
                                                                                 "Tipos documentales"@es ,
                                                                                 "Types de documents"@fr ;
                                                                      skos:definition """A vocabulary that provides URIs for describing documentary form
         types of RiC Records and Record Parts."""@en ;
                                                                      skos:scopeNote """For now this vocabulary only defines three concepts; it should
         hopefully be completed later. The concepts defined in this vocabulary can be used in
         combination with RiC-O classes and properties, whenever necessary and appropriate, to
         assign a documentary form type to a Record or a Record Part, using the
         rico:hasDocumentaryFormType object property, or its inverse one. They also can be used to
         specify that a rico:RecordSet included or includes members whose some
         (rico:hasOrHadSomeMembersWithDocumentaryFormType) or all
         (rico:hasOrHadAllMembersWithDocumentaryFormType) have some Documentary Form Type. Each
         concept is both defined as a skos:Concept and a rico:DocumentaryFormType, so that it is
         possible to extend the classic definition of such concepts using RiC-O properties. For
         example, you can use rico:history, rico:date, or rico:isAssociatedWithPlace,
         rico:precedesInTime, if you consider a documentary form type as being a historical entity,
         known and used in some known space or time region."""@en .


###  https://www.ica.org/standards/RiC/vocabularies/recordSetTypes
<https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> rdf:type owl:NamedIndividual ,
                                                                         skos:ConceptScheme ;
                                                                skos:hasTopConcept <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection> ,
                                                                                   <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#File> ,
                                                                                   <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds> ,
                                                                                   <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series> ;
                                                                dcat:version "1.1" ;
                                                                dc:creator """International Coucil on Archives Expert Group on Archival
         Description (ICA EGAD)"""@en ;
                                                                dc:title """International Council on Archives Records in Contexts Vocabulary for
         Record Set Types"""@en ;
                                                                rdfs:label "Record Set Types"@en ,
                                                                           "Tipos de agrupación documental"@es ,
                                                                           "Types d’ensembles d’objets informationnels"@fr ;
                                                                skos:definition """A vocabulary that provides URIs for describing types of RiC
         Record Sets."""@en ;
                                                                skos:scopeNote """For now this vocabulary only defines four top concepts; it
         should hopefully be completed later. The concepts defined in this vocabulary can be used in
         combination with RiC-O classes and properties, whenever necessary and appropriate, to
         assign a record set type to a Record Set, using the rico:hasRecordSetType object property,
         or its inverse one. Each concept is both defined as a skos:Concept and a
         rico:RecordSetType, so that it is possible to extend the classic definition of such
         concepts using RiC-O properties. For example, you can use rico:history, rico:date, or
         rico:isAssociatedWithPlace, rico:precedesInTime, if you consider a record set type as being
         a historical entity, known and used in some known space or time region."""@en .


###  https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#AuthorityRecord
<https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#AuthorityRecord> rdf:type owl:NamedIndividual ,
                                                                                               skos:Concept ,
                                                                                               <https://www.ica.org/standards/RiC/ontology#DocumentaryFormType> ;
                                                                                      skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes> ;
                                                                                      skos:topConceptOf <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes> ;
                                                                                      rdfs:label "authority record"@en ,
                                                                                                 "notice d’autorité"@fr ,
                                                                                                 "registro de autoridad"@es ;
                                                                                      skos:definition """This category can be used for records that describe an
         entity."""@en .


###  https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#FindingAid
<https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#FindingAid> rdf:type owl:NamedIndividual ,
                                                                                          skos:Concept ,
                                                                                          <https://www.ica.org/standards/RiC/ontology#DocumentaryFormType> ;
                                                                                 skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes> ;
                                                                                 skos:narrower <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#IIIFManifest> ;
                                                                                 skos:topConceptOf <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes> ;
                                                                                 rdfs:label "finding aid"@en ,
                                                                                            "instrument de recherche"@fr ,
                                                                                            "instrumento de descripción"@es ;
                                                                                 skos:definition """This documentary form type can be used for records that
         aggregate and organizes metadata on some record(s) or record set(s)."""@en .


###  https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#IIIFManifest
<https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#IIIFManifest> rdf:type owl:NamedIndividual ,
                                                                                            skos:Concept ,
                                                                                            <https://www.ica.org/standards/RiC/ontology#DocumentaryFormType> ;
                                                                                   skos:broader <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes#FindingAid> ;
                                                                                   skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/documentaryFormTypes> ;
                                                                                   rdfs:label "IIIF manifest"@en ,
                                                                                              "manifeste IIIF"@fr ;
                                                                                   skos:definition """Can be used to categorize records which describe collections of
         cultural heritage objects, or of a single cultural object, and whose instantiations are
         compliant to the IIIF Presentation API."""@en .


###  https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
<https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection> rdf:type owl:NamedIndividual ,
                                                                                    skos:Concept ,
                                                                                    <https://www.ica.org/standards/RiC/ontology#RecordSetType> ;
                                                                           skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                           skos:topConceptOf <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                           rdfs:label "colección"@es ,
                                                                                      "collection"@en ,
                                                                                      "collection"@fr ;
                                                                           skos:definition """An artificial assemblage of documents accumulated on the basis
         of some common characteristic without regard to the provenance of those documents. Not to
         be confused with an archival fonds. (From ICA ISAD(G))"""@en .


###  https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#File
<https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#File> rdf:type owl:NamedIndividual ,
                                                                              skos:Concept ,
                                                                              <https://www.ica.org/standards/RiC/ontology#RecordSetType> ;
                                                                     skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                     skos:topConceptOf <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                     rdfs:label "dossier"@fr ,
                                                                                "expediente"@es ,
                                                                                "file"@en ;
                                                                     skos:definition """An organized unit of documents grouped together either for
         current use by the creator or in the process of archival arrangement, because they relate
         to the same subject, activity, or transaction. A file is usually the basic unit within a
         record series. (From ICA ISAD(G))"""@en .


###  https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
<https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds> rdf:type owl:NamedIndividual ,
                                                                               skos:Concept ,
                                                                               <https://www.ica.org/standards/RiC/ontology#RecordSetType> ;
                                                                      skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                      skos:topConceptOf <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                      rdfs:label "fondo"@es ,
                                                                                 "fonds"@en ,
                                                                                 "fonds"@fr ;
                                                                      skos:definition """The whole of the records, regardless of form or medium,
         organically created and/or accumulated and used by a particular person, family, or
         corporate body in the course of that creator's activities and functions. (From ICA
         ISAD(G))"""@en .


###  https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
<https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series> rdf:type owl:NamedIndividual ,
                                                                                skos:Concept ,
                                                                                <https://www.ica.org/standards/RiC/ontology#RecordSetType> ;
                                                                       skos:inScheme <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                       skos:topConceptOf <https://www.ica.org/standards/RiC/vocabularies/recordSetTypes> ;
                                                                       rdfs:label "serie"@es ,
                                                                                  "series"@en ,
                                                                                  "série organique"@fr ;
                                                                       skos:definition """Documents arranged in accordance with a filing system or
         maintained as a unit because they result from the same accumulation or filing process, or
         the same activity; have a particular form; or because of some other relationship arising
         out of their creation, receipt, or use. A series is also known as a records series. (From
         ICA ISAD(G))"""@en .


[ foaf:name "Simon Reinhardt"
] .

[ foaf:name "George Fazekas"
 ] .

[ foaf:name "Alexandre Passant"
 ] .

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

<http://purl.org/ontology/mo/Composition> rdfs:isDefinedBy "mo:Composition"@en .


<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource> dc:description "An audiovisual MediaResource, which can be composed of one or more Tracks. A MediaResource is defined by an EditorialObject (Editorial Domain), which can be realised in Essences in one or more Formats for different delivery medias or platforms."@en ,
                                                                                     "Eine audiovisuelle MedienResource, die aus einer oder mehreren Spuren bestehen kann. Die MedienResource ist durch einen Medieninhalt definiert und kann durch Essenzen in einem oder mehreren Formaten für verschiedene Medien oder Plattformen realisiert werden."@de ;
                                                                      rdfs:label "ec:MediaResource"@en ;
                                                                      skos:definition "a Resource that comprises encoded audio, video, graphics, data or text"@en ,
                                                                                      "eine Resource, die aus kodierten Audio-, Video-, Grafik-, Daten- oder Textinhalten besteht"@de .


rdfs:seeAlso rdfs:label "rdfs:seeAlso"@en .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( frbr:Concept
                frbr:Event
                frbr:Object
                frbr:Place
              )
] .


#################################################################
#    Rules
#################################################################

<urn:swrl#e1> rdf:type swrl:Variable .

<urn:swrl#e2> rdf:type swrl:Variable .

<urn:swrl#w1> rdf:type swrl:Variable .

<urn:swrl#w2> rdf:type swrl:Variable .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:abridgement ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#e2>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e1> ;
                                      swrl:argument2 <urn:swrl#w1>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:realizationOf ;
                                                 swrl:argument1 <urn:swrl#e2> ;
                                                 swrl:argument2 <urn:swrl#w2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:SameIndividualAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:adaption ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#e2>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e1> ;
                                      swrl:argument2 <urn:swrl#w1>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:realizationOf ;
                                                 swrl:argument1 <urn:swrl#e2> ;
                                                 swrl:argument2 <urn:swrl#w2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:arrangement ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#e2>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e1> ;
                                      swrl:argument2 <urn:swrl#w1>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:realizationOf ;
                                                 swrl:argument1 <urn:swrl#e2> ;
                                                 swrl:argument2 <urn:swrl#w2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:SameIndividualAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:complement ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#e2>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e1> ;
                                      swrl:argument2 <urn:swrl#w1>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:realizationOf ;
                                                 swrl:argument1 <urn:swrl#e2> ;
                                                 swrl:argument2 <urn:swrl#w2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:imitation ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#e2>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e1> ;
                                      swrl:argument2 <urn:swrl#w1>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:realizationOf ;
                                                 swrl:argument1 <urn:swrl#e2> ;
                                                 swrl:argument2 <urn:swrl#w2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:realizationOf ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#w1>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e2> ;
                                      swrl:argument2 <urn:swrl#w2>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:revision ;
                                                 swrl:argument1 <urn:swrl#e1> ;
                                                 swrl:argument2 <urn:swrl#e2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:SameIndividualAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:realizationOf ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#w1>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e2> ;
                                      swrl:argument2 <urn:swrl#w2>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:successor ;
                                                 swrl:argument1 <urn:swrl#e1> ;
                                                 swrl:argument2 <urn:swrl#e2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:realizationOf ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#w1>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e2> ;
                                      swrl:argument2 <urn:swrl#w2>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:summarization ;
                                                 swrl:argument1 <urn:swrl#e1> ;
                                                 swrl:argument2 <urn:swrl#e2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:realizationOf ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#w1>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e2> ;
                                      swrl:argument2 <urn:swrl#w2>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:supplement ;
                                                 swrl:argument1 <urn:swrl#e1> ;
                                                 swrl:argument2 <urn:swrl#e2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:realizationOf ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#w1>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e2> ;
                                      swrl:argument2 <urn:swrl#w2>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:transformation ;
                                                 swrl:argument1 <urn:swrl#e1> ;
                                                 swrl:argument2 <urn:swrl#e2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:DifferentIndividualsAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate frbr:realizationOf ;
                           swrl:argument1 <urn:swrl#e1> ;
                           swrl:argument2 <urn:swrl#w1>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                      swrl:propertyPredicate frbr:realizationOf ;
                                      swrl:argument1 <urn:swrl#e2> ;
                                      swrl:argument2 <urn:swrl#w2>
                                    ] ;
                          rdf:rest [ rdf:type swrl:AtomList ;
                                     rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                                                 swrl:propertyPredicate frbr:translation ;
                                                 swrl:argument1 <urn:swrl#e1> ;
                                                 swrl:argument2 <urn:swrl#e2>
                                               ] ;
                                     rdf:rest rdf:nil
                                   ]
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:SameIndividualAtom ;
                           swrl:argument1 <urn:swrl#w1> ;
                           swrl:argument2 <urn:swrl#w2>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

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