Skip to content

Commit

Permalink
2.0.0 released version
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvannuffelen committed Jan 20, 2022
1 parent 5f0a67a commit f98247e
Show file tree
Hide file tree
Showing 13 changed files with 1,725 additions and 235 deletions.
3 changes: 3 additions & 0 deletions releases/2.00/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ In v2.0.0, CCCEV relies on DCAT, a vocabulary for cataloging datasets and servic

Note that CCCEV v2.0.0 does not enforce the information carried in an Evidence to be directly accessible, i.e. contained within the payload of the response. However, it does offer several ways to implement these aspects: (1) via subclassing of the Evidence class, (2) via sharing it as a dcat:Distribution or (3) via the class Supported Value. These are three distinguishable approaches, which can be used independently from each other, or in combination.

### Conforming the definitions to the proposed principles.
During the public review, requests were made to align and harmonise the definitions and usage notes. In the [Open Guidelines](https://github.com/SEMICeu/OpenGuidelines) guidelines with principles for good definitions have been published. This release applies to the best extend the principles.

## Detailed changes

The structure of this section is the following:
Expand Down
Binary file modified releases/2.00/cccev.eap
Binary file not shown.
236 changes: 236 additions & 0 deletions releases/2.00/context/cccev.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
{
"@context": {
"Agent": "http://xmlns.com/foaf/0.1/Agent",
"Constraint": "http://data.europa.eu/m8g/Constraint",
"Constraint.constrains": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/constrains",
"@type": "@id"
},
"Criterion": "http://data.europa.eu/m8g/Criterion",
"Criterion.bias": {
"@id": "http://data.europa.eu/m8g/bias",
"@type": "http://www.w3.org/2001/XMLSchema#decimal"
},
"Criterion.weight": {
"@id": "http://data.europa.eu/m8g/weight",
"@type": "http://www.w3.org/2001/XMLSchema#decimal"
},
"Criterion.weightingConsiderationDescription": {
"@id": "http://data.europa.eu/m8g/weightingConsiderationDescription",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"Criterion.weightingType": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/weightingType",
"@type": "@id"
},
"Dataset": "http://www.w3.org/ns/dcat#Dataset",
"Dataset.identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"Evidence": "http://data.europa.eu/m8g/Evidence",
"Evidence.confidentialityLevelType": {
"@id": "http://data.europa.eu/m8g/confidentialityLevelType",
"@type": "@id"
},
"Evidence.isAbout": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/subject",
"@type": "@id"
},
"Evidence.isConformantTo": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/conformsTo",
"@type": "@id"
},
"Evidence.isCreatedBy": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/creator",
"@type": "@id"
},
"Evidence.isIssuedBy": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/publisher",
"@type": "@id"
},
"Evidence.supportsConcept": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/supportsConcept",
"@type": "@id"
},
"Evidence.supportsRequirement": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/supportsRequirement",
"@type": "@id"
},
"Evidence.supportsValue": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/supportsValue",
"@type": "@id"
},
"Evidence.validityPeriod": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/validityPeriod",
"@type": "@id"
},
"EvidenceType": "http://data.europa.eu/m8g/EvidenceType",
"EvidenceType.evidenceTypeClassification": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/evidenceTypeClassification",
"@type": "@id"
},
"EvidenceType.identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"EvidenceType.isSpecifiedIn": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/isSpecifiedIn",
"@type": "@id"
},
"EvidenceType.issuingPlace": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/issuingPlace",
"@type": "@id"
},
"EvidenceType.validityPeriodConstraint": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/validityPeriodConstraint",
"@type": "@id"
},
"EvidenceTypeList": "http://data.europa.eu/m8g/EvidenceTypeList",
"EvidenceTypeList.description": {
"@id": "http://purl.org/dc/terms/description",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"EvidenceTypeList.identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"EvidenceTypeList.name": {
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"EvidenceTypeList.specifiesEvidenceType": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/specifiesEvidenceType",
"@type": "@id"
},
"InformationConcept": "http://data.europa.eu/m8g/InformationConcept",
"InformationConcept.description": {
"@id": "http://purl.org/dc/terms/description",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"InformationConcept.expressionOfExpectedValue": {
"@id": "http://data.europa.eu/m8g/expressionOfExpectedValue",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"InformationConcept.identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"InformationConcept.name": {
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"InformationConcept.type": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/type",
"@type": "@id"
},
"InformationRequirement": "http://data.europa.eu/m8g/InformationRequirement",
"Location": "http://purl.org/dc/terms/Location",
"PeriodOfTime": "http://www.w3.org/2006/time#ProperInterval",
"PeriodOfTime.duration": {
"@id": "http://www.w3.org/2006/time#hasXSDDuration",
"@type": "http://www.w3.org/2001/XMLSchema#duration"
},
"PeriodOfTime.endtime": {
"@id": "http://www.w3.org/2006/time#hasEnd",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"PeriodOfTime.starttime": {
"@id": "http://www.w3.org/2006/time#hasBeginning",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"ReferenceFramework": "http://data.europa.eu/m8g/ReferenceFramework",
"ReferenceFramework.identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"Requirement": "http://data.europa.eu/m8g/Requirement",
"Requirement.description": {
"@id": "http://purl.org/dc/terms/description",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"Requirement.hasConcept": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/hasConcept",
"@type": "@id"
},
"Requirement.hasEvidenceTypeList": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/hasEvidenceTypeList",
"@type": "@id"
},
"Requirement.hasQualifiedRelation": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/hasQualifiedRelation",
"@type": "@id"
},
"Requirement.hasRequirement": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/hasRequirement",
"@type": "@id"
},
"Requirement.hasSupportingEvidence": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/hasSupportingEvidence",
"@type": "@id"
},
"Requirement.identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"Requirement.isDerivedFrom": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/isDerivedFrom",
"@type": "@id"
},
"Requirement.isRequirementOf": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/isRequirementOf",
"@type": "@id"
},
"Requirement.issuedBy": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/publisher",
"@type": "@id"
},
"Requirement.name": {
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"Requirement.type": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/type",
"@type": "@id"
},
"SupportedValue": "http://data.europa.eu/m8g/SupportedValue",
"SupportedValue.providesValueFor": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/providesValueFor",
"@type": "@id"
},
"SupportedValue.query": {
"@id": "http://data.europa.eu/m8g/query",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"SupportedValue.value": {
"@id": "http://data.europa.eu/m8g/value",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
}
}
Binary file not shown.
Binary file added releases/2.00/html/Changelog.pdf
Binary file not shown.
Binary file added releases/2.00/html/overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releases/2.00/html/semic-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f98247e

Please sign in to comment.