@prefix cert: <http://www.w3.org/ns/auth/cert#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.

<https://localhost:8443/card#me>
	cert:key [ a cert:RSAPublicKey;
		cert:exponent 65537;
		cert:modulus "abc"^^<http://www.w3.org/2001/XMLSchema#hexBinary>
	].