@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 "The cortex size of humans does not relate to their social group size";
;
;
;
;
.
}
sub:provenance {
sub:activity a ;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0002-0191-7211 .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "A cognitive limit on human group size cannot be derived in this manner.";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3cICbOHZ1ecuLOsgovKwUlFRRvNWNgBJxoXCFAYWtU2OK97i/SjoIaxFphg9tkv9WxOjtPqYJ4cuM0E76wxeRZ7VBMHBrBIyCAGTvAfESWVQZCDgulG46VjffEzXuRmqOka/C5Ur6beLijFPMtiWEg6I2Mbj8z9vuHPxReIu4JwIDAQAB";
npx:hasSignature "EXpFs+fW9xBJRV+mVQffHfGmzxEtSOcO1NblQ7BNpjeCc8h0/9QvU9YTgD2lohAc41RgXELCL8n3VwOBtdB7ESfkIJfN9CsDOy07t3U/RiY9q7t8d7tPM88O4ODdS51BvWinT/Sn7qCSsGLNiEUgfQGlFgc+ROxd077uj4g8Ekg=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-19T14:25:52.269+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-0191-7211;
npx:introduces sub:spi;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}