Packages

p

es.weso.rdf

jena

package jena

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Compound(members: List[RDFReader]) extends RDFReader with RDFReasoner with Product with Serializable
  2. case class Endpoint(endpointIRI: IRI) extends RDFReader with RDFReasoner with Product with Serializable
  3. case class Locations(nodeLocations: Map[RDFNode, Set[Location]], tripleLocations: Map[RDFTriple, Set[Location]]) extends Product with Serializable
  4. case class RDFAsJenaModel(modelRef: Ref[IO, Model], base: Option[IRI], sourceIRI: Option[IRI], nodeLocations: Map[RDFNode, Set[Location]], tripleLocations: Map[RDFTriple, Set[Location]]) extends RDFReader with RDFBuilder with RDFReasoner with Product with Serializable
  5. case class RDFFromWeb(prefixMap: Option[PrefixMap] = None, maybeClient: Option[Client[IO]] = None) extends RDFReader with Product with Serializable

    Obtains triples by redirect

    Obtains triples by redirect

    maybeClient

    if specified, the requests will use http4s client, otherwise Java's httpClient

  6. sealed abstract class SRDFJenaException extends RDFException with Product with Serializable

Ungrouped