Skip to content
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

dcat:distribution - check constraints #120

Closed
dr-shorthair opened this issue Feb 15, 2018 · 7 comments
Closed

dcat:distribution - check constraints #120

dr-shorthair opened this issue Feb 15, 2018 · 7 comments

Comments

@dr-shorthair
Copy link
Contributor

In DCAT v1 the property dcat:distribution is axiomatized

dcat:distribution
  rdf:type owl:ObjectProperty ;
  rdfs:domain dcat:Dataset ;
  rdfs:range dcat:Distribution ;
.
  1. Verify that the range is appropriate and necessary
  2. Verify that the domain is appropriate and necessary (see Review global domain axioms on dcat properties #110)
  3. Consider whether any guarded constraints (using owl:Restriction) should be introduced (see Use owl:Restriction constraints to bind DC properties to DCAT classes  #105)
@makxdekkers
Copy link
Contributor

I would vote to keep the domain and range here -- this property is one of the properties that are part of the backbone structure of DCAT:
Catalog > dataset > Dataset > distribution > Distribution

@dr-shorthair
Copy link
Contributor Author

Do we need an inverse property here - to allow a distro to point to the dataset that it purports to instantiate?

@dr-shorthair
Copy link
Contributor Author

In this case I think an inverse property makes sense.
A Distro will usually know which Dataset that it is related to.

Otherwise, Makx makes a compelling case for retaining domain and range.

@akuckartz
Copy link

No inverse properties please. They are not necessary. But that probably should better be discussed in a separate issue.

@w3c w3c deleted a comment from akuckartz Mar 15, 2018
@w3c w3c deleted a comment from akuckartz Mar 15, 2018
@w3c w3c deleted a comment from nicholascar Mar 15, 2018
@w3c w3c deleted a comment from akuckartz Mar 15, 2018
@dr-shorthair
Copy link
Contributor Author

Discussion on inverse of dcat:distribution moved to #166

@dr-shorthair
Copy link
Contributor Author

+1 to no change

@dr-shorthair
Copy link
Contributor Author

https://www.w3.org/2018/03/21-dxwgdcat-minutes
resolved: no change to domain/range of dcat:distribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
DCAT revision
  
Done
Development

No branches or pull requests

3 participants