Skip to content

Commit 9e637d2

Browse files
author
Thomas Hanke
committed
Merge branch 'main' of github.com:Mat-O-Lab/MapToMethod
2 parents a3a7c8a + 01fd77f commit 9e637d2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Publish Docker image](https://github.com/Mat-O-Lab/MapToMethod/actions/workflows/PublishContainer.yml/badge.svg)](https://github.com/Mat-O-Lab/MapToMethod/actions/workflows/PublishContainer.yml)
33
[![Test Examples](https://github.com/Mat-O-Lab/MapToMethod/actions/workflows/TestExamples.yml/badge.svg?branch=main&event=push)](https://github.com/Mat-O-Lab/MapToMethod/actions/workflows/TestExamples.yml)
44

5-
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 at https://github.com/Mat-O-Lab/MSEO.
5+
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.
66

77
Demo online at here: http://maptomethod.matolab.org
88

examples/example-map.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ base: http://purl.matolab.org/mseo/mappings/
88
sources:
99
data_entities: {access: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json',
1010
iterator: '$..[*]', referenceFormulation: jsonpath}
11+
use_template_rowwise: 'false'
1112
mappings:
1213
SpecimenID:
1314
sources: [data_entities]

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class Setting(BaseSettings):
1515
source: str = str(
1616
os.environ.get("APP_SOURCE", "https://github.com/Mat-O-Lab/MapToMethod")
1717
)
18-
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."
18+
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."
1919
org_site: str = "https://mat-o-lab.github.io/OrgSite"

0 commit comments

Comments
 (0)