2
  • Delicious
  • Facebook
  • Reddit
  • StumbleUpon
  • Twitter
  • RSS Feed

Sparql query for defining Apollo 7

Posted on the February 28th, 2012 under sparql by

Sparql Endpoint:

http://api.talis.com/stores/space/services/sparql

Query:

Output:


<?xml version="1.0"?> <sparql xmlns="http://www.w3.org/2005/sparql-results#"> <head> <variable name="o"/> </head> <results> <result> <binding name="o"> <literal>Apollo 7 was the first crewed flight of the Apollo spacecraft, with astronauts Walter Schirra, Jr, Donn Eisele, and Walter Cunningham on board. The primary objectives of the Earth orbiting mission were to demonstrate Command and Service Module (CSM), crew, launch vehicle, and mission support facilities performance and to demonstrate CSM rendezvous capability. Two photographic experiments and three medical experiments were planned.</literal> </binding> </result> </results> </sparql>

Leave a Reply

You must be logged in to post a comment.