Skip to content

Commit 5c97992

Browse files
authored
Update and rename positions-positions.tsv.md to position.md
1 parent 7eaaadf commit 5c97992

File tree

2 files changed

+47
-32
lines changed

2 files changed

+47
-32
lines changed

Reports/position.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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`|

Reports/positions-positions.tsv.md

-32
This file was deleted.

0 commit comments

Comments
 (0)