Skip to content

Commit

Permalink
Merge pull request #1339 from cassproject/ce-1295b
Browse files Browse the repository at this point in the history
Update type for collectionType
  • Loading branch information
gloverkari authored Nov 10, 2023
2 parents 85bebac + 98e42c1 commit 094f22e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/mixins/ctdlasnProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,13 +598,13 @@ export default {
"http://www.w3.org/2000/01/rdf-schema#comment":
[{"@language": "en", "@value": "Type of collection, list, array, or other grouping of resources; select from an existing enumeration of such types. Concept scheme: Collection Category."}],
"options": [
{display: "ETPL", val: "ETPL"},
{display: "GIBill", val: "GIBill"},
{display: "IndustryRecognized", val: "IndustryRecognized"},
{display: "Perkins", val: "Perkins"},
{display: "PromiseScholarship", val: "PromiseScholarship"},
{display: "Quality", val: "Quality"},
{display: "StateApprovedPostsecondary", val: "StateApprovedPostsecondary"}
{display: "ETPL", val: "https://credreg.net/ctdl/vocabs/collectionCategory/ETPL"},
{display: "GIBill", val: "https://credreg.net/ctdl/vocabs/collectionCategory/GIBill"},
{display: "IndustryRecognized", val: "https://credreg.net/ctdl/vocabs/collectionCategory/IndustryRecognized"},
{display: "Perkins", val: "https://credreg.net/ctdl/vocabs/collectionCategory/Perkins"},
{display: "PromiseScholarship", val: "https://credreg.net/ctdl/vocabs/collectionCategory/PromiseScholarship"},
{display: "Quality", val: "https://credreg.net/ctdl/vocabs/collectionCategory/Quality"},
{display: "StateApprovedPostsecondary", val: "https://credreg.net/ctdl/vocabs/collectionCategory/StateApprovedPostsecondary"}
],
"http://www.w3.org/2000/01/rdf-schema#label": [{"@language": "en", "@value": "Collection Type"}],
"heading": "General"
Expand Down

0 comments on commit 094f22e

Please sign in to comment.