@prefix this: <https://w3id.org/fair/fip/np/FIP-Ontology/RA1y8u-HpFm89uqnhtDZLhOTGFu0hdCO0zR54R1rBu91w> .
@prefix sub: <https://w3id.org/fair/fip/np/FIP-Ontology/RA1y8u-HpFm89uqnhtDZLhOTGFu0hdCO0zR54R1rBu91w#> .
@prefix latest: <https://w3id.org/fair/fip/latest/FIP-Ontology> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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/> .
@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 {
  fip:FIP-Ontology dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dct:description "This is an ontology of the FAIR Implementation Profiles (FIP) for the FAIR principles." ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:title "FAIR Implementation Profile (FIP) Ontology" ;
    vann:preferredNamespacePrefix "fip" ;
    vann:preferredNamespaceUri "https://w3id.org/fair/fip/terms/" ;
    a owl:Ontology ;
    rdfs:isDefinedBy latest: ;
    rdfs:seeAlso fair:FAIR .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  this: dct:created "2020-09-24T07:51:24.148+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}