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:
@ -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+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-07-19T10:50:29+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-07-20T18:24:48+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><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>
|
||||
</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: -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user