forked from schemaorg/schemaorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdodatacomconfig.json
43 lines (43 loc) · 1.44 KB
/
sdodatacomconfig.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
{
"@context": {
"@vocab": "http://configfiles.schema.org/"
},
"@type": "DataFeed",
"name": "schema.dataCommons.org",
"prefix": "schemadc",
"siteurl": "https://schema.datacommons.org",
"vocaburl": "https://schema.datacommons.org/",
"dataFeedElement": [
{
"@type": "DataDownload",
"contentLocation": "https://raw.githubusercontent.com/schemaorg/schemaorg/vocabindi/datacoms/docs",
"contentFile": [
"favicon.ico",
"prettify.css",
"prettify.js",
"schemaorg.css",
"about.html",
"documents.html"
],
"fileContent": "docs"
},
{
"@type": "DataDownload",
"contentLocation": "https://raw.githubusercontent.com/google/datacommons/master/schema",
"contentFile": "datacommons.rdfa",
"fileContent": "terms"
},
{
"@type": "DataDownload",
"contentLocation": "https://raw.githubusercontent.com/google/datacommons/master/schema/templates",
"fileContent": "templates"
},
{
"@type": "DataDownload",
"addPrefix": "schema",
"addVocaburl": "http://schema.org/",
"contentFile": "https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/schema.rdfa",
"fileContent": "terms"
}
]
}