@prefix owlunit: . @prefix rs: . @prefix ex: . @prefix xsd: . @prefix foaf: . ex:cq1_resultset.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 [ a rs:ResultSet ; rs:resultVariable "interest" ; rs:size "1"^^xsd:int ; rs:solution [ rs:binding [ rs:value ; rs:variable "interest" ] ] ] ; owlunit:testsOntology foaf: .