-
Notifications
You must be signed in to change notification settings - Fork 6
/
json-ld.html
23 lines (23 loc) · 895 Bytes
/
json-ld.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Government Open Source Software Policies Dataset",
"description": "This dataset captures the different ways in which governments around the world have engaged with open source software (OSS).",
"url": "https://github.com/github/government-open-source-policies",
"license": "https://creativecommons.org/licenses/by/4.0/",
"isAccessibleForFree": true,
"creator": {
"@type": "Organization",
"url": "https://www.csis.org/",
"name": " Center for Strategic and International Studies"
},
"distribution": [
{
"@type": "DataDownload",
"encodingFormat": "CSV",
"contentUrl": "https://github.com/github/government-open-source-policies/blob/main/data/OSS.Dataset.-.December.2022.v3.csv"
}
]
}
</script>