@prefix this: <http://example.org/RAtJ1PXLFVC3NQ29p4ouORVyA6hIum1T2chujgwfqAunk> .
@prefix sub: <http://example.org/RAtJ1PXLFVC3NQ29p4ouORVyA6hIum1T2chujgwfqAunk#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@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 {
  <https://doi.org/10.11922/sciencedb.00661> dct:description "The workflow design of FAIR publishing reflects the idea that scientific data can be read and operated equally by humans and machines, as implied by the FAIR principles from a macro perspective" ;
    dct:hasPart "core knowledge" , "data processing module" , "format encapsulation module" , "output display module" , "research stories" ;
    dct:instructionalMethod <https://baby-web-server.en.softonic.com/> ;
    rdfs:label "FAIR Publishing Workflow"@en ;
    skos:related fair:FAIR-Principle .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0002-8549-3945> .
}
sub:pubinfo {
  this: dct:created "2021-03-07T18:05:11+01:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy <https://orcid.org/0000-0002-8549-3945> .
}