-
Notifications
You must be signed in to change notification settings - Fork 47
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
Proposal for relaxing range of dcat:contactPoint #109
Comments
On point 1, as far as I understand, the Kind class is the umbrella class that includes Organization and Person so it looks to me like it is the right class |
Hmmm. Could be a Union class which includes I'm reluctant to propose a new superclass though - these should be enough. The only problem is that vCard is so 'contact details' oriented, while |
+1 for a Union class of card:Kind and foaf:Agent |
@dr-shorthair @arminhaller The problem that I see is that the object of |
I support requiring contact information, not just |
-1 for extending the range of @prefix vcard2006: <http://www.w3.org/2006/vcard/ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
<dataset> a dcat:Dataset;
dcat:contactPoint <dataset/contact-point> .
<dataset/contact-point> a vcard2006:Organization ;
vcard2006:fn "Ing. Jiří Šunka"@cs ;
vcard2006:hasEmail "[email protected]" . Creating an additional union class or relaxing the range in any way would only complicate processing of DCAT data and confuse both publishers and consumers. The fact that some publishers use this property with If, for some reason, this should be dealt with in DCAT, then I would suggest adding another property rather than confusing the range of |
I agree - the property is |
By my reading, this discussion has concluded (with the result that |
The range of dcat:contactPoint is fixed to vcard:Kind
Also see #95
The text was updated successfully, but these errors were encountered: