From: Chris B. <bi...@ze...> - 2006-01-26 09:34:14
|
Hi Charles, this sounds like a use case for RAP's dataset API which allows you to manipulate multiple models. See: http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/usingNamedGraph= s.h tm You could also use SPARQL to query across multiple Named Graphs: http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tutorial/usingtheSparqlE= ngi ne.htm Cheers, Chris --=20 Chris Bizer Freie Universit=E4t Berlin Phone: +49 30 838 54057 Mail: ch...@bi... Web: www.bizer.de > -----Urspr=FCngliche Nachricht----- > Von: rdf...@li... = [mailto:rdfapi-php- > int...@li...] Im Auftrag von Charles Nepote > Gesendet: Donnerstag, 26. Januar 2006 09:13 > An: rdf...@li... > Betreff: [Rdfapi-php-interest] Design of a semantic wiki web >=20 > Hi, >=20 > I am working on a semantic wiki (using RAP of course). >=20 > For a given wiki, should I use one model or many models in a db store > (one for each ontologie, for example) ? >=20 > I think one model is good because it is easy to manipulate (read, = write, > queries, and so on). >=20 > But my tool will be able to manage many wikis in a single installation > (with a different knowledge base for each wiki) : in that case, many > models should be better because the tool would be able to share some > ontologies between different wikis (the basic ontologies like RDF, = RDFS, > FOAF, and so on). But is it easy to manipulate a collection of models = ? >=20 > What do you think about that ? > What are the use cases of many models in a db store ? > Does that questions make sens ? >=20 > Charles Nepote. >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD = SPLUNK! > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=3D= 121642 > _______________________________________________ > Rdfapi-php-interest mailing list > Rdf...@li... > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest |