+ All Categories
Home > Technology > java2rdf, a new library to convert OOP objects into RDF

java2rdf, a new library to convert OOP objects into RDF

Date post: 14-Jul-2015
Category:
Upload: marco-brandizi
View: 163 times
Download: 0 times
Share this document with a friend
Popular Tags:
5
Find this presentation on Slide Share Find java2rdf at http://github.com/EBIBioSamples/java2rdf j a v a 2 r d f Yet another Java RDF library Marco Brandizi Functional Genomics Team European Bioinformatics Institute
Transcript

Find this presentation on Slide ShareFind java2rdf at http://github.com/EBIBioSamples/java2rdf

java2rd fYet another Java→RD F library

Marco BrandiziFunctional Genomics TeamEuropean Bioinformatics Institute

The usual paradigm

public class Person

{ ...

public String getEmail () {...}

public String getName () {...}

public String getSurname () {...}

}

<http://www.example.com/ex/person/426d8353e4aeb80de658bbba895dc417> rdf:type owl:NamedIndividual foaf:Person ; foaf:familyName "Berners Lee" ; foaf:givenName "Tim".

But with mappers, not with annotations

Most common cases supported

Have a try !

We are thinking of extensions, contact us if interested!

java2rdf

Find java2rdf at: http://github.com/EBIBioSamples/java2rdf

To see a real application: https//github.com/EBIBioSamples/biosd2rdf

Acknowledgements: Ugis Sarkans, Andy Jenkinson, Simon Jupp, James Malone, Helen Parkinson and many more @EBI


Recommended