@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix pc: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
rdfs:comment "knowledge representation is crucial for allowing autonomous robots to perform human tasks" .
orcid:0000-0002-5347-5750 pc:hasRead .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-5347-5750 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXnB09bd18NL78/FDK893fw/mIyVfWvVTg4EkwFx5Z4h7vRHzYItdE1NUudacJhSEs9kaOWNuprk1RevwiaO+6Lhq8wVW+eaoPywUeA+BpM6ZzYc6rGvnZIS6/AUZJmBfZJmFNjsrTGlKd3WTraqnWCJt4Es0zgZRj0YvUNrDkbQIDAQAB";
npx:hasSignature "k16aFjPzyLsOJxDcK3T5dvXYDvEwbRqUYlTZHDnbuTrXD5aRgBmreKeD8MMO8YvTVVZDEwyA4SNsFYkqVD3svhoCsrAHXPYh27B+QeHag5x15n4981z6aTtt26e+HWKFlgStzNbK0tqwIGeMB75guEp4HCobPE9MAZg3WGfnanA=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-02T11:34:30.139+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-5347-5750;
nt:wasCreatedFromTemplate .
}