Skip to content

Commit

Permalink
#181 M1 - fix MRC version
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 28, 2024
1 parent 17800cd commit 7433736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ISOMetadataNamespace.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ setISOMetadataNamespaces <- function(version = "19139"){
),
#MRC
ISOMetadataNamespace$new(
id = "mrc", uri = "http://standards.iso.org/iso/19115/-3/mrc/1.0",
standard = data.frame(specification = "ISO/TS 19115-3:2023", schema = "ISO 19115-1:2014", title = "Metadata for Resource Content (MRC) Version: 1.0", stringsAsFactors = FALSE)
id = "mrc", uri = "http://standards.iso.org/iso/19115/-3/mrc/2.0",
standard = data.frame(specification = "ISO/TS 19115-3:2023", schema = "ISO 19115-1:2014", title = "Metadata for Resource Content (MRC) Version: 2.0", stringsAsFactors = FALSE)
),
#MRD
ISOMetadataNamespace$new(
Expand Down

0 comments on commit 7433736

Please sign in to comment.