grafter icon indicating copy to clipboard operation
grafter copied to clipboard

Add more predicate functions for testing RDF concepts

Open RickMoynihan opened this issue 4 years ago • 0 comments

It'd be useful to have a protocol extended to all types to check for:

  • uri?
  • lang-string?
  • xsd-string?
  • resource? (URI or blank node)
  • literal?
  • non-native-literal? (a boxed literal, i.e. not one mapped to a native platform type)
  • blank-node? (currently implemented as a multimethod)

RickMoynihan avatar Nov 21 '19 10:11 RickMoynihan