adiwg-mdcodes 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +1 -1
- data/package.json +1 -1
- data/resources/adiwg_namespace.yml +8 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2234c19c3daf94bfdd3bb4b8be231da2a45f270
|
|
4
|
+
data.tar.gz: 748870ce439720fc03791d5c42fe2f703cf2ee07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b816d007176514a1edefde2b8d01718020a9beb624f7362bf4cd5a23035e7ffa3df15bdd9a9359715cbab01218afc2555fe2eb5316e1f4a721425494098dcd40
|
|
7
|
+
data.tar.gz: ac4146692c4144b52deff5ce9b143ccec92af7ef77ba7fc68aa2390a1deefd7f2bcdec3e12b61690d5f2186368e470c548f87f8ed172c6298358952cfb8b6f4b
|
data/package.json
CHANGED
|
@@ -9,11 +9,12 @@ sourceName: "ADIwg_Namespace"
|
|
|
9
9
|
extensible: true
|
|
10
10
|
description: "frequently referenced namespaces"
|
|
11
11
|
codelist:
|
|
12
|
-
- {code: "info:ark/", codeName:
|
|
13
|
-
- {code: "info:doi/", codeName:
|
|
14
|
-
- {code: "urn:
|
|
15
|
-
- {code: "urn:
|
|
16
|
-
- {code: "urn:
|
|
12
|
+
- {code: "info:ark/", codeName: ARK, description: "Archival Resource Key"}
|
|
13
|
+
- {code: "info:doi/", codeName: DOI, description: "Digital Object Identifier"}
|
|
14
|
+
- {code: "urn:ogc:def:crs:EPSG", codeName: epsgCRS, description: "Coordinate reference system from European Petroleum Survey Group database"}
|
|
15
|
+
- {code: "urn:isan", codeName: ISAN, description: "International Standard Audiovisual Number"}
|
|
16
|
+
- {code: "urn:isbn", codeName: ISBN, description: "International Standard Book Number"}
|
|
17
|
+
- {code: "urn:ISSN", codeName: ISSN, description: "International Standard Serial Number"}
|
|
17
18
|
- {code: "gov.sciencebase.catalog", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."}
|
|
18
|
-
- {code: "itis.gov", codeName:
|
|
19
|
-
- {code: "urn:uuid", codeName:
|
|
19
|
+
- {code: "itis.gov", codeName: ITIS, description: "Integrated Taxonomic Information System"}
|
|
20
|
+
- {code: "urn:uuid", codeName: UUID, description: "Universally unique identifier"}
|