API Investigation:SparqlInvestigaton

From ToxBank API Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{REST Operations |REST_op_description=Get investigation data via predefined SPARQL templates |REST_resource=Investigation |REST_op_method=GET |REST_op_uri=/investigation/{id}/sp...")
 
Line 9: Line 9:
 
|REST_op_status=200
 
|REST_op_status=200
 
}}
 
}}
Get investigation data via predefined SPARQL templates. Add one of investigation_endpoint_technology, investigation_details, factors_by_investigation or character_by_investigation to an investigation plus /sparql/ URI (e.G.: https://services.toxbank.net/investigation/{id}/sparql/investigation_endpoint_technology ) . You may also use camelcase notation for templatenames (e.G.: FactorsByInvestigation).
+
Get investigation data via predefined SPARQL templates. Add one of investigation_endpoint_technology, investigation_details, factors_by_investigation or characteristics_by_investigation to an investigation plus /sparql/ URI (e.G.: https://services.toxbank.net/investigation/{id}/sparql/investigation_endpoint_technology ) . You may also use camelcase notation for templatenames (e.G.: FactorsByInvestigation).

Revision as of 15:40, 29 November 2013

Description Get investigation data via predefined SPARQL templates
Resource Investigation
Method GET
URI /investigation/{id}/sparql/{template_name}
Parameters
Header Parameters Accept: one of text/plain (n-triples), text/turtle, application/rdf+xml, subjectid:SECURITY-TOKEN
Media Type (input)
Results Investigation metadata in n-triples, turtle or RDF format
Media Type (output) text/plain (n-triples), text/turtle, application/rdf+xml
Status code 200

Get investigation data via predefined SPARQL templates. Add one of investigation_endpoint_technology, investigation_details, factors_by_investigation or characteristics_by_investigation to an investigation plus /sparql/ URI (e.G.: https://services.toxbank.net/investigation/{id}/sparql/investigation_endpoint_technology ) . You may also use camelcase notation for templatenames (e.G.: FactorsByInvestigation).

Facts about API Investigation:SparqlInvestigatonRDF feed
Acts onInvestigation  +
Has output media typetext/plain (n-triples), text/turtle, application/rdf+xml  +
Has status code200  +
Personal tools