Skip to content

Commit

Permalink
changed from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ima-mervin committed Aug 28, 2024
1 parent da6f1e9 commit bcbe1ec
Show file tree
Hide file tree
Showing 12 changed files with 2,365 additions and 1,893 deletions.
71 changes: 71 additions & 0 deletions frontend/components/Viewing/PageJSON/Types/Attachment3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"type": "http://sbols.org/v3#Attachment",
"prefixes": [
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
"PREFIX dcterms: <http://purl.org/dc/terms/>",
"PREFIX dc: <http://purl.org/dc/elements/1.1/>",
"PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>",
"PREFIX prov: <http://www.w3.org/ns/prov#>",
"PREFIX sbol: <http://sbols.org/v3#>",
"PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>",
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>",
"PREFIX purl: <http://purl.obolibrary.org/obo/>"
],
"metadata": [
{
"title": "Source",
"rootPredicate": "sbol:source",
"icon": "faStar",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": [],
"link": "$<This>"
}
]
},
{
"title": "Format",
"rootPredicate": "sbol:format",
"icon": "faParagraph",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": []
}
]
},
{
"title": "Size",
"rootPredicate": "sbol:size",
"icon": "faDotCircle",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": []
}
]
},
{
"title": "Hash",
"rootPredicate": "sbh:hash",
"icon": "faHashtag",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": []
}
]
}
],
"tables": [],
"pages": [
"Details",
"Other Properties",
"Attachments"
]
}
9 changes: 9 additions & 0 deletions frontend/components/Viewing/PageJSON/Types/Collection3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "http://sbols.org/v3#Collection",
"pages": [
"Members",
"Details",
"Other Properties",
"Attachments"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
{
"type": "http://sbols.org/v3#CombinatorialDerivation",
"prefixes": [
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
"PREFIX dcterms: <http://purl.org/dc/terms/>",
"PREFIX dc: <http://purl.org/dc/elements/1.1/>",
"PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>",
"PREFIX prov: <http://www.w3.org/ns/prov#>",
"PREFIX sbol: <http://sbols.org/v3#>",
"PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>",
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>",
"PREFIX purl: <http://purl.obolibrary.org/obo/>"
],
"metadata": [
{
"title": "Template",
"rootPredicate": "sbol:template",
"icon": "faStickyNote",
"sections": [
{
"title": "Extra Work",
"predicates": [
],
"link": "$<templateLink>",
"stripAfter": "/"
},
{
"title": "templateLink",
"predicates": [],
"hide": true
}
]
},
{
"title": "Strategy",
"rootPredicate": "sbol:strategy",
"icon": "faLightbulb",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": [],
"link": "$<strategyLink>"
},
{
"title": "strategyLink",
"predicates": [],
"hide": true
}
]
}
],
"tables": [
{
"title": "Variable Components",
"rootPredicate": "sbol:variableComponent",
"icon": "faQuestionCircle",
"sections": [
{
"title": "Variable Components",
"infoLink": "https://sbols.org/v3#VariableComponent",
"predicates": [
"sbol:displayId"
],
"link": "$<VariableComponentsLink>"
},

{
"title": "VariableComponentsLink",
"predicates": [
],
"hide": true
},

{
"title": "Variable",
"infoLink": "https://sbols.org/v3#variable",
"predicates": [
"sbol:variable"
],
"link": "$<VariableLink>",
"stripAfter": "/"
},

{
"title": "VariableLink",
"predicates": [
],
"hide": true
},
{
"title": "Operator",
"infoLink": "https://sbols.org/v3#operator",
"predicates": [
"sbol:operator"
],
"stripAfter": "#",
"link": "$<operatorLink>"
},
{
"title": "operatorLink",
"predicates": [
"sbol:operator"
],
"hide": true
},
{
"title": "Variant",
"infoLink": "https://sbols.org/v3#variant",
"predicates": [
"sbol:variant", "sbol:displayId"
],
"link": "$<VariantLink>"
},
{
"title": "VariantLink",
"predicates": [
"sbol:variant"
],
"hide": true
}
]
}
],

