@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 "1998-02-06T22:19:00"^^xsd:dateTime;
dc:creator ;
dc:identifier "NYT19980206.0460";
dc:title "(REPEATING to correct coding) ";
a foaf:Document;
rdfs:comment "UR JANUARY JOB TOTALS UP AT A ROBUST CLIP LR QL UR (ART ADV: Graphic is being sent to NYT graphic clients. Non-subscribers can make individual purchase by calling 212-556-4204.) LR QL UR (JT LR ) QL UR By RICHARD W. STEVENSON LR QC QL UR c.1998 N.Y. Times News Service LR QC QL ";
pvcp:hasText .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
this: dc:created "2020-06-01T16:13:00.069+02:00"^^xsd:dateTime;
dc:creator , ,
, ;
dc:license .
}