A fast and lightweight streaming RDFa parser
A custom RDFa parser to be registered with jsonld.js registerRDFParser method
parser and crawler for rdfa
A fast and lightweight streaming RDFa parser
A fast and lightweight streaming RDFa parser
A jsonld.js RDFa parser
A xml-rdfa rdf-parse actor
A parser for RDFa
RDFa parser that follows the RDF Interface specification
A rdfa rdf-parse-html actor
Parses RDF from any serialization
A JavaScript parser
A utility package to parse strings
the mighty option parser used by yargs
Node.js body parsing middleware
Dereferences a URL for its RDF contents
An ESLint custom parser which leverages TypeScript ESTree
> Selector parser with built in methods for working with selector strings.
Range header field string parser
No description provided.
Validate XML, Parse XML, Build XML without C/C++ based libraries
An inline style parser.
Algorithms to help you parse CSS from an array of tokens.
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment
This gem is no longer supported, please see http://rubygems.org/gems/rdf-rdfa
RdfContext parses RDF/XML, RDFa and N3 into a Graph object. It also serializes RDF/XML, Turtle and N-Triples from the Graph. * Fully compliant RDF/XML parser. * Fully compliant XHTML/RDFa 1.0 parser. * Notation3 parser (N3-rdf level) * N-Triples, Turtle and RDF/XML serializer * ConjunctiveGraph, named Graphs and contextual storage modules. Install with 'gem install rdf_context'
RDF.rb plugin for parsing/serializing NTriples, RDF/XML, Turtle and RDFa data using the Raptor RDF Parser library.
Reddy parses RDF/XML, RDFa and N3-rdf into a Graph object. It also serializes RDF/XML and N-Triples from the Graph. * Fully compliant RDF/XML parser. * Fully compliant XHTML/RDFa 1.0 parser. * N3-rdf parser * N-Triples and RDF/XML serializer * Graph serializes into RDF/XML and N-Triples. * ConjunctiveGraph, named Graphs and contextual storage modules. Install with 'gem install gkellogg-reddy'
Scrapetor is a Ruby HTML parsing + scraping toolkit. The parser is a native C arena DOM with structural indexes built at parse time and NEON SIMD scanners in the SAX hot loop. A streaming extraction engine compiles the schema DSL into a single forward pass — no DOM materialised, one Ruby boundary crossing per document. On builds where libcurl is available, Scrapetor::Fetcher adds an HTTP/2-capable fetch layer with per-thread connection cache, shared DNS + TLS session pool, in-process gzip / deflate / brotli / zstd decoding, iconv charset transcoding, retry + exponential backoff, ETag / Last-Modified disk cache with bulk revalidation, per-host throttle, cookie jar, basic + bearer auth, proxy, and three bulk concurrency models (parallel_fetch / multi_fetch / streaming multi_each). Scrapetor::Session ties the cookie / auth / throttle / retry policies together. Also ships robots.txt + sitemap.xml parsers, a bounded-memory streaming HTML parser, and structured-data extractors (JSON-LD, OpenGraph, Schema.org, Microdata, RDFa, Twitter Cards). The Net::HTTP-based Scrapetor.fetch is preserved as the no-libcurl fallback.