mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2019-07-22
This commit is contained in:
parent
8b4159c943
commit
38394ed782
@ -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
|
- 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
|
- 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: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -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:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-07/" />
|
<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: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:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="July, 2019"/>
|
<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",
|
"@type": "BlogPosting",
|
||||||
"headline": "July, 2019",
|
"headline": "July, 2019",
|
||||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
|
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
|
||||||
"wordCount": "1842",
|
"wordCount": "1906",
|
||||||
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
"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": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -496,6 +496,29 @@ Please see the DSpace documentation for assistance.
|
|||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</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: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,30 +4,30 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
|
<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>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<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>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user