@prefix sp: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@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:spi a sp:SuperPatternInstance;
rdfs:label "In the context of Digital Humanities research, usage of the Linked Data Scopes ontology contributes to transparency of the research.";
sp:hasContextClass ;
sp:hasObjectClass ;
sp:hasQualifier sp:canGenerallyQualifier;
sp:hasRelation sp:contributesTo;
sp:hasSubjectClass .
}
sub:provenance {
sub:activity a sp:FormalizationActivity;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0001-9079-039X .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "In the context of Digital Humanities research, usage of the Linked Data Scopes ontology contributes to transparency of the research.";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUtUS5tVuMGtBUJ+dpxk0EKcI3xKBG4efTcKjAMHeQj6b+liabAld6kXxQKQIRVQomBKOcvoYJ9oTC4K4AMUPMfQsPSLt1noFxSahw86AXdAh7kWiVZu04Vs0NDuPPUOWwRQjXRf6gYFLQu3gA5o0PkWd7FZ6lrum6lNmi/LFQdwIDAQAB";
npx:hasSignature "XjYXGvEWkylXX6fF7gKP7Gpf6fNe5im5PcbQ+5YuFMzeJl4X6E+61CfflM/PVKOhowtNlVpHUtbXe0N6PzBF84+lbEILFcVPkeiv6p95jEg6b19Uyte6CAyfY1toCuUWg/RMg8hIwIvS1Lf18P6Q/H1viFxlOH2486/6rv7B40s=";
npx:hasSignatureTarget this: .
this: dct:created "2021-06-24T14:06:32.597+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0001-9079-039X;
npx:introduces sub:spi;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}