-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying changes from commit effb1a7ef07b6ee4349dac3ceb11761ed2ad2c93
- Loading branch information
Circle CI Builder
committed
Oct 31, 2023
1 parent
7073199
commit 198b415
Showing
13 changed files
with
265 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1337,13 +1337,13 @@ | |
"@type": "http://www.w3.org/2002/07/owl#Class", | ||
"inpackage": "OTHER_PACKAGE", | ||
"ap-definition-en": { | ||
"en": "A description of a Datasets entry in the Catalogue." | ||
"en": "A description of a Dataset's entry in the Catalogue." | ||
}, | ||
"ap-label-en": { | ||
"en": "Catalogue Record" | ||
}, | ||
"definition": { | ||
"en": "A description of a Datasets entry in the Catalogue." | ||
"en": "A description of a Dataset's entry in the Catalogue." | ||
}, | ||
"label": { | ||
"en": "Catalogue Record" | ||
|
@@ -1360,14 +1360,14 @@ | |
"en": "Catalogue Record" | ||
}, | ||
"definition": { | ||
"en": "A description of a Datasets entry in the Catalogue." | ||
"en": "A description of a Dataset's entry in the Catalogue." | ||
}, | ||
"usage": "", | ||
"ap-label-en": { | ||
"en": "Catalogue Record" | ||
}, | ||
"ap-definition-en": { | ||
"en": "A description of a Datasets entry in the Catalogue." | ||
"en": "A description of a Dataset's entry in the Catalogue." | ||
}, | ||
"ap-usageNote-en": "", | ||
"ap-codelist": "", | ||
|
@@ -1384,7 +1384,7 @@ | |
}, | ||
{ | ||
"key": "ap-definition-en", | ||
"value": "A description of a Datasets entry in the Catalogue.", | ||
"value": "A description of a Dataset's entry in the Catalogue.", | ||
"note": "null" | ||
}, | ||
{ | ||
|
@@ -2588,7 +2588,7 @@ | |
{ | ||
"language": "en", | ||
"template": "dcat-ap.j2", | ||
"title": "DCAT-AP for Base Registries", | ||
"title": "DCAT-AP for Base Registries (BRegDCAT-AP)", | ||
"translationjson": "dcat-ap_en.json", | ||
"mergefile": "dcat-ap_en_merged.jsonld" | ||
} | ||
|
@@ -2600,7 +2600,7 @@ | |
}, | ||
"config": "config/config-ap.json", | ||
"branchtag": "BRegDCAT-AP", | ||
"dummy": 5, | ||
"dummy": 6, | ||
"examples": false, | ||
"filename": "config/bregdcatap.json", | ||
"navigation": { | ||
|
@@ -2610,7 +2610,7 @@ | |
"repository": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git", | ||
"repositorypublic": "[email protected]:SEMICeu/Semicthema-DCAT-AP.git", | ||
"urlref": "/BRegDCAT-AP/releases/3.0.0", | ||
"documentcommit": "7892437e99164396b4d984a02d421fe271385325", | ||
"toolchaincommit": "780d404155d338d4f2282320e61562dee64d5cb2", | ||
"documentcommit": "aee47073f919848585e06dcc2cb7aee0ed499e0d", | ||
"toolchaincommit": "effb1a7ef07b6ee4349dac3ceb11761ed2ad2c93", | ||
"hostname": "https://semiceu.github.io/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.