@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 { this: a np:Assertion . sub:experiment mex-core:hasApplicationContext mexfile:context; mex-core:hasContext mexfile:context; sub:hasAccuracy "0.71"; rdfs:comment "results gathered from the financial market analysis using support vector machines for BOVESPA Stock Exchange"@en . } sub:provenance { this: a np:Provenance . sub:assertion prov:wasDerivedFrom mexfile:experiment; prov:wasGeneratedBy . } sub:publication { this: dcterms:created "2015-03-28T11:32:30.758274Z"^^xsd:dateTime; dcterms:rights ; dcterms:rightsHolder ; pav:createdBy ; doap:category "Stock Market Predictions - Financial Series"; doap:description "Prediction of assets behavior in financial series using machine learning algorithms. Describing the best best results achieved for the SVM algorithm"; doap:homepage ; doap:location ; a np:PublicationInfo; foaf:givenName "Esteves"; foaf:mbox . }