Skip to content

IRI and BlankNode functions in datalog #99

@mmsge

Description

@mmsge

Is your feature request related to a problem? Please describe.
I often want to do specific rules if something is an IRI or a BlankNode. And often I also want to create these resources on the fly. Particularly I would like to be able to create IRIs to name graphs for various record keeping.

Describe the solution you'd like
I would like to work more directly with IRIs and BlankNodes in datalog. I would like to:

  • Check whether a variable is a valid IRI
  • Check whether a variable is a BlankNode
  • Create new IRIs in the datalog based on available data
  • Create BlankNodes, preferably via Skolem, based on available data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions