-
Notifications
You must be signed in to change notification settings - Fork 601
Conversation
Note, for consistency, |
Please see #49 for more contentious issues. This pull request should not really cause much debate, as it is merely aligning the RDFa content with the current draft (and nearly final version of) DCAT. The current state of things is invalid RDFa. |
@MarinaMartin Thanks for merging many of my pull requests! Any feedback on this pull's DCAT fixes? The current implementation of DCAT by this project has several errors. |
Rebased. |
@haleyvandyck @benbalter My last open pull request has some important fixes. Let me know if I should split it up to make it easier to discuss/merge. |
Link?
Granularity is always 👍. Makes discussion easier and makes conflicts less likely. |
In general, yes, break things up, but for already-submitted ones -- comments and updates are coming in the next few days, so no need to do extra work. Thanks. |
@benbalter No need for link - this is the pull request :) |
It looks like when you rebased, your whole repo became this pull request, which is making this pull request really hard to parse for me. Could you possibly resubmit (at least) 2 pull requests: one with all of the catalog example files (which seem fine to merge to me), and the other with the mapping (which also seems OK)? If I missed anything in the other files that needs merging, please also submit individually. Sorry for the trouble, and we really appreciate your effort. If you can't or don't have time, I will manually update the examples according to your suggestions above once the final 1.0 metadata schema is officially approved. |
The rebase looks fine on the "Files Changed" tab, but I'll gladly split the pull request in two. However, could you please fix That bad merge reinserted content related to |
Uncontroversial:
dcat:download
(which doesn't exist) instead ofdcat:accessURL
as documented by your schema. Fixed.dct
prefix for the Dublic Core namespace, notdcterms
. This project now uses onlydct
consistently instead of both haphazardly.publisher
andlanguage
are in thedct
namespace not thedcat
namespace.Potentially controversial?
xsd:boolean
(used for data quality) is not a property, it is a datatype. I switched it to a property in the temporaryex
namespace,ex:dataQuality
to make it valid RDFa.dataDictionary
anddataQuality
don't exist in DCAT anymore.webService
andfeed
never existed in DCAT (closest are the classesWebService
andFeed
). I moved them to a temporaryex
namespace.foaf:Person
is a class, and therefore cannot be used as a property. Switched todcat:contactPoint
which the DCAT editors are currently adding, to make it valid RDFa.