@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix owl: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix prov: . @prefix foaf: . @prefix dsm: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dsm:Level3 a owl:NamedIndividual, dsm:MaturityLevel; dct:isPartOf ; rdfs:label "Level 3"; rdfs:seeAlso ; skos:definition "Data are preserved long-term, shared with the community and integrable with other data in the same domain."; dsm:hasExampleUseCase "As a project consortium, we want to guarantee long term preservation of our data and to be shared with the community; to enable re-purposing of our data and the ability to integrate with other data within the same domain / subject area."; dsm:hasFAIRGoal "Data Integration", "Data Preservation", "Re-use"; dsm:levelNumber "3"^^xsd:integer; dsm:nextLevel dsm:Level4 . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { foaf:name "FAIRplus DSM Bot" . this: dct:created "2026-09-04T14:49:09Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:hasNanopubType owl:NamedIndividual, dsm:MaturityLevel; npx:introduces dsm:Level3; rdfs:label "Level 3"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAur0EZ85ThsweXM0E4IAh4SCglHSV8EAYZLx+GLcV2er7SDGxlHUqwEvVvuan4Hu4LMENmzOjpLdTkJF9dVZvkTfhd6CAX3+ry0ef6qAE9M1mNMHNm43Lq7ip1MVHC+xbmTvoFDkvs9wpnddAEVPTfwS370Bi/rpvzc6v6xfWsNNl/Okk+PE2S1jvA3Qk85phqwsIwbD5P5Xk1FVPlX1sh8h4F4/Iyyy0pbmiydYj3TRFYyXp6Wr58w7vRapSgCCAw6S9p/mxZCNyVJDeEOnWbeBRfi9BQdZdvdB2AB6HBlGds4sdt2mvHGxy6uPFgiOD2r32RvCBuMkTxSBipG8UrQIDAQAB"; npx:hasSignature "IJ1mfTE9wW9QoRPlJ8G1KGFOtWFkQbFOqRkRtOAKl/seUek9M0tQgflpMDQksSg2Cg1So6/ZBZkPgBHmpdOFalWlGM1ekzPQx/MtUGpCLVrRNhcHDbx1riNo1X02CuhGfk33he/eT1CsYLdmr/aGJp5y53NkkDlDJiQ0QwowsrGEi5B7XpMViNMyn2SqkpXejLFrWJhfOliCF4VdCowu6mO8oOSMZFTk8HHUNVjpe4mHvxQ4jcaTe1oRRENmwdmFDxGFYYwiZkz4UJzumr8TG/5xtXHELRngW+ujWZDu1esUYn7BG6ujJ2at+Nftw6glk9uWzbW7R5RF0hmvuzpH3g=="; npx:hasSignatureTarget this:; npx:signedBy . }