@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix prov: . @prefix np: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { a ; "Huberman"; "Bernardo"; "Bernardo A. Huberman" . a ; "Bandari"; "Roja"; "Roja Bandari" . a ; "Asur"; "Sitaram"; "Sitaram Asur" . dct:creator , , ; dct:date "2012"; dct:title "The Pulse of News in Social Media: Forecasting Popularity" . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2021-09-20T12:48:17.385+02:00"^^xsd:dateTime; dct:creator , , , , ; dct:license . }