Nanopublication

< Home

ID

https://w3id.org/np/RA14S2vKFo2f-fazUGq1wD9pmjdU3r0PHFN3UAYen6ulA

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA14S2vKFo2f-fazUGq1wD9pmjdU3r0PHFN3UAYen6ulA> .
@prefix sub: <https://w3id.org/np/RA14S2vKFo2f-fazUGq1wD9pmjdU3r0PHFN3UAYen6ulA/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dsm: <https://w3id.org/spaces/fairplus/r/dsm/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  dct:isPartOf rdfs:label "is a part of" .
  
  rdf:type rdfs:label "is a" .
  
  rdfs:label rdfs:label "is called" .
  
  rdfs:seeAlso rdfs:label "has further information at" .
  
  owl:NamedIndividual rdfs:label "individual" .
  
  skos:definition rdfs:label "is defined as follows:" .
  
  <https://w3id.org/Data-Maturity/> rdfs:label "FAIRplus Dataset Maturity (DSM) Model" .
  
  sub:definition a nt:LongLiteralPlaceholder;
    rdfs:label "short characterisation of this level" .
  
  sub:goal a nt:LiteralPlaceholder;
    rdfs:label "a FAIR goal reached at this level" .
  
  sub:label a nt:LiteralPlaceholder;
    rdfs:label "the name of the level, e.g. 'Level 3'" .
  
  sub:level a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short name, used as URI suffix, e.g. 'Level3'";
    nt:hasPrefix "~~NAMESPACE~~";
    nt:hasPrefixLabel "Level" .
  
  sub:next a nt:GuidedChoicePlaceholder;
    rdfs:label "the level that follows this one";
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/spaces/fairplus/r/dsm/MaturityLevel" .
  
  sub:number a nt:LiteralPlaceholder;
    rdfs:label "the level number";
    nt:hasDatatype xsd:integer .
  
  sub:ontology a nt:GuidedChoicePlaceholder;
    rdfs:label "the ontology this level is part of";
    nt:hasDefaultValue <https://w3id.org/Data-Maturity/>;
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2002/07/owl%23Ontology&searchterm=" .
  
  sub:seealso a nt:ExternalUriPlaceholder;
    rdfs:label "a link with further information" .
  
  sub:st01 rdf:object owl:NamedIndividual;
    rdf:predicate rdf:type;
    rdf:subject sub:level .
  
  sub:st02 rdf:object dsm:MaturityLevel;
    rdf:predicate rdf:type;
    rdf:subject sub:level .
  
  sub:st03 rdf:object sub:label;
    rdf:predicate rdfs:label;
    rdf:subject sub:level .
  
  sub:st04 rdf:object sub:definition;
    rdf:predicate skos:definition;
    rdf:subject sub:level .
  
  sub:st05 rdf:object sub:number;
    rdf:predicate dsm:levelNumber;
    rdf:subject sub:level .
  
  sub:st06 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:goal;
    rdf:predicate dsm:hasFAIRGoal;
    rdf:subject sub:level .
  
  sub:st07 a nt:OptionalStatement;
    rdf:object sub:usecase;
    rdf:predicate dsm:hasExampleUseCase;
    rdf:subject sub:level .
  
  sub:st08 a nt:OptionalStatement;
    rdf:object sub:next;
    rdf:predicate dsm:nextLevel;
    rdf:subject sub:level .
  
  sub:st09 rdf:object sub:ontology;
    rdf:predicate dct:isPartOf;
    rdf:subject sub:level .
  
  sub:st10 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:seealso;
    rdf:predicate rdfs:seeAlso;
    rdf:subject sub:level .
  
  sub:template a nt:AssertionTemplate;
    dct:description "Such a nanopublication defines one maturity level of the FAIRplus Dataset Maturity (DSM) Model. Each level is characterised by an increasing set of requirements across the three maturity dimensions, expressed by the indicators assigned to it.";
    dct:isVersionOf <https://w3id.org/np/RAjK2i-OE2o0gOmKrRSNFuaRsjky5d_xqdvvvMYaGR0XI/templateKind>;
    rdfs:label "Defining a FAIRplus-DSM maturity level";
    gen:governedBy <https://w3id.org/spaces/fairplus>;
    nt:hasNanopubLabelPattern "${label}";
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07,
      sub:st08, sub:st09, sub:st10;
    nt:hasTag "FAIRplus-DSM" .
  
  sub:usecase a nt:LongLiteralPlaceholder;
    rdfs:label "an example use case for this level" .
  
  dsm:MaturityLevel rdfs:label "maturity level" .
  
  dsm:hasExampleUseCase rdfs:label "has the example use case" .
  
  dsm:hasFAIRGoal rdfs:label "has the FAIR goal" .
  
  dsm:levelNumber rdfs:label "has the level number" .
  
  dsm:nextLevel rdfs:label "is followed by the level" .
}

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-07T06:48:55Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:template;
    npx:introduces <https://w3id.org/np/RAjK2i-OE2o0gOmKrRSNFuaRsjky5d_xqdvvvMYaGR0XI/templateKind>;
    npx:supersedes <https://w3id.org/np/RAjK2i-OE2o0gOmKrRSNFuaRsjky5d_xqdvvvMYaGR0XI>;
    rdfs:label "Defining a FAIRplus-DSM maturity level";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA9cOdAwjxTF6qNNFkXTl_EgOan0LDPmu0fWnIgmZu-7E/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "oW9CesxEpFayWqJsSZHP5xijJBR3nx+a85Tdj0J9PA5kMyEsE+izwZHpZAK4XNcEKXBnclsAQ55Lsujs7haVLdM9Zerd+MBbMGnMJECX8LWbnD/zhqu6Czut6U0IQ57Fbm3qDS4Jl0RvssDI3ARL9qeXH3+yIq1jlp+ZVNFjEPc=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}