Changes between Version 43 and Version 44 of rdfstore
- Timestamp:
- 10/29/12 05:52:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rdfstore
v43 v44 81 81 Object Identifiers: One of the stated key advantages of RDF is that objects are identified once and then reused. In the work done to date, I can see that Responsible Parties are assigned identifiers based on the name of the responsible person . Presumably the RDF store would refuse to ingest the same responsible party if it was repeated in another record. But there are a few problems with this approach: 82 82 - Name of responsible party may not be present (it's optional) or may be hidden 83 - The RDF URI is hardcoded to use a CSIRO URL - probably should be GeoNetwork or some other URL 83 - The RDF URI is hardcoded to use a CSIRO URL - probably should be GeoNetwork or some other URL 84 - Not sure that the SKOS elements are encoded correctly? 84 85 Perhaps the object identifier could be derived from an md5sum on the content of the object or it may use the XLink URL if the fragment being processed is XLinked. 85 86