diff options
Diffstat (limited to 'examples')
-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") |