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

handle terms with more than one subPropertyOf #59

Open
andrecastro0o opened this issue Dec 29, 2020 · 0 comments
Open

handle terms with more than one subPropertyOf #59

andrecastro0o opened this issue Dec 29, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andrecastro0o
Copy link
Owner

in dcat the property dcat:service is subproperty of 2 parent properties dct:hasPart and rdfs:member.
Although I am not certain of how semantically correct or common this construct is - the term inherits from both parent properties - as it is present, we need to find a way to handle it.

dcat:service
  a owl:ObjectProperty ;
  rdfs:comment "A site or endpoint that is listed in the catalog."@en ;
  rdfs:domain dcat:Catalog ;
  rdfs:label "service"@en ;
  rdfs:range dcat:DataService ;
  rdfs:subPropertyOf dct:hasPart ;
  rdfs:subPropertyOf rdfs:member ;

The way it is handled will depend on how SMW responds to a property being a child of more than 1 parent properties.

Same might be happening for classes/categories.

@andrecastro0o andrecastro0o added the enhancement New feature or request label Dec 29, 2020
@andrecastro0o andrecastro0o self-assigned this Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant