1212
1313CQ1.1: Which crystal structure share the same cubic crystal system?
1414```
15- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
15+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
1616
1717SELECT ?crystalstructure ?crystal_system WHERE{
1818 ?crystalstructure a cso:CrystalStructure ; cso:hasLattice ?lattice .
@@ -23,7 +23,7 @@ SELECT ?crystalstructure ?crystal_system WHERE{
2323
2424CQ1.2: Which crystal structure share the same hexagonal crystal system?
2525```
26- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
26+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
2727
2828SELECT ?crystalstructure ?crystal_system WHERE{
2929 ?crystalstructure a cso:CrystalStructure ; cso:hasLattice ?lattice .
@@ -33,7 +33,7 @@ SELECT ?crystalstructure ?crystal_system WHERE{
3333```
3434CQs. 2: What are the lattice parameters of length given a crystal structure?
3535```
36- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
36+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
3737
3838SELECT ?crystalstructure ?length_a ?length_b ?length_c WHERE{
3939 ?crystalstructure a cso:CrystalStructure ; cso:hasLattice ?lattice .
@@ -47,7 +47,7 @@ SELECT ?crystalstructure ?length_a ?length_b ?length_c WHERE{
4747
4848CQs. 3: What are the lattice parameters of angle given a crystal structure?
4949```
50- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
50+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
5151
5252SELECT ?crystalstructure ?angle_alpha ?angle_beta ?angle_gamma WHERE{
5353 ?crystalstructure a cso:CrystalStructure ; cso:hasLattice ?lattice .
@@ -61,7 +61,7 @@ SELECT ?crystalstructure ?angle_alpha ?angle_beta ?angle_gamma WHERE{
6161
6262CQs 4: Given the space group of a crystal structure, what is the bravais lattice centering?
6363```
64- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
64+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
6565
6666SELECT ?crystal_structure ?centering WHERE{
6767 ?crystal_structure a cso:CrystalStructure;
@@ -72,7 +72,7 @@ SELECT ?crystal_structure ?centering WHERE{
7272
7373CQs 5: Given the crystal structure, what are the corresponding space group and point group?
7474```
75- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
75+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
7676PREFIX mdo: <https://w3id.org/mdo/structure/>
7777
7878
@@ -87,7 +87,7 @@ SELECT ?crystal_structure ?space_group ?point_group WHERE{
8787
8888CQs 6a : Given the point group of a crystal structure, what is the corresponding crystal system, e.g. Cubic?
8989```
90- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
90+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
9191PREFIX mdo: <https://w3id.org/mdo/structure/>
9292
9393
@@ -101,7 +101,7 @@ SELECT ?point_group ?crystal_system WHERE{
101101
102102CQs 6b : Given the point group of a crystal structure, what is the corresponding crystal system, e.g. Hexagonal?
103103```
104- PREFIX cso: <https://purls.helmholtz-metadaten.de/cso#>
104+ PREFIX cso: <https://purls.helmholtz-metadaten.de/disos/ cso#>
105105PREFIX mdo: <https://w3id.org/mdo/structure/>
106106
107107
0 commit comments