ISSUE-77: RSAPrivateKey missing from cert.n3
RSAPrivateKey in cert.n3
RSAPrivateKey missing from cert.n3
- State:
- RAISED
- Product:
- WebID-authn-TLS-spec
- Raised by:
- Melvin Carvalho
- Opened on:
- 2013-03-19
- Description:
- I think I have found a bug in the cert ontology at
 
 http://www.w3.org/ns/auth/cert.n3
 
 :privateExponent
 rdfs:domain :RSAPrivateKey;
 
 Is used yet :RSAPrivateKey is nowhere defined
 
 The correction should be:
 
 :RSAPrivateKey a owl:Class;
 rdfs:label "RSA Private Key"@en;
 rdfs:isDefinedBy <cert#>;
 rdfs:subClassOf :PrivateKey, :RSAKey;
 vs:term_status "unstable";
 rdfs:seeAlso <http://en.wikipedia.org/wiki/RSA>;
 rdfs:comment """
 The RSA private key. Padded message m are encrypted by applying the function
 modulus(power(m,exponent),modulus)
 """@en .
 
 
- Related Actions Items:
- No related actions
- Related emails:
- Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-21)
- Re: bug in cert.n3 (from henry.story@bblfish.net on 2013-03-21)
- Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-21)
- Re: bug in cert.n3 (from henry.story@bblfish.net on 2013-03-19)
- Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
- Re: bug in cert.n3 (from henry.story@bblfish.net on 2013-03-19)
- Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
- Re: bug in cert.n3 (from Mo.McRoberts@bbc.co.uk on 2013-03-19)
- Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
- bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
- WebID-ISSUE-77 (RSAPrivateKey in cert.n3): RSAPrivateKey missing from cert.n3 [WebID-authn-TLS-spec] (from sysbot+tracker@w3.org on 2013-03-19)
 
Related notes:
No additional notes.
Display change log