Changes between Version 72 and Version 73 of rdfstore
- Timestamp:
- 10/30/12 22:19:45 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rdfstore
v72 v73 126 126 * More... 127 127 128 === Review of UWA Developer patch ===128 === Brief Review of UWA Developer patch === 129 129 130 130 ==== XML2RDF and RDF2XML ==== … … 147 147 ==== Other Java Changes ==== 148 148 149 I 149 Minor: to include DataManagerRDF calls in DataManager and provide init info from GeoNetwork.java - fine. 150 150 151 151 ==== Implications for wider adoption of RDF Store and Encoding in GeoNetwork ==== 152 153 Profile support in ISO19115 mapping: introduce additional rdf namespaces/concepts?154 152 155 153 Speed of RDF triple stores versus Lucene? Free text search in Apache JENA RDF triple store/sparql queries is supported by using Lucene to help - see LARQ sub-project: http://jena.apache.org/documentation/larq/index.html 156 154 157 155 Spatial searching: At present we do mixed spatial and textual searches for OGC CSW query support by filtering Lucene searches with query results from spatial database via !GeoTools. How would this work in SPARQL? OGC GeoSPARQL would be part of the approach here I suppose: http://code.google.com/p/geospatialweb/ How mature is the GeoSPARQL implementation for Apache JENA or OpenRDF-sesame? (see links section: these projects don't look like they are mainstream parts of RDF frameworks yet?). Also, we use !GeoTools to parse the OGC filter language - how would this be converted to a GeoSPARQL query? (hmm). 158 159 156 160 157 Relationship to DCAT proposal? This implementation already turns metadata records into RDF so that external semantic web/linked data services can obtain RDF from !GeoNetwork. Do we need more RDF? … … 165 162 166 163 RDF mappings for other standards? Probably most popular standards will have projects in place or ongoing to do mappings to RDF (eg. dublin core), however some of the more substantial ISO efforts (ISO19110, ISO19135 and others) are less likely to have these so could be a fair body of work to do these (that said, some of the metadata standards have some concepts mapped to ISO19115 so could be reasonably straightforward to use that mapping to the RDF for ISO19115). 167 168 ?169 164 170 165 === New libraries added ===