Add notes for 2019-07-22

This commit is contained in:
2019-07-22 15:54:32 +03:00
parent 8b4159c943
commit 38394ed782
3 changed files with 49 additions and 8 deletions

View File

@ -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: -->