@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:availableAlgorithm owl:inverseOf ns0:computesSolutionTo . ns0:computesSolutionTo a owl:ObjectProperty ; rdfs:comment "Problem that this algorithm or method solves.(https://www.wikidata.org/wiki/Property:P2159)", "The type of problem the algorithm solves."@en ; rdfs:domain ns0:Algorithm ; rdfs:isDefinedBy "http://www.wikidata.org/prop/direct/P2159"@en ; rdfs:label "computes solution to"@en ; rdfs:range ns0:Problem .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:availableAlgorithm
    owl:inverseOf ns0:computesSolutionTo .

ns0:computesSolutionTo
    a owl:ObjectProperty ;
    rdfs:comment "Problem that this algorithm or method solves.(https://www.wikidata.org/wiki/Property:P2159)", "The type of problem the algorithm solves."@en ;
    rdfs:domain ns0:Algorithm ;
    rdfs:isDefinedBy "http://www.wikidata.org/prop/direct/P2159"@en ;
    rdfs:label "computes solution to"@en ;
    rdfs:range ns0:Problem .