-
Notifications
You must be signed in to change notification settings - Fork 0
/
myself.ttl
27 lines (23 loc) · 1.33 KB
/
myself.ttl
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
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://https://sites.google.com/view/andre-valdestilhas> a foaf:Person ;
foaf:name "Andre Valdestilhas" ;
foaf:nationality <https://dbpedia.org/resource/Brazilians> ;
schema:affiliation <https://dbpedia.org/resource/Vrije_Universiteit_Amsterdam> ;
schema:fieldOfStudy <https://dbpedia.org/resource/Semantic_Web> ;
schema:hasInterest "Teaching" ;
schema:hasInterest "Research" ;
schema:hasInterest "Playing guitar" ;
schema:workExperience <https://sites.google.com/view/andre-valdestilhas/htwk_experience> ;
schema:workExperience <https://sites.google.com/view/andre-valdestilhas/bam_experience> ;
schema:organizes <https://semats.aksw.org/> .
<https://sites.google.com/view/andre-valdestilhas/htwk_experience> a schema:WorkExperience ;
schema:jobTitle "Software Engineering Teacher" ;
schema:employer <https://www.htwk-leipzig.de/> .
<https://sites.google.com/view/andre-valdestilhas/bam_experience> a schema:WorkExperience ;
schema:jobTitle "Researcher" ;
schema:employer <http://bam.de> .
<https://semats.aksw.org/> a schema:Event ;
schema:name "SeMats Workshop" ;
schema:topic "Intersection of Semantic Web and Materials Science" .