@@ -45,32 +45,32 @@ Below follows a key by key explanation of the config file.
4545
4646* ` directory ` : Relative path to the directory containing the dumps
4747 (if any) and for the final dcat file.
48- * ` api-enabled ` : (boolean ) Is API access activated for the MediaWiki
48+ * ` api-enabled ` : (` Boolean ` ) Is API access activated for the MediaWiki
4949 installation?
50- * ` dumps-enabled ` : (boolean ) Is JSON dump generation activated for the
50+ * ` dumps-enabled ` : (` Boolean ` ) Is JSON dump generation activated for the
5151 WikiBase installation?
5252* ` uri ` : URL used as basis for rdf identifiers,
5353 e.g. * http://www.example.org/about *
5454* ` catalog-homepage ` : URL for the homepage of the WikiBase installation,
5555 e.g. * http://www.example.org *
5656* ` catalog-issued ` : ISO date at which the WikiBase installation was
5757 first issued, e.g. * 2000-12-24*
58- * ` catalog-license ` : License of the catalog, i.e. of the dcat-ap file
58+ * ` catalog-license ` : License of the catalog, i.e. of the dcat file
5959 itself (not the contents of the WikiBase installation),
6060 e.g. * http://creativecommons.org/publicdomain/zero/1.0/ *
6161* ` catalog-i18n ` : URL or path to json file containing i18n strings for
6262 catalog title and description. Can be an on-wiki page,
6363 e.g. * https://www.example.org/w/index.php?title=MediaWiki:DCAT.json&action=raw *
64- * ` keywords ` : (array) List of keywords applicable to all of the datasets
65- * ` themes ` : (array) List of thematic ids in accordance with
64+ * ` keywords ` : (` array ` ) List of keywords applicable to all of the datasets
65+ * ` themes ` : (` array ` ) List of thematic ids in accordance with
6666 [ Eurovoc] ( http://eurovoc.europa.eu/ ) , e.g. * 2191* for
6767 http://eurovoc.europa.eu/2191
6868* ` publisher ` :
6969 * ` name ` : Name of the publisher
7070 * ` homepage ` : URL for or the homepage of the publisher
7171 * ` email ` : Contact e-mail for the publisher, should be a function
7272 address, e.g. * info@example.org *
73- * ` publisherType ` : Publisher type according to [ ADMS publishertype ] ( http://purl.org/adms/publishertype/1.0 ) ,
73+ * ` publisherType ` : Publisher type according to [ ADMS] ( http://purl.org/adms/publishertype/1.0 ) ,
7474 e.g. * NonProfitOrganisation*
7575* ` contactPoint ` :
7676 * ` name ` : Name of the contact point
@@ -81,20 +81,20 @@ Below follows a key by key explanation of the config file.
8181* ` ld-info ` :
8282 * ` accessURL ` : URL to the content negotiation endpoint of the
8383 WikiBase installation, e.g. * http://www.example.org/entity/ *
84- * ` mediatype ` : (object) List of [ IANA media types] ( http://www.iana.org/assignments/media-types/ )
84+ * ` mediatype ` : (` object ` ) List of [ IANA media types] ( http://www.iana.org/assignments/media-types/ )
8585 available through content negotiation in the format * name: media-type *
8686 * ` license ` : License of the data in the distribution, e.g.
8787 * http://creativecommons.org/publicdomain/zero/1.0/ *
8888* ` api-info ` :
8989 * ` accessURL ` : URL to the MediaWiki API endpoint of the wiki,
9090 e.g. * http://www.example.org/w/api.php *
91- * ` mediatype ` : (object) List of non-deprecated formats available
91+ * ` mediatype ` : (` object ` ) List of non-deprecated formats available
9292 thorough the API, see ld-info: mediatype above for formatting
9393 * ` license ` : See ld-info: license above
9494* ` dump-info ` :
9595 * ` accessURL ` : URL to the directory where the * .json.gz* files
9696 reside (` $1 ` is replaced on the fly by the actual filename),
9797 e.g. * http://example.org/dumps/$1 *
98- * ` mediatype ` : (object) List of media types. In practice this is
99- always ` {json: "application/json"} `
98+ * ` mediatype ` : (` object ` ) List of media types. In practice this is
99+ always ` {" json" : "application/json"} `
100100 * ` license ` : See ld-info: license above
0 commit comments