Skip to content

Commit dbf5835

Browse files
authored
Merge pull request #21 from tcmitchell/invalid-displayId
Fix invalid displayIds
2 parents 097ee63 + b865bd1 commit dbf5835

15 files changed

Lines changed: 15 additions & 15 deletions

SBOL3/multicellular/multicellular.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"@id" : "GFP_protein",
243243
"@type" : "sbol:Component",
244244
"description" : "GFP",
245-
"displayId" : "GFP",
245+
"displayId" : "GFP_protein",
246246
"name" : "GFP",
247247
"type" : "SBO:0000252"
248248
}, {

SBOL3/multicellular/multicellular.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<https://sbolstandard.org/examples/AHL_producer/subcomponent_2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#SubComponent> .
301301
<https://sbolstandard.org/examples/GFP_protein> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000252> .
302302
<https://sbolstandard.org/examples/GFP_protein> <http://sbols.org/v3#name> "GFP" .
303-
<https://sbolstandard.org/examples/GFP_protein> <http://sbols.org/v3#displayId> "GFP" .
303+
<https://sbolstandard.org/examples/GFP_protein> <http://sbols.org/v3#displayId> "GFP_protein" .
304304
<https://sbolstandard.org/examples/GFP_protein> <http://sbols.org/v3#description> "GFP" .
305305
<https://sbolstandard.org/examples/GFP_protein> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Component> .
306306
<https://sbolstandard.org/examples/luxI> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000251> .

SBOL3/multicellular/multicellular.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<sbol:Component rdf:about="GFP_protein">
8787
<sbol:type rdf:resource="https://identifiers.org/SBO:0000252"/>
8888
<sbol:name>GFP</sbol:name>
89-
<sbol:displayId>GFP</sbol:displayId>
89+
<sbol:displayId>GFP_protein</sbol:displayId>
9090
<sbol:description>GFP</sbol:description>
9191
</sbol:Component>
9292
<sbol:Component rdf:about="LuxR_AHL">

SBOL3/multicellular/multicellular.rj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@
13531353
"https://sbolstandard.org/examples/GFP_protein" : {
13541354
"http://sbols.org/v3#displayId" : [ {
13551355
"type" : "literal" ,
1356-
"value" : "GFP"
1356+
"value" : "GFP_protein"
13571357
}
13581358
] ,
13591359
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {

SBOL3/multicellular/multicellular.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374

375375
:GFP_protein a sbol:Component ;
376376
sbol:description "GFP" ;
377-
sbol:displayId "GFP" ;
377+
sbol:displayId "GFP_protein" ;
378378
sbol:name "GFP" ;
379379
sbol:type SBO:0000252 .
380380

SBOL3/provenance_entity/activity/activity.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@id" : "toggle_switch_optimised",
6161
"@type" : "sbol:Component",
6262
"description" : "Toggle Switch genetic circuit - codon optimised",
63-
"displayId" : "toggle_switch optimised",
63+
"displayId" : "toggle_switch_optimised",
6464
"name" : "Toggle Switch Optimised",
6565
"type" : "SBO:0000241",
6666
"wasDerivedFrom" : "toggle_switch",

SBOL3/provenance_entity/activity/activity.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://www.w3.org/ns/prov#wasDerivedFrom> <https://sbolstandard.org/examples/toggle_switch> .
22
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://www.w3.org/ns/prov#wasGeneratedBy> <https://sbolstandard.org/examples/codon_optimization_activity> .
33
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://sbols.org/v3#description> "Toggle Switch genetic circuit - codon optimised" .
4-
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://sbols.org/v3#displayId> "toggle_switch optimised" .
4+
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://sbols.org/v3#displayId> "toggle_switch_optimised" .
55
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://sbols.org/v3#type> <https://identifiers.org/SBO:0000241> .
66
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://sbols.org/v3#name> "Toggle Switch Optimised" .
77
<https://sbolstandard.org/examples/toggle_switch_optimised> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://sbols.org/v3#Component> .

SBOL3/provenance_entity/activity/activity.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<prov:Activity rdf:about="codon_optimization_activity"/>
2323
</prov:wasGeneratedBy>
2424
<sbol:description>Toggle Switch genetic circuit - codon optimised</sbol:description>
25-
<sbol:displayId>toggle_switch optimised</sbol:displayId>
25+
<sbol:displayId>toggle_switch_optimised</sbol:displayId>
2626
<sbol:type rdf:resource="https://identifiers.org/SBO:0000241"/>
2727
<sbol:name>Toggle Switch Optimised</sbol:name>
2828
</sbol:Component>

SBOL3/provenance_entity/activity/activity.rj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"https://sbolstandard.org/examples/toggle_switch_optimised" : {
213213
"http://sbols.org/v3#displayId" : [ {
214214
"type" : "literal" ,
215-
"value" : "toggle_switch optimised"
215+
"value" : "toggle_switch_optimised"
216216
}
217217
] ,
218218
"http://www.w3.org/ns/prov#wasGeneratedBy" : [ {

SBOL3/provenance_entity/activity/activity.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:toggle_switch_optimised
1313
a sbol:Component ;
1414
sbol:description "Toggle Switch genetic circuit - codon optimised" ;
15-
sbol:displayId "toggle_switch optimised" ;
15+
sbol:displayId "toggle_switch_optimised" ;
1616
sbol:name "Toggle Switch Optimised" ;
1717
sbol:type SBO:0000241 ;
1818
prov:wasDerivedFrom :toggle_switch ;

0 commit comments

Comments
 (0)