PBR / ODEX-FAIRDataPoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###FAIRDataPoint (FDP) Metadata Service

Example dataset: EU-SOL BreeDB database (tomato passport data)

SPARQL endpoint: BreeDB; Graph IRI: http://www.eu-sol.wur.nl/passport

RESTful API documentation

http://fdp.biotools.nl:8080/

Access FDP-, catalog-, dataset- and distribution-level metadata

http://virtuoso.biotools.nl:8888/describe/?url=http://fdp.biotools.nl:8080/fdp

curl -iH 'Accept: text/turtle' http://fdp.biotools.nl:8080/fdp
curl -iH 'Accept: text/turtle' http://fdp.biotools.nl:8080/catalog/catalog-01
curl -iH 'Accept: text/turtle' http://fdp.biotools.nl:8080/dataset/breedb
curl -iH 'Accept: text/turtle' http://fdp.biotools.nl:8080/distribution/breedb-sparql

Note: FDP supports different RDF serializations (MIME-types):

  • Turtle (text/turtle)
  • N-Triples (application/n-triples)
  • RDF/XML (application/rdf+xml)
  • JSON-LD (application/ld+json)

About

License:Apache License 2.0


Languages

Language:Java 71.2%Language:Python 25.8%Language:R 2.4%Language:Makefile 0.5%Language:Shell 0.1%