Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 23, 2024
1 parent 7cb23e3 commit 53cb251
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions arango_rdf/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,21 +559,9 @@ def rdf_to_arangodb_by_rpt(
to enhance the Terminology Box of **rdf_graph** by providing
the following features:
1) Process RDF Predicates within **rdf_graph** as their own ArangoDB
Document, and cast a (predicate RDF.type RDF.Property) edge
relationship into the ArangoDB graph for every RDF predicate
used in the form (subject predicate object) within **rdf_graph**.
2) Provide RDFS.Domain & RDFS.Range **Inference** on all
RDF Resources within the **rdf_graph**, so long that no
RDF.Type statement already exists in **rdf_graph**
for the given resource.
3) Provide RDFS.Domain & RDFS.Range **Introspection** on all
RDF Predicates with the **rdf_graph**, so long that
no RDFS.Domain or RDFS.Range statement already exists
for the given predicate.
1) Loading Meta Ontologies (i.e OWL, RDF, RDFS, etc.) into the RDF Graph
2) Providing Domain & Range Inference
3) Providing Domain & Range Introspection
:type contextualize_graph: bool
:param flatten_reified_triples: If set to False, will preserve the RDF
structure of reified triples. If set to True, will convert any reified
Expand Down

0 comments on commit 53cb251

Please sign in to comment.