@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ggp: <http://data.goodgrowthplan.com/def/core/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix sesame: <http://www.openrdf.org/schema/sesame#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .

<http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> a void:Dataset ;
	rdfs:commment "Incremental GGP Smallholder Commitment Data Cube subset for 2014" ;
	qb:slice <http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> ;
	void:dataDump <http://data.goodgrowthplan.com/downloads/GGP-smallholder-data-2016.ttl> ;
	void:uriLookupEndpoint <http://data.goodgrowthplan.com/about?resource=> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> a ggp:GGPSmallholderDataset ;
	rdfs:comment "GGP Smallholder Commitment Data Cube Dataset" ;
	qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SoutheastAsia> ;
	qb:structure ggp:SmallholderDsd ;
	void:subset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/SoutheastAsia> a ggp:ByGrowerLocationSlice ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SoutheastAsia> ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SoutheastAsia> ;
	qb:structure ggp:byGrowerLocationKey .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> a ggp:ByYearSlice ;
	rdfs:label "smallholder KPI measurements by year for 2014" ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SoutheastAsia> ;
	qb:structure ggp:byYearKey .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SoutheastAsia> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for SoutheastAsia for 2014" ;
	ggp:smallholdersReachedThroughSalesCount "1593344"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SoutheastAsia> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2014> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/China> a ggp:ByGrowerLocationSlice ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/China> ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/China> ;
	qb:structure ggp:byGrowerLocationKey .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/China> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for China for 2014" ;
	ggp:smallholdersReachedThroughSalesCount "7293595"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/China> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2014> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/SouthAsia> a ggp:ByGrowerLocationSlice ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SouthAsia> ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SouthAsia> ;
	qb:structure ggp:byGrowerLocationKey .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/SouthAsia> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for SouthAsia for 2014" ;
	ggp:smallholdersReachedThroughSalesCount "3131637"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SouthAsia> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2014> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/AfricaME> a ggp:ByGrowerLocationSlice ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/AfricaME> ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/AfricaME> ;
	qb:structure ggp:byGrowerLocationKey .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/AfricaME> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for AfricaME for 2014" ;
	ggp:smallholdersReachedThroughSalesCount "974480"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/AfricaME> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2014> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/Brazil> a ggp:ByGrowerLocationSlice ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/Brazil> ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/Brazil> ;
	qb:structure ggp:byGrowerLocationKey .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/Brazil> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for Brazil for 2014" ;
	ggp:smallholdersReachedThroughSalesCount "106257"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/Brazil> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2014> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/LAN> a ggp:ByGrowerLocationSlice ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/LAN> ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/LAN> ;
	qb:structure ggp:byGrowerLocationKey .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2014> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2014/territory/LAN> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for LAN for 2014" ;
	ggp:smallholdersReachedThroughSalesCount "717017"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/LAN> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2014> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2014> .

<http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> a void:Dataset ;
	rdfs:commment "Incremental GGP Smallholder Commitment Data Cube subset for 2015" ;
	qb:slice <http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> ;
	void:dataDump <http://data.goodgrowthplan.com/downloads/GGP-smallholder-data-2016.ttl> ;
	void:uriLookupEndpoint <http://data.goodgrowthplan.com/about?resource=> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SoutheastAsia> ;
	void:subset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/SoutheastAsia> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SoutheastAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> a ggp:ByYearSlice ;
	rdfs:label "smallholder KPI measurements by year for 2015" ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SoutheastAsia> ;
	qb:structure ggp:byYearKey .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SoutheastAsia> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for SoutheastAsia for 2015" ;
	ggp:smallholdersReachedThroughSalesCount "1725420"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SoutheastAsia> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2015> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/China> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/China> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for China for 2015" ;
	ggp:smallholdersReachedThroughSalesCount "11211781"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/China> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2015> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/SouthAsia> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/SouthAsia> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for SouthAsia for 2015" ;
	ggp:smallholdersReachedThroughSalesCount "3250575"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SouthAsia> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2015> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/AfricaME> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/AfricaME> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for AfricaME for 2015" ;
	ggp:smallholdersReachedThroughSalesCount "434735"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/AfricaME> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2015> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/Brazil> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/Brazil> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for Brazil for 2015" ;
	ggp:smallholdersReachedThroughSalesCount "89514"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/Brazil> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2015> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/LAN> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2015> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2015/territory/LAN> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for LAN for 2015" ;
	ggp:smallholdersReachedThroughSalesCount "501570"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/LAN> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2015> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2015> .

<http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> a void:Dataset ;
	rdfs:commment "Incremental GGP Smallholder Commitment Data Cube subset for 2016" ;
	qb:slice <http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> ;
	void:dataDump <http://data.goodgrowthplan.com/downloads/GGP-smallholder-data-2016.ttl> ;
	void:uriLookupEndpoint <http://data.goodgrowthplan.com/about?resource=> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SoutheastAsia> ;
	void:subset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/SoutheastAsia> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SoutheastAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> a ggp:ByYearSlice ;
	rdfs:label "smallholder KPI measurements by year for 2016" ;
	qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SoutheastAsia> ;
	qb:structure ggp:byYearKey .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SoutheastAsia> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for SoutheastAsia for 2016" ;
	ggp:smallholdersReachedThroughSalesCount "1711022"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SoutheastAsia> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2016> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/China> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/China> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/China> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for China for 2016" ;
	ggp:smallholdersReachedThroughSalesCount "10747555"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/China> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2016> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/SouthAsia> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SouthAsia> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/SouthAsia> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for SouthAsia for 2016" ;
	ggp:smallholdersReachedThroughSalesCount "3117661"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/SouthAsia> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2016> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/AfricaME> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/AfricaME> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/AfricaME> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for AfricaME for 2016" ;
	ggp:smallholdersReachedThroughSalesCount "349100"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/AfricaME> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2016> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/Brazil> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/Brazil> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/Brazil> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for Brazil for 2016" ;
	ggp:smallholdersReachedThroughSalesCount "136520"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/Brazil> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2016> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .

<http://data.goodgrowthplan.com/data/smallholder/dataset> qb:slice <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/slice/territory/LAN> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/slice/year/2016> qb:observation <http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/LAN> .

<http://data.goodgrowthplan.com/data/smallholder/measure/year/2016/territory/LAN> a ggp:SmallholderMeasurement ;
	rdfs:label "smallholder KPI for LAN for 2016" ;
	ggp:smallholdersReachedThroughSalesCount "556325"^^xsd:integer ;
	ggp:growerLocation <http://data.goodgrowthplan.com/id/location/territory/LAN> ;
	ggp:measureYear <http://data.goodgrowthplan.com/id/business-year/2016> ;
	qb:dataset <http://data.goodgrowthplan.com/data/smallholder/dataset/year/2016> .
