@prefix dcterms: .
@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 "Licenses with a non-commercial clause generally inhibit re-use of biodiversity data.";
;
;
;
;
.
}
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 "FIgRefqSunECIG9KljbO+Tnb8M2urUKrtGrs+5dB9GgXAXXwAXfE6r/S1Q/ZQn2RoZBkA8tBGqBHSsjnKx63ugHoc8v6Mbhfs5YHzZ5A0Rvn5cWdKVuRy7Xq3Dg0xeo12hViKX2CDyMAZmvhipHmxozSjSgwgMd3wq8WmWse28E=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-28T10:26:39.753+03:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-8083-6048;
npx:introduces sub:spi;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}