@prefix : . @prefix cp: . @prefix dc: . @prefix fr: . @prefix to: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix bias: . @prefix rdfs: . @prefix spotlighteffect: . @base . rdf:type owl:Ontology ; "Erica Andreose"@en ; "Spotlight effect bias ontology" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2003/06/sw-vocab-status/ns#term_status rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant cp:hasParticipant rdf:type owl:ObjectProperty ; owl:inverseOf cp:isParticipantIn ; rdfs:domain cp:Event ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( bias:BiasedAgent bias:NonBiasedAgent ) ] ; rdfs:isDefinedBy ; rdfs:label "hasParticipant" . ### http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn cp:isParticipantIn rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( bias:BiasedAgent bias:NonBiasedAgent ) ] ; rdfs:range cp:Event ; rdfs:isDefinedBy ; rdfs:label "is participant in"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/General.owl#isAffectedBy bias:isAffectedBy rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( bias:BiasedAgent spotlighteffect:BiasedOutcome ) ] ; rdfs:range bias:CognitiveBias ; rdfs:isDefinedBy ; rdfs:label "isAffectedBy" . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#hasInternalState spotlighteffect:hasInternalState rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf spotlighteffect:isInternalStateOf ; rdfs:domain bias:BiasedAgent ; rdfs:range fr:Feeling ; rdfs:isDefinedBy ; rdfs:label "hasInternalState"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#hasOutcome spotlighteffect:hasOutcome rdf:type owl:ObjectProperty ; rdfs:domain cp:Event ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( spotlighteffect:BiasedOutcome spotlighteffect:NonBiasedOutcome ) ] ; rdfs:isDefinedBy ; rdfs:label "hasOutcome"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#isInternalStateOf spotlighteffect:isInternalStateOf rdf:type owl:ObjectProperty ; rdfs:domain fr:Feeling ; rdfs:range bias:BiasedAgent . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#isPerceptionOf spotlighteffect:isPerceptionOf rdf:type owl:ObjectProperty ; owl:inverseOf spotlighteffect:percieve ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( spotlighteffect:BiasedOutcome spotlighteffect:NonBiasedOutcome ) ] ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( bias:BiasedAgent bias:NonBiasedAgent ) ] . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#percieve spotlighteffect:percieve rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( bias:BiasedAgent bias:NonBiasedAgent ) ] ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( spotlighteffect:BiasedOutcome spotlighteffect:NonBiasedOutcome ) ] ; rdfs:isDefinedBy ; rdfs:label "percieve" . ################################################################# # Classes ################################################################# ### http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event cp:Event rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty cp:hasParticipant ; owl:someValuesFrom [ rdf:type owl:Class ; owl:unionOf ( bias:BiasedAgent bias:NonBiasedAgent ) ] ] ; rdfs:comment "Any physical, social, or mental process, event, or state." ; rdfs:isDefinedBy ; rdfs:label "Event"@en . ### http://xmlns.com/foaf/0.1/Agent rdf:type owl:Class ; rdfs:comment "An agent (eg. person, group, software or physical artifact)." ; rdfs:label "Agent" ; "stable" . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/General.owl#BiasedAgent bias:BiasedAgent rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty spotlighteffect:percieve ; owl:someValuesFrom spotlighteffect:BiasedOutcome ] ; rdfs:comment "Agent (foaf:Agent) involved in the event who is not effected by the bias."@en ; rdfs:isDefinedBy ; rdfs:label "BiasedAgent"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/General.owl#CognitiveBias bias:CognitiveBias rdf:type owl:Class ; rdfs:comment "Cognitive bias" ; rdfs:isDefinedBy ; rdfs:label "CognitiveBias" . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/General.owl#NonBiasedAgent bias:NonBiasedAgent rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty spotlighteffect:hasOutcome ; owl:allValuesFrom spotlighteffect:NonBiasedOutcome ] , [ rdf:type owl:Restriction ; owl:onProperty spotlighteffect:percieve ; owl:allValuesFrom spotlighteffect:NonBiasedOutcome ] ; rdfs:comment "Agent (foaf:Agent) involved in the event who is not affected by the bias."@en ; rdfs:isDefinedBy ; rdfs:label "NonBiasedAgent"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/General.owl#SpotlightEffect bias:SpotlightEffect rdf:type owl:Class ; rdfs:subClassOf bias:CognitiveBias ; rdfs:comment "The spotlight effect is the psychological phenomenon by which people tend to believe they are being noticed more than they really are. Being that one is constantly in the center of one's own world, an accurate evaluation of how much one is noticed by others is uncommon."@en ; rdfs:isDefinedBy ; rdfs:label "SpotlightEffect"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#BiasedOutcome spotlighteffect:BiasedOutcome rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty spotlighteffect:isPerceptionOf ; owl:someValuesFrom bias:BiasedAgent ] ; rdfs:comment "Outcome of the event that is effected by the bias."@en ; rdfs:isDefinedBy ; rdfs:label "BiasedOutcome"@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#NonBiasedOutcome spotlighteffect:NonBiasedOutcome rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty spotlighteffect:isPerceptionOf ; owl:someValuesFrom bias:NonBiasedAgent ] ; rdfs:comment "Outocome of the event that is not effected by the bias"@en ; rdfs:isDefinedBy ; rdfs:label "NonBiasedOutcome"@en . ### https://w3id.org/framester/data/framestercore#Feeling fr:Feeling rdf:type owl:Class ; rdfs:comment "An emotion, a sentiment, a humant internal state."@en ; rdfs:isDefinedBy fr:Feeling ; rdfs:label "Feeling"@en . ################################################################# # Individuals ################################################################# ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#Anxiety spotlighteffect:Anxiety rdf:type owl:NamedIndividual , fr:Feeling ; spotlighteffect:isInternalStateOf spotlighteffect:Mark . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#LunchAtRestaurant spotlighteffect:LunchAtRestaurant rdf:type owl:NamedIndividual , cp:Event ; cp:hasParticipant spotlighteffect:Mark , spotlighteffect:RestaurantGuests ; spotlighteffect:hasOutcome spotlighteffect:RelaxedLunch , spotlighteffect:UnpleasantLunch . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#Mark spotlighteffect:Mark rdf:type owl:NamedIndividual , bias:BiasedAgent ; cp:isParticipantIn spotlighteffect:LunchAtRestaurant ; bias:isAffectedBy spotlighteffect:SpotlightEffect ; spotlighteffect:hasInternalState spotlighteffect:Anxiety ; spotlighteffect:percieve spotlighteffect:UnpleasantLunch ; rdfs:comment "Mark is effected by the Spotlight Effect bias and feels anxiety during lunch at restaurant."@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#RelaxedLunch spotlighteffect:RelaxedLunch rdf:type owl:NamedIndividual , spotlighteffect:NonBiasedOutcome ; spotlighteffect:isPerceptionOf spotlighteffect:RestaurantGuests . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#RestaurantGuests spotlighteffect:RestaurantGuests rdf:type owl:NamedIndividual , bias:NonBiasedAgent ; cp:isParticipantIn spotlighteffect:LunchAtRestaurant ; spotlighteffect:percieve spotlighteffect:RelaxedLunch ; rdfs:comment "Restaurant guests enjoying lunch."@en . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#SpotlightEffect spotlighteffect:SpotlightEffect rdf:type owl:NamedIndividual , bias:SpotlightEffect . ### https://raw.githubusercontent.com/giorgiacrosilla/biasontology/main/owl/SpotlightEffect.owl#UnpleasantLunch spotlighteffect:UnpleasantLunch rdf:type owl:NamedIndividual , spotlighteffect:BiasedOutcome ; bias:isAffectedBy spotlighteffect:SpotlightEffect ; spotlighteffect:isPerceptionOf spotlighteffect:Mark . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi