SEMICeu / MLDCAT-AP

2 stars 1 forks source link

what is `did`? #2

Open VladimirAlexiev opened 1 year ago

VladimirAlexiev commented 1 year ago

oml:DataQualityList uses a field did:

image

But it's mapped simply to dct:identifier without further explanation. Do you intend to use Decentralized Identifiers here?

If so, you could state it as per #1:

dct:identifier a owl:DatatypeProperty;
  skos:scopeNote "In oml:DataQualityList, we use Decentralized Identifiers (did)".
  rdfs:seeAlso <https://www.w3.org/TR/did-core/>.
VladimirAlexiev commented 1 year ago

The description "Pointer to the did." is unhelpful and inaccurate, since a Literal cannot be a pointer.