@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-11-01T00:00:00"^^xsd:dateTime;
dc:creator ;
dc:identifier "WSJ891101-0102";
dc:title "Dividend News: @ Unifirst Corp.";
a foaf:Document;
rdfs:comment "UNF DIVIDENDS (DIV)EARNINGS (ERN)";
pvcp:hasText .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
this: dc:created "2020-06-01T16:13:34.781+02:00"^^xsd:dateTime;
dc:creator , ,
, ;
dc:license .
}