Skip to content

Extract schema.org RDF, Microdata, or JSON-LD with this Ruby library

License

Notifications You must be signed in to change notification settings

BioSchemas/RubyExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RubyExtractor

Extract schema.org RDF, Microdata, or JSON-LD with this Ruby library

Please Note: This is currently a Work In Progress!

Usage:

require './ruby_extractor'
target_page = 'https://tess.elixir-europe.org/events'
Scrapers::RdfEventExtractor.new(open(target_page).read, :json).extract

About

Extract schema.org RDF, Microdata, or JSON-LD with this Ruby library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages