@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix owl: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix skos: .
@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:detection-of-holes-with-global-optimization-techniques-and-parameter-identification-techniques
a owl:Class;
rdfs:label "detection of holes with global optimization techniques and parameter identification techniques";
rdfs:subClassOf ;
skos:definition "Detection of holes in a plate with global optimization and parameter identification techniques." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
npx:hasSignature "SngdCAqlRES2JtatmJ0r/GvEFCwQXFuhTEgjCn5n37DYrNxrY+Bk5mgc3HmvvIw/VOZQwbXeq1skizCKwEdShPnbJckIHIBhCaYnCcqsGk1LZ6hO312MLqzA6bKvhT5s9yL+uBuGCbIu2fVuqvJWPFR3V2rTEG7HGBebe3Otb9s=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-02-15T16:20:50.044+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-7114-6459;
npx:introduces sub:detection-of-holes-with-global-optimization-techniques-and-parameter-identification-techniques;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}