Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RA8af3xefwEX8Clp1KSma1B8Y6Yk98rC1eOgWMZBp6DhQ#assertion>. }
Showing items 1 to 2 of
2
with 100 items per page.
- paragraph type Paragraph assertion.
- paragraph hasContent "The FACT EXTRACTOR is a full-fledged Information Extraction NLP pipeline that analyses a natural language textual corpus and generates structured machine-readable assertions. Such assertions are disambiguated by linking text fragments to entity URIs of the target KB, namely DBpedia, and are assigned a confidence score. For instance, given the sentence Buffon plays for Serie A club Juventus since 2001, our system produces the following dataset: @prefix dbpedia: <http://it.dbpedia.org/resource/> . @prefix dbpo: <http://dbpedia.org/ontology/> . @prefix fact: <http://fact.extraction.org/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . dbpedia:Gianluigi_Buffon dbpo:careerStation dbpedia:CareerStation_01 . dbpedia:CareerStation_01 dbpo:team dbpedia:Juventus_Football_Club ; fact:competition dbpedia:Serie_A ; dbpo:startYear "2001"^^xsd:gYear ; fact:confidence "0.906549"^^xsd:float ." assertion.