Giter VIP home page Giter VIP logo

rdfdetector's Introduction

Detect RDF serialization format used for a given data stream.

Usage

<dependency>
    <groupId>org.dice-research</groupId>
    <artifactId>rdfdetector</artifactId>
    <version>1.0.0</version>
</dependency>
import org.apache.jena.riot.Lang;
import org.dice_research.rdfdetector.RdfSerializationDetector;

RdfSerializationDetector detector = new RdfSerializationDetector();

BufferedInputStream stream = /* ... */;
for (Lang lang : detector.detect(stream)) { /* ... */ }

Source

https://github.com/dice-group/rdfdetector

Supported formats and the corresponding automatons

N-Quads

https://www.w3.org/TR/2014/REC-n-quads-20140225/

Notation3

https://www.w3.org/TeamSubmission/2011/SUBM-n3-20110328/

TriG

https://www.w3.org/TR/2014/REC-trig-20140225/

JSON-LD

https://www.w3.org/TR/2014/REC-json-ld-20140116/

RDFJSON

https://www.w3.org/TR/2013/NOTE-rdf-json-20131107/

RDF/XML

https://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/

TriX

https://www.hpl.hp.com/techreports/2004/HPL-2004-56.pdf

HDT

http://www.rdfhdt.org/hdt-internals/

Other formats

Turtle and N-Triples are supported as subsets of Notation3.

rdfdetector's People

Contributors

denkv avatar vehnem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.