|
1 | 1 | { |
2 | 2 | "@graph" : [ { |
3 | | - "@id" : "igem:aboutigem", |
4 | | - "@type" : [ "sbol:TopLevel", "igem:Repository" ], |
5 | | - "website" : "http://parts.igem.org/Main_Page", |
6 | | - "description" : "Registry of Standard Biological Parts", |
7 | | - "displayId" : "aboutigem", |
8 | | - "name" : "iGEM Registry" |
9 | | - }, { |
10 | | - "@id" : "http://synbiohub.org/aboutsynbiohub", |
11 | | - "@type" : [ "sbol:TopLevel", "igem:Repository" ], |
12 | | - "displayId" : "aboutsynbiohub", |
13 | | - "name" : "SynBioHub" |
14 | | - }, { |
15 | 3 | "@id" : "https://sbolstandard.org/examples/BBa_J23119", |
16 | 4 | "@type" : "sbol:Component", |
17 | | - "belongsTo" : [ "http://synbiohub.org/aboutsynbiohub", "igem:aboutigem" ], |
| 5 | + "belongsTo" : [ "https://sbolstandard.org/examples/iGEMRepository", "https://sbolstandard.org/examples/SynBioHubRepository" ], |
18 | 6 | "experienceURL" : "igem:Part:BBa_J23119:Experience", |
19 | 7 | "group" : "iGEM2006_Berkeley", |
20 | 8 | "hasInformation" : "https://sbolstandard.org/examples/BBa_J23119/information1", |
|
27 | 15 | "type" : "SBO:0000251" |
28 | 16 | }, { |
29 | 17 | "@id" : "https://sbolstandard.org/examples/BBa_J23119/information1", |
30 | | - "@type" : [ "sbol:Identified", "igem:Information" ], |
| 18 | + "@type" : [ "igem:Information", "sbol:Identified" ], |
31 | 19 | "regulation" : [ "//regulation/second_regulation", "//regulation/constitutive" ], |
32 | 20 | "sigmaFactor" : "//rnap/prokaryote/ecoli/sigma70", |
33 | 21 | "description" : "The experience page captures users' experience using the BBa_J23119 part", |
34 | 22 | "displayId" : "information1", |
35 | 23 | "name" : "BBa_J23119_experience" |
36 | | - }, { |
37 | | - "@id" : "https://sbolstandard.org/examples/BBa_J23119/twinParts", |
38 | | - "@type" : [ "sbol:Identified", "igem:TwinPartUsage" ], |
39 | | - "twinURL" : [ "igem:wiki/index.php?title=Part:BBa_M36800", "igem:wiki/index.php?title=Part:BBa_M1638", "igem:wiki/index.php?title=Part:BBa_J72073" ], |
40 | | - "displayId" : "twinParts", |
41 | | - "name" : "twin parts" |
42 | 24 | }, { |
43 | 25 | "@id" : "https://sbolstandard.org/examples/BBa_J23119/usage1", |
44 | 26 | "@type" : [ "sbol:Identified", "igem:IGEMUsage" ], |
45 | 27 | "inStock" : "true", |
46 | 28 | "registryStar" : "1", |
47 | | - "twinURLs" : "https://sbolstandard.org/examples/BBa_J23119/twinParts", |
| 29 | + "twinURLs" : "https://sbolstandard.org/examples/BBa_J23119/usage1/twinParts", |
48 | 30 | "twins" : "7", |
49 | 31 | "uses" : "442", |
50 | 32 | "description" : "BBa_J23119 usage statistics", |
51 | 33 | "displayId" : "usage1", |
52 | 34 | "name" : "BBa_J23119_usage" |
| 35 | + }, { |
| 36 | + "@id" : "https://sbolstandard.org/examples/BBa_J23119/usage1/twinParts", |
| 37 | + "@type" : [ "igem:TwinPartUsage", "sbol:Identified" ], |
| 38 | + "twinURL" : [ "igem:wiki/index.php?title=Part:BBa_M36800", "igem:wiki/index.php?title=Part:BBa_M1638", "igem:wiki/index.php?title=Part:BBa_J72073" ], |
| 39 | + "displayId" : "twinParts", |
| 40 | + "name" : "twin parts" |
| 41 | + }, { |
| 42 | + "@id" : "https://sbolstandard.org/examples/SynBioHubRepository", |
| 43 | + "@type" : [ "igem:Repository", "sbol:TopLevel" ], |
| 44 | + "displayId" : "SynBioHubRepository", |
| 45 | + "hasNamespace" : "https://sbolstandard.org/examples", |
| 46 | + "name" : "SynBioHub" |
| 47 | + }, { |
| 48 | + "@id" : "https://sbolstandard.org/examples/iGEMRepository", |
| 49 | + "@type" : [ "igem:Repository", "sbol:TopLevel" ], |
| 50 | + "website" : "igem:Main_Page", |
| 51 | + "description" : "Registry of Standard Biological Parts", |
| 52 | + "displayId" : "iGEMRepository", |
| 53 | + "hasNamespace" : "https://sbolstandard.org/examples", |
| 54 | + "name" : "iGEM Registry" |
53 | 55 | } ], |
54 | 56 | "@context" : { |
55 | | - "website" : { |
56 | | - "@id" : "http://parts.igem.org/website" |
57 | | - }, |
58 | | - "description" : { |
59 | | - "@id" : "http://sbols.org/v3#description" |
60 | | - }, |
61 | | - "name" : { |
62 | | - "@id" : "http://sbols.org/v3#name" |
63 | | - }, |
64 | 57 | "displayId" : { |
65 | 58 | "@id" : "http://sbols.org/v3#displayId" |
66 | 59 | }, |
67 | 60 | "registryStar" : { |
68 | 61 | "@id" : "http://parts.igem.org/registryStar" |
69 | 62 | }, |
| 63 | + "name" : { |
| 64 | + "@id" : "http://sbols.org/v3#name" |
| 65 | + }, |
70 | 66 | "uses" : { |
71 | 67 | "@id" : "http://parts.igem.org/uses" |
72 | 68 | }, |
73 | 69 | "twinURLs" : { |
74 | 70 | "@id" : "http://parts.igem.org/twinURLs", |
75 | 71 | "@type" : "@id" |
76 | 72 | }, |
| 73 | + "description" : { |
| 74 | + "@id" : "http://sbols.org/v3#description" |
| 75 | + }, |
77 | 76 | "twins" : { |
78 | 77 | "@id" : "http://parts.igem.org/twins" |
79 | 78 | }, |
80 | 79 | "inStock" : { |
81 | 80 | "@id" : "http://parts.igem.org/inStock" |
82 | 81 | }, |
83 | | - "role" : { |
84 | | - "@id" : "http://sbols.org/v3#role", |
| 82 | + "website" : { |
| 83 | + "@id" : "http://parts.igem.org/website", |
| 84 | + "@type" : "@id" |
| 85 | + }, |
| 86 | + "hasNamespace" : { |
| 87 | + "@id" : "http://sbols.org/v3#hasNamespace", |
85 | 88 | "@type" : "@id" |
86 | 89 | }, |
87 | 90 | "belongsTo" : { |
88 | 91 | "@id" : "http://parts.igem.org/belongsTo", |
89 | 92 | "@type" : "@id" |
90 | 93 | }, |
| 94 | + "role" : { |
| 95 | + "@id" : "http://sbols.org/v3#role", |
| 96 | + "@type" : "@id" |
| 97 | + }, |
91 | 98 | "hasInformation" : { |
92 | 99 | "@id" : "http://parts.igem.org/hasInformation", |
93 | 100 | "@type" : "@id" |
|
100 | 107 | "@id" : "http://parts.igem.org/hasUsage", |
101 | 108 | "@type" : "@id" |
102 | 109 | }, |
103 | | - "hasNamespace" : { |
104 | | - "@id" : "http://sbols.org/v3#hasNamespace", |
105 | | - "@type" : "@id" |
106 | | - }, |
107 | 110 | "experienceURL" : { |
108 | 111 | "@id" : "http://parts.igem.org/experienceURL", |
109 | 112 | "@type" : "@id" |
|
0 commit comments