-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathccare.ttl
More file actions
25 lines (22 loc) · 771 Bytes
/
ccare.ttl
File metadata and controls
25 lines (22 loc) · 771 Bytes
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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
<#ccare>
a foaf:Person ;
foaf:name "Charles Philip Care" ;
foaf:title "Dr";
foaf:familyName "Care" ;
foaf:firstName "Charles" ;
foaf:nick "Charlie" ;
foaf:based_near [
rdfs:label "Earlsdon, Coventry";
a geo:Point;
geo:lat 52.397446;
geo:long -1.52811;
];
foaf:mbox <mailto:c.p.care@gmail.com> ;
foaf:homepage <http://www.warwick.ac.uk/go/ccare> ;
foaf:depiction <http://www2.warwick.ac.uk/fac/sci/dcs/people/research/csrbaf/ccare2.jpg> ;
.