forked from corrado877/CognitiveBiasOntologies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCognitiveBiasOntologies.owl
73 lines (45 loc) · 3.06 KB
/
CognitiveBiasOntologies.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.corradoconsiglio.it/CognitiveBiasOntologies/CognitiveBiasOntologies.owl#"
xml:base="http://www.corradoconsiglio.it/CognitiveBiasOntologies/CognitiveBiasOntologies.owl"
xmlns:cbo="https://raw.githubusercontent.com/corrado877/CognitiveBiasOntologies/main/CognitiveBiasOntologies.owl"
xmlns:cco="http://purl.org/ontology/cco/cognitivecharacteristics.owl"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:cpannotationschema="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#">
<owl:Ontology rdf:about="http://www.corradoconsiglio.it/CognitiveBiasOntologies/CognitiveBiasOntologies.owl">
<owl:versionIRI rdf:resource="http://www.corradoconsiglio.it/CognitiveBiasOntologies/CognitiveBiasOntology_Ver.1.0"/>
<owl:imports rdf:resource="http://www.corradoconsiglio.it/CognitiveBiasOntologies/GamblersFallacyOntology.owl"/>
<terms:contributor>Dott. Stefano De Giorgis</terms:contributor>
<terms:contributor>Prof. Aldo Gangemi</terms:contributor>
<terms:created>February 2024</terms:created>
<terms:creator>Alice Picco</terms:creator>
<terms:creator>Corrado Consiglio</terms:creator>
<terms:creator>Marco La Morte</terms:creator>
<terms:creator>Salvatore Di Marzo</terms:creator>
<terms:description xml:lang="en">The Cognitive Bias Ontologies constitute a framework for categorizing and defining various cognitive biases that shape human thinking and decision-making. This project is the result of the 2023 Knowledge Representation and Extraction course held by professor Aldo Gangemi at the University of Bologna.</terms:description>
<terms:title>Cognitive Bias Ontology</terms:title>
<owl:versionInfo>Ver. 1.0</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -->