Closed jennet closed 4 years ago
Additional labels for dimensions were imported as part of the data pulled from the alpha:
As muttnik only supports a single label for dimensions, the temporary fix is to remove additional labels and go with the following:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://gss-data.org.uk/graph/components> { <http://purl.org/linked-data/sdmx/2009/dimension#refPeriod> rdfs:label "Reference Period"@en . <http://gss-data.org.uk/def/dimension/flow> rdfs:label "Flow"@en . <http://gss-data.org.uk/def/dimension/trade-partner-geography> rdfs:label "HMRC Partner Geography"@en . <http://gss-data.org.uk/def/dimension/product> rdfs:label "Product"@en . <http://gss-data.org.uk/def/dimension/trade-reporter-geography> rdfs:label "HMRC Reporter Region"@en . }
These have had manual fixes on cogs-staging but will require further discussion, as each time additional data is pulled from ONS alpha, the problem is reintroduced
see issue #24
Additional labels for dimensions were imported as part of the data pulled from the alpha:
As muttnik only supports a single label for dimensions, the temporary fix is to remove additional labels and go with the following: