<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/amv#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:ObjectProperty rdf:about="https://w3id.org/amv#computesSolutionTo"> <rdfs:comment xml:lang="en">The type of problem the algorithm solves.</rdfs:comment> <rdfs:comment>Problem that this algorithm or method solves.(https://www.wikidata.org/wiki/Property:P2159)</rdfs:comment> <rdfs:label xml:lang="en">computes solution to</rdfs:label> <rdfs:domain rdf:resource="https://w3id.org/amv#Algorithm"/> <rdfs:isDefinedBy xml:lang="en">http://www.wikidata.org/prop/direct/P2159</rdfs:isDefinedBy> <rdfs:range rdf:resource="https://w3id.org/amv#Problem"/> </owl:ObjectProperty> <rdf:Description rdf:about="https://w3id.org/amv#availableAlgorithm"> <owl:inverseOf rdf:resource="https://w3id.org/amv#computesSolutionTo"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/amv#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:ObjectProperty rdf:about="https://w3id.org/amv#computesSolutionTo">
    <rdfs:comment xml:lang="en">The type of problem the algorithm solves.</rdfs:comment>
    <rdfs:comment>Problem that this algorithm or method solves.(https://www.wikidata.org/wiki/Property:P2159)</rdfs:comment>
    <rdfs:label xml:lang="en">computes solution to</rdfs:label>
    <rdfs:domain rdf:resource="https://w3id.org/amv#Algorithm"/>
    <rdfs:isDefinedBy xml:lang="en">http://www.wikidata.org/prop/direct/P2159</rdfs:isDefinedBy>
    <rdfs:range rdf:resource="https://w3id.org/amv#Problem"/>
  </owl:ObjectProperty>
  <rdf:Description rdf:about="https://w3id.org/amv#availableAlgorithm">
    <owl:inverseOf rdf:resource="https://w3id.org/amv#computesSolutionTo"/>
  </rdf:Description>
</rdf:RDF>