-
Notifications
You must be signed in to change notification settings - Fork 48
Error in example of dcat:mediaType #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also illustrates how confusing that property is :-/ |
@akuckartz I personally don't think the property is confusing; the definition is quite clear. The main problem, it seems to me, is that implementers do not always read definitions and think they understand what a property is by just looking at the URI or label. |
@makxdekkers could you provide example of how dcat:mediaType should be used? Should the value be a URI? |
@dr-shorthair @makxdekkers Isn't the usage illustrated in my examples in #259, i.e. used in the Czech catalog and therefore in EDP, correct?
|
Proposed fix in #303 |
@jakubklimek Correct. |
Fixed in #307 |
The way
dcat:mediaType
is used in the examples in section 4 of the existing Recommendation and in section 5 of the Editor's Draft is in error. The examples have:dcat:mediaType "text/csv"
According to the definition of
dcat:mediaType
, its range isdct:MediaTypeOrExtent
, notrdfs:Literal
.This should be corrected in the FPWD.
The text was updated successfully, but these errors were encountered: