Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Multiple contactPoints not valid according to validator #54

Closed
peterdesmet opened this issue Jul 30, 2015 · 1 comment
Closed

Multiple contactPoints not valid according to validator #54

peterdesmet opened this issue Jul 30, 2015 · 1 comment
Labels
Milestone

Comments

@peterdesmet
Copy link
Member

A DCAT feed with multiple contactPoints for a dataset now returns an error in the validator: The property: contactPoint can't have multiple objects:

dcat:contactPoint [ a vcard:Individual ; vcard:fn "Eric Stienen"  ; vcard:hasEmail <mailto:eric.stienen@inbo.be> ] ;
dcat:contactPoint [ a vcard:Individual ; vcard:fn "Peter Desmet"  ; vcard:hasEmail <mailto:peter.desmet@inbo.be> ] ;

Side remark: there's a double space before the ;

@pietercolpaert probably a validator issue?

@simon-vc
Copy link
Contributor

The validator hasn't been updated yet.
In the current version it will show this error and a warning that the schemes aren't there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants