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

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