@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/Vocabulary/RABojlumxBgs8OOrWR1M53NbWKsXtoav55cE7qxFbrj-k> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/Vocabulary/RABojlumxBgs8OOrWR1M53NbWKsXtoav55cE7qxFbrj-k#> .
@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vann: <http://purl.org/vocab/vann/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  fairmi:Vocabulary dct:creator 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 ;
    dct:description "This is the formal vocabulary (ontology) describing the FAIR maturity indicators." ;
    dct:rights <https://creativecommons.org/publicdomain/zero/1.0> ;
    dct:title "FAIR Maturity Indicator Vocabulary" ;
    vann:preferredNamespacePrefix "fairmi" ;
    vann:preferredNamespaceUri "https://w3id.org/fair/maturity_indicator/terms/Gen2/" ;
    a owl:Ontology ;
    foaf:primaryTopic fairmi:FAIR-Maturity-Indicator .
}
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> .
}