Changes between Version 76 and Version 77 of rdfstore
- Timestamp:
- 10/31/12 02:08:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rdfstore
v76 v77 16 16 * the Lucene index and query syntax is used for searching 17 17 18 The essence of this proposal is to change this process as follows:18 The essence of this proposal is to change or add an alternative to this as follows: 19 19 * transform the metadata record into RDF (resource description framework) facts when it is ingested by !GeoNetwork 20 20 * store the RDF facts in an RDF store … … 123 123 * UWA patch already converts ISO19115/19139 to RDF and stores in RDF store: any issues with the patch need to be addressed (see section below) 124 124 * Extend RDF mapping to profiles of ISO and then to those standards that already have an RDF mapping (harmonize with OWL mapping by Simon Cox?) 125 * Implement and test searching using SPARQL/GeoSPARQL on RDF store 125 * Implement and test searching using SPARQL/GeoSPARQL on RDF store - could be done by: adding an RDFSearcher subclass to MetaSearcher (this would complement LuceneSearcher and Z3950Searcher) and (perhaps) subclassing SearchManager into LuceneSearchManager and RDFSearchManager. (CatalogSearcher is a problem as it is not a subclass of MetaSearcher - sigh). 126 126 * More... 127 127