@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@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 dc:created "05-0- 1-99T 21:01:0"^^xsd:dateTime;
dc:creator ;
dc:identifier " NYT19990505.0443";
dc: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: dc:created "2020-06-01T16:16:39.967+02:00"^^xsd:dateTime;
dc:creator , ,
, ;
dc:license .
}