Skip to content

Commit

Permalink
Revise Example 8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-perego committed May 15, 2022
1 parent 7c92178 commit ae3056d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,12 +560,12 @@ <h3>Classifying dataset types</h3>

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

&lt;http://registry.it.csiro.au/def/re3data/contentType/database&gt;
rdfs:label "Database"@en ;
dc:source "Re3data content types"@en ;
dcterms:source [ rdfs:label "Re3data content types"@en ] ;
.</pre>
</aside>

Expand Down

0 comments on commit ae3056d

Please sign in to comment.