-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcqTemplate.txt
18 lines (10 loc) · 854 Bytes
/
cqTemplate.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@prefix owlunit: <https://w3id.org/OWLunit/ontology/> .
@prefix mp: <https://raw.githubusercontent.com/FiorelaCiroku/XD-Testing/main/ontology-network/musical-performance/RecordingProcess/RecordingProcess.owl> .
@prefix td: <https://raw.githubusercontent.com/FiorelaCiroku/XD-Testing/main/ontology-network/musical-performance/RecordingProcess/SPARQLUnitTest/CQDataSet/> .
@prefix tc: <https://raw.githubusercontent.com/FiorelaCiroku/XD-Testing/main/ontology-network/musical-performance/RecordingProcess/SPARQLUnitTest/CQTestCase/> .
tc:CQ01: Which recording is produced by a session?01.ttl a owlunit:CompetencyQuestionVerification ;
owlunit:hasCompetencyQuestion " ${CQstrresult} " ;
tc:CQ02: Who is the composer of a recording?02.ttl a owlunit:CompetencyQuestionVerification ;
owlunit:hasCompetencyQuestion " ${CQstrresult} " ;