[[PageOutline]] = Allie = http://allie.dbcls.jp == RDF/Turtle example == {{{ . . . "pmid:2731637" . . . . . "Muscular dysgenesis" . . . . . . . . "MDG" . }}} == Data file size and storage == == SPARQL endpoint == http://beta.dbcls.jp/4store/allie/sparql/ Test query at http://beta.dbcls.jp/4store/allie/test/ == Sample queries == Long forms of a short form "SPF". {{{ PREFIX rdf: PREFIX rdfs: SELECT ?long_form WHERE { ?short rdfs:label "SPF" . ?short ?long. ?long rdfs:label ?long_form . } LIMIT 10 }}}