@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix gen: . @prefix dct: . @prefix rdf: . @prefix npx: . @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 { rdf:type rdfs:label "is a" . rdfs:label rdfs:label "is called" . sub:assessment a nt:GuidedChoicePlaceholder; rdfs:label "the assessment this verdict is part of"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/spaces/fairplus/r/dsm/MaturityAssessment" . sub:indicator a nt:GuidedChoicePlaceholder; rdfs:label "the maturity indicator being evaluated"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/spaces/fairplus/r/dsm/MaturityIndicator" . sub:justification a nt:LongLiteralPlaceholder; rdfs:label "the evidence or reasoning behind this outcome" . sub:name a nt:LiteralPlaceholder; rdfs:label "a name for this verdict" . sub:st01 rdf:object dsm:IndicatorVerdict; rdf:predicate rdf:type; rdf:subject sub:verdict . sub:st02 rdf:object sub:name; rdf:predicate rdfs:label; rdf:subject sub:verdict . sub:st03 rdf:object sub:indicator; rdf:predicate dsm:forIndicator; rdf:subject sub:verdict . sub:st04 rdf:object sub:value; rdf:predicate dsm:verdictValue; rdf:subject sub:verdict . sub:st05 a nt:OptionalStatement; rdf:object sub:justification; rdf:predicate dsm:verdictJustification; rdf:subject sub:verdict . sub:st06 rdf:object sub:verdict; rdf:predicate dsm:hasVerdict; rdf:subject sub:assessment . sub:template a nt:AssertionTemplate; dct:description "Such a nanopublication records the outcome of evaluating one maturity indicator of the FAIRplus Dataset Maturity (DSM) Model within one assessment, together with the evidence or reasoning behind that outcome. One such nanopublication is published per indicator, so that a single verdict can be cited, corrected or superseded on its own without republishing the whole assessment. Put the documents the verdict rests on into the provenance graph of this nanopublication."; dct:isVersionOf ; rdfs:label "Recording a FAIRplus-DSM indicator verdict"; gen:governedBy ; nt:hasNanopubLabelPattern "${name}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06; nt:hasTag "FAIRplus-DSM"; nt:hasTargetNanopubType dsm:IndicatorVerdict . sub:value a nt:RestrictedChoicePlaceholder; rdfs:label "the outcome of the evaluation"; nt:possibleValue dsm:NotApplicable, dsm:NotAssessed, dsm:NotSatisfied, dsm:Satisfied . sub:verdict a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short ID suffix for this verdict, e.g. 'verdict'" . dsm:IndicatorVerdict rdfs:label "indicator verdict" . dsm:NotApplicable rdfs:label "not applicable" . dsm:NotAssessed rdfs:label "not assessed" . dsm:NotSatisfied rdfs:label "not satisfied" . dsm:Satisfied rdfs:label "satisfied" . dsm:forIndicator rdfs:label "evaluates the indicator" . dsm:hasVerdict rdfs:label "has the verdict" . dsm:verdictJustification rdfs:label "is justified by" . dsm:verdictValue rdfs:label "has the outcome" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-09-07T07:43:52Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:introduces ; npx:supersedes ; rdfs:label "Recording a FAIRplus-DSM indicator verdict"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "JGwB47s3rHJBeA8a2a5PyAWFHc4oF6oHCyEvhNt/qsdl7o6oByxfMlpn5AN2TTSoOylTzxrBGs54hBg3lTuVRxWlSMkhwW0ywtSpHW05Xwn7z0FOusY1XR2CU0fF+GR7Ox1wyrrqyHZNWALzFw3veWT/JxNZpnkMFHq8V5cIvmI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }