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

New literals #109

Merged
merged 12 commits into from
Nov 13, 2024
Merged

New literals #109

merged 12 commits into from
Nov 13, 2024

Conversation

alkidbaci
Copy link
Collaborator

  • New literals (+datatypes) added OWLLiteral and NonNegativeInteger #81 :

    • nonPositiveInteger
    • nonNegativeInteger
    • positiveInteger
    • negativeInteger
    • float
    • decimal
    • time
    • gYearMonth
    • gMonthDay
    • gYear
    • gMonth
    • gDay
  • Refactoring of literal classes for code reduction

  • Updated representation and hashing of OWLLiterals to include the datatype in addition to the value


Not implemented primitive datatypes (as not seen necessary for the moment):

  • hexBinary
  • base64Binary
  • anyURI
  • QName
  • NOTATION

@alkidbaci alkidbaci requested a review from Demirrr November 13, 2024 15:50
@Demirrr Demirrr merged commit d951634 into develop Nov 13, 2024
3 checks passed
@alkidbaci alkidbaci deleted the new_literals branch November 20, 2024 12:17
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.

2 participants