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

<https://w3id.org/interim/#> rdf:type owl:Ontology ;
                              owl:versionIRI <https://w3id.org/interim/#> ;
                              owl:imports <https://w3id.org/geko/#> ;
                              <http://purl.org/dc/terms/creator> <https://orcid.org/0009-0003-0559-0409> ;
                              <http://purl.org/dc/terms/description> "INTERIM Ontology describes intermedial relations."@en ;
                              <http://purl.org/dc/terms/title> "INTERIM Ontology" ;
                              owl:versionInfo "1.0.0" .

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


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


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


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#inScheme
<http://www.w3.org/2004/02/skos/core#inScheme> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://purl.org/dc/terms/isPartOf
<http://purl.org/dc/terms/isPartOf> rdf:type owl:ObjectProperty .


###  http://purl.org/emmedi/hico/hasInterpretationCriterion
<http://purl.org/emmedi/hico/hasInterpretationCriterion> rdf:type owl:ObjectProperty .


###  http://purl.org/emmedi/hico/hasInterpretationType
<http://purl.org/emmedi/hico/hasInterpretationType> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/oa#hasBody
<http://www.w3.org/ns/oa#hasBody> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/oa#hasSelector
<http://www.w3.org/ns/oa#hasSelector> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/oa#hasSource
<http://www.w3.org/ns/oa#hasSource> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/oa#hasTarget
<http://www.w3.org/ns/oa#hasTarget> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/oa#motivatedBy
<http://www.w3.org/ns/oa#motivatedBy> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#hadMember
<http://www.w3.org/ns/prov#hadMember> rdf:type owl:ObjectProperty ;
                                      rdfs:domain <https://w3id.org/geko/#Ekphrasis> ;
                                      rdfs:range <http://www.w3.org/ns/oa#Annotation> .


###  http://www.w3.org/ns/prov#wasGeneratedBy
<http://www.w3.org/ns/prov#wasGeneratedBy> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://www.w3.org/ns/oa#Annotation> ;
                                           rdfs:range <http://purl.org/emmedi/hico/InterpretationAct> .


###  https://w3id.org/geko/#hasAuthor
<https://w3id.org/geko/#hasAuthor> rdf:type owl:ObjectProperty .


###  https://w3id.org/geko/#hasEkphrasticModality
<https://w3id.org/geko/#hasEkphrasticModality> rdf:type owl:ObjectProperty .


###  https://w3id.org/geko/#hasIconicReferent
<https://w3id.org/geko/#hasIconicReferent> rdf:type owl:ObjectProperty .


###  https://w3id.org/geko/#hasTextualReferent
<https://w3id.org/geko/#hasTextualReferent> rdf:type owl:ObjectProperty .


###  https://w3id.org/interim/#hasSourceMedium
:hasSourceMedium rdf:type owl:ObjectProperty ;
                 rdfs:domain :IntermedialRelation ;
                 rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                 rdfs:comment "This property identifies the source medium in the relation."@en .


###  https://w3id.org/interim/#hasTargetMedium
:hasTargetMedium rdf:type owl:ObjectProperty ;
                 rdfs:domain :IntermedialRelation ;
                 rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                 rdfs:comment "This property identifies the target medium in the relation."@en .


###  https://w3id.org/interim/#objectProducedBy
:objectProducedBy rdf:type owl:ObjectProperty ;
                  owl:inverseOf :producesObject ;
                  rdfs:domain :IntermedialObject ;
                  rdfs:range :IntermedialRelation .


###  https://w3id.org/interim/#producesObject
:producesObject rdf:type owl:ObjectProperty ;
                rdfs:domain :IntermedialRelation ;
                rdfs:range :IntermedialObject ;
                rdfs:comment "This property links the relation to the intermedial object."@en .


###  https://w3id.org/mlao/#hasAnchor
<https://w3id.org/mlao/#hasAnchor> rdf:type owl:ObjectProperty ;
                                   rdfs:domain <http://www.w3.org/ns/oa#Annotation> ;
                                   rdfs:range <https://w3id.org/mlao/#Anchor> .


###  https://w3id.org/mlao/#hasConceptualLevel
<https://w3id.org/mlao/#hasConceptualLevel> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/mlao/#Anchor> ;
                                            rdfs:range [ rdf:type owl:Class ;
                                                         owl:unionOf ( <https://w3id.org/icon/ontology/IconographicalSubject>
                                                                       <https://w3id.org/icon/ontology/IconologicalSubject>
                                                                       <https://w3id.org/icon/ontology/PreiconographicalSubject>
                                                                     )
                                                       ] .


###  https://w3id.org/mlao/#isAnchoredTo
<https://w3id.org/mlao/#isAnchoredTo> rdf:type owl:ObjectProperty ;
                                      rdfs:domain <https://w3id.org/mlao/#Anchor> ;
                                      rdfs:range <http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity> .


#################################################################
#    Data properties
#################################################################

###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:DatatypeProperty ;
                                   rdfs:range xsd:dateTime .


###  http://www.w3.org/1999/02/22-rdf-syntax-ns#value
rdf:value rdf:type owl:DatatypeProperty ;
          rdfs:range xsd:string .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:DatatypeProperty ;
                                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                 rdfs:range xsd:string .


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


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


###  http://purl.org/emmedi/hico/InterpretationAct
<http://purl.org/emmedi/hico/InterpretationAct> rdf:type owl:Class .


###  http://purl.org/emmedi/hico/InterpretationCriterion
<http://purl.org/emmedi/hico/InterpretationCriterion> rdf:type owl:Class .


