• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Openlink Structured Data Sniffer (OSDS) is a plugin for the Chrome, Firefox and Opera browsers that detects and shows structured data embedded in web pages in either JSON-LD, Microdata, RDFa or Turtle format.

Deprecated Repository for OpenLink Structured Data Sniffer

Please refer to the new primary repository for this extension.

This respository is primarily focused on developers. You may want to also look at the more user-/consumer-focused site.

Intro

The OpenLink Structured Data Sniffer (OSDS) is a plugin for Google Chrome, Mozilla Firefox, and Opera web browsers, that detects and shows structured data embedded in web pages in any of the following formats:

  • JSON-LD
  • Microdata
  • RDFa
  • Turtle

Support for additional browsers like Apple Safari and Microsoft Edge is under construction.

License

Copyright 2015-2021 OpenLink Software

This software is licensed under the GNU General Public License (see COPYING).

Note: the only valid version of the GPL license as far as this project is concerned is the original GNU General Public License Version 2, dated June 1991.

Deployment

Stable and/or signed releases may be deployed from the Chrome store or the Mozilla catalog.

To deploy the latest development version on your local machine, you can (1) either (a) clone the git source tree or (b) download a source archive, and then (2) install the extension into your Chrome or Opera browser on the same system.

Clone the git source tree

Clone the sources from github using the following commands:

$ cd src
$ git clone https://github.com/OpenLinkSoftware/OSDS_extension

which will automatically download the latest develop branch.

Download a source archive

Download and extract a .tar.gz or .zip from either one of the stable releases or directly from one of the following links:

Install the extension in Chrome

To install this extension manually in Chrome, use the following steps:

  • Open the Chrome browser
  • Select from menu: Chrome -> Preferences -> Extensions
  • Check the [X] Developer mode box
  • Choose the option Load unpacked extension...
  • Navigate to the folder containing the extracted source code
  • Press the Select button

Install the extension in Opera

To install this extension manually in Opera, use the following steps:

  • Open the Opera browser
  • In address bar type in opera:extensions
  • Press the Developer Mode button
  • Choose the option Load unpacked extension...
  • Navigate to the folder containing the extracted source
  • Press the Select button

Install the extension in Firefox

NOTE: Recent versions of Firefox only permit temporary installation of the unsigned .xpi file. The latest signed extension, which may lag a bit behind the unsigned, can be permanently installed from the [Mozilla Add-ons catalog(https://addons.mozilla.org/en-US/firefox/addon/openlink-structured-data-sniff/).

To install this extension manually in Firefox, use the following steps:

  • Download the Firefox OSDS .zip file and extract the unsigned .xpi file.
  • Open the Firefox browser
  • In address bar type: about:addons or choose menu ** Add-ons**
  • Click on Gear icon and choose Debug Add-ons
  • Click on Load Temporary Add-on
  • Navigate to the directory where you extracted the OSDS_FF.xpi file, select this file and press the Open button

Examples

Navigate to a page containing structured data such as:

and click on the sniffer icon that appears in the address bar.

More Repositories

1

virtuoso-opensource

Virtuoso is a high-performance and scalable Multi-Model RDBMS, Data Integration Middleware, Linked Data Deployment, and HTTP Application Server Platform
C
863
star
2

iODBC

An open-source ODBC driver manager and SDK that facilitates the development of database-independent applications on linux, freebsd, unix and MacOS X platforms.
C
163
star
3

html5pivotviewer

The HTML5 PivotViewer is a fork of a project that was started by LobsterPot Solutions as a cross browser, cross platform version of the Silverlight PivotViewer control produced by Microsoft. The control was written as a jQuery plug-in and utilises features available in HTML5.
JavaScript
110
star
4

rdf-editor

The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Graph Protocol.
JavaScript
105
star
5

Virtuoso-RDFIzer-Mapper-Scripts

XSLT sheets for Mapping none RDF data sources to RDF. Example use cases include Virtuoso RDFizer Cartridges and GRDDL processors.
Shell
26
star
6

odbc-bench

OpenLink ODBC Bench is an open-source ODBC Benchmarking tool providing real-time comparative benchmarking for ODBC Drivers, Database Engines, and Operating Systems combinations.
C
10
star
7

iSPARQL

The OpenLink interactive SPARQL Query Builder
JavaScript
9
star
8

oat

OpenLink AJAX Tools (OAT) is a Javascript framework for building rich browser-based user interfaces using XML/A to connect to databases.
JavaScript
6
star
9

mysql2odbc

Make your MySQL-specific applications database-independent through ODBC, and broaden the deployment scope of your solution in the process without ever losing or compromising support for MySQL.
C
5
star
10

jdbc-bench

Open-source Java utility to generate your own standard set of benchmarksprofiling database/JDBC-driver performance.
Java
3
star
11

vadpacker

OpenLink's VAD Packer is a standalone tool to speed up building .vad archives for OpenLink Virtuoso
Python
3
star
12

WebDB_ODBC

The OpenLink HTML5 WebDB to ODBC bridge
C++
2
star
13

lod-refine-mappings

Collection of mappings from N-Tuple Relations to RDF 3-Tuple Relations usable by LOD and OpenRefine
1
star
14

YouID_extension

YouID Browser Extension
JavaScript
1
star
15

Explorer_ODBC

The OpenLink ODBC Explorer
JavaScript
1
star
16

vos-docker-bulkload-example

A tutorial on how to bulkload data into a virtuoso docker container
1
star
17

dbpedia-vad

OpenLink DBpedia VAD
Python
1
star
18

WebDB_XMLA

The OpenLink HTML5 WebDB to XMLA bridge
JavaScript
1
star
19

Explorer_XMLA

The OpenLink XMLA Explorer
JavaScript
1
star