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

owl:FunctionalProperty is ignored #146

Closed
GordianDziwis opened this issue Aug 1, 2021 · 0 comments
Closed

owl:FunctionalProperty is ignored #146

GordianDziwis opened this issue Aug 1, 2021 · 0 comments

Comments

@GordianDziwis
Copy link
Contributor

With this example:

@prefix ex:    <http://base.namespace.com#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .


ex:hasHusband  a    owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:label  "has husband" .

Pylode renders ex:hasHusband as an object porperty and not as an functional property.

FPs are a subclass from OPs, so maybe pylode sees owl:ObjectProperty and stops there.

nicholascar added a commit that referenced this issue Aug 16, 2021
Closes #146 owl:FunctionalProperty is ignored

Thanks @BonaBeavis!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant