Skip to content

Commit cabf388

Browse files
added open-graph to export (#4648)
1 parent 317e19b commit cabf388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

software/SchemaTerms/sdotermsource.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ def bindNameSpaces(graph):
183183
# --- Music Ontology ---
184184
graph.bind("mo", "http://purl.org/ontology/mo/")
185185

186+
# --- Open-Graph ---
187+
graph.bind("og", "http://ogp.me/ns#")
188+
186189

187190
class _TermAccumulator:
188191
"""Temporary holder to accumulate term information."""

0 commit comments

Comments
 (0)