@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/icc/np/FAIR-ICC-Model/RAbU4Yae5K-MAi3KBvkjp8DcOh_j2cywK27LpLspPCNlY> .
@prefix sub: <https://w3id.org/fair/icc/np/FAIR-ICC-Model/RAbU4Yae5K-MAi3KBvkjp8DcOh_j2cywK27LpLspPCNlY#> .
@prefix pav: <http://purl.org/pav/> .
@prefix latest: <https://w3id.org/fair/icc/latest/FAIR-ICC-Model> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  icc:FAIR-ICC-Model dcterms:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-4818-2360 ;
    dcterms:description "This is the formal model describing the Implementation Choices and Challenges for the FAIR principles." ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:title "FAIR Implementation Choices and Challenges Model" ;
    vann:preferredNamespacePrefix "icc" ;
    vann:preferredNamespaceUri "https://w3id.org/fair/icc/terms/" ;
    a owl:Ontology ;
    rdfs:isDefinedBy latest: ;
    rdfs:seeAlso fair:FAIR .
}
sub:provenance {
  sub:assertion pav:authoredBy icc:FAIR-Principles-Explained-Working-Group .
}
sub:pubinfo {
  this: dcterms:created "2019-07-26T13:27:47.420+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-4818-2360 ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}