@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:comment a , ,
;
"""I agree that this can be confusing. In response to a formalization review comment (3), I added a new class
\"Digital humanities research\"which is a subclass of the resource \"research\" in wikidata and related to the resource \"digital humanities\" in wikidata.""";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-9079-039X .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUtUS5tVuMGtBUJ+dpxk0EKcI3xKBG4efTcKjAMHeQj6b+liabAld6kXxQKQIRVQomBKOcvoYJ9oTC4K4AMUPMfQsPSLt1noFxSahw86AXdAh7kWiVZu04Vs0NDuPPUOWwRQjXRf6gYFLQu3gA5o0PkWd7FZ6lrum6lNmi/LFQdwIDAQAB";
npx:hasSignature "f3KAQFY8T0vsURDZ95YMiAt1EtQU74A1TfFpAm3ZVenS4Bgo6Ukgflz+9Vqu71zELZNWwxMp7uhb4O4OrdyTCU20lcyBw/TJ4YSx2/+9XgP5dnFI1hvylyIMQQotmVFkC8FLE2VoNM3+tfB3aCXjtgzYVbACW3V9qbqoaElm9nE=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-26T14:24:11.304+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-9079-039X;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}