@prefix dct: .
@prefix owl: .
@prefix skos: .
@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:relative-neocortex-size a owl:Class;
rdfs:label "Relative size of the neocortex";
skos:definition "This class signifies the weight or volume of a part of the brain called neocortex.";
skos:relatedMatch , .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-0191-7211 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3cICbOHZ1ecuLOsgovKwUlFRRvNWNgBJxoXCFAYWtU2OK97i/SjoIaxFphg9tkv9WxOjtPqYJ4cuM0E76wxeRZ7VBMHBrBIyCAGTvAfESWVQZCDgulG46VjffEzXuRmqOka/C5Ur6beLijFPMtiWEg6I2Mbj8z9vuHPxReIu4JwIDAQAB";
npx:hasSignature "NMWYJ3I459BEnN7NgKELsfNucMayG4MXMMjOrZm0h+g/5Mbu8vbLVhkSi5C9N+SGc67qW6YtdndVxrMS7qpWfzUTv+FzVOgydGqs30VKUC5F0TNBzvTnTNvT9Bq61oQ5cNIxUHef6/Mqte2auchZPLgY8yap3ImLEaNTWwdQpTM=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-19T14:07:44.194+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-0191-7211;
npx:introduces sub:relative-neocortex-size;
npx:supersedes ;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}