"pages": [
"Details",
"$TABLES[Variable Components]",
"Other Properties",
"Member of these Collections",
"Attachments"
]
}
39 changes: 39 additions & 0 deletions frontend/components/Viewing/PageJSON/Types/Cut3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"type": "http://sbols.org/v3#Cut",
"prefixes": [
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
"PREFIX dcterms: <http://purl.org/dc/terms/>",
"PREFIX dc: <http://purl.org/dc/elements/1.1/>",
"PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>",
"PREFIX prov: <http://www.w3.org/ns/prov#>",
"PREFIX sbol: <http://sbols.org/v3#>",
"PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>",
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>",
"PREFIX purl: <http://purl.obolibrary.org/obo/>"
],
"metadata": [
{
"title": "Location",
"rootPredicate": "sbol:at",
"infoLink": "https://sbols.org/v3#Location",
"icon": "faMapMarkerAlt",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": [

],
"link": "https://sbols.org/v3#Location"
}
]
}
],
"tables": [
],
"pages": [
"Details",
"Other Properties",
"Attachments"
]
}
40 changes: 40 additions & 0 deletions frontend/components/Viewing/PageJSON/Types/EntireSequence3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"type": "http://sbols.org/v3#GenericLocation",
"prefixes": [
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
"PREFIX dcterms: <http://purl.org/dc/terms/>",
"PREFIX dc: <http://purl.org/dc/elements/1.1/>",
"PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>",
"PREFIX prov: <http://www.w3.org/ns/prov#>",
"PREFIX sbol: <http://sbols.org/v3#>",
"PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>",
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>",
"PREFIX purl: <http://purl.obolibrary.org/obo/>"
],
"metadata": [
{
"title": "Location",
"rootPredicate": "sbol:persistentIdentity",
"infoLink": "https://sbols.org/v3#Location",
"icon": "faMapMarkerAlt",
"sections": [
{
"title": "Extra Work",
"stripAfter": "#",
"predicates": [

],
"text": "generic",
"link": "https://sbols.org/v3#Location"
}
]
}
],
"tables": [
],
"pages": [
"Details",
"Other Properties",
"Attachments"
]
}
62 changes: 62 additions & 0 deletions frontend/components/Viewing/PageJSON/Types/Experiment3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"type": "http://sbols.org/v3#Experiment",
"prefixes": [
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
"PREFIX dcterms: <http://purl.org/dc/terms/>",
"PREFIX dc: <http://purl.org/dc/elements/1.1/>",
"PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>",
"PREFIX prov: <http://www.w3.org/ns/prov#>",
"PREFIX sbol: <http://sbols.org/v3#>",
"PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>",
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>",
"PREFIX purl: <http://purl.obolibrary.org/obo/>"
],
"metadata": [],
"tables": [
{
"icon": "faTable",
"title": "ExperimentalData",
"rootPredicate": "sbol:experimentalData",
"sections": [
{
"title": "Experimental Data",
"infoLink": "https://sbols.org/v3#ExperimentalData",
"predicates": [
"sbol:displayId"
],
"link": "$<ExperimentalDataLink>"
},
{
"title": "ExperimentalDataLink",
"predicates": [
],
"hide": true
},
{
"title": "Name",
"predicates": [
"sbol:displayId"
],
"link": "$<nameLink>"
},
{
"title": "nameLink",
"predicates": [],
"hide": true
},
{
"title": "Description",
"predicates": [
"sbol:description"
]
}
]
}
],
"pages": [
"$TABLES[ExperimentalData]",
"Other Properties",
"Member of these Collections",
"Attachments"
]
}
23 changes: 23 additions & 0 deletions frontend/components/Viewing/PageJSON/Types/ExperimentalData3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "http://sbols.org/v3#ExperimentalData",
"prefixes": [
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
"PREFIX dcterms: <http://purl.org/dc/terms/>",
"PREFIX dc: <http://purl.org/dc/elements/1.1/>",
"PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>",
"PREFIX prov: <http://www.w3.org/ns/prov#>",
"PREFIX sbol: <http://sbols.org/v3#>",
"PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>",
"PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>",
"PREFIX purl: <http://purl.obolibrary.org/obo/>"
],
"metadata": [],
"tables": [
],
"pages": [
"Details",
"Other Properties",
"Member of these Collections",
"Attachments"
]
}
Loading

0 comments on commit bcbe1ec

Please sign in to comment.