- From: Andrea Perego via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Oct 2020 23:45:02 +0000
- To: public-dxwg-wg@w3.org
@plehegar , I wonder whether there's any update on this issue.
The SpecRef API is returning inconsistent entries when using the `vocab-dcat` keyword - title and editors are the ones of the 2014 version of DCAT, but the date is 2 Feb 2020.
See: https://api.specref.org/bibrefs?refs=vocab-dcat
````json
{
"vocab-dcat":{
"authors":[
"Fadi Maali",
"John Erickson"
],
"href":"https://www.w3.org/TR/vocab-dcat/",
"title":"Data Catalog Vocabulary (DCAT)",
"status":"REC",
"publisher":"W3C",
"deliveredBy":[
{
"url":"https://www.w3.org/2011/gld/",
"shortname":"gld"
}
],
"versions":[
"vocab-dcat-20200204",
"vocab-dcat-20140116",
"vocab-dcat-20131217",
"vocab-dcat-20131105",
"vocab-dcat-20130801",
"vocab-dcat-20130312",
"vocab-dcat-20120405"
],
"obsoletedBy":[
"vocab-dcat-2"
],
"id":"vocab-dcat",
"date":"4 February 2020"
}
}
````
--
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1223#issuecomment-718271083 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 October 2020 23:45:03 UTC