Semantic search in P2P networks
Posted
by Sneha
on Stack Overflow
See other posts from Stack Overflow
or by Sneha
Published on 2010-04-07T01:09:27Z
Indexed on
2010/04/07
1:13 UTC
Read the original article
Hit count: 408
hi, we are doing a project that involves semantic search in P2P networks. Basically we want to do a file searching/sharing mechanism that semantically relates files based on the data. we are using RDF to represent the files' metadata. We are stuck with the database part. every peer has a local repository that it uses to store metadata. how do we implement this store? please help..
© Stack Overflow or respective owner