summaryrefslogtreecommitdiff
path: root/me
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-01-29 12:05:27 +0100
committerJonas Smedegaard <dr@jones.dk>2018-01-29 12:05:27 +0100
commit2e960a238f0cb64e44d46c2a2d738f467cdb4f50 (patch)
tree34d6256745e372be50739c5bed26910a25277ef9 /me
parent0158efdd39dbacbc5dc0646b0a35f14982833b15 (diff)
Restructure and replace WebID hints.
Diffstat (limited to 'me')
-rw-r--r--me/index.ttl18
1 files changed, 6 insertions, 12 deletions
diff --git a/me/index.ttl b/me/index.ttl
index 459e5cc..1849335 100644
--- a/me/index.ttl
+++ b/me/index.ttl
@@ -19,7 +19,6 @@
@prefix lang: <http://purl.org/net/inkel/rdf/schemas/lang/1.1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rel: <http://purl.org/vocab/relationship/> .
-@prefix rsa: <http://www.w3.org/ns/auth/rsa#> .
@prefix state: <http://www.daml.ri.cmu.edu/ont/State.daml#> .
@prefix trust: <http://trust.mindswap.org/ont/trust.owl#> .
@prefix usstate: <http://www.daml.ri.cmu.edu/ont/USRegionState.daml#> .
@@ -202,6 +201,12 @@ dbpedia:Linux
bio:olb "Jonas Smedegaard is a freelance systems administrator and developer working with resource sharing within and between organisations, mostly schools and NGOs; designing systems both intuitive to use, strictly based on open standards, and purely built from Free Software.", "Jonas Smedegaard er selvstændig systemadministrator og udvikler med resourcedeling mellem organisationer som speciale, mest skoler og NGOer; designer systemer som er både intuitive at bruge, baseret udelukkende på åbne standarder, og bygget alene med Fri Software."@da ;
a foaf:Person ;
rdfs:seeAlso <facebook/#me>, <linkedin>, <presence/#me> ;
+ cert:key [
+ a cert:RSAPublicKey ;
+ cert:identity :me ;
+ cert:exponent 65537 ;
+ cert:modulus "c66aefe1853019570751c9cd45deede0133539e5b9c45045b156ce1057e3a19e292517ae36382801a2714a615cfa66a8687ccdb753c4fd1d868c28d71a8135b285bcf4a9b4e1b9558caaf6b8eb4995a1d996c29e09739faba85c2f7144ab44fa829b9ec6df51a8107587187107fa4d9ed489b7be9d1f8a523e8470c308a9fe79"^^<http://www.w3.org/2001/XMLSchema#hexBinary>
+ ] ;
contact:home [
contact:address [
contact:city "Holbæk" ;
@@ -615,14 +620,3 @@ usstate:NY
[]
a wot:PubKey ;
wot:pubkeyAddress <index.rdf_sig.pgp> .
-
-[]
- a rsa:RSAPublicKey ;
- cert:identity :me ;
- rsa:modulus [
- cert:hex "f37ff8c4c76b7cfbcb325e8cf26338d1f7fc9327806fb03a1755aae657bb64cf6e65d1eb55c6674ef3caf58c4cdc798d8882eb0788e5373152364f8a3c083203af85a641ff347b10645f865b5010960da4a0c1952096fe05599a6e9d8e2e04f5adcd88c74ce1394f0ef0134293be471846f76e5916add9bf84caf92c96df0d81"
- ] ;
- rsa:public_exponent [
- cert:decimal "65537"
- ] .
-