@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix ns1: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:legal-compliance-check-example dct:conformsTo ; dct:created "2025-08-20"; dct:creator orcid:0000-0002-1234-5679; dct:description "This is just a fictitious example of a legal compliance check."; dct:language "de"; dct:publisher ; a ; rdfs:label "Example of a legal compliance check"; ; ; "Anonymized. Die Patientendaten wurden vor der Verwendung vollständig anonymisiert. Es besteht kein Personenbezug mehr." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { rdfs:label "General Data Protection Regulation (GDPR)" . rdfs:label "Institute of Clinical Cancer Research" . orcid:0000-0002-1234-5678 rdfs:label "Maria Mustermann" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-09-01T14:05:37.660Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:legal-compliance-check-example; npx:wasCreatedAt ; a npx:ExampleNanopub; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "WEiulZuvzjim09ASxttQ7LpJfip0RbN6r2o9Q6h7SVP4DygD5tWRU38HWBS97oHl2app4GNdg35X8fwiGwuyQKgUK13016PojSWxfkGhafgLXXeqGCHsrjpmMY1uEVJd0H6+DsyLG8yqfrAGcxTVntlNxcPpO+Q0exAKQLJiszo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }