@prefix dct: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RArd17pR9SvxzbXhakO9iZtisvStz0ihEER8mspdUM5wA> .
@prefix sub: <http://purl.org/np/RArd17pR9SvxzbXhakO9iZtisvStz0ihEER8mspdUM5wA#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix doco: <http://purl.org/spar/doco/> .
@prefix c4o: <http://purl.org/spar/c4o/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:paragraph c4o:hasContent "First, we note that all the strategies but the baseline necessitate a significant cost overhead in terms of lan- guage resources availability and engineering. Further-more, given the soccer use case input corpus of 52, 000 articles circa, those strategies dramatically reduce the number of seeds, while the baseline performed an extraction with a .95 article/seed ratio (despite some noise). Hence, we decided to leverage the baseline for the sake of simplicity and for the compliance to our contribution claims. We still foresee further investigation of the other strategies for scaling besides the use case." ;
    a doco:Paragraph .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/SW-170269> ;
    prov:wasAttributedTo orcid:0000-0002-5456-7964 .
}
sub:pubinfo {
  this: dct:created "2019-09-20T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-7114-6459 .
}