Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoyle authored Sep 10, 2024
1 parent b895989 commit 7beed56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/example1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
dct:creator _:b2 ;
dct:creator _:b3 ;
dct:publisher _:b4 ;
dct:type <http://purl.org/coar/resource_type/c_2df8fbb1> ;
dct:type <https://purl.org/coar/resource_type/c_6501> ;
dct:type <http://purl.org/coar/resource_type/c_2df8fbb1> ; # research article
dct:type <https://purl.org/coar/resource_type/c_6501> ; # journal article
dct:date "2020-01-20" ;
schema:funding _:b5 ;
dct:identifier <https://spiral.imperial.ac.uk/handle/10044/1/76123> ;
dct:rights <https://purl.org/coar/access_right/c_abf2> ;
dct:rights <https://purl.org/coar/access_right/c_abf2> ; # open access
dct:license <https://creativecommons.org/licenses/by-nc-nd/4.0> ;
dct:format <https://www.iana.org/assignments/media-types/application/pdf>
.
Expand Down

0 comments on commit 7beed56

Please sign in to comment.