Skip to content

Commit 608aa01

Browse files
committed
made the knowledge items a labeled blank node
1 parent 4db94df commit 608aa01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

metadata.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dc:source":"https://github.com/Display-Lab/knowledge-base",
2121
"koio:hasKnowledge": [
2222
{
23-
"@id": "remote_causal_pathways",
23+
"@id": "_:remote_causal_pathways",
2424
"@type": "koio:Knowledge",
2525
"dc:description":"These are the causal pathways that are used remotely. Please refer to the manifest.yamal for detail.",
2626
"implementedBy": {
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
{
36-
"@id": "local_causal_pathways",
36+
"@id": "_:local_causal_pathways",
3737
"@type": "koio:Knowledge",
3838
"dc:description":"This item represents local causal pathways. Please refer to the manifest.yaml file for more detail.",
3939
"implementedBy": {
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
{
49-
"@id": "remote_message_templates",
49+
"@id": "_:remote_message_templates",
5050
"@type": "koio:Knowledge",
5151
"dc:description":"These are the message templates that are used remotely. Please refer to the manifest.yamal for detail.",
5252
"implementedBy": {
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
{
62-
"@id": "local_message_templates",
62+
"@id": "_:local_message_templates",
6363
"@type": "koio:Knowledge",
6464
"dc:description":"This item represents local message templates. Please refer to the manifest.yaml file for more detail.",
6565
"implementedBy": {
@@ -72,7 +72,7 @@
7272
}
7373
},
7474
{
75-
"@id": "performance_measures",
75+
"@id": "_:performance_measures",
7676
"@type": "koio:Knowledge",
7777
"implementedBy": {
7878
"@id": "performance_measures/measures.json",
@@ -84,7 +84,7 @@
8484
}
8585
},
8686
{
87-
"@id": "prioritization_algorithms",
87+
"@id": "_:prioritization_algorithms",
8888
"@type": "koio:Knowledge",
8989
"implementedBy": {
9090
"@id": "prioritization_algorithms/motivational_potential_model.csv",
@@ -103,7 +103,7 @@
103103
]
104104
},
105105
{
106-
"@id": "comparators",
106+
"@id": "_:comparators",
107107
"@type": "koio:Knowledge",
108108
"implementedBy": {
109109
"@id": "comparators.json",
@@ -115,7 +115,7 @@
115115
}
116116
},
117117
{
118-
"@id": "preferences",
118+
"@id": "_:preferences",
119119
"@type": "koio:Knowledge",
120120
"implementedBy": {
121121
"@id": "preferences.json",

0 commit comments

Comments
 (0)