Interface RDFJS

Hierarchy

  • RDFJS

Methods

  • Construct literaral with the given value for a given language

    Parameters

    • value: string | number | boolean
    • Optional lang: string

      if value is a string, this is the language which will be associated with it. The parameter has no effect if the value is not a string. If value is a string and lang is not set, the resulting literal will have no language (duh.) TODO we probably need a type parameter in order to support non string types which are represented by JS strings

    Returns Literal

  • Parameters

    • x: Quad
    • y: NamedNode<string>
    • z: NamedNode<string> | Quad | Literal
    • Optional g: Quad_Graph

    Returns Quad

  • Parameters

    • iri: string

    Returns NamedNode<string>

  • Parameters

    • x: NamedNode<string>
    • y: NamedNode<string>
    • z: Term
    • Optional g: Quad_Graph

    Returns Quad

Generated using TypeDoc