Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,155 changes: 3,682 additions & 473 deletions assets/biostride.py

Large diffs are not rendered by default.

Binary file modified assets/excel/biostride.xlsx
Binary file not shown.
757 changes: 755 additions & 2 deletions assets/graphql/biostride.graphql

Large diffs are not rendered by default.

1,011 changes: 997 additions & 14 deletions assets/jsonld/biostride.context.jsonld

Large diffs are not rendered by default.

12,227 changes: 9,545 additions & 2,682 deletions assets/jsonld/biostride.jsonld

Large diffs are not rendered by default.

3,985 changes: 3,517 additions & 468 deletions assets/jsonschema/biostride.schema.json

Large diffs are not rendered by default.

7,012 changes: 6,124 additions & 888 deletions assets/owl/biostride.owl.ttl

Large diffs are not rendered by default.

42 changes: 41 additions & 1 deletion assets/prefixmap/biostride.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,52 @@
"NCBITaxon": "http://purl.obolibrary.org/obo/NCBITaxon_",
"UBERON": "http://purl.obolibrary.org/obo/UBERON_",
"biostride": "https://w3id.org/biostride/",
"biostride_func": "https://w3id.org/biostride/functional-annotation/",
"biostride_schema": "https://w3id.org/biostride/schema/",
"dcterms": "http://purl.org/dc/terms/",
"linkml": "https://w3id.org/linkml/",
"nmdc": "https://w3id.org/nmdc/",
"prov": "http://www.w3.org/ns/prov#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"sio": "http://semanticscience.org/resource/",
"skos": "http://www.w3.org/2004/02/skos/core#"
"skos": "http://www.w3.org/2004/02/skos/core#",
"AggregatedProteinView": {
"@id": "biostride_func:AggregatedProteinView"
},
"BiophysicalProperty": {
"@id": "biostride_func:BiophysicalProperty"
},
"ConformationalEnsemble": {
"@id": "biostride_func:ConformationalEnsemble"
},
"ConformationalState": {
"@id": "biostride_func:ConformationalState"
},
"DatabaseCrossReference": {
"@id": "biostride_func:DatabaseCrossReference"
},
"EvolutionaryConservation": {
"@id": "biostride_func:EvolutionaryConservation"
},
"FunctionalSite": {
"@id": "biostride_func:FunctionalSite"
},
"LigandInteraction": {
"@id": "biostride_func:LigandInteraction"
},
"MutationEffect": {
"@id": "biostride_func:MutationEffect"
},
"PostTranslationalModification": {
"@id": "biostride_func:PostTranslationalModification"
},
"ProteinAnnotation": {
"@id": "biostride_func:ProteinAnnotation"
},
"ProteinProteinInteraction": {
"@id": "biostride_func:ProteinProteinInteraction"
},
"StructuralFeature": {
"@id": "biostride_func:StructuralFeature"
}
}
Loading