forked from jobdataexchange/Data-Modeling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjdxTerms-2018-09-17.json
1011 lines (1010 loc) · 48.6 KB
/
jdxTerms-2018-09-17.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@context": {"jdx": "http://jobdescriptionexchange.org/terms/jdxcontext.json"},
"@graph": [
{
"@type": "rdf:Class",
"@id": "schema:AnnotatedDefinedTerm",
"rdfs:label": {"en-US": "Annotated Defined Term"},
"rdfs:comment": {"en-US": "A word, name, acronym, phrase, etc. with a formal definition."},
"schema:description": {"en-US": "Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term."}
},
{
"@type": "rdf:Class",
"@id": "schema:ContactPoint",
"rdfs:label": {"en-US": "Contact Point"},
"rdfs:comment": {"en-US": "A contact point—for example, a Customer Complaints department."}
},
{
"@type": "rdf:Class",
"@id": "jdx:Education",
"rdfs:label": {"en-US": "Education"},
"rdfs:comment": {"en-US": "Acquired knowledge, skills, values, beliefs and habits through systematic instruction and study, typically at a school or university."}
},
{
"@type": "rdf:Class",
"@id": "jdx:Experience",
"rdfs:label": {"en-US": "Experience"},
"rdfs:comment": {"en-US": "Entity describing past individual performance confirming or supporting qualification to engage in defined activities, perform certain tasks or to assume certain responsibilities."}
},
{
"@type": "rdf:Class",
"@id": "schema:GeoCoordinates",
"rdfs:label": {"en-US": "Geo Coordinates"},
"rdfs:comment": {"en-US": "Geographic coordinates of a place or event."}
},
{
"@type": "rdf:Class",
"@id": "jdx:JobAnalysis",
"rdfs:label": {"en-US": "Job Analysis"},
"rdfs:comment": {"en-US": "Entity providing documentation of a systematic study of a job position that identifies important work responsibilities and tasks and the knowledge, skills, and other qualifications needed to successfully perform those responsibilities and tasks."}
},
{
"@type": "rdf:Class",
"@id": "jdx:JobCompetencyProfile",
"rdfs:label": {"en-US": "Job Competency Profiles"},
"rdfs:comment": {"en-US": "Entity listing major work tasks, knowledge, skills, and abilities requirements for carrying out those work tasks based on a job analysis that engages subject matter experts in defining and validating the importance, frequency, or other types of weightings of the enumerated competencies."}
},
{
"@type": "rdf:Class",
"@id": "jdx:JobPositionDescription",
"rdfs:label": {"en-US": "Job Posiiton Description"},
"rdfs:comment": {"en-US": "Entity providing a statement of a job position generally including the formal job title, duties, purpose, responsibilities, scope, reporting relationships and working conditions along with the knowledge, skills, abilities, education, qualifications, experience and other requirements for performing the job."}
},
{
"@type": "rdf:Class",
"@id": "jdx:JobPositionOpening",
"rdfs:label": {"en-US": "Job Position Opening"},
"rdfs:comment": {"en-US": "Entity describing an unfilled job position that has been formally approved for filling; usually triggered by an aithorization to a supervising/hiring manager to increase the number of positions or fill a position opened by people leaving."}
},
{
"@type": "rdf:Class",
"@id": "jdx:License",
"rdfs:label": {"en-US": "License"},
"rdfs:comment": {"en-US": "(HR Open) Authoritative permission to hold a certain status or to do certain things, e.g. to practise some trade or profession."},
"dct:description": {"en-US": "OED license: (a) A formal, usually a printed or written permission from a constituted authority to do something. (b) The document embodying such a permission."}
},
{
"@type": "rdf:Class",
"@id": "schema:MonetaryAmount",
"rdfs:label": {"en-US": "A monetary value or range."},
"rdfs:comment": {"en-US": "This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. "}
},
{
"@type": "rdf:Class",
"@id": "schema:Organization",
"rdfs:label": {"en-US": "Organization"},
"rdfs:comment": {"en-US": "An organization such as a school, NGO, corporation, club, etc."}
},
{
"@type": "rdf:Class",
"@id": "schema:Person",
"rdfs:label": {"en-US": "Person"},
"rdfs:comment": {"en-US": "A person (alive, dead, undead, or fictional)."}
},
{
"@type": "rdf:Class",
"@id": "schema:Place",
"rdfs:label": {"en-US": "schema:Place"},
"rdfs:comment": {"en-US": "Entities that have a somewhat fixed, physical extension."}
},
{
"@type": "rdf:Class",
"@id": "schema:PostalAddress",
"rdfs:label": {"en-US": "Postal Address"},
"rdfs:comment": {"en-US": "The mailing address."}
},
{
"@type": "rdf:Class",
"@id": "schema:PostingInstruction",
"rdfs:label": {"en-US": "Posting Instruction"},
"rdfs:comment": {"en-US": "The mailing address."}
},
{
"@type": "rdf:Class",
"@id": "schema:QuantitativeValueDistribution",
"rdfs:label": {"en-US": "Quantitative Value Distribution"},
"rdfs:comment": {"en-US": "A statistical distribution of values."}
},
{
"@type": "rdf:Class",
"@id": "jdx:ScaleAnnotation",
"rdfs:label": {"en-US": "Scale Annotation"},
"rdfs:comment": {"en-US": "Entity for identifying and applying a defined scale or rating to another entity."},
"dct:description": {"en-US": "For example, applying an importance scale to a competency."}
},
{
"@type": "rdf:Property",
"@id": "jdx:abilityType",
"rdfs:label": {"en-US": "Ability Type"},
"rdfs:comment": {"en-US": "An aptitude, capacity or power to act physically, socially, mentally, legally, or morally at a level suitable to the work context."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": "USE VALUE FROM: ability type concept scheme"
},
{
"@type": "rdf:Property",
"@id": "jdx:acquisitionDiffulty",
"rdfs:label": {"en-US": "Acquisition Difficulty"},
"rdfs:comment": {"en-US": "A rating or score representing the difficulty of the particular competency to acquire."},
"rdfs:domain": "jdx:ScaleAnnotation",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "jdx:activityType",
"rdfs:label": {"en-US": "Activity Type"},
"rdfs:comment": {"en-US": "Activities asssociated with the job."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: activity type concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "schema:address",
"rdfs:label": {"en-US": "Address"},
"rdfs:comment": {"en-US": "Physical address of the item."},
"rdfs:domain": ["schema:Place", "schema:Organization"],
"rdfs:range": "schema:PostalAddress"
},
{
"@type": "rdf:Property",
"@id": "schema:addressCountry",
"rdfs:label": {"en-US": "Address Country"},
"rdfs:comment": {"en-US": "The country. For example, USA."},
"dct:description": "You can also provide the two-letter ISO 3166-1 alpha-2 country code.",
"rdfs:domain": "schema:PostalAddress",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:addressLocality",
"rdfs:label": {"en-US": "Address Locality"},
"rdfs:comment": {"en-US": "The locality. For example, Mountain View."},
"rdfs:domain": "schema:PostalAddress",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:addressRegion",
"rdfs:label": {"en-US": "Address Region"},
"rdfs:comment": {"en-US": "The region. For example, CA."},
"rdfs:domain": "schema:PostalAddress",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:annotation",
"rdfs:label": {"en-US": "Annotation"},
"rdfs:comment": {"en-US": "Entity providing qualifying notations including application of scale annotations and other weights to concepts and competencies identified through AnnotatedDefinedTerm."},
"rdfs:domain": "jdx:AnnotatedDefinedTerm",
"rdfs:range": "jdx:ScaleAnnotation"
},
{
"@type": "rdf:Property",
"@id": "jdx:applicationCloseDate",
"rdfs:label": {"en-US": "Application Close Date"},
"rdfs:comment": {"en-US": "Closing date for accepting applications."},
"rdfs:domain": "jdx:PostingInstruction",
"rdfs:range": "xsd:dateTime"
},
{
"@type": "rdf:Property",
"@id": "jdx:applicationContact",
"rdfs:label": {"en-US": "Application Contact"},
"rdfs:comment": {"en-US": "A job position contact point for a person or organization."},
"rdfs:domain": "jdx:PostingInstruction",
"rdfs:range": "schema:ContactPoint"
},
{
"@type": "rdf:Property",
"@id": "jdx:applicationInstructions",
"rdfs:label": {"en-US": "ApplicationInstructions"},
"rdfs:comment": {"en-US": "Narrative instructions for applying for this position."},
"rdfs:domain": "jdx:PostingInstruction",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "jdx:applicationLocation",
"rdfs:label": {"en-US": "Application Location"},
"rdfs:comment": {"en-US": "The physical location where applications can be submitted."},
"rdfs:domain": "schema:PostingInstruction",
"rdfs:range": "schema:Place"
},
{
"@type": "rdf:Property",
"@id": "jdx:assessmentMethod",
"rdfs:label": {"en-US": "Assessment Method"},
"rdfs:comment": {"en-US": "Type of method used to conduct an assessment; select from an existing enumeration of such types."},
"rdfs:domain": "jdx:ScaleAnnotation",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: Concept scheme such as http://purl.org/ctdl/terms/AssessmentMethod" }
},
{
"@type": "rdf:Property",
"@id": "jdx:attitudeType",
"rdfs:label": {"en-US": "Attitude Type"},
"rdfs:comment": {"en-US": "Attitudes and ways of thinking necessary to successful performance of the job."},
"rdfs:domain": "jdx:jobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: attitude type concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "schema:baseSalary",
"rdfs:label": {"en-US": "Base Salary"},
"rdfs:comment": {"en-US": "The base salary of the job or of an employee in an EmployeeRole."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "schema:MonetaryAmount"
},
{
"@type": "rdf:Property",
"@id": "jdx:careerLevelType",
"rdfs:label": {"en-US": "Career Level"},
"rdfs:comment": {"en-US": "(HR Open) A code classifying the level of a candidate based on career experience."},
"dct:description": {"en-US": "(HR Open) This may vary by jurisdiction or systems. e.g. Student, Entry Level, Recent Graduate, Mid-Career, Manager, Experienced Non-Manager, Senior Executive, etc."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "DefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: career level type concept scheme (e.g., HR CareerLevelCodeList)"}
},
{
"@type": "rdf:Property",
"@id": "schema:contactPoint",
"rdfs:label": {"en-US": "Contact Point"},
"rdfs:comment": {"en-US": "A contact point for a person or organization."},
"rdfs:domain": ["schema:Organization", "jdx:PostingInstruction"],
"rdfs:range": "schema:ContactPoint"
},
{
"@type": "rdf:Property",
"@id": "schema:contactType",
"rdfs:label": {"en-US": "Contact Type"},
"rdfs:comment": {"en-US": "Specification of the type of contact point"},
"rdfs:domain": "schema:ContactPoint",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: contact type concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "schema:datePosted",
"rdfs:label": {"en-US": "Date Posted"},
"rdfs:comment": {"en-US": "Publication date for the job posting."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "xsd:dateTime"
},
{
"@type": "rdf:Property",
"@id": "schema:department",
"rdfs:label": {"en-US": "Department"},
"rdfs:comment": {"en-US": "A relationship between an organization and a department of that organization"},
"rdfs:domain": "Organization",
"rdfs:range": "Organization"
},
{
"@type": "rdf:Property",
"@id": "schema:description",
"rdfs:label": {"en-US": "Description"},
"rdfs:comment": {"en-US": "A description of the item."},
"rdfs:domain": ["jdx:AnnotatedDefinedTerm", "jdx:Education", "jdx:Experience", "jdx:JobAnalysis", "jdx:JobCompetencyProfile", "jdx:JobPositionDescription", "jdx:JobPositionOpening", "jdx:License", "schema:MonetaryAmount", "jdx:ScaleAnnotation"],
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "jdx:distributionChannel",
"rdfs:label": {"en-US": "Distribution Channel"},
"rdfs:comment": {"en-US": "Identifies a job board or media channel associated with a job posting."},
"rdfs:domain": "JobPositionDescription",
"rdfs:range": "xsd:anyURI"
},
{
"@type": "rdf:Property",
"@id": "schema:duns",
"rdfs:label": {"en-US": "DUNS"},
"rdfs:comment": {"en-US": "Dun & Bradstreet DUNS number for identifying an organization or business person."},
"rdfs:domain": "Organization",
"rdfs:range": "xsd:string",
"owl:equivalentProperty": "http://purl.org/ctdl/terms/duns"
},
{
"@type": "rdf:Property",
"@id": "schema:duration",
"rdfs:label": {"en-US": "Duration"},
"rdfs:comment": {"en-US": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."},
"rdfs:domain": "jdx:License",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:educationLevel",
"rdfs:label": {"en-US": "Education Level"},
"rdfs:comment": {"en-US": "A word or phrase identifying the location of the person in terms of his or her progression through an education or training context."},
"rdfs:domain": "jdx:Education",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:educationLevelType",
"rdfs:label": {"en-US": "Education Level Type"},
"rdfs:comment": {"en-US": "A concept identifying the location of the person in terms of his or her progression through an education or training context."},
"rdfs:domain": ["jdx:Education", "jdx:JobMaster"],
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: https://hrOpen...codelist/IscedCodeList/"}
},
{
"@type": "rdf:Property",
"@id": "schema:educationRequirement",
"rdfs:label": {"en-US": "Education Requirement"},
"rdfs:comment": {"en-US": "Educational background needed for the position or Occupation."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:Education"
},
{
"@type": "rdf:Property",
"@id": "schema:email",
"rdfs:label": {"en-US": "Email"},
"rdfs:comment": {"en-US": "Email address."},
"rdfs:domain": ["Organization", "ContactPoint"],
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:employmentType",
"rdfs:label": {"en-US": "Employment Type"},
"rdfs:comment": {"en-US": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: an employment type concept scheme."}
},
{
"@type": "rdf:Property",
"@id": "jdx:employmentUnit",
"rdfs:label": {"en-US": "Employment Type"},
"rdfs:comment": {"en-US": "Department or unit of the employer where the employee reports and/or in which the job is to be performed."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": ["Organization", "Department"]
},
{
"@type": "rdf:Property",
"@id": "schema:estimatedSalary",
"rdfs:label": {"en-US": "Estimated Salary"},
"rdfs:comment": {"en-US": "A property describing the estimated salary for a job posting based on a variety of variables including, but not limited to industry, job title, and location."},
"dct:description": {"en-US": "The estimated salary is usually computed by outside organizations and therefore the hiring organization is not bound to this estimated salary."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "schema:QualityValueDistribution"
},
{
"@type": "rdf:Property",
"@id": "jdx:evidence",
"rdfs:label": {"en-US": "Evidence"},
"rdfs:comment": {"en-US": "The referenced artifact or performance confirming or supporting an assertion."},
"rdfs:domain": ["jdx:Education", "jdx:Experience", "jdx:License"],
"rdfs:range": "xsd:anyURI"
},
{
"@type": "rdf:Property",
"@id": "jdx:evidenceType",
"rdfs:label": {"en-US": "Evidence"},
"rdfs:comment": {"en-US": "The type of referenced artifact or performance confirming or supporting an assertion."},
"rdfs:domain": ["jdx:Education", "jdx:Experience", "jdx:ScaleAnnotation"],
"rdfs:range": "DefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: evidence type concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "schema:experienceRequirement",
"rdfs:label": {"en-US": "Experience Requirement"},
"rdfs:comment": {"en-US": "Description of the experience needed for the position or Occupation."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:Experience"
},
{
"@type": "rdf:Property",
"@id": "schema:experienceType",
"rdfs:label": {"en-US": "Experience Type"},
"rdfs:comment": {"en-US": "Category of experience needed for the position or Occupation."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "DefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: experience type concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "schema:faxNumber",
"rdfs:label": {"en-US": "Fax Number"},
"rdfs:comment": {"en-US": "The fax number."},
"rdfs:domain": ["Place", "Organization", "ContactPoint"],
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:fein",
"rdfs:label": {"en-US": "FEIN"},
"rdfs:comment": {"en-US": "Federal Employer Identification Number (FEIN) identifying organizations, persons, states, government agencies, corporations, and companies."},
"rdfs:domain": "Organization",
"rdfs:range": "xsd:string",
"owl:equivalentProperty": "http://purl.org/ctdl/terms/fein"
},
{
"@type": "rdf:Property",
"@id": "jdx:formattedDescription",
"rdfs:label": {"en-US": "Formatted Description"},
"rdfs:comment": {"en-US": "The descriptions for the job position. The descriptions may support HTML or other markup."},
"dct:description": "The [formatted] description should be a complete representation of the job, including job responsibilities, qualifications, skills, working hours, education requirements, and experience requirements.",
"rdfs:domain": ["jdx:JobPositionOpening"],
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:geo",
"rdfs:label": {"en-US": "Geo Coordinates"},
"rdfs:comment": {"en-US": "The geo coordinates of the place."},
"rdfs:domain": ["schema:Organization", "schema:Place"],
"rdfs:range": "GeoCoordinates"
},
{
"@type": "rdf:Property",
"@id": "jdx:hasCompetencyProfile",
"rdfs:label": {"en-US": "Competency Profile"},
"rdfs:comment": {"en-US": "Entity describing a job competency profile based on this job analysis"},
"rdfs:domain": "jdx:JobAnalysis",
"rdfs:range": "jdx:JobCompetencyProfile"
},
{
"@type": "rdf:Property",
"@id": "jdx:hasJobAnalysis",
"rdfs:label": {"en-US": "Job Analysis"},
"rdfs:comment": {"en-US": "Job analysis entity on which this job competency profile is based."},
"rdfs:domain": "jdx:JobCompetencyProfile",
"rdfs:range": "jdx:JobAnalysis"
},
{
"@type": "rdf:Property",
"@id": "jdx:hasPositionDescription",
"rdfs:label": {"en-US": "Job Position Description"},
"rdfs:comment": {"en-US": "Job position description entity partially based on this entity."},
"rdfs:domain": ["jdx:JobAnalysis", "jdx:JobCompetencyProfile"],
"rdfs:range": "jdx:JobPositionDescription"
},
{
"@type": "rdf:Property",
"@id": "jdx:hasPositionOpening",
"rdfs:label": {"en-US": "Job Position Opening"},
"rdfs:comment": {"en-US": "Entity describing a job posiiton opening based on this job position description."},
"rdfs:domain": "jdx:JobPositionDescription",
"rdfs:range": "jdx:JobPositionOpening"
},
{
"@type": "rdf:Property",
"@id": "jdx:hasPostingInstructions",
"rdfs:label": {"en-US": "Posting Instructions"},
"rdfs:comment": {"en-US": "Entity providing instructions for posting a job position opening to a job board or media channel and for submission of applications."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:PostingInstruction"
},
{
"@type": "rdf:Property",
"@id": "schema:hiringOrganization",
"rdfs:label": {"en-US": "Hiring Organization"},
"rdfs:comment": {"en-US": "Organization offering the job position."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "schema:Organization"
},
{
"@type": "rdf:Property",
"@id": "jdx:immediateStartIndicator",
"rdfs:label": {"en-US": "Immediate Start Indicator"},
"rdfs:comment": {"en-US": "An indicator as to whether a position is available for an immediate start."},
"rdfs:domain": "jdx:jobPositionOpening",
"rdfs:range": "xsd:Boolean"
},
{
"@type": "rdf:Property",
"@id": "schema:incentiveCompensation",
"rdfs:label": {"en-US": "Incentive Compensation"},
"rdfs:comment": {"en-US": "Description of bonus and commission compensation aspects of the job."},
"rdfs:domain": "jdx:JobPostingOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:inDefinedTermSet",
"rdfs:label": {"en-US": "Term Set"},
"rdfs:comment": {"en-US": "A defined term set that contains this term."},
"rdfs:domain": "jdx:AnnotatedDefinedTerm",
"rdfs:range": "jdx:AnnotatedDefinedTermSet"
},
{
"@type": "rdf:Property",
"@id": "schema:industryType",
"rdfs:label": {"en-US": "Industry"},
"rdfs:comment": {"en-US": "The industry associated with the job position."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: industry type concept scheme" }
},
{
"@type": "rdf:Property",
"@id": "schema:inLanguage",
"rdfs:label": {"en-US": "Language"},
"rdfs:comment": {"en-US": "The language of the content or performance or used in an action."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "xsd:language"
},
{
"@type": "rdf:Property",
"@id": "jdx:intervalCode",
"rdfs:label": {"en-US": "Interval Code"},
"rdfs:comment": {"en-US": "(HR) An interval of time or other basis used to express a rate of pay or remuneration."},
"rdfs:domain": "schema:MonetaryAmount",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:isicV4",
"rdfs:label": {"en-US": "SIC Code"},
"rdfs:comment": {"en-US": "International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:issuer",
"rdfs:label": {"en-US": "Issuer"},
"rdfs:comment": {"en-US": "Entity providing verification of the existance and validty of the entity being described."},
"rdfs:domain": ["jdx:Experience", "jdx:Education", "jdx:License"],
"rdfs:range": "schema:Organization"
},
{
"@type": "rdf:Property",
"@id": "schema:jobBenefit",
"rdfs:label": {"en-US": "Job Benefit"},
"rdfs:comment": {"en-US": "Description of benefits associated with the job."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:jobLocation",
"rdfs:label": {"en-US": "Job Location"},
"rdfs:comment": {"en-US": "A (typically single) geographic location associated with the job position."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "schema:Place"
},
{
"@type": "rdf:Property",
"@id": "jdx:knowledgeType",
"rdfs:label": {"en-US": "Knowledge"},
"rdfs:comment": {"en-US": "Theoretical or practical understanding of a subject."},
"dct:description": {"en-US": "Frequently treated as an aspect of the notion of \"competency\" along with skills and abilities."},
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: a competency framework"}
},
{
"@type": "rdf:Property",
"@id": "schema:latitude",
"rdfs:label": {"en-US": "Latitude"},
"rdfs:comment": {"en-US": "The latitude of a location. For example 37.42242."},
"rdfs:domain": "schema:GeoCoordinates",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:legalName",
"rdfs:label": {"en-US": "Legal Name"},
"rdfs:comment": {"en-US": "The official name of the organization, e.g. the registered company name."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:leiCode",
"rdfs:label": {"en-US": "LEI Code"},
"rdfs:comment": {"en-US": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:levelCode",
"rdfs:label": {"en-US": "Level Code"},
"rdfs:comment": {"en-US": "Level of experience required."},
"rdfs:domain": "jdx:Experience",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: a level code concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "jdx:licenseRequirement",
"rdfs:label": {"en-US": "License Requirement"},
"rdfs:comment": {"en-US": "Description of license(s) needed for the position or occupation."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:License"
},
{
"@type": "rdf:Property",
"@id": "jdx:licenseType",
"rdfs:label": {"en-US": "License Type"},
"rdfs:comment": {"en-US": "Type of license selected from a concept scheme of types."},
"rdfs:domain": "jdx:License",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: a license type concept scheme" }
},
{
"@type": "rdf:Property",
"@id": "schema:logo",
"rdfs:label": {"en-US": "Logo"},
"rdfs:comment": {"en-US": "An associated logo."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "schema:image"
},
{
"@type": "rdf:Property",
"@id": "schema:longitude",
"rdfs:label": {"en-US": "Longitude"},
"rdfs:comment": {"en-US": "The longitude of a location. For example -122.08585."},
"rdfs:domain": "schema:GeoCoordinates",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:maxValue",
"rdfs:label": {"en-US": "Maximum Value"},
"rdfs:comment": {"en-US": "The upper value of some characteristic or property."},
"rdfs:domain": "schema:MonetaryAmount",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:median",
"rdfs:label": {"en-US": "Median"},
"rdfs:comment": {"en-US": "The median value."},
"dct:description": "Value or quantity lying at the midpoint of a frequency distribution of observed values or quantities.",
"rdfs:domain": "schema:QualitativeValueDistribution",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:minValue",
"rdfs:label": {"en-US": "Minimum Value"},
"rdfs:comment": {"en-US": "The lower value of some characteristic or property."},
"rdfs:domain": "schema:MonetaryAmount",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:naics",
"rdfs:label": {"en-US": "NAICS"},
"rdfs:comment": {"en-US": "The North American Industry Classification System (NAICS) code for a particular organization or business person.."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:name",
"rdfs:label": {"en-US": "Name"},
"rdfs:comment": {"en-US": "The name of the item."},
"rdfs:domain": ["jdx:AnnotatedDefinedTerm", "jdx:License", "schema:Place", "schema:PostalAddress"],
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:numberOfEmployees",
"rdfs:label": {"en-US": "Number Of Employees"},
"rdfs:comment": {"en-US": "The number of employees in an organization e.g. business."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "xsd:integer"
},
{
"@type": "rdf:Property",
"@id": "schema:occupationCategory",
"rdfs:label": {"en-US": "Occupation Category"},
"rdfs:comment": {"en-US": "Category or categories describing the job."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: an occupation type concept scheme."}
},
{
"@type": "rdf:Property",
"@id": "schema:parentOrganization",
"rdfs:label": {"en-US": "Parent Organization"},
"rdfs:comment": {"en-US": "The larger organization that this organization is a subOrganization of, if any."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "schema:Organization"
},
{
"@type": "rdf:Property",
"@id": "schema:percentile10",
"rdfs:label": {"en-US": "10th Percentile"},
"rdfs:comment": {"en-US": "The 10th percentile value."},
"rdfs:domain": "schema:QualitativeValueDistribution",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:percentile25",
"rdfs:label": {"en-US": "25th Percentile"},
"rdfs:comment": {"en-US": "The 25th percentile value."},
"rdfs:domain": "schema:QualitativeValueDistribution",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:percentile75",
"rdfs:label": {"en-US": "75th Percentile"},
"rdfs:comment": {"en-US": "The 75th percentile value."},
"rdfs:domain": "schema:QualitativeValueDistribution",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:percentile90",
"rdfs:label": {"en-US": "90th Percentile"},
"rdfs:comment": {"en-US": "The 90th percentile value."},
"rdfs:domain": "schema:QualitativeValueDistribution",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "jdx:positionID",
"rdfs:label": {"en-US": "Position Identifier"},
"rdfs:comment": {"en-US": "(HR Open) The identifier for the position that maybe be used externally in an advertisement."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:positionScheduleType",
"rdfs:label": {"en-US": "Position ScheduleType"},
"rdfs:comment": {"en-US": "(HR Open) The working schedule of a position offered or a position sought."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: a position schedule type concept scheme; e.g. HR PositionScheduleTypeCodeList"}
},
{
"@type": "rdf:Property",
"@id": "schema:postalCode",
"rdfs:label": {"en-US": "Postal Code"},
"rdfs:comment": {"en-US": "The postal code. For example, 94043."},
"rdfs:domain": "schema:PostalAddress",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:postingEndDate",
"rdfs:label": {"en-US": "Posting End Date"},
"rdfs:comment": {"en-US": "End date (time) for the posting"},
"rdfs:domain": "jdx:PostingInstruction",
"rdfs:range": "xsd:dateTime"
},
{
"@type": "rdf:Property",
"@id": "jdx:postingRequestor",
"rdfs:label": {"en-US": "Posting Requestor"},
"rdfs:comment": {"en-US": "The agent requesting the posting."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "schema:Organization"
},
{
"@type": "rdf:Property",
"@id": "jdx:postingStartDate",
"rdfs:label": {"en-US": "Posting Start date"},
"rdfs:comment": {"en-US": "Start date (time) for the posting"},
"rdfs:domain": "jdx:PostingInstruction",
"rdfs:range": "xsd:dateTime"
},
{
"@type": "rdf:Property",
"@id": "jdx:preferredValue",
"rdfs:label": {"en-US": "Preferred Value"},
"rdfs:comment": {"en-US": "The preferred value of some characteristic or property."},
"rdfs:domain": "jdx:ScaleAnnotation",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "jdx:program",
"rdfs:label": {"en-US": "Program"},
"rdfs:comment": {"en-US": "Degree program of study."},
"rdfs:domain": "jdx:Education",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "jdx:programConcentration",
"rdfs:label": {"en-US": "Program Concentration"},
"rdfs:comment": {"en-US": "Focused plan of study within a college or university degree such as a concentration in Aerospace Engineering within an Engineering degree."},
"rdfs:domain": "jdx:Education",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "jdx:provider",
"rdfs:label": {"en-US": "Provider"},
"rdfs:comment": {"en-US": "Agent who provides unverified evidence that supports the agent's assertion of qualification for a job position; e.g., submission of a résumé by a person."},
"rdfs:domain": "rdfs:Resource",
"rdfs:range": "schema:Person"
},
{
"@type": "rdf:Property",
"@id": "schema:qualificationSummary",
"rdfs:label": {"en-US": "Qualification Summary"},
"rdfs:comment": {"en-US": "Narrative description of a person's qualifications for a position"},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:requiredAtHiring",
"rdfs:label": {"en-US": "Required At Hiring"},
"rdfs:comment": {"en-US": "Whether or not a particular requirement is expected at the time of hiring or may be subsequently obtained."},
"rdfs:domain": "jdx:ScaleAnnotation",
"rdfs:range": "xsd:boolean"
},
{
"@type": "rdf:Property",
"@id": "schema:requiredValue",
"rdfs:label": {"en-US": "Required Value"},
"rdfs:comment": {"en-US": "The required value of some characteristic or property."},
"rdfs:domain": "jdx:ScaleAnnotation",
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "schema:responsibility",
"rdfs:label": {"en-US": "Responsibility"},
"rdfs:comment": {"en-US": "Responsibilities associated with this role or Occupation."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:salaryCurrency",
"rdfs:label": {"en-US": "Salary Currency"},
"rdfs:comment": {"en-US": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee."},
"rdfs:domain": ["schema:QualitativeValueDistribution", "schema:MonetaryAmount"],
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "schema:sameAs",
"rdfs:label": {"en-US": "Same As"},
"rdfs:comment": {"en-US": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "xsd:anyURI"
},
{
"@type": "rdf:Property",
"@id": "jdx:scaleType",
"rdfs:label": {"en-US": "Scale Type"},
"rdfs:comment": {"en-US": "Type or category of scale or weighting to be applied to a specific competency (knowledge, skill, ability), task, responsibility, interest etc."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "Where logically applicable, previously defined scales can be applied to a range of previously defined controlled concepts and competencies."}
},
{
"@type": "rdf:Property",
"@id": "schema:skillType",
"rdfs:label": {"en-US": "Skill Type"},
"rdfs:comment": {"en-US": "Skills required to fulfill this role."},
"dct:description": {"en-US": "Wikipedia: A skill is the ability to carry out a task with determined results often within a given amount of time, energy, or both."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm"
},
{
"@type": "rdf:Property",
"@id": "schema:specialCommitment",
"rdfs:label": {"en-US": "Special Commitment"},
"rdfs:comment": {"en-US": "Any special commitments associated with this job posting."},
"dct:description": {"en-US": "Valid entries include VeteranCommit, MilitarySpouseCommit, etc."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:streetAddress",
"rdfs:label": {"en-US": "Street Address"},
"rdfs:comment": {"en-US": "The street address. For example, 1600 Amphitheatre Pkwy."},
"rdfs:domain": "schema:PostalAddress",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:subOrganization",
"rdfs:label": {"en-US": "Sub-Organization"},
"rdfs:comment": {"en-US": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary."},
"rdfs:domain": "schema:Organization",
"rdfs:range": "schema:Organization",
"skos:note": {"en-US": "See also: the more specific 'department' property."}
},
{
"@type": "rdf:Property",
"@id": "jdx:taskType",
"rdfs:label": {"en-US": "Task"},
"rdfs:comment": {"en-US": "A piece or unit of work to be done or undertaken and accomplished within a defined period of time or by a deadline."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: a task type concept scheme"}
},
{
"@type": "rdf:Property",
"@id": "jdx:technologyType",
"rdfs:label": {"en-US": "Technology Type"},
"rdfs:comment": {"en-US": "Tool, application or other form of technology that requires knowledge, skill and ability to use effectively in executing the tasks and responsibilities of the job."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "jdx:AnnotatedDefinedTerm",
"skos:note": {"en-US": "USE VALUE FROM: tool and technology type of concept schemes"}
},
{
"@type": "rdf:Property",
"@id": "schema:telephone",
"rdfs:label": {"en-US": "Telephone"},
"rdfs:comment": {"en-US": "The title of the job."},
"rdfs:domain": ["schema:Place", "schema:ContactPoint"],
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:termCode",
"rdfs:label": {"en-US": "Term Code"},
"rdfs:comment": {"en-US": "A code that identifies this DefinedTerm within a DefinedTermSet"},
"rdfs:domain": "jdx:AnnotatedDefinedTerm",
"rdfs:range": "xsd:string"
},
{
"@type": "rdf:Property",
"@id": "jdx:termDefined",
"rdfs:label": {"en-US": "Term Defined"},
"rdfs:comment": {"en-US": "Concept or competency node in a ConceptScheme or CompetencyFramework."},
"rdfs:domain": "jdx:AnnotatedDefinedTerm",
"rdfs:range": ["skos:Concept", "ceasn:Competency"]
},
{
"@type": "rdf:Property",
"@id": "schema:title",
"rdfs:label": {"en-US": "Title"},
"rdfs:comment": {"en-US": "The title of the job."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:travelRequirement",
"rdfs:label": {"en-US": "Travel Requirement"},
"rdfs:comment": {"en-US": "Information about any required travel."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "rdf:langString"
},
{
"@type": "rdf:Property",
"@id": "schema:validThrough",
"rdfs:label": {"en-US": "Valid Through"},
"rdfs:comment": {"en-US": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."},
"rdfs:domain": "jdx:JobPositionOpening",
"rdfs:range": "xsd:dateTime"
},
{
"@type": "rdf:Property",
"@id": "schema:value",
"rdfs:label": {"en-US": "Value"},
"rdfs:comment": {"en-US": "The value of the quantitative value or property value node."},
"rdfs:domain": ["jdx:ScaleAnnotation", "schema:MonetaryAmount"],
"rdfs:range": "xsd:float"
},
{
"@type": "rdf:Property",
"@id": "jdx:workLanguage",
"rdfs:label": {"en-US": "Work Language"},
"rdfs:comment": {"en-US": "(HR) Information on the work languages used for the job or position opening."},
"schema:description": {"en-US": "Languages that an employee is expected to speak, read and understand in order to successful perform in the position"},
"rdfs:domain": "jdx:JonPositionOpening",
"rdfs:range": "xsd:language"