forked from nodeSolidServer/node-solid-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch-4-final.ttl
More file actions
29 lines (28 loc) · 810 Bytes
/
patch-4-final.ttl
File metadata and controls
29 lines (28 loc) · 810 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
26
27
28
29
@prefix schema: <http://schema.org/>.
@prefix profile: <http://ogp.me/ns/profile#>.
@prefix ex: <http://example.org/vocab#>.
<#>
ex:preferredLanguages
( "en" "fr" );
profile:first_name
"Tim";
profile:last_name
"Berners-Lee";
schema:alternateName
"TimBL";
schema:performerIn
[ schema:name
"F2F5 - Linked Data Platform";
schema:url
<https://www.w3.org/2012/ldp/wiki/F2F5>;
a schema:Event ],
[ schema:name
"TED 2009";
schema:startDate
"2009-02-04";
schema:url
<http://conferences.ted.com/TED2009/>;
a schema:Event ];
schema:workLocation
[ schema:name "W3C/MIT" ];
a schema:Person.