Packages

case class Endpoint(endpointIRI: IRI) extends RDFReader with RDFReasoner with Product with Serializable

Source
Endpoint.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Endpoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RDFReasoner
  7. RDFReader
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Endpoint(endpointIRI: IRI)

Type Members

  1. type RDFRead[A] = IO[A]
    Definition Classes
    RDFReader
  2. type RDFStream[A] = Stream[IO, A]
    Definition Classes
    RDFReader
  3. type Rdf = Endpoint
    Definition Classes
    EndpointRDFReasonerRDFReader

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyInference(inference: InferenceEngine): RDFRead[Rdf]
    Definition Classes
    EndpointRDFReasoner
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asRDFBuilder: IO[RDFBuilder]
    Definition Classes
    EndpointRDFReader
  7. def availableInferenceEngines: List[InferenceEngine]
    Definition Classes
    EndpointRDFReasoner
  8. def availableParseFormats: List[String]

    returns

    List of available formats that this RDFReader supports

    Definition Classes
    EndpointRDFReader
  9. def availableSerializeFormats: List[String]

    returns

    List of formats in which this RDFReader can be serialized

    Definition Classes
    EndpointRDFReader
  10. def checkDatatype(node: RDFNode, datatype: IRI): RDFRead[Boolean]

    Checks if a node has a given datatype

    Checks if a node has a given datatype

    node

    RDF node to check

    datatype

    Datatype IRI to check

    returns

    In case of a bad formed literal, a Left with a message, otherwise the check

    Definition Classes
    EndpointRDFReader
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. val endpoint: String
  13. val endpointIRI: IRI
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getNumberOfStatements(): IO[Int]
    Definition Classes
    EndpointRDFReader
  17. def getPrefixMap: IO[PrefixMap]

    Prefix map

    Prefix map

    Definition Classes
    EndpointRDFReader
  18. def getSHACLInstances(c: RDFNode): RDFStream[RDFNode]

    return the SHACL instances of a node cls A node node is a shacl instance of cls if node rdf:type/rdfs:subClassOf* cls

    return the SHACL instances of a node cls A node node is a shacl instance of cls if node rdf:type/rdfs:subClassOf* cls

    Definition Classes
    EndpointRDFReader
  19. def getTypes(node: RDFNode): RDFStream[RDFNode]
    Definition Classes
    RDFReader
  20. def hasPredicateWithSubject(n: RDFNode, p: IRI): IO[Boolean]
    Definition Classes
    EndpointRDFReader
  21. def hasSHACLClass(n: RDFNode, c: RDFNode): RDFRead[Boolean]

    true if node rdf:type/rdfs:subClassOf* cls

    true if node rdf:type/rdfs:subClassOf* cls

    Definition Classes
    EndpointRDFReader
  22. val id: String
    Definition Classes
    EndpointRDFReader
  23. def iriObjects(): RDFStream[IRI]

    Returns the set of iriObjects that are IRIs in a graph

    Returns the set of iriObjects that are IRIs in a graph

    Definition Classes
    EndpointRDFReader
  24. def iris(): RDFStream[IRI]

    The set of all iri's available

    The set of all iri's available

    Definition Classes
    EndpointRDFReader
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isIsomorphicWith(other: RDFReader): IO[Boolean]

    other

    RDF reader

    returns

    true if this RDF graph is isomorphic with other

    Definition Classes
    EndpointRDFReader
  27. val log: Logger
  28. def mkStream[A, B](vs: List[A], f: (A) ⇒ Stream[IO, B]): Stream[IO, B]
    Definition Classes
    RDFReader
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val nodeLocations: Map[RDFNode, Set[Location]]
    Definition Classes
    RDFReader
  31. def nodesWithPath(path: SHACLPath): RDFStream[(RDFNode, RDFNode)]

    Set of RDFTriples that relate two nodes by a SHACL path

    Set of RDFTriples that relate two nodes by a SHACL path

    Definition Classes
    EndpointRDFReader
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def objectsWithPath(subj: RDFNode, path: SHACLPath): RDFStream[RDFNode]

    return the values associated with a node by a path The path is defined as in SHACL paths which are a simplified version of SPARQL paths

    return the values associated with a node by a path The path is defined as in SHACL paths which are a simplified version of SPARQL paths

    Definition Classes
    EndpointRDFReader
  35. def predicates(): RDFStream[IRI]

    Returns the set of predicates

    Returns the set of predicates

    Definition Classes
    EndpointRDFReader
  36. def queryAsJson(queryStr: String): IO[Json]

    Run a SPARQL query which returns a JSON representation of the result

    Run a SPARQL query which returns a JSON representation of the result

    returns

    JSON representation of the result

    Definition Classes
    EndpointRDFReader
  37. def querySelect(queryStr: String): RDFStream[Map[String, RDFNode]]

    Run a SPARQL select query which returns a result map

    Run a SPARQL select query which returns a result map

    queryStr

    string representing the SPARQL query

    returns

    Either a List of mappings or an error message

    Definition Classes
    EndpointRDFReader
  38. def rdfReaderName: String
    Definition Classes
    EndpointRDFReader
  39. def rdfTriples(): RDFStream[RDFTriple]

    Set of RDFTriples in a graph

    Set of RDFTriples in a graph

    Definition Classes
    EndpointRDFReader
  40. def serialize(format: String, base: Option[IRI]): IO[String]

    convert a RDF graph to a String

    convert a RDF graph to a String

    Definition Classes
    EndpointRDFReader
  41. def sourceIRI: None.type

    returns

    Source IRI of this RDF graph if exists

    Definition Classes
    EndpointRDFReader
  42. def subjects(): RDFStream[RDFNode]

    Returns the set of subjects that are IRIs in a graph

    Returns the set of subjects that are IRIs in a graph

    Definition Classes
    EndpointRDFReader
  43. def subjectsWithPath(path: SHACLPath, obj: RDFNode): RDFStream[RDFNode]

    Set of RDFTriples that relate a node with some object by a path

    Set of RDFTriples that relate a node with some object by a path

    Definition Classes
    EndpointRDFReader
  44. def subjectsWithProperty(pred: IRI): RDFStream[RDFNode]
    Definition Classes
    RDFReader
  45. def subjectsWithType(t: RDFNode): RDFStream[RDFNode]
    Definition Classes
    RDFReader
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. val tripleLocations: Map[RDFTriple, Set[Location]]
    Definition Classes
    RDFReader
  48. def triplesWithObject(node: RDFNode): RDFStream[RDFTriple]

    Set of RDFTriples that contain a node as object

    Set of RDFTriples that contain a node as object

    Definition Classes
    EndpointRDFReader
  49. def triplesWithPredicate(p: IRI): RDFStream[RDFTriple]

    Set of RDFTriples that relate two nodes by a predicate

    Set of RDFTriples that relate two nodes by a predicate

    p

    predicate

    Definition Classes
    EndpointRDFReader
  50. def triplesWithPredicateObject(p: IRI, o: RDFNode): RDFStream[RDFTriple]

    Set of RDFTriples that contain a node as predicate with some object

    Set of RDFTriples that contain a node as predicate with some object

    p

    predicate

    o

    object

    Definition Classes
    EndpointRDFReader
  51. def triplesWithPredicatesObject(ps: LazyList[IRI], o: RDFNode): RDFStream[RDFTriple]

    Set of RDFTriples that contain a node as object with some of the predicates in a list

    Set of RDFTriples that contain a node as object with some of the predicates in a list

    ps

    list of predicates

    o

    object

    Definition Classes
    RDFReader
  52. def triplesWithSubject(node: RDFNode): RDFStream[RDFTriple]

    Set of RDFTriples that contain a node as subject

    Set of RDFTriples that contain a node as subject

    returns

    A set of triples or a String with an error message

    Definition Classes
    EndpointRDFReader
  53. def triplesWithSubjectPredicate(node: RDFNode, p: IRI): RDFStream[RDFTriple]

    Set of RDFTriples that contain a node as subject and a given Predicate

    Set of RDFTriples that contain a node as subject and a given Predicate

    Definition Classes
    EndpointRDFReader
  54. def triplesWithSubjectPredicates(n: RDFNode, ps: LazyList[IRI]): RDFStream[RDFTriple]

    Set of RDFTriples that contain a node as subject with some of the predicates in a list

    Set of RDFTriples that contain a node as subject with some of the predicates in a list

    n

    node

    ps

    list of predicates

    Definition Classes
    RDFReader
  55. def triplesWithType(expectedType: IRI): RDFStream[RDFTriple]
    Definition Classes
    RDFReader
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RDFReasoner

Inherited from RDFReader

Inherited from AnyRef

Inherited from Any

Ungrouped