@prefix ns2: . @prefix orcid: . @prefix this: . @prefix sub: . @prefix xsd: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { ns2: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"; ns2:hasPart "core knowledge", "data processing module", "format encapsulation module", "output display module", "research stories"; rdfs:label "FAIR Publishing Workflow"@en . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-8549-3945 . } sub:pubinfo { this: ns2:created "2021-02-14T18:05:11+01:00"^^xsd:dateTime; ns2:rights ; pav:createdBy orcid:0000-0002-8549-3945 . }