@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:comment a , ,
, ;
"I agree with the way the class was defined and commend the author for linking it to a parent Wikidata class (gene expression). The only thing I would change is the uppercase 'and' within the class identifier between the two gene names.";
"1";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-8083-6048 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwi1YMnpV5z/0oMXyFYDKS5cirQQWTMZ/jbglmVY1gl3YAgrkqsQUmgaxA/ho+VV8jsfREIL8PT2czbmCjGjMJoNaKVqJq1GoIUV9+Kj9yXxNySyDAOTDsIM0zdj1BEu5uNbtfzwQPGuhVpgLR05Uk/meCyYLPs3BxC5zRbtulmwIDAQAB";
npx:hasSignature "XTDLfsxkV7Sosqbnq/vA3NbNjMzUy3Ro8tLP1aNhV1MojpgJfFy1o5f3c4nQYGs3OT85zNO9X11leThn1EJY1q6OIwcQT1uW+uYioz9TyXtZq3l2PXa51Jh0I/ClYTHxqDhsBBm3sD7x0tu2TMKVGPbe1BZByd68zOJDFo1gaIs=";
npx:hasSignatureTarget this: .
this: dct:created "2021-08-17T13:39:37.943+03:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-8083-6048;
ns1:wasCreatedFromProvenanceTemplate ;
ns1:wasCreatedFromPubinfoTemplate ;
ns1:wasCreatedFromTemplate .
}