-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jsonld
29 lines (29 loc) · 932 Bytes
/
index.jsonld
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
[
{
"@context": "http://schema.org",
"@type": "Person",
"url": "http://zschoenb.github.io/home/",
"name": "Zachary Schoenberger",
"jobTitle": "Metadata Analyst",
"worksFor": {
"@context": "http://schema.org",
"@type": "Organization",
"name": "University of Alberta",
"url": "http://library.ualberta.ca"
},
"email" : "mailto:[email protected]",
"sameAs": [
"https://twitter.com/zschoenb",
"https://www.linkedin.com/in/zacksonline/",
"http://github.com/zschoenb",
"https://orcid.org/0000-0003-4007-260X"
]
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://zschoenb.github.io/home/",
"name": "Zachary Schoenberger",
"license" : "http://creativecommons.org/licenses/by/4.0/"
}
]