Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored Oct 17, 2023
1 parent 33b4457 commit f961d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ class Setting(BaseSettings):
source: str = str(
os.environ.get("APP_SOURCE", "https://github.com/Mat-O-Lab/MapToMethod")
)
desc: str = "Tool to map content of JSON-LD douments (for example output of [CSVtoCSVW](https://github.com/Mat-O-Lab/CSVToCSVW) to Entities in knowledge graphs by creating mapping rules with condition in [YARRRML](https://rml.io/yarrrml) format."
desc: str = "Tool to map content of JSON-LD douments (for example output of [CSVtoCSVW](https://github.com/Mat-O-Lab/CSVToCSVW) to Entities in knowledge graphs by creating mapping rules with conditions in [YARRRML](https://rml.io/yarrrml) format."
org_site: str = "https://mat-o-lab.github.io/OrgSite"

0 comments on commit f961d35

Please sign in to comment.