-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebid.ttl
17 lines (15 loc) · 1.06 KB
/
webid.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix rdfs: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<> a foaf:PersonalProfileDocument ;
foaf:maker <#this> ;
foaf:primaryTopic <#this> .
<#this> a foaf:Person ;
foaf:name "Gerald Wildenbeest";
cert:key [
a cert:RSAPublicKey;
rdfs:label "made on 16 August 2021 on my laptop";
cert:modulus "ABD90600C6883AA2B0913A4B476FDEC1FDF7FC127EB8BAC3CC601E08E25A32163CA35A33E68DE44D4AC414F109B2470D4B0D8D4F0CD559A477B2DE48FF2666435A93035AA4E1D7399167D52F264164725995B96B02CA5883BDBB156D9E4613122B8702727AE048AE6DA7DBD3360EA700C2050005C75D3B948067E9DA169ACC481E75EF58BF65D10E3A16203746E4E7BF76008949D3954D4AD45017DAC678F8F928FF8BF9CD830DC741025B292065E87FD7D0014F9C27DEB9A3F7D2C33EAB60208570C2F7CDEAAE0DEFD75434249D58F0B29A0CC12E414A713E45CB01129FE4B8383CBDA6AB08EBF7AA7A830E025DDF4E47A0047C4CB43B57551DFA3B26E91147"^^xsd:hexBinary;
cert:exponent "65537"^^xsd:nonNegativeInteger
] .