@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@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 , ,
;
"Thank you for your review! While we agree that when it comes to legal issues a more concrete language should be used, our formalisation is of a statement which expresses an opinion rather than a legal fact. Licenses with a non-commercial clause do not inhibit reuse of biodiversity data because of legal reasons but as a consequence of the difficulty to reuse data.";
;
.
}
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 "G0y6NBqQtMp2UMm5bJjWQEDUFKPxxyTgDLNISDrjY1ZBVg9PSVNRyfZsk36Y0VlG9AuYZH07WECdHKpK5sPGT4uQNZUHkVwBHfBwt+q5snwSIl91Edsti9dJn2YnpF4y5Mr7U6UaBB8iQUtxyRIIfQVEXNzqXjUAI/IPcOQSIMw=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-28T10:35:56.141+03:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-8083-6048;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}