@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @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 { 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", "ormat encapsulation module", "output display module", "research stories"; rdfs:label "FAIR Publishing Workflow"@en . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2021-02-14T18:05:11+01:00"^^xsd:dateTime; dct:rights ; pav:createdBy . }