@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports , ; rdfs:comment """An ontology of Conceptual Blending, based upon mDnS (mereological Descriptions and Situations), the Cognitive Perspectivisation ontology, and the MetaNet schema from the Amnestic Forgery ontology. It generalises the notion of metaphors as frame mappings, and uses mDnS for ground axiomatisation. The basic Descriptions include: Blending (a generic description enabling Blendable frames to be mapped by subsuming some of their components) Blendable (two descriptions with components that are subsumed by components in the Blending frame) Blended (the description that inherits components from the Blendable frames, firstly through the Blending sharable space, and eventually inheriting other components from the Blendable frames, so making it emerge a novel set of blended situations). Blend (the meta-description that has Blending, Blendable, and Blended has components). Each description d corresponds to a class of situations s_1...s_n as usual, so that each situation s_i is nClassifiedBy d, and d nClassifies (is satisfied by) some s_i. Component relations at the intensional (iComponent) and extensional (eComponent) levels are the mDnS vocabulary for usesConcept and isSettingFor respectively in classic DnS.""" . ################################################################# # Object Properties ################################################################# ### http://www.ontologydesignpatterns.org/cp/owl/description.owl#isSatisfiedBy owl:equivalentProperty . ### http://www.ontologydesignpatterns.org/cp/owl/description.owl#satisfies owl:equivalentProperty . ### http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor owl:equivalentProperty . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#blendableComponent :blendableComponent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; "Aldo Gangemi" ; "2024-06-02T14:38:28Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#blendedComponent :blendedComponent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; "Aldo Gangemi" ; "2024-06-02T14:38:35Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#blendingComponent :blendingComponent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; "Aldo Gangemi" ; "2024-06-02T14:38:20Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#enablesBlending :enablesBlending rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; "Aldo Gangemi" ; "2024-06-02T15:34:30Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#inheritsRoleFrom :inheritsRoleFrom rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; owl:propertyChainAxiom ( ) ; "Aldo Gangemi" ; "2024-06-02T15:39:34Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/mdns.owl#eComponent rdf:type owl:ObjectProperty . ### http://www.ontologydesignpatterns.org/ont/mdns/mdns.owl#nClassifiedBy rdf:type owl:ObjectProperty . ### http://www.ontologydesignpatterns.org/ont/mdns/mdns.owl#nClassifies rdf:type owl:ObjectProperty . ### https://w3id.org/framester/schema/subsumedUnder rdf:type owl:ObjectProperty . ### https://w3id.org/framester/schema/subsumes rdf:type owl:ObjectProperty . ################################################################# # Classes ################################################################# ### http://www.ontologydesignpatterns.org/cp/owl/agentrole.owl#Agent rdfs:subClassOf . ### http://www.ontologydesignpatterns.org/cp/owl/description.owl#Description owl:equivalentClass . ### http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation owl:equivalentClass . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Blend :Blend rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf ; owl:hasKey ( :blendableComponent :blendedComponent :blendingComponent ) . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Crime :Crime rdf:type owl:Class ; rdfs:subClassOf . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#CrimeAsInfection :CrimeAsInfection rdf:type owl:Class ; rdfs:subClassOf . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#HarmfulSpreading :HarmfulSpreading rdf:type owl:Class ; rdfs:subClassOf . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Infection :Infection rdf:type owl:Class ; rdfs:subClassOf . ### http://www.ontologydesignpatterns.org/ont/mdns/mdns.owl#Description rdf:type owl:Class . ### http://www.ontologydesignpatterns.org/ont/mdns/mdns.owl#Situation rdf:type owl:Class . ### http://www.ontologydesignpatterns.org/ont/persp/perspectivisation.owl#Blendable owl:hasKey ( :blendableComponent ) . ### http://www.ontologydesignpatterns.org/ont/persp/perspectivisation.owl#Blended owl:hasKey ( :blendedComponent ) . ### http://www.ontologydesignpatterns.org/ont/persp/perspectivisation.owl#Blending owl:hasKey ( :blendingComponent ) . ################################################################# # Individuals ################################################################# ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Blend :Blend rdf:type owl:NamedIndividual , ; , , . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Crime :Crime rdf:type owl:NamedIndividual ; :CrimeSeverity , :CriminalAct , :NormViolation , :Victim . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#CrimeAsInfection :CrimeAsInfection rdf:type owl:NamedIndividual ; :CrimeSeverity , :CriminalAct , :InfectionAgent , :InfectionPatient , :InfectionPopulation , :InfectionProcess , :InfectionSpreadRate , :Victim . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#CrimePerpetrator :CrimePerpetrator rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:30:26Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#CrimeSeverity :CrimeSeverity rdf:type owl:NamedIndividual ; :HarmSeverity ; "Aldo Gangemi" ; "2024-06-02T15:03:43Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#CriminalAct :CriminalAct rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:02:45Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#HarmSeverity :HarmSeverity rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:28:30Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#HarmedEntity :HarmedEntity rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:00:03Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#HarmfulSpreading :HarmfulSpreading rdf:type owl:NamedIndividual ; :HarmedEntity , :SpreadEvent , :SpreadMedium , :SpreadRate . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Infection :Infection rdf:type owl:NamedIndividual , ; :InfectionAgent , :InfectionPatient , :InfectionPopulation , :InfectionProcess , :InfectionSeverity , :InfectionSpreadRate . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionAgent :InfectionAgent rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:06:49Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionPatient :InfectionPatient rdf:type owl:NamedIndividual ; :HarmedEntity ; "Aldo Gangemi" ; "2024-06-02T15:06:29Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionPopulation :InfectionPopulation rdf:type owl:NamedIndividual ; :SpreadMedium ; "Aldo Gangemi" ; "2024-06-02T15:06:38Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionProcess :InfectionProcess rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:06:19Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionSeverity :InfectionSeverity rdf:type owl:NamedIndividual ; :HarmSeverity ; "Aldo Gangemi" ; "2024-06-02T15:07:02Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionSpread :InfectionSpread rdf:type owl:NamedIndividual ; :SpreadEvent ; "Aldo Gangemi" ; "2024-06-02T15:31:45Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#InfectionSpreadRate :InfectionSpreadRate rdf:type owl:NamedIndividual ; :SpreadRate ; "Aldo Gangemi" ; "2024-06-02T15:03:10Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#NormViolation :NormViolation rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:03:32Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#SpreadEvent :SpreadEvent rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T14:58:48Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#SpreadMedium :SpreadMedium rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:01:17Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#SpreadRate :SpreadRate rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-02T15:01:09Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#Victim :Victim rdf:type owl:NamedIndividual ; :HarmedEntity ; "Aldo Gangemi" ; "2024-06-02T15:02:50Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#crimeAsInfection_1 :crimeAsInfection_1 rdf:type owl:NamedIndividual , :CrimeAsInfection ; :crimeSeverity_1 , :criminalAct_1 , :infectionAgent_1 ; "Aldo Gangemi" ; "2024-06-02T14:54:56Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#crimeAsInfectionblend_1 :crimeAsInfectionblend_1 rdf:type owl:NamedIndividual , :CrimeAsInfection , ; :blendableComponent :crime_1 , :infection_1 ; :blendedComponent :crimeAsInfection_1 ; :blendingComponent :harmfulSpreading_1 ; "Aldo Gangemi" ; "2024-06-02T14:29:01Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#crimeSeverity_1 :crimeSeverity_1 rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-10T11:40:36Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#crime_1 :crime_1 rdf:type owl:NamedIndividual , :Crime ; "Aldo Gangemi" ; "2024-06-02T14:39:18Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#criminalAct_1 :criminalAct_1 rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-10T11:40:07Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#harmfulSpreading_1 :harmfulSpreading_1 rdf:type owl:NamedIndividual , :HarmfulSpreading . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#infectionAgent_1 :infectionAgent_1 rdf:type owl:NamedIndividual ; "Aldo Gangemi" ; "2024-06-10T11:40:22Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/mdns/blending.owl#infection_1 :infection_1 rdf:type owl:NamedIndividual , :Infection ; "Aldo Gangemi" ; "2024-06-02T14:39:37Z"^^xsd:dateTime . ### http://www.ontologydesignpatterns.org/ont/persp/perspectivisation.owl#Blendable rdf:type [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] . ### http://www.ontologydesignpatterns.org/ont/persp/perspectivisation.owl#Blended rdf:type [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] . ### http://www.ontologydesignpatterns.org/ont/persp/perspectivisation.owl#Blending rdf:type [ rdf:type owl:Restriction ; owl:onProperty :enablesBlending ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] . ################################################################# # Annotations ################################################################# :Blend "Aldo Gangemi" ; "2024-06-02T14:29:48Z"^^xsd:dateTime , "2024-06-02T14:35:33Z"^^xsd:dateTime . :Crime "Aldo Gangemi" ; "2024-06-02T14:39:47Z"^^xsd:dateTime , "2024-06-02T14:47:08Z"^^xsd:dateTime . :CrimeAsInfection "Aldo Gangemi" ; "2024-06-02T14:41:38Z"^^xsd:dateTime , "2024-06-02T15:11:43Z"^^xsd:dateTime . :HarmfulSpreading "Aldo Gangemi" ; "2024-06-02T14:24:56Z"^^xsd:dateTime , "2024-06-02T14:26:39Z"^^xsd:dateTime . :Infection "Aldo Gangemi" ; "2024-06-02T14:39:52Z"^^xsd:dateTime , "2024-06-02T14:47:27Z"^^xsd:dateTime . ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi