Skip to content

Commit 3f3a5f5

Browse files
committed
update competency questions for FRINK
1 parent c8bcee2 commit 3f3a5f5

6 files changed

Lines changed: 36821 additions & 44159 deletions

File tree

competencyQuestions/CQ1-result.csv

Lines changed: 36374 additions & 43776 deletions
Large diffs are not rendered by default.

competencyQuestions/CQ1.rq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
22
PREFIX coso: <http://w3id.org/coso/v1/contaminoso#>
33
PREFIX me_egad_data: <http://w3id.org/sawgraph/v1/me-egad-data#>
4-
PREFIX comptox: <http://w3id.org/comptox/v1/>
4+
PREFIX dsstox: <http://w3id.org/DSSTox/v1/>
55
#What Samples have tested for PFOA? What type of sample are they?
66

77
SELECT * WHERE {
88
?sample a coso:MaterialSample; # all samples
99
coso:sampleOfMaterialType/rdfs:label ?sampleType; # with type labels
1010
^coso:analyzedSample ?observation.
1111
?observation coso:ofSubstance ?substance. # that were tested for a specific substance
12-
VALUES ?substance{comptox:CompTox_DTXSID40892486 comptox:CompTox_DTXSID8031865 comptox:CompTox_DTXSID8031865} #where the substance is PFOA (or variant)
12+
VALUES ?substance{dsstox:DTXSID40892486 dsstox:DTXSID8031865 dsstox:DTXSID8031865} #where the substance is PFOA (or variant)
1313
#VALUES ?substance{me_egad_data:parameter.PFOA_A me_egad_data:parameter.PFOA me_egad_data:parameter.PFOA_A_L me_egad_data:parameter.PFOA_A_BR} # where the substance is PFOA (by dataset reference)
1414
}

0 commit comments

Comments
 (0)