@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/icc/np/Declaration/RAwZxfYbMd9_9FiAvKD7O4vlUgfROoL5gHfMxu0vKm_0g> .
@prefix sub: <https://w3id.org/fair/icc/np/Declaration/RAwZxfYbMd9_9FiAvKD7O4vlUgfROoL5gHfMxu0vKm_0g#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix latest: <https://w3id.org/fair/icc/latest/Declaration> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@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 {
  icc:Declaration a owl:Class ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "Declaration"@en ;
    skos:definition "Something that is either a ChoiceDeclaration or a ChallengeDeclaration"@en .
}
sub:provenance {
  sub:assertion pav:authoredBy icc:FAIR-Principles-Explained-Working-Group .
}
sub:pubinfo {
  this: dct:created "2019-07-26T13:27:47.420+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-4818-2360 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}