@prefix owlunit: . @prefix ex: . @prefix foaf: . ex:cq1.ttl a owlunit:CompetencyQuestionVerification ; owlunit:hasCompetencyQuestion "What are the interests of a certain person?" ; owlunit:hasSPARQLUnitTest "PREFIX foaf: SELECT DISTINCT ?interest {?person foaf:interest ?interest}" ; owlunit:hasInputData ex:datacq1.ttl ; owlunit:hasInputTestDataCategory owlunit:ToyDataset ; owlunit:hasExpectedResult "{ \"head\": { \"vars\": [ \"interest\" ] } , \"results\": { \"bindings\": [ { \"interest\": { \"type\": \"uri\" , \"value\": \"https://w3id.org/OWLunit/examples/Basketball\" } } ] } }"; owlunit:testsOntology foaf: .