@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix foaf: . @prefix pvcp: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:document dct:created "04-1- 1-99T 23:14:0"^^xsd:dateTime; dct:creator ; dct:identifier " NYT19990419.0515"; dct:title "PROSECUTORS TO PRESENT CLINIC DOCTOR'S SLAYING TO GRAND JURY "; a foaf:Document; rdfs:comment " (nk) By JOSEPH BERGER c.1999 N.Y. Times News Service "; pvcp:hasText . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2020-06-01T16:18:08.723+02:00"^^xsd:dateTime; dct:creator , , , ; dct:license . }