Linked data extractors

I've started working on a library that will allow the extraction of linked
data from existing websites

https://www.npmjs.com/package/extractors

Example output

get https://github.com/timbl

<#this> <http://purl.org/dc/dcam/memberOf> "MIT" .
<#this> <http://purl.org/dc/terms/created> "Dec 11, 2011" .
<#this> <http://schema.org/address> "Boston MA USA" .
<#this> <http://www.w3.org/2000/01/rdf-schema#seeAlso>
<http://www.w3.org/People/Berners-Lee> .
<#this> <http://xmlns.com/foaf/0.1/mbox> <mailto:timbl@w3.org> .


Still a work in progress, I'll be adding more features like pagination,
media extraction etc.

Anyone can write an extractor and have it as an input to the a site
specific translation

Received on Wednesday, 29 June 2016 13:15:18 UTC