Skip to content

Commit

Permalink
Merge pull request #29 from zazuko/ktk-patch-1
Browse files Browse the repository at this point in the history
More explicit IRI example in the airport mapping.
  • Loading branch information
mchlrch authored Apr 4, 2024
2 parents 7cfda3b + 93a1679 commit f35816f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/mapping-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ logical-source airport {
stop
latitude
longitude
wikidataIri
}
```

Expand Down Expand Up @@ -346,6 +347,7 @@ map AirportMapping from airport {
transit.route from stop with datatype xsd.integer;
wgs84_pos.lat from latitude;
wgs84_pos.long from longitude;
schema.sameAs from wikidataIri as IRI;
}
```

Expand Down

0 comments on commit f35816f

Please sign in to comment.