File tree 2 files changed +47
-32
lines changed
2 files changed +47
-32
lines changed Original file line number Diff line number Diff line change
1
+ # positions.txt
2
+
3
+ ## Add Column
4
+
5
+ ## Add Node/Literal
6
+
7
+ ## PyTransforms
8
+ #### _ position_uri_
9
+ From column: _ position_type_
10
+ ``` python
11
+ return " http://vivo.columbia.edu/individual/position-" + getValue(" UID" )+ " _" + getValue(" org_ID" )+ " _" + getValue(" position_type" ).replace(" " ," _" )
12
+
13
+ ```
14
+
15
+ #### _ person_uri_
16
+ From column: _ UID_
17
+ ``` python
18
+ return " http://vivo.columbia.edu/individual/nperson-" + getValue(" UID" )
19
+ ```
20
+
21
+ #### _ org_ID_uri_
22
+ From column: _ org_ID_
23
+ ``` python
24
+ return " http://vivo.columbia.edu/individual/n" + getValue(" org_ID" )
25
+ ```
26
+
27
+
28
+ ## Selections
29
+
30
+ ## Semantic Types
31
+ | Column | Property | Class |
32
+ | ----- | -------- | ----- |
33
+ | _ UID_ | ` vlocal:UID ` | ` vivo:FacultyMember1 ` |
34
+ | _ job_title_ | ` vivo:hrJobTitle ` | ` vivo:FacultyMember1 ` |
35
+ | _ org_ID_ | ` vlocal:DepartmentID ` | ` vivo:AcademicDepartment1 ` |
36
+ | _ org_ID_uri_ | ` uri ` | ` vivo:AcademicDepartment1 ` |
37
+ | _ org_name_ | ` rdfs:label ` | ` vivo:AcademicDepartment1 ` |
38
+ | _ person_uri_ | ` uri ` | ` vivo:FacultyMember1 ` |
39
+ | _ position_type_ | ` rdfs:label ` | ` vivo:FacultyPosition1 ` |
40
+ | _ position_uri_ | ` uri ` | ` vivo:FacultyPosition1 ` |
41
+
42
+
43
+ ## Links
44
+ | From | Property | To |
45
+ | --- | -------- | ---|
46
+ | ` vivo:FacultyPosition1 ` | ` vivo:relates ` | ` vivo:AcademicDepartment1 ` |
47
+ | ` vivo:FacultyPosition1 ` | ` vivo:relates ` | ` vivo:FacultyMember1 ` |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments