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

update the range of mknd:context in mekanoid.ttl #21

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

aamedina
Copy link
Contributor

fixes #20 by using xsd:string and owl:unionOf

  • Removed the missing datatype xsd:longString from the range of :context.
  • Added the standard xsd:string datatype to the range of :context.
  • Used owl:unionOf as otherwise the RDFS inference will be an intersection (both) xsd:anyURI AND xsd:string.

fixes #20 by using xsd:string and owl:unionOf
@aamedina aamedina requested a review from ag0x00 October 19, 2023 21:06
@ag0x00
Copy link
Member

ag0x00 commented Oct 19, 2023

Yes, you're correct. 'range' by itself is an intersection. Nice catch, thank you!

Copy link
Member

@ag0x00 ag0x00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@ag0x00 ag0x00 merged commit 06006e7 into main Oct 19, 2023
1 check passed
@ag0x00 ag0x00 deleted the aamedina/issue-20 branch October 19, 2023 22:20
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

Successfully merging this pull request may close these issues.

Generating a datomic schema from mekanoid.ttl
2 participants