forked from Yijia-Xiao/Know2BIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
know2bio_metadata_schema.jsonld
66 lines (66 loc) · 2.31 KB
/
know2bio_metadata_schema.jsonld
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
<html>
<head>
<title>Know2Bio: A Comprehensive Biomedical Knowledge Graph Benchmark Harmonizing Heterogeneous Sources</title>
<script type="application/ld+json">
{
"@context":"https://schema.org/",
"@type":"Dataset",
"name":"Know2Bio",
"description":"A Comprehensive Biomedical Knowledge Graph Benchmark Harmonizing Heterogeneous Sources",
"url":"https://github.com/Yijia-Xiao/Know2BIO",
"identifier": ["DOI to be released",
"https://github.com/Yijia-Xiao/Know2BIO"],
"keywords":[
"biomedical knowledge graphs",
"benchmark dataset",
"biomedical knowledge graph representation learning",
"bioinformatics",
"medical informatics"
],
"license" : "https://opensource.org/license/mit/",
"isAccessibleForFree" : true,
"hasPart" : [
{
"@type": "Dataset",
"name": "Know2Bio",
"description": "The nodes and relations representing the Know2Bio knowledge graph.",
"license" : "https://opensource.org/license/mit/",
"creator":{
"@type":"Organization",
"name": "Due to review policy, institute information will be released shortly."
}
}
],
"creator":{
"@type":"Organization",
"url": "Due to review policy, institute information will be released shortly.",
"name":"Due to review policy, institute information will be released shortly.",
"contactPoint":{
"@type":"ContactPoint",
"contactType": "Principle Investigator",
"email":"Due to review policy, contact information will be released shortly."
}
},
"funder":{
"@type": "Organization",
"sameAs": "https://ror.org/00tgqzw13",
"name": "National Weather Service"
},
"distribution":[
{
"@type":"DataDownload",
"encodingFormat":"CSV",
"contentUrl":"https://www.ncdc.noaa.gov/stormevents/ftp.jsp"
},
{
"@type":"DataDownload",
"encodingFormat":"XML",
"contentUrl":"https://gis.ncdc.noaa.gov/all-records/catalog/search/resource/details.page?id=gov.noaa.ncdc:C00510"
}
]
}
</script>
</head>
<body>
</body>
</html>