@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 find the context class 'Digital Humanities' a bit confusing, as it is unclear to me what the instances of this class are. WikiData is not always very precise about this, but the superpattern is. I believe that a context class like 'Digital Humanities research' (as mentioned in the label) would make more sense.";
"4";
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "CIq8MmjcN7DXwVt9IOx7lZJWyxey/M3RUdwDG8lucmhNZvv2eCu7uBrd6e6YQm8s8vUWQ6g1lklU9lB3mKw2REu9zvzhQnRQLxpLSN3Q/p9yuW2f8O9j3meUQo/1YgQogbVsDYzi0ifv/RXfjMg01/Z+qrCxkYkHTbJ096FxIpo=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-14T10:51:32.113+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}