Packages

object HtmlToRdf extends LazyLogging

Utilities for extracting RDF models from HTML markdown fetched from different sources

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlToRdf
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Extractor extends AnyRef

    Interface comprising all RDF data extractors

  2. case class JenaTripleHandler(model: Model) extends TripleHandler with Product with Serializable

    RDF triple handler based on Apache Jena

    RDF triple handler based on Apache Jena

    model

    Base model

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val availableExtractorNames: List[String]

    List of the names of all available RDF data extractors

  6. val availableExtractors: List[Extractor]

    List of all available RDF data extractors

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def extractFromString(htmlStr: String, extractorName: String): Resource[IO, RDFAsJenaModel]

    For a given HTML string, extract the inner RDF data model

    For a given HTML string, extract the inner RDF data model

    htmlStr

    HTML string

    extractorName

    Name of the extractor to be used

    returns

    RDF Reasoner allowing operations on the extracted RDF data

  11. def extractFromUrl(uri: String, extractorName: String): Resource[IO, RDFReasoner]

    For a given URI, extract its content's inner RDF data model

    For a given URI, extract its content's inner RDF data model

    uri

    URI containing the RDF data

    extractorName

    Name of the extractor to be used

    returns

    RDF Reasoner allowing operations on the extracted RDF data

  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. case object Microdata extends Extractor with Product with Serializable

    Microdata extractor

  25. case object RDFA11 extends Extractor with Product with Serializable

    RDFA11 extractor

Deprecated Value Members

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped