object HtmlToRdf extends LazyLogging
Utilities for extracting RDF models from HTML markdown fetched from different sources
- Alphabetic
- By Inheritance
- HtmlToRdf
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Extractor extends AnyRef
Interface comprising all RDF data extractors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val availableExtractorNames: List[String]
List of the names of all available RDF data extractors
- val availableExtractors: List[Extractor]
List of all available RDF data extractors
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Microdata extends Extractor with Product with Serializable
Microdata extractor
- case object RDFA11 extends Extractor with Product with Serializable
RDFA11 extractor
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated