This is an example federated query using the TCGA Roadmap. You may run the query at any SPARQL endpoint with SERVICE queries enables, such as [this one here](http://hydrogen.path.uab.edu/swobjects/sw?query=PREFIX+rdfs%3A%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0D%0APREFIX+tcga%3A%3Chttp%3A%2F%2Fpurl.org%2Ftcga%2Fcore%23%3E%0D%0APREFIX+tcgameta%3A%3Chttp%3A%2F%2Fpurl.org%2Ftcga%2Fmetadata%23%3E%0D%0APREFIX+tcgaclin%3A%3Chttp%3A%2F%2Fpurl.org%2Ftcga%2Fclin%23%3E%0D%0APREFIX+tcgaclinProp%3A%3Chttp%3A%2F%2Fpurl.org%2Ftcga%2Fclin%23property%2F%3E%0D%0ASELECT+%3FpatientId+%3FtumorTissueSite+%3FageAtInitialDiagnosis+%3Fgender+%3Frace+%3FvitalStatus%0D%0AWHERE+%7B%0D%0A++SERVICE+%3Chttp%3A%2F%2Fagalpha.mathbiol.org%3A10035%2Frepositories%2Ftcga%3E+%7B%0D%0A++++%3Ffile+tcga%3Aplatform+%3Fplatform+.%0D%0A++++%3Fplatform+rdfs%3Alabel+%22mda_rppa_core%22+.%0D%0A++++%3Ffile+tcga%3AdiseaseStudy+%3FdiseaseStudy+.%0D%0A++++%3FdiseaseStudy+rdfs%3Alabel+%22gbm%22+.%0D%0A++++%3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package atmmachine; | |
import java.util.Date; | |
import java.util.Scanner; | |
/** | |
* | |
* @author Madai | |
*/ | |
public class AtmMachine { | |
private int id; |