@@ -778,6 +778,23 @@ export default {
778
778
"noTextEditing" : "true" ,
779
779
"heading" : "General"
780
780
} ,
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
+ } ,
781
798
"https://purl.org/ctdlasn/terms/listID" : {
782
799
"@id" : "https://purl.org/ctdlasn/terms/listID" ,
783
800
"@type" : [ "http://www.w3.org/2000/01/rdf-schema#Property" ] ,
@@ -1377,6 +1394,7 @@ export default {
1377
1394
"https://purl.org/ctdlasn/terms/isVersionOf" ,
1378
1395
"https://purl.org/ctdlasn/terms/comprisedOf" ,
1379
1396
"https://purl.org/ctdlasn/terms/educationLevelType" ,
1397
+ "https://purl.org/ctdlasn/terms/publicationStatusType" ,
1380
1398
"https://purl.org/ctdlasn/terms/derivedFrom" ,
1381
1399
"https://purl.org/ctdlasn/terms/alignFrom" ,
1382
1400
"https://purl.org/ctdlasn/terms/alignTo" ,
0 commit comments