Skip to content

Commit

Permalink
debug_stringdb (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbassidaloii authored Jan 15, 2025
2 parents 4be2962 + 124f336 commit 0301cd8
Show file tree
Hide file tree
Showing 13 changed files with 5,801 additions and 370,533 deletions.
1,881 changes: 401 additions & 1,480 deletions examples/01_gene_to_graph_workflow.ipynb

Large diffs are not rendered by default.

2,365 changes: 2,365 additions & 0 deletions examples/data/gene_to_graph_workflow/BDF_example_graph.ttl

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,480 changes: 1,480 additions & 0 deletions examples/data/gene_to_graph_workflow/BDF_example_shacl.ttl

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,310 changes: 1,310 additions & 0 deletions examples/data/gene_to_graph_workflow/BDF_example_shex.ttl

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions examples/data/gene_to_graph_workflow/BDF_prefixes.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[] sh:declare [ sh:namespace "http://purl.obolibrary.org/obo/"^^xsd:anyURI ;
sh:prefix "obo" ] .

[] sh:declare [ sh:namespace "http://xmlns.com/foaf/0.1/"^^xsd:anyURI ;
sh:prefix "foaf" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/score"^^xsd:anyURI ;
sh:prefix "score_base_node" ] .

[] sh:declare [ sh:namespace "http://www.w3.org/2000/01/rdf-schema#"^^xsd:anyURI ;
sh:prefix "rdfs" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/life_cycle"^^xsd:anyURI ;
sh:prefix "life_cycle_base_node" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/datasource"^^xsd:anyURI ;
sh:prefix "data_source_base_node" ] .

[] sh:declare [ sh:namespace "http://www.w3.org/2004/02/skos/core#"^^xsd:anyURI ;
sh:prefix "skos" ] .

[] sh:declare [ sh:namespace "https://identifiers.org/ensembl:"^^xsd:anyURI ;
sh:prefix "ensembl" ] .

[] sh:declare [ sh:namespace "http://www.w3.org/2002/07/owl#"^^xsd:anyURI ;
sh:prefix "owl" ] .

[] sh:declare [ sh:namespace "https://monarchinitiative.org/disease/"^^xsd:anyURI ;
sh:prefix "mondo" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/anatomical_entity"^^xsd:anyURI ;
sh:prefix "anatomical_entity_base_node" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/gene_disease_association"^^xsd:anyURI ;
sh:prefix "gene_disease_association" ] .

[] sh:declare [ sh:namespace "http://purl.obolibrary.org/obo/so#"^^xsd:anyURI ;
sh:prefix "so" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/source"^^xsd:anyURI ;
sh:prefix "source_base_node" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/gene_expression_value"^^xsd:anyURI ;
sh:prefix "gene_expression_value_base_node" ] .

[] sh:declare [ sh:namespace "http://semanticscience.org/resource/"^^xsd:anyURI ;
sh:prefix "sio" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/"^^xsd:anyURI ;
sh:prefix "bdf" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/experimental_process"^^xsd:anyURI ;
sh:prefix "experimental_process_node" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/gene"^^xsd:anyURI ;
sh:prefix "gene_base_node" ] .

[] sh:declare [ sh:namespace "https://www.ncbi.nlm.nih.gov/medgen/"^^xsd:anyURI ;
sh:prefix "umls" ] .

[] sh:declare [ sh:namespace "http://www.w3.org/2001/XMLSchema#"^^xsd:anyURI ;
sh:prefix "xsd" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/example/gene_symbol"^^xsd:anyURI ;
sh:prefix "gene_symbol_base_node" ] .

[] sh:declare [ sh:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#"^^xsd:anyURI ;
sh:prefix "rdf" ] .

[] sh:declare [ sh:namespace "http://www.w3.org/ns/dcat#"^^xsd:anyURI ;
sh:prefix "dcat" ] .

[] sh:declare [ sh:namespace "http://bio2rdf.org/hgnc:"^^xsd:anyURI ;
sh:prefix "hgnc" ] .

[] sh:declare [ sh:namespace "https://biodatafuse.org/onto/bdf#"^^xsd:anyURI ;
sh:prefix "bdfo" ] .

Loading

0 comments on commit 0301cd8

Please sign in to comment.