SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

SPARQL Get all sequences #3

Closed michael13162 closed 6 years ago

michael13162 commented 6 years ago

PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# PREFIX dcterms: http://purl.org/dc/terms/ PREFIX dc: http://purl.org/dc/elements/1.1/ PREFIX sbh: http://wiki.synbiohub.org/wiki/Terms/synbiohub# PREFIX prov: http://www.w3.org/ns/prov# PREFIX sbol: http://sbols.org/v2# PREFIX xsd: http://www.w3.org/2001/XMLSchema# PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# PREFIX purl: http://purl.obolibrary.org/obo/

select ?s ?o where { ?s a sbol:ComponentDefinition . ?s sbol:sequence ?seq . ?seq a sbol:Sequence . ?seq sbol:elements ?o . }