{"queryCatalog":[{"queryID":"all_books","queryDescription":"","queryCode":"PREFIX rdfs: \nPREFIX xml: \nPREFIX : \nPREFIX xsd: \nPREFIX rdf: \nPREFIX owl: \n\nselect ?x where {?x a :Book}","constructResultsRDFSyntax":"TURTLE","construct":false},{"queryID":"special_editions","queryDescription":"","queryCode":"PREFIX rdfs: \nPREFIX xml: \nPREFIX : \nPREFIX xsd: \nPREFIX rdf: \nPREFIX owl: \n\nselect ?bk_title ?ath_name ?ed_number ?edr_name\nwhere { \t?ath a :Author. \n \t\t?ath :name ?ath_name. \n \t\t?bk :writtenBy ?ath.\n ?bk :title ?bk_title.\n ?bk :hasEdition ?ed.\n ?ed a :SpecialEdition.\n ?ed :editionNumber ?ed_number. \n ?ed :editedBy ?edr.\n ?edr :name ?edr_name}","constructResultsRDFSyntax":"TURTLE","construct":false},{"queryID":"economic_editions","queryDescription":"","queryCode":"PREFIX rdfs: \nPREFIX xml: \nPREFIX : \nPREFIX xsd: \nPREFIX rdf: \nPREFIX owl: \n\nSELECT ?x \nWHERE {?x a :EconomicEdition }","constructResultsRDFSyntax":"TURTLE","construct":false}]}