-
Notifications
You must be signed in to change notification settings - Fork 0
/
iri_list.py
20 lines (17 loc) · 1.31 KB
/
iri_list.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
IRI_list={}
IRI_list['CAPABILITY_BARRIER_IRI'] = "http://example.com/slowmo#CapabilityBarrier"
IRI_list['NEGATIVE_TREND_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000100"
IRI_list['POSITIVE_TREND_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000099"
IRI_list['NEGATIVE_GAP_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000105"
IRI_list['POSITIVE_GAP_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000104"
IRI_list['PERFORMANCE_GAP_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000106"
IRI_list['LARGE_GAP_IRI'] = "http://example.com/slowmo#LargeGap"
# Additional preconditions from knowledge base
IRI_list['ACHIEVEMENT_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000112"
IRI_list['LOSS_CONTENT_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000113"
IRI_list['CONSEC_NEG_GAP_IRI'] = "http://example.com/slowmo#ConsecutiveNegativePerformanceGapContent"
IRI_list['CONSEC_POS_GAP_IRI'] = "http://example.com/slowmo#ConsecutivePositivePerformanceGapContent"
IRI_list['GOAL_COMPARATOR_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000094"
IRI_list['SOCIAL_COMPARATOR_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000095"
IRI_list['STANDARD_COMPARATOR_IRI'] = "http://purl.obolibrary.org/obo/psdo_0000096"
IRI_list['HAS_DISPOSITION_IRI'] = "http://purl.obolibrary.org/obo/RO_0000091"