https://github.com/schemaorg/schemaorg
Raw File
Tip revision: 8fa9aa3362a1caf24f0678cae3820421a6c07899 authored by Dan Brickley on 15 October 2019, 13:26:59 UTC
Fixed date for v4 release, linked github stub issue page.
Tip revision: 8fa9aa3
datacomconfig.json
{
    "@context": {
        "@vocab": "http://configfiles.schema.org/"
    },
    "@type": "DataFeed",
    "name": "schema.dataCommons.org",
    "prefix": "schemadc",
    "siteurl": "https://schema.datacommons.org",
    "vocaburl": "https://schema.datacommons.org/",
    "atticurl": "https://attic.schema.datacommons.org/",
    "dataFeedVar": [
        {"SCHEMAORGLOC": "https://raw.githubusercontent.com/schemaorg/schemaorg/master"},
        {"DATACOMMLOC": "https://raw.githubusercontent.com/RichardWallis/datacommons/appupdate/schema"},
        {"GITDATACOMMLOC": "https://raw.githubusercontent.com/schemaorg/schemaorg/master"}
    ],
    "dataFeedElement": [
        {
            "@type": "DataDownload",
            "contentLocation": "[[DATACOMMLOC]]/docs",
            "contentFile": [
                "favicon.ico",
                "prettify.css",
                "prettify.js",
                "schemaorg.css"
            ],
            "fileContent": "docs"
        },
        {
            "@type": "DataDownload",
            "contentLocation": "[[DATACOMMLOC]]",
            "contentFile": "datacommons.rdfa",
            "fileContent": "terms"
        },
        {
            "@type": "DataDownload",
            "contentLocation": "[[DATACOMMLOC]]/templates",
            "fileContent": "templates"
        },
        {
            "@type": "DataDownload",
            "addPrefix": "schema",
            "addVocaburl": "http://schema.org/",
            "contentFile": [
                "[[SCHEMAORGLOC]]/data/schema.rdfa",
                "[[SCHEMAORGLOC]]/data/ext/meta/meta.rdfa"
            ],
            "fileContent": "terms"
        }
    ]
}
back to top