linkedpipes / dcat-ap-forms

Forms application for filling out DCAT-AP v2.0.0 compatible metadata
MIT License
2 stars 2 forks source link

STIRData: typed literals and URI values are plain literals. #187

Closed jakubklimek closed 3 years ago

jakubklimek commented 3 years ago

This was solved by a JSON-LD context before, which is probably why it is missing now.

Involves:

jakubklimek commented 3 years ago

Not quite: image

jakubklimek commented 3 years ago

In addition:

jakubklimek commented 3 years ago

Duration still wrong. Should be xsd:duration

 "http://www.w3.org/ns/dcat#temporalResolution": {
    "@value": "P1D",
    "@type": "http://www.w3.org/2001/XMLSchema#integer"
  },
skodapetr commented 3 years ago

Can¨t you just test all of them at once? It is not like they are all changin each time I commit a change.

jakubklimek commented 3 years ago

I did: https://github.com/linkedpipes/dcat-ap-forms/issues/187#issuecomment-776882472

skodapetr commented 3 years ago

Ok, so not Duration is wrong but temporalResolution.