mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-07-22
This commit is contained in:
@ -316,4 +316,22 @@ $ dspace user --add --givenname Lionelle --surname Samnick --email blah@blah.com
|
||||
- Language field should be lowercase like "en", and it is using the wrong multiple value separator, and has some invalid values
|
||||
- What is the cg.identifier.url2 field? You should probably add those as cg.link.reference
|
||||
|
||||
## 2019-07-22
|
||||
|
||||
- Raise an [issue on CG Core v2 spec regarding country and region coverage](https://github.com/AgriculturalSemantics/cg-core/issues/8)
|
||||
- The current standard has them implemented as a class like this:
|
||||
|
||||
```
|
||||
<dct:coverage>
|
||||
<dct:spatial>
|
||||
<type>Country</type>
|
||||
<dct:identifier>http://sws.geonames.org/192950</dct:identifier>
|
||||
<rdfs:label>Kenya</rdfs:label>
|
||||
</dct:spatial>
|
||||
</dct:coverage>
|
||||
```
|
||||
|
||||
- I left a note saying that DSpace is technically limited to a flat schema so we use `cg.coverage.country: Kenya`
|
||||
- Do a little more work on CG Core v2 in the input forms
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user