Skip to content

PBR/ODEX-FAIRDataPoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.2%
  • Python 25.8%
  • R 2.4%
  • Other 0.6%