@prefix this: . @prefix sub: . @prefix paper: . @prefix : . @prefix xsd: . @prefix dct: . @prefix pav: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix fabio: . @prefix foaf: . @prefix prism: . @prefix schema: . sub:Head { this: np:hasAssertion sub:assertion ; np:hasProvenance sub:provenance ; np:hasPublicationInfo sub:pubinfo ; a np:Nanopublication . } sub:assertion { orcid:0000-0002-1267-0234 schema:affiliation :vu-cs ; schema:email "t.kuhn@vu.nl" ; schema:name "Tobias Kuhn" ; a foaf:Person . orcid:0000-0003-4727-9435 schema:affiliation :mu-ids ; schema:email "michel.dumontier@maastrichtuniversity.nl" ; schema:name "Michel Dumontier" ; a foaf:Person . :mu-ids schema:name "Institute of Data Science, Maastricht University, Netherlands" . :vu-cs schema:name "Department of Computer Science, VU University Amsterdam, Netherlands" . paper: prism:keyword "Linked Data" , "scholarly communication" , "semantic publishing" ; dct:title "Genuine Semantic Publishing" ; pav:authoredBy orcid:0000-0002-1267-0234 , orcid:0000-0003-4727-9435 ; a fabio:ResearchPaper . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 , orcid:0000-0003-4727-9435 . } sub:pubinfo { this: dct:created "2017-06-15T14:39:51+02:00"^^xsd:dateTime ; pav:createdBy orcid:0000-0002-1267-0234 . }