@prefix this: <https://w3id.org/fair/principles/np/FAIR-Vocabulary/RAscnEDxqhJys07l4mKeNsbkwG-C_5RL_17GQRLRGu5Uo> .
@prefix sub: <https://w3id.org/fair/principles/np/FAIR-Vocabulary/RAscnEDxqhJys07l4mKeNsbkwG-C_5RL_17GQRLRGu5Uo#> .
@prefix latest: <https://w3id.org/fair/principles/latest/FAIR-Vocabulary> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  fair:FAIR-Vocabulary dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-4727-9435 ;
    dct:description "This is the formal vocabulary (ontology) describing the FAIR principles." ;
    dct:license <http://creativecommons.org/licenses/by/4.0/> ;
    dct:title "FAIR Vocabulary" ;
    vann:preferredNamespacePrefix "fair" ;
    vann:preferredNamespaceUri "https://w3id.org/fair/principles/terms/" ;
    a owl:Ontology ;
    rdfs:isDefinedBy latest: ;
    rdfs:seeAlso fair:FAIR , <https://www.dtls.nl/fair-data/fair-principles-explained/> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1038/sdata.2016.18> .
}
sub:pubinfo {
  this: dct:created "2019-07-12T08:07:27.988+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-4727-9435 ;
    dct:rights <http://creativecommons.org/licenses/by/4.0/> ;
    <http://purl.org/nanopub/x/supersedes> <https://w3id.org/fair/principles/np/FAIR-Vocabulary/RA42Ifild4QRyoA2-A3tam25oe5fd6sDqqzXSVmzOpuYw> .
}