RDF Representation of a X.509 SSL Client Certificate

The following RDF fragment is generated from the SSL Client Certificate presented to the server based on the following ontologies
Adding this fragment to your FOAF file is one of the steps for implementing the FOAF + SSL protocol as outlined by Henry Story.
Please use the following secure uri. https://foaf.me/RDF_Representation_of_a_X.509_Client_Certificate.php to display your Client Certificate in RDF here.

"; } print "
";
	printrdf('');
    print "
"; printrdf(' xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
'; // print ' xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
'; print ' xmlns:cert="http://www.w3.org/ns/auth/cert#"
'; print ' xmlns:rsa="http://www.w3.org/ns/auth/rsa#">'; print "


"; printrdf(''); print "
"; $foaffile = ($subjectAltName[URI])?$subjectAltName[URI]:'TYPE YOUR WEBID HERE'; printrdf(' '); print "
"; printrdf(' '); print "
"; printrdf(' '); print "
"; printrdf('
'); print "

"; printrdf(''); print "
"; ?>