> DCRDFTaskforce/DCRDFIssues

Note: The following text is retained here for historical purposes only. No further editing takes place here.

Issues in the current draft

Issue 1: Datatypes

Can we support ex:prop --> "blabla"^^ex:datatype ?

Problem

Using RDF datatypes on value strings (=SES) is unproblematic. However, using datatyped literals as values of DCAM properties is more challenging. The DCAM allows several value strings for a single statement. Using an RDF datatype would make that impossible. Related descriptions and rich values representations would also be impossible.

On the other hand, literal values is actually a perfect representation of a value, are very handy, and should therefore be supported if possible.

The same situation arises when plain literals are used, for example for dc:title.

Solutions

Proposal

When:

a datatyped literal or plain literal can be used.

Plain literals correspond to VES=SES=rdfs:Literal.

Issue 2: Value string property

Problem

Which property should be used for denoting value strings?

Solutions

Proposal

The definition of rdfs:label does not really fit. rdf:value is better, albeit maybe too idiomatic...

A sub-property dcrdf:valueString of rdf:value with rdfs:Literal range and improved definition seems the best solution.

Issue 3: Vocabulary encoding schemes should not be classes

See [Self]DCAM Issues.

Proposal

This is not an DCRDF issue, but a DCAM issue, as the DCAM is 100% clear on that VES=Class.

"VES" should possibly be renamed "Value class" or similar.

Issue 4: Rich representations?

It's at this point very unclear what to do about rich representations. Do we use the same property as for value strings, but with a different value type? Or do we use a separate property?

Proposal

Use rdfs:seeAlso. Mention explicitly the use of XMLLiteral, otherwise recommend use of URI ref to separate resource.

Issue 5: Related descriptions

How do we implement related descriptions?

Proposal

dcrdf:Description or similar.

Property proposal: dcrdf:relatedDescription? Sub-property of dc:relation ... ?

Editorial issues

Editorial issue 1: dc:identifier

I'm thinking that we need to state somewhere that

<http://example.org> dc:identifier <doi:blabla>

is *not* the right way to do it (that form is used in DCQ/RDF). Instead, I think we all agree that

<http://example.org> dc:identifier "doi:blabla"^^<dcterms:URI>

or similar is right. How and where do we best say this?

Editorial issue 2: Make sure diagrams reflect rich representation != value strings