@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix atos: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionInfo "A schema for the Atomic common sense causal data." . ################################################################# # Object Properties ################################################################# ### http://www.ontologydesignpatterns.org/atomic/schema/OEffect atos:OEffect rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:effectORelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "Has an effect on others" ; rdfs:label "oEffect" . ### http://www.ontologydesignpatterns.org/atomic/schema/OReact atos:OReact rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:effectORelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "... As a result, others feel ..." ; rdfs:label "oReact" . ### http://www.ontologydesignpatterns.org/atomic/schema/OWant atos:OWant rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:effectORelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "... As a result, others want ..." ; rdfs:label "oWant" . ### http://www.ontologydesignpatterns.org/atomic/schema/XAttr atos:XAttr rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:causalIntensionalRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "PersonX is seen as having a causally relevant attribute" ; rdfs:label "xAttr" . ### http://www.ontologydesignpatterns.org/atomic/schema/XEffect atos:XEffect rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:effectXRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "Has an effect on PersonX" ; rdfs:label "xEffect" . ### http://www.ontologydesignpatterns.org/atomic/schema/XIntent atos:XIntent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:motivationRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "... Because PersonX wanted ..." ; rdfs:label "xIntent" . ### http://www.ontologydesignpatterns.org/atomic/schema/XNeed atos:XNeed rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:motivationRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "... Before, PersonX needed ..." ; rdfs:label "xNeed" . ### http://www.ontologydesignpatterns.org/atomic/schema/XReact atos:XReact rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:effectXRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "... As a result, PersonX feels ..." ; rdfs:label "xReact" . ### http://www.ontologydesignpatterns.org/atomic/schema/XWant atos:XWant rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:effectXRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "... As a result, PersonX wants ..." ; rdfs:label "xWant" . ### http://www.ontologydesignpatterns.org/atomic/schema/causalIntensionalRelation atos:causalIntensionalRelation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/effectORelation atos:effectORelation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:causalIntensionalRelation ; rdfs:comment "Expresses effects of causal event types on other (non-agentive) person involved." . ### http://www.ontologydesignpatterns.org/atomic/schema/effectXRelation atos:effectXRelation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:causalIntensionalRelation ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment "Expresses effects of causal event types on the agentive person involved." ; rdfs:label "xWant" . ### http://www.ontologydesignpatterns.org/atomic/schema/motivationRelation atos:motivationRelation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf atos:causalIntensionalRelation ; rdfs:comment "Expresses causes, motivations, intents, needs for causal event types, concerning the agentive person involved." . ### http://www.ontologydesignpatterns.org/atomic/schema/prefix atos:prefix rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain atos:CausalEventType ; rdfs:range atos:ContextualEventType ; rdfs:comment """The prefix relation links an event type E to the types of event/object/quality that (intensionally) compose E. Needs refactoring into one or more intensional (frame) composition object properties.""" ; rdfs:label "prefix" . ### http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl#relatedMeaning rdf:type owl:ObjectProperty . ################################################################# # Data properties ################################################################# ### http://www.ontologydesignpatterns.org/atomic/schema/split atos:split rdf:type owl:DatatypeProperty ; rdfs:domain atos:CausalEventType ; rdfs:range xsd:string ; rdfs:label "split" . ################################################################# # Classes ################################################################# ### http://www.ontologydesignpatterns.org/atomic/schema/AttributeTypeInSubject atos:AttributeTypeInSubject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/CausalEventType atos:CausalEventType rdf:type owl:Class ; rdfs:subClassOf atos:EventType ; rdfs:comment "The event schemas extracted as causal reasoning frames in Atomic." ; rdfs:label "event" . ### http://www.ontologydesignpatterns.org/atomic/schema/ComponentEventType atos:ComponentEventType rdf:type owl:Class ; rdfs:subClassOf atos:EventType ; rdfs:comment "The type of component events of (intensional) causal event schemas." . ### http://www.ontologydesignpatterns.org/atomic/schema/ContextualEventType atos:ContextualEventType rdf:type owl:Class ; rdfs:subClassOf atos:EventType ; rdfs:comment "The type of contextual events (needs, intents, desires, effects, attributes, reactions) of (intensional) causal event schemas." ; rdfs:label "contextual event type" . ### http://www.ontologydesignpatterns.org/atomic/schema/EffectTypeOnObject atos:EffectTypeOnObject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/EffectTypeOnSubject atos:EffectTypeOnSubject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/EventType atos:EventType rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Types of events, ranging from actions ('mission', 'ends') to states ('age', 'conditions') to attributes ('strange', 'accidentally', 'one')." . ### http://www.ontologydesignpatterns.org/atomic/schema/IntentTypeBySubject atos:IntentTypeBySubject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/NeedTypeBySubject atos:NeedTypeBySubject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/ReactionTypeByObject atos:ReactionTypeByObject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/ReactionTypeBySubject atos:ReactionTypeBySubject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/ResultingWillTypeInObject atos:ResultingWillTypeInObject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/atomic/schema/ResultingWillTypeInSubject atos:ResultingWillTypeInSubject rdf:type owl:Class ; rdfs:subClassOf atos:ContextualEventType . ### http://www.ontologydesignpatterns.org/ont/d0.owl#Eventuality rdf:type owl:Class . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi