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:
  1. Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-21)
  2. Re: bug in cert.n3 (from henry.story@bblfish.net on 2013-03-21)
  3. Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-21)
  4. Re: bug in cert.n3 (from henry.story@bblfish.net on 2013-03-19)
  5. Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
  6. Re: bug in cert.n3 (from henry.story@bblfish.net on 2013-03-19)
  7. Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
  8. Re: bug in cert.n3 (from Mo.McRoberts@bbc.co.uk on 2013-03-19)
  9. Re: bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
  10. bug in cert.n3 (from melvincarvalho@gmail.com on 2013-03-19)
  11. 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 ATOM feed


Henry Story <Henry.Story@bblfish.net>, Chair, Dominique Hazaƫl-Massieux <dom@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 77.html,v 1.1 2019/12/03 13:25:20 carcone Exp $