@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/relevance/RAo_eOJtZA6NjPrDvpcI0cVDWxDkvAOZKJfGLBmKT9epU> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/relevance/RAo_eOJtZA6NjPrDvpcI0cVDWxDkvAOZKJfGLBmKT9epU#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  fairmi:relevance a owl:DatatypeProperty ;
    rdfs:domain fairmi:FAIR-Maturity-Indicator ;
    rdfs:label "For which digital resource(s) is this relevant?"@en ;
    skos:definition "A description of digital resources for which this measure is relevant."@en .
}
sub:provenance {
  sub:assertion dct:author orcid:0000-0001-5306-5690 , orcid:0000-0001-6960-357X , orcid:0000-0001-8888-635X , orcid:0000-0002-1164-1351 , orcid:0000-0002-1267-0234 , orcid:0000-0003-4727-9435 .
}
sub:pubinfo {
  this: dct:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-6960-357X , orcid:0000-0002-1267-0234 ;
    dct:rights <https://creativecommons.org/publicdomain/zero/1.0> ;
    dct:rightsHolder <http://go-fair.org> .
}