From a5b2f58b0377933dcab7da67435aaf52f958ed3b Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Mon, 13 May 2019 08:06:12 +1000 Subject: [PATCH 1/2] Update kernel.md A few DCAT properties --- kernel.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/kernel.md b/kernel.md index 44789e2..43bdca3 100644 --- a/kernel.md +++ b/kernel.md @@ -20,19 +20,19 @@ References reviewed: Note: No attempt has been made to order these across the rows... that needs to be done -| FDP (resource) | PID | DID | schema.org | DCAT-2 | +| FDP (resource) | PID | DID | schema.org | [DCAT-2](https://w3c.github.io/dxwg/dcat/) | | --------------------- | ------------------------ | ------------------------ | ------------------------------- | ------ | -| name | pid | id | schema:DigitalDocument | | -| path | KernelInformationProfile | publicKey | schema:name | | -| title | digitalObjectType | authentication | schema:URL | | -| description | digitalObjectLocation | services | schema:about | | -| format | digitalObjectPolicy | service:id | schema:description | | -| mediatype | etag | services:type | schema:encodingFormat | | -| encoding | dateModified | services:serviceEndpoint | schema:fileSize | | -| bytes | dateCreated | | schema:identifier
(via PropVal, see below) | | -| hash | version | | schema:isBasedOn | | -| schema | wasDerivedFrom | | schema:license | | -| sources | specialixationOF | | schema:dateModified | | +| name | pid | id | schema:DigitalDocument | dcat:Dataset | +| path | KernelInformationProfile | publicKey | schema:name | dct:identifier | +| title | digitalObjectType | authentication | schema:URL | dct:title | +| description | digitalObjectLocation | services | schema:about | dct:description | +| format | digitalObjectPolicy | service:id | schema:description | dcat:distribution/dcat:downloadURL | +| mediatype | etag | services:type | schema:encodingFormat | dcat:distribution/dcat:accessURL | +| encoding | dateModified | services:serviceEndpoint | schema:fileSize | dct:conformsTo | +| bytes | dateCreated | | schema:identifier
(via PropVal, see below) | dcat:distribution/dct:conformsTo | +| hash | version | | schema:isBasedOn | dcat:distribution/dcat:byteSize | +| schema | wasDerivedFrom | | schema:license | dct:type | +| sources | specialixationOF | | schema:dateModified | dcat:distribution/dcat:mediaType | | license | wasRevisionOF | | schema:dateCreated | | | | hasPrimarySource | | xyz:Type (domain typing) | | | | wasQuotedFrom | | | | From db11578b46ed0bc3eb54696da3f76624fc6d0f5c Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Mon, 13 May 2019 09:47:20 +1000 Subject: [PATCH 2/2] Update kernel.md A few more DCAT properties Because it is part of the W3C vocabulary suite, all PROV, ODRL, SKOS, Dublin Core elements can be added. --- kernel.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/kernel.md b/kernel.md index 43bdca3..9ac9c23 100644 --- a/kernel.md +++ b/kernel.md @@ -16,7 +16,7 @@ References reviewed: * PID Kernel WG RDA Though focused on PIDs there seems some value in considering this kernel and its potential use with digital objects. * DID or Decentralized Identifiers is about self sovereign digital identifiers. So again more focused on PIDs but now in a decentralized manner. Still, again this seems to have enough connection to digital objects to merit review. * Schema.org type DigitalDocument is looking for something than be associated with a digital object as opposed to a data set or catalog. -* DCAT-2 This section needs attention. Can we leverage DCAT to describe a DO/byte stream as opposed to a data set or catalog as differentiated in the above text. +* DCAT-2 This section needs attention. Can we leverage DCAT to describe a DO/byte stream as opposed to a data set or catalog as differentiated in the above text. DCAT distinguishes between the conceptual resource (Dataset, DataService, ...) and its digital representation. Different sets of properties are used to describe each Note: No attempt has been made to order these across the rows... that needs to be done @@ -26,18 +26,20 @@ Note: No attempt has been made to order these across the rows... that needs to | path | KernelInformationProfile | publicKey | schema:name | dct:identifier | | title | digitalObjectType | authentication | schema:URL | dct:title | | description | digitalObjectLocation | services | schema:about | dct:description | -| format | digitalObjectPolicy | service:id | schema:description | dcat:distribution/dcat:downloadURL | -| mediatype | etag | services:type | schema:encodingFormat | dcat:distribution/dcat:accessURL | +| format | digitalObjectPolicy | service:id | schema:description | dcat:distribution/dcat:downloadURL| +| mediatype | etag | services:type | schema:encodingFormat | dcat:distribution/dcat:accessURL | | encoding | dateModified | services:serviceEndpoint | schema:fileSize | dct:conformsTo | | bytes | dateCreated | | schema:identifier
(via PropVal, see below) | dcat:distribution/dct:conformsTo | | hash | version | | schema:isBasedOn | dcat:distribution/dcat:byteSize | | schema | wasDerivedFrom | | schema:license | dct:type | | sources | specialixationOF | | schema:dateModified | dcat:distribution/dcat:mediaType | -| license | wasRevisionOF | | schema:dateCreated | | -| | hasPrimarySource | | xyz:Type (domain typing) | | -| | wasQuotedFrom | | | | -| | alternatOF | | | | - +| license | wasRevisionOF | | schema:dateCreated | dct:issued| +| | hasPrimarySource | | xyz:Type (domain typing) | dct:modified | +| | wasQuotedFrom | | | dct:relation | +| | alternateOf | | | dcat:qualifiedRelation | +| | | | | dcat:keyword | +| | | | | dcat:theme | +| | | | | dcat:keyword | This is an example of the current schema:DigitalDocument package we are generating