File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
55PREFIX qudt: <http://qudt.org/schema/qudt/>
66PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
77PREFIX coso: <http://w3id.org/coso/v1/contaminoso#>
8- PREFIX comptox : <http://w3id.org/comptox /v1/>
8+ PREFIX dsstox : <http://w3id.org/DSSTox /v1/>
99
1010
1111SELECT * WHERE {
1212 ?sample a coso:MaterialSample; # all samples
1313 a coso:SoilSample; # soil samples
1414 coso:sampleOfMaterialType/rdfs:label ?sampleType ; # with type labels
1515 ^coso:analyzedSample ?observation .
16- ?observation coso:ofComptoxSubstance ?dtxsid ; # that were tested for a specific substance
17- coso:ofComptoxSubstance /rdfs:label ?substanceName ;
16+ ?observation coso:ofSubstance ?dtxsid ; # that were tested for a specific substance
17+ coso:ofSubstance /rdfs:label ?substanceName ;
1818 coso:hasResult ?measurement .
1919 ?measurement coso:measurementValue ?value ;
2020 coso:measurementUnit/qudt:symbol ?unit .
21- VALUES ?dtxsid {comptox:CompTox_DTXSID5030030} # where the substance is PFBS
21+ VALUES ?dtxsid {dsstox:DTXSID5030030} # # where the substance is PFBS
2222 #VALUES ?substanceName{"Perfluorobutanesulfonic acid"} # Can alternately search substance by name
2323
2424} ORDER BY ?value
You can’t perform that action at this time.
0 commit comments