Skip to content

Commit b45f900

Browse files
committed
#1258
1 parent ddf7e19 commit b45f900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

umls2rdf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,9 @@ def write_semantic_types(self, sem_types, fout):
724724
if not os.path.isdir(conf.OUTPUT_FOLDER):
725725
raise Exception("Output folder '%s' not found." % conf.OUTPUT_FOLDER)
726726

727-
semtypes_ontology_stmt_ttl = """<%s>
728-
a owl:Ontology ;
729-
UMLS:sver "%s" .""" % (STY_URL, conf.UMLS_VERSION)
727+
semtypes_ontology_stmt_ttl = """<%s> a owl:Ontology ;
728+
UMLS:sver "%s" .
729+
""" % (STY_URL, conf.UMLS_VERSION)
730730

731731
sem_types = generate_semantic_types(con, with_roots=True)
732732
output_file = os.path.join(conf.OUTPUT_FOLDER, "umls-semantictypes.ttl")

0 commit comments

Comments
 (0)