Skip to content

Commit

Permalink
Merge pull request #1594 from w3c/newDcatImpementationReport
Browse files Browse the repository at this point in the history
New dcat3  implementation report
  • Loading branch information
davebrowning authored Apr 14, 2024
2 parents 4fe75d5 + 28c7742 commit 7e4e017
Show file tree
Hide file tree
Showing 9 changed files with 289 additions and 614 deletions.
125 changes: 75 additions & 50 deletions dcat3-implementation-report/config.js
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
var respecConfig = {
specStatus: "base",
publishDate: "1900-01-01",
publishDate: "2024-03-26",
editors: [{
name: "Riccardo Albertoni",
orcid: "0000-0001-5648-2713",
company: "CNR - Consiglio Nazionale delle Ricerche, Italy",
url: "http://imati.cnr.it/mypage/people/AlbertoniRiccardo.htm",
companyURL: "https://www.cnr.it/",
w3cid: 72458
},{
name: "David Browning",
company: "Invited Expert",
note: "Previously at Refinitiv.com",
w3cid: 98704
},{
name: "Simon Cox",
orcid: "0000-0002-3884-3420",
company: "CSIRO",
url: "http://people.csiro.au/Simon-Cox",
companyURL: "https://www.csiro.au/",
w3cid: 1796
},{
name: "Alejandra Gonzalez Beltran",
orcid: "0000-0003-3499-8262",
company: "Scientific Computing Department, Science and Technology Facilities Council, UK",
url: "https://www.scd.stfc.ac.uk/Pages/Alejandra-Gonzalez-Beltran.aspx",
companyURL: "https://stfc.ukri.org/",
note: "Previously at the University of Oxford",
w3cid: 61587
},{
name: "Andrea Perego",
orcid: "0000-0001-9300-2694",
company: "Invited Expert",
w3cid: 40317
},{
name: "Peter Winstanley",
company: "Invited Expert",
name: "Riccardo Albertoni",
orcid: "0000-0001-5648-2713",
company: "Invited Expert / CNR - Consiglio Nazionale delle Ricerche, Italy",
url: "https://imati.cnr.it/mypage.php?idk=PG-62",
companyURL: "https://www.cnr.it/",
w3cid: 72458
},{
name: "David Browning",
company: "Invited Expert",
note: "Previously at Refinitiv.com",
w3cid: 98704
},{
name: "Simon J D Cox",
orcid: "0000-0002-3884-3420",
company: "Invited Expert",
url: "https://orcid.org/0000-0002-3884-3420",
note: "Previously at CSIRO",
w3cid: 1796
},{
name: "Alejandra Gonzalez Beltran",
orcid: "0000-0003-3499-8262",
company: "Invited Expert / Scientific Computing Department, Science and Technology Facilities Council, UK",
url: "https://www.scd.stfc.ac.uk/Pages/Alejandra-Gonzalez-Beltran.aspx",
companyURL: "https://stfc.ukri.org/",
note: "Previously at the University of Oxford",
w3cid: 61587
},{
name: "Andrea Perego",
orcid: "0000-0001-9300-2694",
company: "Invited Expert",
w3cid: 40317
},{
name: "Peter Winstanley",
company: "Invited Expert",
// companyURL: "https://www.gov.scot/",
w3cid: 64374
}]
w3cid: 64374
}]
,
otherLinks: [{
key: "Contributors",
data: [
{
value: "XXXXXX",
href: "https://orcid.org/YYYY-YYYY-YYYY-YYYY"
},
{
value: "ZZZZZZ",
href: "https://orcid.org/YYYY-YYYY-YYYY-YYYY"
}
]
}],
// otherLinks: [{
// key: "Contributors",
// data: [
// {
// value: "XXXXXX",
// href: "https://orcid.org/YYYY-YYYY-YYYY-YYYY"
// },
// {
// value: "ZZZZZZ",
// href: "https://orcid.org/YYYY-YYYY-YYYY-YYYY"
// }
// ]
// }],
processVersion: 2019,
edDraftURI: "https://w3c.github.io/dxwg/dcat-implementation-report/",
shortName: "dcat-implementation-report",
Expand Down Expand Up @@ -101,7 +101,32 @@ var respecConfig = {
"href":"https://joinup.ec.europa.eu/release/geodcat-ap/101",
"title":"GeoDCAT-AP: A Geospatial Extension For The DCAT Application Profile For Data Portals In Europe. Version 1.0.1",
"publisher":"European Commission",
"status": "Working Draft",
"date":"2 August 2016"
},
"GeoDCAT-AP-2":{
"href":"https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/",
"title":"GeoDCAT-AP: A Geospatial Extension For The DCAT Application Profile For Data Portals In Europe. Version 2.0.0",
"publisher":"European Commission",
"date":"23 December 2020"
},
"DCAT-EP":{
"href":"https://europarl.github.io/dcat-ep/",
"title":"DCAT-EP Application Profile - Version 0.3 ",
"authors":["European Parliament"],
"publisher":"European Commission",
"date":"22 December 2022"
},
"DCAT-AP-3":{
"href":"https://semiceu.github.io/DCAT-AP/releases/3.0.0/",
"title":"DCAT-AP 3.0",
"publisher":"European Commission",
"date":"12 February 2024"
},
"DataEuropaPortal":{
"href":"https://data.europa.eu/data/sparql",
"title":"The official portal for European data - data.europa.eu",
"publisher":"European Commission"
}
}
};

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading

0 comments on commit 7e4e017

Please sign in to comment.