Add notes for 2019-07-22

This commit is contained in:
Alan Orth 2019-07-22 15:54:32 +03:00
parent 8b4159c943
commit 38394ed782
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
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: -->

View File

@ -21,7 +21,7 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-07/" />
<meta property="article:published_time" content="2019-07-01T12:13:51&#43;03:00"/>
<meta property="article:modified_time" content="2019-07-19T10:50:29&#43;03:00"/>
<meta property="article:modified_time" content="2019-07-20T18:24:48&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="July, 2019"/>
@ -47,9 +47,9 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
"@type": "BlogPosting",
"headline": "July, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
"wordCount": "1842",
"wordCount": "1906",
"datePublished": "2019-07-01T12:13:51\x2b03:00",
"dateModified": "2019-07-19T10:50:29\x2b03:00",
"dateModified": "2019-07-20T18:24:48\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -496,6 +496,29 @@ Please see the DSpace documentation for assistance.
</ul></li>
</ul>
<h2 id="2019-07-22">2019-07-22</h2>
<ul>
<li><p>Raise an <a href="https://github.com/AgriculturalSemantics/cg-core/issues/8">issue on CG Core v2 spec regarding country and region coverage</a></p>
<ul>
<li><p>The current standard has them implemented as a class like this:</p>
<pre><code>&lt;dct:coverage&gt;
&lt;dct:spatial&gt;
&lt;type&gt;Country&lt;/type&gt;
&lt;dct:identifier&gt;http://sws.geonames.org/192950&lt;/dct:identifier&gt;
&lt;rdfs:label&gt;Kenya&lt;/rdfs:label&gt;
&lt;/dct:spatial&gt;
&lt;/dct:coverage&gt;
</code></pre></li>
</ul></li>
<li><p>I left a note saying that DSpace is technically limited to a flat schema so we use <code>cg.coverage.country: Kenya</code></p></li>
<li><p>Do a little more work on CG Core v2 in the input forms</p></li>
</ul>
<!-- vim: set sw=2 ts=2: -->

View File

@ -4,30 +4,30 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
<lastmod>2019-07-20T18:24:48+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
<lastmod>2019-07-20T18:24:48+03:00</lastmod>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
<lastmod>2019-07-20T18:24:48+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
<lastmod>2019-07-20T18:24:48+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2019-07-19T10:50:29+03:00</lastmod>
<lastmod>2019-07-20T18:24:48+03:00</lastmod>
<priority>0</priority>
</url>