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 2672ec1 commit 67cc897
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 files (output of CSVtoCSVW) describing CSV files to Information Content Entities in knowledge graphs describing methods in the method folder of the MSEO Ontology repository."
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."
org_site: str = "https://mat-o-lab.github.io/OrgSite"

0 comments on commit 67cc897

Please sign in to comment.