@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/amv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
ns0:FastMultipoleMethod
    dct:description "The fast multipole method (FMM) is a numerical technique that was developed to speed up the calculation of long-ranged forces in the n-body problem." ;
    dct:title "Fast multipole method" ;
    a owl:NamedIndividual, ns0:Algorithm ;
    ns0:computesSolutionTo ns0:n-bodyProblem .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/amv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
ns0:FastMultipoleMethod
    dct:description "The fast multipole method (FMM) is a numerical technique that was developed to speed up the calculation of long-ranged forces in the n-body problem." ;
    dct:title "Fast multipole method" ;
    a owl:NamedIndividual, ns0:Algorithm ;
    ns0:computesSolutionTo ns0:n-bodyProblem .