-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsimple-belief-analysis.xml
42 lines (42 loc) · 2.11 KB
/
simple-belief-analysis.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<BeliefAnalysis xmlns="http://example.org/belief-analysis" version="1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://example.org/belief-analysis path/to/your/schema.xsd">
<Metadata>
<Created>2023-01-01T00:00:00Z</Created>
<Updated>2023-12-31T00:00:00Z</Updated>
<Version>1.3.0</Version>
</Metadata>
<Beliefs>
<Belief uuid="urn:uuid:123e4567-e89b-12d3-a456-426614174000">
<Title>Subjective Nature of Truth</Title>
<Description>This belief posits that truth is not absolute but varies with individual perception and cultural background.</Description>
<Arguments>
<Argument type="pro" uuid="urn:uuid:4567e89b-1234-5678-90ab-cdef12345678">
<Statement>Cultural relativism supports the idea that truth is subjective.</Statement>
<Scores>
<LogicalValidity score="0.8"/>
<LinkageStrength score="0.7"/>
<RelativeImportance score="0.9"/>
</Scores>
<Evidence>
<Source>Academic Journal</Source>
<Details>Smith, J. (2023). "Cultural Relativism and the Nature of Truth."</Details>
</Evidence>
</Argument>
<Argument type="con" uuid="urn:uuid:9012e89b-1234-5678-90ab-cdef12345679">
<Statement>Scientific method suggests truth is objective and measurable.</Statement>
<Scores>
<LogicalValidity score="0.9"/>
<LinkageStrength score="0.6"/>
<RelativeImportance score="0.8"/>
</Scores>
<Evidence>
<Source>Peer-Reviewed Study</Source>
<Details>Johnson, L. (2022). "Objectivity in Scientific Inquiry."</Details>
</Evidence>
</Argument>
</Arguments>
</Belief>
</Beliefs>
</BeliefAnalysis>