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

Feature/570 builtin iri #589

Merged
merged 3 commits into from
Jan 13, 2025
Merged

Feature/570 builtin iri #589

merged 3 commits into from
Jan 13, 2025

Conversation

aannleax
Copy link
Member

Adds the builtin IRI that takes as input a plain string and casts its type to an IRI.

This PR also changes the name of the builtin INVERSE for multiplying a number with negative one to INVERTSIGN which should clash less with user-chosen names.

Closes #570.

@mmarx mmarx added enhancement New feature or request builtins Issue related to built-in functions labels Jan 13, 2025
@mmarx mmarx added this to the Release 0.7.0 milestone Jan 13, 2025
Copy link
Member

@mmarx mmarx left a comment

Choose a reason for hiding this comment

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

Found a typo, but looks good otherwise!

@aannleax aannleax force-pushed the feature/570-builtin-iri branch from 3cd90cb to 4cea76a Compare January 13, 2025 12:18
@aannleax aannleax merged commit 4a45f41 into main Jan 13, 2025
8 checks passed
@aannleax aannleax deleted the feature/570-builtin-iri branch January 13, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins Issue related to built-in functions enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

IRI builtin that turns a string into an IRI
2 participants