Skip to content

Commit

Permalink
adjusted comment blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
wmelder committed Jun 6, 2024
1 parent a89b675 commit 7d1524b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util/ld_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def generate_lod_resource_uri(
return None


############# Add/remove triples from a graph ###################
# ============ Add/remove triples from a graph ===========


def add_publisher(resource_url: str, publisher_uri: str, rdf_graph: Graph):
Expand Down Expand Up @@ -111,7 +111,7 @@ def remove_additional_type_skos_concept(resource_uri: str, rdf_graph: Graph):
g.remove(skos_concept_additional_type_triple)


############### Functions that get data from the RDF store ##############
# ========== Functions that get data from the RDF store ========


def get_lod_resource_from_rdf_store(
Expand Down Expand Up @@ -395,7 +395,7 @@ def sparql_construct_query(sparql_endpoint: str, query: str) -> Graph:
return g


######### JSON generator functions for lod-view ###############
# ========= JSON generator functions for lod-view ==========


def json_header_from_rdf_graph(
Expand Down

0 comments on commit 7d1524b

Please sign in to comment.