diff options
author | Munyoki Kilyungi | 2023-10-16 12:26:26 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-10-16 12:26:26 +0300 |
commit | 3013b09db08d1e5cc22561a8a90aa7f20730fea2 (patch) | |
tree | 73d8fa445474e5ac3e99cba38d3b636b6a858028 | |
parent | 60adaa35d6c424e2cc1c699507a56d189e68bc52 (diff) | |
download | gn-transform-databases-3013b09db08d1e5cc22561a8a90aa7f20730fea2.tar.gz |
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-x | examples/dataset-metadata.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dataset-metadata.scm b/examples/dataset-metadata.scm index a56008f..c47298f 100755 --- a/examples/dataset-metadata.scm +++ b/examples/dataset-metadata.scm @@ -131,7 +131,7 @@ (gnt:hasDataProcessingInfo skos:definition "Information about how this dataset was processed") (gnt:hasPlatformInfo rdfs:domain dcat:Dataset) (gnt:hasPlatformInfo a owl:ObjectProperty) - (gnt:hasPlatformInfo rdfs:label "About Platfoorm") + (gnt:hasPlatformInfo rdfs:label "About Platform") (gnt:hasPlatformInfo skos:definition "Information about the platform that was used with this dataset") (gnt:hasCaseInfo rdfs:domain dcat:Dataset) (gnt:hasCaseInfo rdfs:label "About Case") |