@prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @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 { mexfile:alg-dtable sub:hasAccuracy "77.96" . mexfile:alg-j48 sub:hasAccuracy "78.22" . mexfile:alg-linearsmo sub:hasAccuracy "77.80" . mexfile:alg-linreg sub:hasAccuracy "77.30" . mexfile:alg-logreg sub:hasAccuracy "76.70" . mexfile:alg-lsvm sub:hasAccuracy "76.70" . mexfile:alg-mpp sub:hasAccuracy "79.25" . mexfile:alg-nb sub:hasAccuracy "79.16" . mexfile:alg-psvm sub:hasAccuracy "45.38" . mexfile:alg-randomt sub:hasAccuracy "77.75" . mex-core:hasApplicationContext mexfile:context ""^^xsd:integer . mex-core:hasContext mexfile:context ""^^xsd:integer . this: a np:Assertion . } sub:provenance { this: a np:Provenance . sub:assertion prov:wasDerivedFrom mexfile:experiment; prov:wasGeneratedBy . } sub:publication { this: dcterms:created "2015-04-28T11:32:30.758274Z"^^xsd:dateTime; dcterms:rights ; dcterms:rightsHolder ; pav:createdBy ; doap:category "Link Discovery"; doap:description "A Comparison of Supervised Learning Classifiers for Link Discovery"; doap:location ; a np:PublicationInfo; foaf:givenName "Tommaso"; foaf:mbox . }