@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:spi a ;
rdfs:label "When talking about biodiversity data, licenses with a non-commercial clause generally inhibit data reuse.";
;
;
;
;
.
}
sub:provenance {
sub:activity a ;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0001-9488-1870, orcid:0000-0002-2186-5033, orcid:0000-0002-8083-6048 .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "Unfortunately, in science and education, knowledge and data are often intermingled with copyrighted expressions of the same. Many publishers establish barriers to knowledge sharing by asserting copyright on non-copyrightable plain or formal expressions of that knowledge. In the area of biodiversity, often dealing with textually expressed data or data expressed in images, this is a major obstacle.";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwi1YMnpV5z/0oMXyFYDKS5cirQQWTMZ/jbglmVY1gl3YAgrkqsQUmgaxA/ho+VV8jsfREIL8PT2czbmCjGjMJoNaKVqJq1GoIUV9+Kj9yXxNySyDAOTDsIM0zdj1BEu5uNbtfzwQPGuhVpgLR05Uk/meCyYLPs3BxC5zRbtulmwIDAQAB";
npx:hasSignature "pqWZhyfzNdZhmUc6gaCbmq2GWJb4R/pWwk4rMvlOn35Nx9y44fsz9zGWDyEEVg0frXq6EOsd5Umyq5YY1BIHFJBjiOKUaVmtxU+MuyCuTCbLp3s1k+hYl7ocAl40F5SOMfcY+Dqxte1rNQM5rmVQJa9wJ+mmKejz7Cs+Bm9xsD8=";
npx:hasSignatureTarget this: .
this: dct:created "2021-11-30T21:54:51.835+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-8083-6048;
npx:introduces sub:spi;
npx:supersedes ;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}