Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Sep 20, 2023
1 parent 595a0e3 commit c18b335
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/ontology/mp.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ TRANSLATED_ONTOLOGIES=$(patsubst %, $(TRANSLATIONDIR)/$(ONT)-%.owl, $(LANGUAGES)
prepare_translations:
$(MAKE) IMP=false COMP=false PAT=false MIR=false $(TRANSLATED_ONTOLOGIES)


# The Babelon schema required for the translation to RDF
BABELON_SCHEMA=https://raw.githubusercontent.com/monarch-initiative/babelon/main/src/schema/babelon.yaml
$(TRANSLATIONDIR)/babelon.yaml:
Expand Down Expand Up @@ -136,6 +137,3 @@ $(ONT)-international.owl: $(ONT).owl $(TRANSLATED_ONTOLOGIES)
$(ROBOT) merge $(patsubst %, -i %, $^) \
$(SHARED_ROBOT_COMMANDS) annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@

xxx:
$(MAKE) $(TRANSLATIONDIR)/$(ONT)-ja.synonyms.owl
$(MAKE) $(TRANSLATIONDIR)/$(ONT)-ja.owl
15 changes: 15 additions & 0 deletions src/ontology/translations/mp-ja.synonyms.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.w3.org/2002/07/owl"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<Ontology/>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->

0 comments on commit c18b335

Please sign in to comment.