PREFIX : SELECT ?x WHERE { ?x a :Taxon . } limit 300 offset 100000 PREFIX : SELECT ?x WHERE { ?x a :Taxon . } limit 300 offset 200000 PREFIX : SELECT ?x WHERE { ?x a :Taxon . } limit 300 offset 300000 PREFIX : PREFIX rdfs: SELECT ?x ?y WHERE { ?x a :Taxon . ?x :scientificName ?y . ?x rdfs:subClassOf } PREFIX : SELECT ?protein WHERE { ?protein a :Protein . ?protein :mnemonic "A4_HUMAN" } PREFIX : PREFIX rdfs: PREFIX db: SELECT ?protein WHERE { ?protein a :Protein . ?protein rdfs:seeAlso ?db . ?db :database db:PDB } PREFIX : PREFIX skos: SELECT ?protein ?name WHERE { ?protein a :Protein . ?protein :recommendedName ?nameH . ?nameH :fullName ?name . ?protein :encodedBy ?gene . ?gene skos:prefLabel ?text . FILTER REGEX(?text, "DNA") } PREFIX : SELECT ?protein ?begin ?end WHERE { ?protein a :Protein . ?protein :annotation ?annotation . ?annotation a :Transmembrane_Annotation . ?annotation :range ?range . ?range :begin ?begin . ?range :end ?end } limit 200 offset 20000 PREFIX : SELECT ?protein ?begin ?end WHERE { ?protein a :Protein . ?protein :annotation ?annotation . ?annotation a :Transmembrane_Annotation . ?annotation :range ?range . ?range :begin ?begin . ?range :end ?end } limit 200 offset 30000 PREFIX : PREFIX rdfs: SELECT ?related WHERE { ?protein a :Protein . ?protein :classifiedWith . ?protein rdfs:seeAlso ?related } PREFIX : PREFIX rdfs: PREFIX skos: SELECT ?name ?text WHERE { ?protein a :Protein . ?protein :encodedBy ?gene . ?gene skos:prefLabel ?name . ?protein :organism . ?protein :annotation ?annotation . ?annotation a :Disease_Annotation . ?annotation rdfs:comment ?text } limit 300 PREFIX : PREFIX rdf: PREFIX rdfs: SELECT ?protein ?aa WHERE { ?protein a :Protein . ?protein :organism ?organism. ?organism rdfs:subClassOf . ?protein :sequence ?s . ?s rdf:value ?aa . } limit 200 PREFIX : SELECT ?protein ?x WHERE { ?protein a :Protein . ?protein :modified "2011-11-16". } limit 200