Skip to content

Commit af42443

Browse files
authored
Merge pull request #1208 from cassproject/ce-1202
Add PublicationStatusType to Competency.
2 parents 5ad2c8a + 0ecd46c commit af42443

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/mixins/ctdlasnProfile.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,23 @@ export default {
778778
"noTextEditing": "true",
779779
"heading": "General"
780780
},
781+
"https://purl.org/ctdlasn/terms/publicationStatusType": {
782+
"@id": "https://purl.org/ctdlasn/terms/publicationStatusType",
783+
"@type": ["http://www.w3.org/2000/01/rdf-schema#Property"],
784+
"http://schema.org/domainIncludes":
785+
[{"@id": "https://schema.cassproject.org/0.4/Competency"}],
786+
"http://schema.org/rangeIncludes": [{"@id": "http://schema.org/URL"}],
787+
"http://www.w3.org/2000/01/rdf-schema#comment":
788+
[{"@language": "en", "@value": "Publication status of the source competency. The original competency may be drafted, published, or depreciated outside of this system."}],
789+
"http://www.w3.org/2000/01/rdf-schema#label": [{"@language": "en", "@value": "Publication Status"}],
790+
"options": [
791+
{display: "Draft", val: "https://credreg.net/ctdlasn/vocabs/publicationStatus/Draft"},
792+
{display: "Published", val: "https://credreg.net/ctdlasn/vocabs/publicationStatus/Published"},
793+
{display: "Deprecated", val: "https://credreg.net/ctdlasn/vocabs/publicationStatus/Deprecated"}
794+
],
795+
"max": 1,
796+
"heading": "Context"
797+
},
781798
"https://purl.org/ctdlasn/terms/listID": {
782799
"@id": "https://purl.org/ctdlasn/terms/listID",
783800
"@type": ["http://www.w3.org/2000/01/rdf-schema#Property"],
@@ -1377,6 +1394,7 @@ export default {
13771394
"https://purl.org/ctdlasn/terms/isVersionOf",
13781395
"https://purl.org/ctdlasn/terms/comprisedOf",
13791396
"https://purl.org/ctdlasn/terms/educationLevelType",
1397+
"https://purl.org/ctdlasn/terms/publicationStatusType",
13801398
"https://purl.org/ctdlasn/terms/derivedFrom",
13811399
"https://purl.org/ctdlasn/terms/alignFrom",
13821400
"https://purl.org/ctdlasn/terms/alignTo",

0 commit comments

Comments
 (0)