@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/fip/np/FIP-Declaration/RAB6j5LLI5-4389952-4TAvEEw67exfeAEUmeHLu2KLdk> .
@prefix sub: <https://w3id.org/fair/fip/np/FIP-Declaration/RAB6j5LLI5-4389952-4TAvEEw67exfeAEUmeHLu2KLdk#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix latest: <https://w3id.org/fair/fip/latest/FIP-Declaration> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@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 {
  fip:FIP-Declaration a owl:Class ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "FIP Declaration"@en ;
    skos:definition "The expression of a community on how they address a FIP question"@en .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  this: dcterms:created "2020-09-24T07:51:24.148+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}