PREFIX owl: PREFIX xsd: PREFIX rdfs: PREFIX rdf: PREFIX foaf: PREFIX dc: PREFIX : PREFIX dbpedia2: PREFIX dbpedia: PREFIX skos: SELECT ?fungi ?name ?hymeniumtype ?wikipage ?capshape ?howedible ?sporeprintcolor ?ecologicaltype ?stipecharacter WHERE { ?fungi dbpedia2:name ?name . ?fungi dbpedia2:hymeniumtype ?hymeniumtype . ?fungi dbpedia2:capshape ?capshape . ?fungi dbpedia2:howedible ?howedible . ?fungi dbpedia2:sporeprintcolor ?sporeprintcolor . ?fungi foaf:page ?wikipage . ?fungi dbpedia2:ecologicaltype ?ecologicaltype . ?fungi dbpedia2:stipecharacter ?stipecharacter . ?fungi dbpedia2:regnum . } ORDER BY ?name