@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 "1989-10-30T00:00:00"^^xsd:dateTime;
dc:creator ;
dc:identifier "WSJ891030-0115";
dc:title "BellSouth, LIN @ Sweeten Plan @ To Merge Lines @ --- @ Accord Involves Huge Debt @ And May Fail to Thwart @ Rival Suitor McCaw @ ---- @ By Julie Amparano Lopez @ Staff Reporter of The Wall Street Journal";
a foaf:Document;
rdfs:comment "BLS LINB MCAWA TENDER OFFERS, MERGERS, ACQUISITIONS (TNM)TELEPHONE SYSTEMS (TLS)MEDIA, PUBLISHING, BROADCASTING, ELECTRONIC PUBLISHING (MED)";
pvcp:hasText .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
this: dc:created "2020-06-01T16:12:52.821+02:00"^^xsd:dateTime;
dc:creator , ,
, ;
dc:license .
}