Skip to content

Commit

Permalink
Changed ex 7 and 8 - turn manuscrips into dataset/database
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoAlbertoni committed May 5, 2021
1 parent d28ca80 commit 20fb9d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dcat/index.html
Expand Up @@ -535,12 +535,12 @@ <h3>Classifying dataset types</h3>
<pre class="nohighlight turtle">
:dataset-001
rdf:type dcat:Dataset ;
dcterms:type &lt;http://purl.org/dc/dcmitype/Text&gt; ;
dcterms:type &lt;http://purl.org/dc/dcmitype/Dataset&gt; ;
.

:dataset-001
rdf:type dcat:Dataset ;
dcterms:type &lt;http://id.loc.gov/vocabulary/marcgt/man&gt; ;
dcterms:type &lt;http://id.loc.gov/vocabulary/marcgt/dtb&gt; ;
.</pre>
</aside>

Expand All @@ -552,19 +552,19 @@ <h3>Classifying dataset types</h3>
<pre class="nohighlight turtle">
:dataset-001
rdf:type dcat:Dataset ;
dcterms:type &lt;http://purl.org/dc/dcmitype/Text&gt; ;
dcterms:type &lt;http://id.loc.gov/vocabulary/marcgt/man&gt; ;
dcterms:type &lt;http://registry.it.csiro.au/def/datacite/resourceType/Text&gt; ;
dcterms:type &lt;http://registry.it.csiro.au/def/re3data/contentType/doc&gt; ;
dcterms:type &lt;http://purl.org/dc/dcmitype/Dataset&gt; ;
dcterms:type &lt;http://id.loc.gov/vocabulary/marcgt/dtb&gt; ;
dcterms:type &lt;http://registry.it.csiro.au/def/datacite/resourceType/Dataset&gt; ;
dcterms:type &lt;http://registry.it.csiro.au/def/re3data/contentType/database&gt; ;
.

&lt;http://registry.it.csiro.au/def/datacite/resourceType/Text&gt;
rdfs:label "Text"@en ;
&lt;http://registry.it.csiro.au/def/datacite/resourceType/Dataset&gt;
rdfs:label "Dataset"@en ;
dcterms:source "DataCite resource types"@en ;
.

&lt;http://registry.it.csiro.au/def/re3data/contentType/doc&gt;
rdfs:label "Standard office documents"@en ;
&lt;http://registry.it.csiro.au/def/re3data/contentType/database&gt;
rdfs:label "Database"@en ;
dcterms:source "Re3data content types"@en ;
.</pre>
</aside>
Expand Down

0 comments on commit 20fb9d2

Please sign in to comment.