Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/BiGCAT-UM/KinRDF into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseSl22 committed Dec 20, 2023
2 parents 5122008 + 06a78fa commit cd850cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/GroovyScriptTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
run: |
groovy validate.groovy InteractionData http://vocabularies.wikipathways.org/wp#InteractionData
groovy validate.groovy Enzyme http://vocabularies.wikipathways.org/wp#Protein
groovy validate.groovy Substrate http://vocabularies.wikipathways.org/wp#???
groovy validate.groovy Measurement http://vocabularies.wikipathways.org/wp#???
groovy validate.groovy Interaction http://vocabularies.wikipathways.org/wp#Interaction
# groovy validate.groovy Substrate http://vocabularies.wikipathways.org/wp#Metabolite
#groovy validate.groovy Measurement http://vocabularies.wikipathways.org/wp#???
16 changes: 16 additions & 0 deletions shapes/Interaction.shex
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
BASE <http://bigcat-um.github.io/KinRDF/shapes#>
PREFIX : <http://bigcat-um.github.io/KinRDF/shapes#>

PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sbd: <https://www.sbd4nano.eu/rdf/#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wp: <http://vocabularies.wikipathways.org/wp#>
PREFIX sio: <http://semanticscience.org/resource/>
PREFIX RHEA: <https://identifiers.org/rhea/>

:Interaction {
a [ wp:Interaction ]
}
1 change: 1 addition & 0 deletions shapes/Substrate.shex
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ PREFIX chebi: <http://purl.obolibrary.org/obo/>

:Substrate {
a [ chebi:CHEBI_23367 ]
a [ wp:Metabolite ]
}

0 comments on commit cd850cb

Please sign in to comment.