@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 "05-0- 1-99T 21:01:0"^^xsd:dateTime; dct:creator ; dct:identifier " NYT19990505.0443"; dct:title "U.S. ISSUING ARREST WARRANT FOR ABORTION FOE LINKED TO DOCTOR'S MURDER "; a foaf:Document; rdfs:comment " (bl) 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:16:39.967+02:00"^^xsd:dateTime; dct:creator , , , ; dct:license . }