Function describe

  • Query the public SNIK SPARQL endpoint with a describe query, which describes a single resource.

    Parameters

    • uri: string

      A resource URI

    • OptionalgraphOpt: string

      An optional SPARQL graph.

    Returns Promise<string>

    A promise of the SPARQL describe result as text.