@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/FAIR-Maturity-Indicator/RAP41Y2vTjCKhSlnOdLUeqAO1WfkKP7LccDktDAaKFUvk> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/FAIR-Maturity-Indicator/RAP41Y2vTjCKhSlnOdLUeqAO1WfkKP7LccDktDAaKFUvk#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:FAIR-Maturity-Indicator a owl:Class ;
    rdfs:label "FAIR Maturity Indicator"@en ;
    skos:definition "A FAIR metric is a measure of the FAIRness of a digital resource."@en ;
    foaf:primaryTopic fair:FAIR .
}
sub:provenance {
  sub:assertion dcterms: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: dcterms:created "2019-05-09T12:59:51.453+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-6960-357X , orcid:0000-0002-1267-0234 ;
    dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0> ;
    dcterms:rightsHolder <http://go-fair.org> .
}