forked from beheerderdag/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapping-example.json
56 lines (56 loc) · 1.96 KB
/
mapping-example.json
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
{
"@context": "https://w3id.org/ro/crate/1.0/context",
"@type": "Dataset",
"about": {
"@id": "https://example.org/mapping-data",
"@type": "Dataset",
"name": "Mapping Data"
},
"conformsTo": [
{
"@id": "https://w3id.org/sssom/core#SSSOM",
"description": "SSSOM data model"
}
],
"creator": {
"@id": "orcid:0000-0002-7356-1779",
"@type": "Person",
"name": "Your Name"
},
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"comment": "This is an example file for the SSSOM for illustration only. Its contents are entirely fabricated.",
"curie_map": {
"HP": "http://purl.obolibrary.org/obo/HP_",
"MP": "http://purl.obolibrary.org/obo/MP_",
"orcid": "https://orcid.org/",
"DISEASE_MAPPING_COMMONS_RULES": "https://w3id.org/sssom/commons/disease/curation-rules/"
},
"mapping_set_id": "https://w3id.org/sssom/commons/examples/curation_rule.sssom.tsv",
"mapping_provider": "https://w3id.org/sssom/core_team",
"mappings": [
{
"subject_id": "HP:0009124",
"predicate_id": "skos:exactMatch",
"object_id": "MP:0000003",
"mapping_justification": "semapv:ManualMappingCuration",
"curation_rule": "DISEASE_MAPPING_COMMONS_RULES:MPR2",
"see_also": "https://github.com/mapping-commons/disease-mappings/issues/16"
},
{
"subject_id": "HP:0008551",
"predicate_id": "skos:exactMatch",
"object_id": "MP:0000018",
"mapping_justification": "semapv:ManualMappingCuration",
"curation_rule": "DISEASE_MAPPING_COMMONS_RULES:MPR3",
"see_also": "https://github.com/mapping-commons/disease-mappings/issues/16"
},
{
"subject_id": "HP:0000411",
"predicate_id": "skos:exactMatch",
"object_id": "MP:0000021",
"mapping_justification": "semapv:ManualMappingCuration",
"curation_rule": "DISEASE_MAPPING_COMMONS_RULES:MPR3",
"see_also": "https://github.com/mapping-commons/disease-mappings/issues/16"
}
]
}