###  http://purl.org/emmedi/hico/InterpretationType
<http://purl.org/emmedi/hico/InterpretationType> rdf:type owl:Class .


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


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


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


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


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdf:type owl:Class .


###  http://www.w3.org/ns/oa#Annotation
<http://www.w3.org/ns/oa#Annotation> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> .


###  http://www.w3.org/ns/oa#FragmentSelector
<http://www.w3.org/ns/oa#FragmentSelector> rdf:type owl:Class .


###  http://www.w3.org/ns/oa#Motivation
<http://www.w3.org/ns/oa#Motivation> rdf:type owl:Class .


###  http://www.w3.org/ns/oa#SpecificResource
<http://www.w3.org/ns/oa#SpecificResource> rdf:type owl:Class .


###  http://www.w3.org/ns/oa#Text
<http://www.w3.org/ns/oa#Text> rdf:type owl:Class .


###  http://www.w3.org/ns/oa#TextualBody
<http://www.w3.org/ns/oa#TextualBody> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Collection
<http://www.w3.org/ns/prov#Collection> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Entity
<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .


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


###  https://iiif.io/api/model/shared-canvas/1.0/#Canvas
<https://iiif.io/api/model/shared-canvas/1.0/#Canvas> rdf:type owl:Class .


###  https://iiif.io/api/model/shared-canvas/1.0/#Manifest
<https://iiif.io/api/model/shared-canvas/1.0/#Manifest> rdf:type owl:Class .


###  https://w3id.org/geko/#Ekphrasis
<https://w3id.org/geko/#Ekphrasis> rdf:type owl:Class .


###  https://w3id.org/geko/#MimeticEkphrasis
<https://w3id.org/geko/#MimeticEkphrasis> rdf:type owl:Class .


###  https://w3id.org/geko/#NotionalEkphrasis
<https://w3id.org/geko/#NotionalEkphrasis> rdf:type owl:Class .


###  https://w3id.org/icon/ontology/IconographicalSubject
<https://w3id.org/icon/ontology/IconographicalSubject> rdf:type owl:Class .


###  https://w3id.org/icon/ontology/IconologicalSubject
<https://w3id.org/icon/ontology/IconologicalSubject> rdf:type owl:Class .


###  https://w3id.org/icon/ontology/PreiconographicalSubject
<https://w3id.org/icon/ontology/PreiconographicalSubject> rdf:type owl:Class .


###  https://w3id.org/interim/#IntermedialObject
:IntermedialObject rdf:type owl:Class ;
                   rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object> ;
                   owl:disjointWith :IntermedialRelation ;
                   rdfs:comment "The resulting object in which the intermedial relation is instantiated."@en .


###  https://w3id.org/interim/#IntermedialRelation
:IntermedialRelation rdf:type owl:Class ;
                     owl:equivalentClass <https://w3id.org/miro/IntermedialRelation> ;
                     rdfs:subClassOf <http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object> ;
                     rdfs:comment "The core class of INTERIM representing the relationship between two different media."@en .


###  https://w3id.org/miro/EkphrasticRelation
<https://w3id.org/miro/EkphrasticRelation> rdf:type owl:Class .


###  https://w3id.org/miro/IntermedialReference
<https://w3id.org/miro/IntermedialReference> rdf:type owl:Class .


###  https://w3id.org/miro/IntermedialRelation
<https://w3id.org/miro/IntermedialRelation> rdf:type owl:Class .


###  https://w3id.org/miro/MediaCombination
<https://w3id.org/miro/MediaCombination> rdf:type owl:Class .


###  https://w3id.org/miro/MediaTransformation
<https://w3id.org/miro/MediaTransformation> rdf:type owl:Class .


###  https://w3id.org/mlao/#Anchor
<https://w3id.org/mlao/#Anchor> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/geko/#denotation
<https://w3id.org/geko/#denotation> rdf:type owl:NamedIndividual ,
                                             <http://www.w3.org/2004/02/skos/core#Concept> .


###  https://w3id.org/geko/#dynamization
<https://w3id.org/geko/#dynamization> rdf:type owl:NamedIndividual ,
                                               <http://www.w3.org/2004/02/skos/core#Concept> .


###  https://w3id.org/geko/#integration
<https://w3id.org/geko/#integration> rdf:type owl:NamedIndividual ,
                                              <http://www.w3.org/2004/02/skos/core#Concept> .


###  https://w3id.org/geko/#modalitiesScheme
<https://w3id.org/geko/#modalitiesScheme> rdf:type owl:NamedIndividual ,
                                                   <http://www.w3.org/2004/02/skos/core#ConceptScheme> .


###  https://w3id.org/interim/#mediaScheme
:mediaScheme rdf:type owl:NamedIndividual ,
                      <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
             <http://purl.org/dc/terms/title> "Media Type"@en ;
             <http://www.w3.org/2004/02/skos/core#definition> "Controlled vocabulary of media types."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Media type scheme"@en .


###  https://w3id.org/interim/#mediumImage
:mediumImage rdf:type owl:NamedIndividual ,
                      <http://www.w3.org/2004/02/skos/core#Concept> ;
             <http://www.w3.org/2004/02/skos/core#definition> "Image pertains to the broader category of visual media"@en ;
             <http://www.w3.org/2004/02/skos/core#inScheme> :mediaScheme ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Image"@en .


###  https://w3id.org/interim/#mediumText
:mediumText rdf:type owl:NamedIndividual ,
                     <http://www.w3.org/2004/02/skos/core#Concept> ;
            <http://www.w3.org/2004/02/skos/core#definition> "Text pertains to the broader category of linguistic media"@en ;
            <http://www.w3.org/2004/02/skos/core#inScheme> :mediaScheme ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Text"@en .


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