-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1eaa1e1
commit 5716273
Showing
19 changed files
with
165 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
frontend/components/Viewing/PageJSON/Types/Constraint3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"type": "http://sbols.org/v3#Constraint", | ||
"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": "Subject", | ||
"rootPredicate": "sbol:subject", | ||
"icon": "faUser", | ||
"sections": [ | ||
{ | ||
"title": "Subject", | ||
"predicates": [ | ||
"sbol:displayId" | ||
], | ||
"link": "$<subjectLink>" | ||
}, | ||
{ | ||
"title": "subjectLink", | ||
"predicates":[], | ||
"hide": true | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Restriction", | ||
"rootPredicate": "sbol:restriction", | ||
"icon": "faUserSlash", | ||
"sections": [ | ||
{ | ||
"title": "Restriction", | ||
"stripAfter": "#", | ||
"link": "$<restrictionLink>", | ||
"predicates": [ | ||
] | ||
}, | ||
{ | ||
"title": "restrictionLink", | ||
"predicates": [], | ||
"hide": true | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Object", | ||
"rootPredicate": "sbol:object", | ||
"icon": "faArchive", | ||
"sections": [ | ||
{ | ||
"title": "Object", | ||
"predicates": ["sbol:displayId"], | ||
"link": "$<objectLink>" | ||
}, | ||
{ | ||
"title": "objectLink", | ||
"predicates":[], | ||
"hide": true | ||
} | ||
] | ||
} | ||
], | ||
"tables": [ | ||
], | ||
"pages": [ | ||
"Other Properties" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.