@prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix rdfs: . @prefix xsd: . @prefix prov: . @prefix pav: . @prefix foaf: . @prefix mex-core: . @prefix mexfile: . @prefix doap: . sub:nphead { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:publication; a np:Nanopublication . } sub:assertion { sub:experiment mex-core:hasApplicationContext mexfile:context; mex-core:hasContext mexfile:context; sub:hasAccuracy "0.92"; rdfs:comment "the first approach combining both sources of evidence, in particular we combine an existing logical learning approach with statistical relevance measures applied on textual resources. "@en . this: a np:Assertion . } sub:provenance { sub:assertion prov:wasDerivedFrom mexfile:experiment; prov:wasGeneratedBy . this: a np:Provenance . } sub:publication { this: dcterms:created "2015-04-07T08:05:20.653424Z"^^xsd:dateTime; dcterms:rights ; dcterms:rightsHolder ; pav:createdBy ; doap:category "Ontology Engineering; Schemata"; doap:description "Inductive Lexical Learning of Class Expressions. Describing the baseline ELTL running over DL-Learner"; a np:PublicationInfo; foaf:givenName "Buhmann"; foaf:mbox . }