-
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.
Merge pull request #747 from SynBioHub/updateMetadataSparql
updated edam, updated get metadata sparql for sbol3, updated model3
- Loading branch information
Showing
3 changed files
with
81 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,75 @@ | ||
|
||
{ | ||
|
||
"type": "http://sbols.org/v3#Model", | ||
"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": "Language", | ||
"icon": "faVials", | ||
"rootPredicate": "sbol:language", | ||
"sections": [ | ||
{ | ||
"title": "lang", | ||
"predicates": [ | ||
], | ||
"link": "$<This>" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Framework", | ||
"rootPredicate": "sbol:framework", | ||
"icon": "faVials", | ||
"sections": [ | ||
{ | ||
"title": "framework", | ||
"predicates": [], | ||
"link": "$<This>", | ||
"stripAfter": "/" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Model File", | ||
"rootPredicate": "sbol:source", | ||
"icon": "faVials", | ||
"sections": [ | ||
{ | ||
"title": "mfile", | ||
"predicates": [], | ||
"link": "$<This>" | ||
} | ||
] | ||
"type": "http://sbols.org/v3#Model", | ||
"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": "Language", | ||
"icon": "faVials", | ||
"rootPredicate": "sbol:language", | ||
"sections": [ | ||
{ | ||
"title": "lang", | ||
"predicates": [], | ||
"link": "$<languageLink>" | ||
}, | ||
{ | ||
"title": "languageLink", | ||
"predicates": [], | ||
"hide": true | ||
} | ||
], | ||
"tables": [], | ||
"pages": [ | ||
"Details", | ||
"Other Properties", | ||
"Member of these Collections", | ||
"Attachments" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Framework", | ||
"rootPredicate": "sbol:framework", | ||
"icon": "faVials", | ||
"sections": [ | ||
{ | ||
"title": "framework", | ||
"predicates": [], | ||
"link": "$<frameworkLink>", | ||
"stripAfter": "/" | ||
}, | ||
{ | ||
"title": "frameworkLink", | ||
"predicates": [], | ||
"hide": true | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Model File", | ||
"rootPredicate": "sbol:source", | ||
"icon": "faVials", | ||
"sections": [ | ||
{ | ||
"title": "mfile", | ||
"predicates": [], | ||
"link": "$<sourceLink>" | ||
}, | ||
{ | ||
"title": "sourceLink", | ||
"predicates": [], | ||
"hide": true | ||
} | ||
] | ||
} | ||
], | ||
"tables": [], | ||
"pages": [ | ||
"Details", | ||
"Other Properties", | ||
"Member of these Collections", | ||
"Attachments" | ||
] | ||
} |
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