diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 85a53b5..b960903 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.1', '3.2', '3.3', '3.4'] + ruby-version: ['3.3', '3.4', '4.0'] steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f07c3..909c34a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,121 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2026-06-16 + +This version has been generated using: + +- [Connector code generator v2 branch](https://github.com/datafoodconsortium/connector-codegen/tree/v2). +- [UML data model PR 29](https://github.com/datafoodconsortium/data-model-uml/pull/29). + +**This version contains breaking changes introduced by the ontology, see below.** + +### Added + +Classes: +- Add `ical:Vevent` +- Add `ical:Value_RECUR` +- Add `geo:Feature` +- Add `geo:Properties` +- Add `geo:Geometry` +- Add `geo:Point` +- Add `geo:Polygon` +- Add `Certification` +- Add `DeliveryStep` +- Add `Organization` +- Add `PickUpStep` +- Add `ProductOption` +- Add `ProductOptionValue` +- Add `Route` +- Add `TemplateSaleSession` +- Add `Variant` +- Add `VariantCaracteristic` + +Properties: +- Add `Catalog:startDate` +- Add `PlannedLocalTransformation:startDate` +- Add `RealizedTransformation:startDate` +- Add `SuppliedProduct:referenceOf`. +- Add `TechnicalProduct:referenceOf`. + +### Changed + +- `Stock:availabilityDate` is now a 1-1 property (**BREAKING CHANGE**) +- `PaymentMethod:paymentMethodProvider` is now a 1-1 property (**BREAKING CHANGE**) +- `PaymentMethod:paymentMethodType` is now a 1-1 property (**BREAKING CHANGE**) +- `Variant:isVariantOf is now a `Variant` instead of `DefinedProduct` (**BREAKING CHANGE**) + +### Removed + +- Removed the `Enterprise` class. It was renamed to `Organization` (**BREAKING CHANGE**) + +## [1.4.0] - 2026-05-21 + +Generated from [UML model 3.5.0](https://github.com/datafoodconsortium/data-model-uml/releases/tag/v3.5.0) using the [Connector codegen 1.3.0](https://github.com/datafoodconsortium/connector-codegen/releases/tag/v1.3.0). + +To avoid name conflict with newer major versions, this version has been published as a new package https://rubygems.org/gems/datafoodconsortium-connector-v1. + +The module name has been changed to DataFoodConsortium::ConnectorV1, the package files and folder were renamed to connector_v1. + +**This version contains breaking changes introduced by the ontology, see below.** + +### Added + +Accessors and mutators: +- Add `Agent:socialMedias` setter. +- Add `Agent:websites` setter. +- Add `Agent:emails` setter. +- Add `Catalog:maintainers` setter and remover. +- Add `Catalog:items` setter. +- Add `CatalogItem:catalogs` setter and wrong remover. +- Add `CatalogItem:offers` setter and remover. +- Add `CustomerCategory:name` getter and setter. +- Add `DefinedProduct:partOrigin` setter. +- Add `DefinedProduct:natureOrigin` setter. +- Add `DefinedProduct:certifications` setter. +- Add `DefinedProduct:localizedProducts` accessors and mutators. +- Add `DefinedProduct:catalogItems` setter and remover. +- Add `DefinedProduct:images` adder, getter, setter and remover. +- Add `DefinedProduct:physicalCharacteristics` setter. +- Add `DefinedProduct:nutrientCharacteristics` setter. +- Add `DefinedProduct:allergenCharacteristics` setter. +- Add `DefinedProduct:claims` setter. +- Add `Enterprise:affiliates` accessors and mutators (affiliates). +- Add `Enterprise:technicalProducts` setter and remover. +- Add `Enterprise:catalogItems` setter and remover. +- Add `Enterprise:customerCategories` setter and remover. +- Add `Enterprise:suppliedProducts` setter and remover. +- Add `Order:lines` setter and remover. +- Add `Order:paymentMethod` getter and setter. +- Add `Person:affiliatedOrgs` setter. +- Add `SaleSession:offers` setter and remover. + +New objects: +- Add `OpeningHoursSpecification`. + +Tests: +- Add test for `Catalog`. +- Add test for `LocalizedProduct`. + +### Fixed + +- Fix `Agent:localizations` setter. +- Fix `Agent:phoneNumbers` setter. +- Fix `LocalizedProduct:theoreticalStocks` wrong type (now `ITheoreticalStock`). + +### Changed + +- `Address:country` is now a `ISKOSConcept` to reflect ontology v1.16 state (**BREAKING CHANGE**). +- Rename `hasIncome` -> `hasInput` and `hasOutcome` -> `hasOutput` in `PlannedTransformation` (**BREAKING CHANGE**). +- Rename `incomeOf` > `inputOf` in `PlannedConsumptionFlow` (**BREAKING CHANGE**). +- Rename `outcomeOf` -> `outpufOf` in `PlannedProductionFlow` (**BREAKING CHANGE**). +- Rename `PhysicalPlace:addresses` to `PhysicalPlace:address` (singular) to support correct cardinatility (**BREAKING CHANGE**). +- Rename `PhysicalPlace:mainContact` to `PhysicalPlace:mainContacts` (plural) to support correct cardinatility (**BREAKING CHANGE**). + +### Removed + +- Remove the `Quantity` class as there is no such class in the ontology. We should use `QuantitativeValue` (**BREAKING CHANGE**). + ## [1.3.0] - 2025-12-17 This version has been generated using: @@ -191,7 +306,11 @@ This version has been generated using the [code generator](https://github.com/da - Initial version of this library. -[unreleased]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.1.0...HEAD +[unreleased]: https://github.com/datafoodconsortium/connector-ruby/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.4.0...v2.0.0 +[1.4.0]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.13...v1.0.0 [1.0.0-alpha.13]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.12...v1.0.0-alpha.13 diff --git a/Gemfile.lock b/Gemfile.lock index 1b27cdc..90db564 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - datafoodconsortium-connector (1.3.0) + datafoodconsortium-connector (2.0.0.pre.beta8) virtual_assembly-semantizer (~> 1.0, >= 1.0.5) GEM @@ -23,9 +23,9 @@ GEM rexml (~> 3.2) link_header (0.0.8) logger (1.7.0) - multi_json (1.18.0) + multi_json (1.21.1) ostruct (0.6.3) - rack (3.2.4) + rack (3.2.6) rdf (3.3.4) bcp47_spec (~> 0.2) bigdecimal (~> 3.1, >= 3.1.5) @@ -47,19 +47,45 @@ GEM rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.7) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.6) + rspec-support (3.13.7) virtual_assembly-semantizer (1.1.1) json-ld (~> 3.2, >= 3.2.3) PLATFORMS + ruby x86_64-linux DEPENDENCIES datafoodconsortium-connector! rspec +CHECKSUMS + bcp47_spec (0.2.1) sha256=3fd62edf96c126bd9624e4319ac74082a966081859d1ee0ef3c3041640a37810 + bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218 + datafoodconsortium-connector (2.0.0.pre.beta8) + diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962 + htmlentities (4.4.2) sha256=bbafbdf69f2eca9262be4efef7e43e6a1de54c95eb600f26984f71d2fe96c5c3 + io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc + json-canonicalization (1.0.0) sha256=d4848a8cca7534455c6721f2d9fc9e5e9adca49486864a898810024f67d59446 + json-ld (3.3.2) sha256=b9531893bf5bdc01db428e96953845a23adb1097125ce918ae0f97c4a6e1ab27 + link_header (0.0.8) sha256=15c65ce43b29f739b30d05e5f25c22c23797e89cf6f905dbb595fb4c70cb55f9 + logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203 + multi_json (1.21.1) sha256=e6126a31808e3b4d19f483c775ceac34df190dffa62adfb63a165ee14ba68080 + ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912 + rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2 + rdf (3.3.4) sha256=a77fa0821e5b4e2bea9fdbb7c9d980564c89d27e81979690ce5c9e6bc80859c1 + readline (0.0.4) sha256=6138eef17be2b98298b672c3ea63bf9cb5158d401324f26e1e84f235879c1d6a + reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835 + rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142 + rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587 + rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d + rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836 + rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47 + rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c + virtual_assembly-semantizer (1.1.1) sha256=a8ce46cd525ce7875a07da7f513c7045cb9c2ee6c32980f7245ffd0d718ba94f + BUNDLED WITH - 2.6.9 + 4.0.3 diff --git a/README.md b/README.md index 1c122be..dc7da52 100644 --- a/README.md +++ b/README.md @@ -234,3 +234,9 @@ To run them, just type `rspec`. Contributions are welcome. The Pull Requests should be made on our [source code generator repository](https://github.com/datafoodconsortium/connector-codegen-ruby) as the code hosted on this repository is generated. + +To make the lockfile (*Gemfile.lock*), type `bundler lock`. + +To generate the *.gem*, type `gem build connector.gemspec`. + +To push the generated gem to rubygem.org, type `gem push -k dfc datafoodconsortium-connector-<...>.gem` where *dfc* is your credential key. \ No newline at end of file diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..1aaa55a --- /dev/null +++ b/Rakefile @@ -0,0 +1,8 @@ +require "rake/testtask" + +Rake::TestTask.new do |t| + t.libs << "test" +end + +desc "Run tests" +task default: :test diff --git a/connector.gemspec b/connector.gemspec index 2fa02a3..8da0c62 100644 --- a/connector.gemspec +++ b/connector.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "datafoodconsortium-connector" - s.version = "1.3.0" + s.version = "2.0.0-beta8" s.summary = "Data Food Consortium connector" s.description = "A library to easily integrate the DFC standard within your application." s.authors = ["Maxime Lecoq", "Maikel Linke"] diff --git a/lib/datafoodconsortium/connector.rb b/lib/datafoodconsortium/connector.rb index cf94694..a2f9bb5 100644 --- a/lib/datafoodconsortium/connector.rb +++ b/lib/datafoodconsortium/connector.rb @@ -5,8 +5,9 @@ module Connector require 'datafoodconsortium/connector/skos_parser_element' require 'datafoodconsortium/connector/skos_parser' require 'datafoodconsortium/connector/agent.rb' + require 'datafoodconsortium/connector/certification.rb' require 'datafoodconsortium/connector/customer_category.rb' - require 'datafoodconsortium/connector/enterprise.rb' + require 'datafoodconsortium/connector/organization.rb' require 'datafoodconsortium/connector/person.rb' require 'datafoodconsortium/connector/phone_number.rb' require 'datafoodconsortium/connector/social_media.rb' @@ -14,9 +15,11 @@ module Connector require 'datafoodconsortium/connector/allergen_characteristic.rb' require 'datafoodconsortium/connector/characteristic.rb' require 'datafoodconsortium/connector/nutrient_characteristic.rb' + require 'datafoodconsortium/connector/opening_hours_specification.rb' require 'datafoodconsortium/connector/physical_characteristic.rb' require 'datafoodconsortium/connector/quantitative_value.rb' - require 'datafoodconsortium/connector/quantity.rb' + require 'datafoodconsortium/connector/value_recur.rb' + require 'datafoodconsortium/connector/vevent.rb' require 'datafoodconsortium/connector/defined_product.rb' require 'datafoodconsortium/connector/flow.rb' require 'datafoodconsortium/connector/localized_product.rb' @@ -27,25 +30,34 @@ module Connector require 'datafoodconsortium/connector/planned_local_transformation.rb' require 'datafoodconsortium/connector/planned_production_flow.rb' require 'datafoodconsortium/connector/planned_transformation.rb' + require 'datafoodconsortium/connector/product_option.rb' + require 'datafoodconsortium/connector/product_option_value.rb' require 'datafoodconsortium/connector/realized_consumption_flow.rb' require 'datafoodconsortium/connector/realized_production_flow.rb' require 'datafoodconsortium/connector/realized_transformation.rb' require 'datafoodconsortium/connector/supplied_product.rb' require 'datafoodconsortium/connector/technical_product.rb' + require 'datafoodconsortium/connector/variant.rb' + require 'datafoodconsortium/connector/variant_characteristic.rb' require 'datafoodconsortium/connector/catalog.rb' require 'datafoodconsortium/connector/catalog_item.rb' require 'datafoodconsortium/connector/delivery_option.rb' + require 'datafoodconsortium/connector/delivery_step.rb' require 'datafoodconsortium/connector/offer.rb' require 'datafoodconsortium/connector/order.rb' require 'datafoodconsortium/connector/order_line.rb' require 'datafoodconsortium/connector/payment_method.rb' require 'datafoodconsortium/connector/physical_place.rb' require 'datafoodconsortium/connector/pickup_option.rb' + require 'datafoodconsortium/connector/pickup_step.rb' require 'datafoodconsortium/connector/price.rb' require 'datafoodconsortium/connector/product_batch.rb' require 'datafoodconsortium/connector/real_stock.rb' + require 'datafoodconsortium/connector/route.rb' require 'datafoodconsortium/connector/sale_session.rb' require 'datafoodconsortium/connector/shipping_option.rb' + require 'datafoodconsortium/connector/step.rb' + require 'datafoodconsortium/connector/template_sale_session.rb' require 'datafoodconsortium/connector/theoretical_stock.rb' require 'datafoodconsortium/connector/virtual_place.rb' require 'datafoodconsortium/connector/skos_concept.rb' diff --git a/lib/datafoodconsortium/connector/address.rb b/lib/datafoodconsortium/connector/address.rb index 424504d..9aa9254 100644 --- a/lib/datafoodconsortium/connector/address.rb +++ b/lib/datafoodconsortium/connector/address.rb @@ -37,7 +37,7 @@ class DataFoodConsortium::Connector::Address # @return [String] attr_accessor :city - # @return [String] + # @return [ISKOSConcept] attr_accessor :country # @return [Real] @@ -53,7 +53,7 @@ class DataFoodConsortium::Connector::Address # @param street [String] # @param postalCode [String] # @param city [String] - # @param country [String] + # @param country [ISKOSConcept] # @param latitude [Real] # @param longitude [Real] # @param region [String] diff --git a/lib/datafoodconsortium/connector/agent.rb b/lib/datafoodconsortium/connector/agent.rb index 31a2c67..7326130 100644 --- a/lib/datafoodconsortium/connector/agent.rb +++ b/lib/datafoodconsortium/connector/agent.rb @@ -22,6 +22,7 @@ + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::Agent @@ -47,6 +48,9 @@ class DataFoodConsortium::Connector::Agent # @return [String] attr_accessor :logo + # @return [ICustomerCategory] + attr_accessor :customerCategoriesMembership + # @param semanticId [String] # @param localizations [IAddress] # @param phoneNumbers [IPhoneNumber] @@ -54,7 +58,8 @@ class DataFoodConsortium::Connector::Agent # @param websites [String] # @param socialMedias [ISocialMedia] # @param logo [String] - def initialize(semanticId, localizations: [], phoneNumbers: [], emails: [], websites: [], socialMedias: [], logo: nil) + # @param customerCategoriesMembership [ICustomerCategory] + def initialize(semanticId, localizations: [], phoneNumbers: [], emails: [], websites: [], socialMedias: [], logo: nil, customerCategoriesMembership: []) super(semanticId) @localizations = localizations @phoneNumbers = phoneNumbers @@ -62,6 +67,7 @@ def initialize(semanticId, localizations: [], phoneNumbers: [], emails: [], webs @websites = websites @socialMedias = socialMedias @logo = logo + @customerCategoriesMembership = customerCategoriesMembership self.semanticType = "dfc-b:Agent" registerSemanticProperty("dfc-b:hasAddress", &method("localizations")).valueSetter = method("localizations=") registerSemanticProperty("dfc-b:hasPhoneNumber", &method("phoneNumbers")).valueSetter = method("phoneNumbers=") @@ -69,6 +75,7 @@ def initialize(semanticId, localizations: [], phoneNumbers: [], emails: [], webs registerSemanticProperty("dfc-b:websitePage", &method("websites")).valueSetter = method("websites=") registerSemanticProperty("dfc-b:hasSocialMedia", &method("socialMedias")).valueSetter = method("socialMedias=") registerSemanticProperty("dfc-b:logo", &method("logo")).valueSetter = method("logo=") + registerSemanticProperty("dfc-b:isMemberOf", &method("customerCategoriesMembership")).valueSetter = method("customerCategoriesMembership=") end diff --git a/lib/datafoodconsortium/connector/catalog.rb b/lib/datafoodconsortium/connector/catalog.rb index 5acbc7d..b0de0f8 100644 --- a/lib/datafoodconsortium/connector/catalog.rb +++ b/lib/datafoodconsortium/connector/catalog.rb @@ -24,6 +24,7 @@ + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::Catalog @@ -34,19 +35,31 @@ class DataFoodConsortium::Connector::Catalog # @return [ICatalogItem] attr_accessor :items - # @return [IEnterprise] + # @return [IOrganization] attr_accessor :maintainers + # @return [DateTime] + attr_accessor :beginDate + + # @return [DateTime] + attr_accessor :endDate + # @param semanticId [String] # @param items [ICatalogItem] - # @param maintainers [IEnterprise] - def initialize(semanticId, items: [], maintainers: []) + # @param maintainers [IOrganization] + # @param beginDate [DateTime] + # @param endDate [DateTime] + def initialize(semanticId, items: [], maintainers: [], beginDate: nil, endDate: nil) super(semanticId) @items = items @maintainers = maintainers + @beginDate = beginDate + @endDate = endDate self.semanticType = "dfc-b:Catalog" registerSemanticProperty("dfc-b:lists", &method("items")).valueSetter = method("items=") registerSemanticProperty("dfc-b:maintainedBy", &method("maintainers")).valueSetter = method("maintainers=") + registerSemanticProperty("dfc-b:beginDate", &method("beginDate")).valueSetter = method("beginDate=") + registerSemanticProperty("dfc-b:endDate", &method("endDate")).valueSetter = method("endDate=") end diff --git a/lib/datafoodconsortium/connector/certification.rb b/lib/datafoodconsortium/connector/certification.rb new file mode 100644 index 0000000..f34409e --- /dev/null +++ b/lib/datafoodconsortium/connector/certification.rb @@ -0,0 +1,75 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::Certification + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "dfc-b:Certfication".freeze + + # @return [String] + attr_accessor :certificationReferences + + # @return [String] + attr_accessor :certificationScores + + # @return [String] + attr_accessor :operatorIds + + # @return [IOrganization] + attr_accessor :certifiedOrganizations + + # @return [String] + attr_accessor :name + + # @return [String] + attr_accessor :description + + # @param semanticId [String] + # @param certificationReferences [String] + # @param certificationScores [String] + # @param operatorIds [String] + # @param certifiedOrganizations [IOrganization] + # @param name [String] + # @param description [String] + def initialize(semanticId, certificationReferences: [], certificationScores: [], operatorIds: [], certifiedOrganizations: [], name: nil, description: nil) + super(semanticId) + @certificationReferences = certificationReferences + @certificationScores = certificationScores + @operatorIds = operatorIds + @certifiedOrganizations = certifiedOrganizations + @name = name + @description = description + self.semanticType = "dfc-b:Certfication" + registerSemanticProperty("dfc-b:certiferReference", &method("certificationReferences")).valueSetter = method("certificationReferences=") + registerSemanticProperty("dfc-b:certificationScore", &method("certificationScores")).valueSetter = method("certificationScores=") + registerSemanticProperty("dfc-b:operatorId", &method("operatorIds")).valueSetter = method("operatorIds=") + registerSemanticProperty("dfc-b:certifies", &method("certifiedOrganizations")).valueSetter = method("certifiedOrganizations=") + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") + registerSemanticProperty("dfc-b:hasDescription", &method("description")).valueSetter = method("description=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/context.rb b/lib/datafoodconsortium/connector/context.rb index 3aaf5cb..5c3ccc6 100644 --- a/lib/datafoodconsortium/connector/context.rb +++ b/lib/datafoodconsortium/connector/context.rb @@ -8,10 +8,10 @@ module Connector # # Similar to: https://github.com/ruby-rdf/json-ld-preloaded/ class Context < JSON::LD::Context - URL = "https://w3id.org/dfc/ontology/context/context_1.16.0.json" - URL_NORMALISED = "http://w3id.org/dfc/ontology/context/context_1.16.0.json" + URL = "https://w3id.org/dfc/ontology/context/context_2.0.0.json" + URL_NORMALISED = "http://w3id.org/dfc/ontology/context/context_2.0.0.json" - # All context URIs have to use http because https is normalised to http + # All context URIs have to use http because https is normalised to http # during the lookup of preloaded contexts. # And if the URI doesn't have a path, it must end with `/`. add_preloaded(URL_NORMALISED) { parse(json) } @@ -21,20 +21,12 @@ class Context < JSON::LD::Context # This is the current file the DFC website refers to in a link header. alias_preloaded( - "http://www.datafoodconsortium.org/wp-content/plugins/wordpress-context-jsonld/context_1.16.0.jsonld", + "http://www.datafoodconsortium.org/wp-content/plugins/wordpress-context-jsonld/context_2.0.0.jsonld", URL_NORMALISED ) - # This was the file the DFC website refers to in a link header. alias_preloaded( - "http://www.datafoodconsortium.org/wp-content/plugins/wordpress-context-jsonld/context.jsonld", - URL_NORMALISED - ) - - # This is the old URL that's not online anymore. - # Keep it for compatiblity with all versions before 1.8. - alias_preloaded( - "http://static.datafoodconsortium.org/ontologies/context.json", + "https://cdn.jsdelivr.net/gh/datafoodconsortium/ontology/context/context_2.0.0.json", URL_NORMALISED ) @@ -44,8 +36,8 @@ def self.inputContext end def self.json - @json ||= JSON.parse(File.read("#{__dir__}/context_1.16.0.json"))["@context"] + @json ||= JSON.parse(File.read("#{__dir__}/context_2.0.0.json"))["@context"] end end end -end +end \ No newline at end of file diff --git a/lib/datafoodconsortium/connector/context_1.16.0.json b/lib/datafoodconsortium/connector/context_2.0.0.json similarity index 84% rename from lib/datafoodconsortium/connector/context_1.16.0.json rename to lib/datafoodconsortium/connector/context_2.0.0.json index ffce5c4..2e21239 100644 --- a/lib/datafoodconsortium/connector/context_1.16.0.json +++ b/lib/datafoodconsortium/connector/context_2.0.0.json @@ -2,14 +2,14 @@ "@context": { "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "skos" : "http://www.w3.org/2004/02/skos/core#", - "dfc": "https://github.com/datafoodconsortium/ontology/releases/latest/download/DFC_FullModel.owl#", + "dfc": "http://w3id.org/dfc/ontology/DFC_FullModel.owl#", "dc": "http://purl.org/dc/elements/1.1/#", - "dfc-b": "https://github.com/datafoodconsortium/ontology/releases/latest/download/DFC_BusinessOntology.owl#", - "dfc-t": "https://github.com/datafoodconsortium/ontology/releases/latest/download/DFC_TechnicalOntology.owl#", - "dfc-m": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/measures.rdf#", - "dfc-pt": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#", - "dfc-f": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#", - "dfc-v": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/vocabulary.rdf#", + "dfc-b": "http://w3id.org/dfc/ontology/v2.0.0/src/DFC_BusinessOntology.owl#", + "dfc-t": "http://w3id.org/dfc/ontology/v2.0.0/src/DFC_TechnicalOntology.owl#", + "dfc-m": "http://w3id.org/dfc/taxonomies/v2.0.0/measures.rdf#", + "dfc-pt": "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#", + "dfc-f": "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#", + "dfc-v": "http://w3id.org/dfc/taxonomies/v2.0.0/vocabulary.rdf#", "ontosec": "http://www.semanticweb.org/ontologies/2008/11/OntologySecurity.owl#", "dfc-b:DFC_BusinessOntology_ObjectProperty": { "@type": "@id" @@ -41,6 +41,9 @@ "dfc-b:certificateOf": { "@type": "@id" }, + "dfc-b:certifies": { + "@type": "@id" + }, "dfc-b:characteristicOf": { "@type": "@id" }, @@ -89,6 +92,9 @@ "dfc-b:deliveredAt": { "@type": "@id" }, + "dfc-b:delivery": { + "@type": "@id" + }, "dfc-b:endsAt": { "@type": "@id" }, @@ -140,6 +146,9 @@ "dfc-b:hasFulfilmentStatus": { "@type": "@id" }, + "dfc-b:hasGeoJsonFeature": { + "@type": "@id" + }, "dfc-b:hasGeographicalOrigin": { "@type": "@id" }, @@ -158,6 +167,9 @@ "dfc-b:hasMainContact": { "@type": "@id" }, + "dfc-b:hasMember": { + "@type": "@id" + }, "dfc-b:hasNatureOrigin": { "@type": "@id" }, @@ -206,7 +218,10 @@ "dfc-b:hasPrice": { "@type": "@id" }, - "dfc-b:hasProcess": { + "dfc-b:hasProductOption": { + "@type": "@id" + }, + "dfc-b:hasProductOptionValue": { "@type": "@id" }, "dfc-b:hasQuantity": { @@ -215,15 +230,27 @@ "dfc-b:hasReference": { "@type": "@id" }, + "dfc-b:hasReferenceProductOption": { + "@type": "@id" + }, + "dfc-b:hasReferenceProductOptionValue": { + "@type": "@id" + }, "dfc-b:hasSocialMedia": { "@type": "@id" }, "dfc-b:hasStatus": { "@type": "@id" }, + "dfc-b:hasStep": { + "@type": "@id" + }, "dfc-b:hasTemperature": { "@type": "@id" }, + "dfc-b:hasTemplateSaleSession": { + "@type": "@id" + }, "dfc-b:hasTransformationType": { "@type": "@id" }, @@ -236,6 +263,9 @@ "dfc-b:hasVariant": { "@type": "@id" }, + "dfc-b:hasVariantCaracteristic": { + "@type": "@id" + }, "dfc-b:holds": { "@type": "@id" }, @@ -263,12 +293,18 @@ "dfc-b:isAvailableDuring": { "@type": "@id" }, + "dfc-b:isCertifiedBy": { + "@type": "@id" + }, "dfc-b:isFulfilledBy": { "@type": "@id" }, "dfc-b:isIngredientOf": { "@type": "@id" }, + "dfc-b:isMemberOf": { + "@type": "@id" + }, "dfc-b:isOpenDuring": { "@type": "@id" }, @@ -278,9 +314,15 @@ "dfc-b:isShippedIn": { "@type": "@id" }, + "dfc-b:isStepOf": { + "@type": "@id" + }, "dfc-b:isTemperatureOf": { "@type": "@id" }, + "dfc-b:isTemplateSaleSessionOf": { + "@type": "@id" + }, "dfc-b:isVariantOf": { "@type": "@id" }, @@ -365,6 +407,9 @@ "dfc-b:physicalCharacteristicOf": { "@type": "@id" }, + "dfc-b:pickUp": { + "@type": "@id" + }, "dfc-b:pickedUpAt": { "@type": "@id" }, @@ -473,6 +518,12 @@ "dfc-b:typeOf": { "@type": "@id" }, + "dfc-b:useVehicle": { + "@type": "@id" + }, + "dfc-b:usedInRoute": { + "@type": "@id" + }, "dfc-b:uses": { "@type": "@id" }, diff --git a/lib/datafoodconsortium/connector/customer_category.rb b/lib/datafoodconsortium/connector/customer_category.rb index 182e119..ab23145 100644 --- a/lib/datafoodconsortium/connector/customer_category.rb +++ b/lib/datafoodconsortium/connector/customer_category.rb @@ -21,6 +21,7 @@ # SOFTWARE. + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::CustomerCategory @@ -28,16 +29,28 @@ class DataFoodConsortium::Connector::CustomerCategory SEMANTIC_TYPE = "dfc-b:CustomerCategory".freeze + # @return [String] + attr_accessor :name + # @return [String] attr_accessor :description + # @return [IAgent] + attr_accessor :members + # @param semanticId [String] + # @param name [String] # @param description [String] - def initialize(semanticId, description: nil) + # @param members [IAgent] + def initialize(semanticId, name: nil, description: nil, members: []) super(semanticId) + @name = name @description = description + @members = members self.semanticType = "dfc-b:CustomerCategory" + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") + registerSemanticProperty("dfc-b:isMemberOf", &method("members")).valueSetter = method("members=") end diff --git a/lib/datafoodconsortium/connector/defined_product.rb b/lib/datafoodconsortium/connector/defined_product.rb index 6273a04..a8166c4 100644 --- a/lib/datafoodconsortium/connector/defined_product.rb +++ b/lib/datafoodconsortium/connector/defined_product.rb @@ -27,6 +27,7 @@ + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::DefinedProduct @@ -88,8 +89,8 @@ class DataFoodConsortium::Connector::DefinedProduct # @return [IDefinedProduct] attr_accessor :variants - # @return [IDefinedProduct] - attr_accessor :isVariantOf + # @return [IProductOption] + attr_accessor :referenceProductOptions # @param semanticId [String] # @param name [String] @@ -110,8 +111,8 @@ class DataFoodConsortium::Connector::DefinedProduct # @param partOrigin [ISKOSConcept] # @param images [String] # @param variants [IDefinedProduct] - # @param isVariantOf [IDefinedProduct] - def initialize(semanticId, name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], isVariantOf: []) + # @param referenceProductOptions [IProductOption] + def initialize(semanticId, name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], referenceProductOptions: []) super(semanticId) @name = name @description = description @@ -131,7 +132,7 @@ def initialize(semanticId, name: nil, description: nil, productType: nil, quanti @partOrigin = partOrigin @images = images @variants = variants - @isVariantOf = isVariantOf + @referenceProductOptions = referenceProductOptions self.semanticType = "dfc-b:DefinedProduct" registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") @@ -151,7 +152,7 @@ def initialize(semanticId, name: nil, description: nil, productType: nil, quanti registerSemanticProperty("dfc-b:hasPartOrigin", &method("partOrigin")).valueSetter = method("partOrigin=") registerSemanticProperty("dfc-b:image", &method("images")).valueSetter = method("images=") registerSemanticProperty("dfc-b:hasVariant", &method("variants")).valueSetter = method("variants=") - registerSemanticProperty("dfc-b:isVariantOf", &method("isVariantOf")).valueSetter = method("isVariantOf=") + registerSemanticProperty("dfc-b:hasReferenceProductOption", &method("referenceProductOptions")).valueSetter = method("referenceProductOptions=") end diff --git a/lib/datafoodconsortium/connector/delivery_step.rb b/lib/datafoodconsortium/connector/delivery_step.rb new file mode 100644 index 0000000..053d022 --- /dev/null +++ b/lib/datafoodconsortium/connector/delivery_step.rb @@ -0,0 +1,51 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + + +require "datafoodconsortium/connector/step" +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::DeliveryStep < DataFoodConsortium::Connector::Step + + SEMANTIC_TYPE = "dfc-b:DeliveryStep".freeze + + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param routes [IRoute] + # @param deliveredShipments [IShipment] + # @param pickedUpShipments [IShipment] + # @param duration [String] + # @param arrivalDate [DateTime] + def initialize(semanticId, name: nil, description: nil, routes: [], deliveredShipments: [], pickedUpShipments: [], duration: nil, arrivalDate: nil) + super(semanticId, name: name, description: description, routes: routes, deliveredShipments: deliveredShipments, pickedUpShipments: pickedUpShipments, duration: duration, arrivalDate: arrivalDate) + + self.semanticType = "dfc-b:DeliveryStep" + + end + + + +end diff --git a/lib/datafoodconsortium/connector/importer.rb b/lib/datafoodconsortium/connector/importer.rb index fec9fab..244339d 100644 --- a/lib/datafoodconsortium/connector/importer.rb +++ b/lib/datafoodconsortium/connector/importer.rb @@ -100,9 +100,9 @@ def skos_concept(object) return unless object.uri? id = object.value.sub( - "http://static.datafoodconsortium.org/data/measures.rdf#", "dfc-m:" + "http://w3id.org/dfc/taxonomies/v2.0.0/measures.rdf#", "dfc-m:" ).sub( - "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/measures.rdf#", + "http://w3id.org/dfc/taxonomies/measures.rdf#", "dfc-m:" ) SKOSParser.concepts[id] diff --git a/lib/datafoodconsortium/connector/localized_product.rb b/lib/datafoodconsortium/connector/localized_product.rb index 19fb3d0..f13f2e8 100644 --- a/lib/datafoodconsortium/connector/localized_product.rb +++ b/lib/datafoodconsortium/connector/localized_product.rb @@ -49,7 +49,7 @@ class DataFoodConsortium::Connector::LocalizedProduct # @return [Real] attr_accessor :cost - # @return [Real] + # @return [ITheoreticalStock] attr_accessor :theoreticalStocks # @return [ISuppliedProduct] @@ -70,7 +70,7 @@ class DataFoodConsortium::Connector::LocalizedProduct # @param images [String] # @param quantity [IQuantity] # @param cost [Real] - # @param theoreticalStocks [Real] + # @param theoreticalStocks [ITheoreticalStock] # @param suppliedProducts [ISuppliedProduct] # @param physicalProducts [IPhysicalProduct] # @param plannedLocalProductionFlows [IPlannedLocalProductionFlow] diff --git a/lib/datafoodconsortium/connector/opening_hours_specification.rb b/lib/datafoodconsortium/connector/opening_hours_specification.rb new file mode 100644 index 0000000..9dcbccd --- /dev/null +++ b/lib/datafoodconsortium/connector/opening_hours_specification.rb @@ -0,0 +1,57 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::OpeningHoursSpecification + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "https://schema.org/OpeningHoursSpecification".freeze + + # @return [String] + attr_accessor :dayOfWeek + + # @return [Time] + attr_accessor :opens + + # @return [Time] + attr_accessor :closes + + # @param semanticId [String] + # @param dayOfWeek [String] + # @param opens [Time] + # @param closes [Time] + def initialize(semanticId, dayOfWeek: nil, opens: nil, closes: nil) + super(semanticId) + @dayOfWeek = dayOfWeek + @opens = opens + @closes = closes + self.semanticType = "https://schema.org/OpeningHoursSpecification" + registerSemanticProperty("https://schema.org/dayOfWeek", &method("dayOfWeek")).valueSetter = method("dayOfWeek=") + registerSemanticProperty("https://schema.org/opens", &method("opens")).valueSetter = method("opens=") + registerSemanticProperty("https://schema.org/closes", &method("closes")).valueSetter = method("closes=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/order.rb b/lib/datafoodconsortium/connector/order.rb index fa5f3b5..0d01dcb 100644 --- a/lib/datafoodconsortium/connector/order.rb +++ b/lib/datafoodconsortium/connector/order.rb @@ -24,6 +24,7 @@ + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::Order @@ -58,6 +59,9 @@ class DataFoodConsortium::Connector::Order # @return [ISKOSConcept] attr_accessor :paymentStatus + # @return [IPaymentMethod] + attr_accessor :paymentMethod + # @param semanticId [String] # @param number [String] # @param date [String] @@ -68,7 +72,8 @@ class DataFoodConsortium::Connector::Order # @param fulfilmentStatus [ISKOSConcept] # @param orderStatus [ISKOSConcept] # @param paymentStatus [ISKOSConcept] - def initialize(semanticId, number: nil, date: nil, saleSession: nil, lines: [], client: nil, soldBy: nil, fulfilmentStatus: nil, orderStatus: nil, paymentStatus: nil) + # @param paymentMethod [IPaymentMethod] + def initialize(semanticId, number: nil, date: nil, saleSession: nil, lines: [], client: nil, soldBy: nil, fulfilmentStatus: nil, orderStatus: nil, paymentStatus: nil, paymentMethod: nil) super(semanticId) @number = number @date = date @@ -79,6 +84,7 @@ def initialize(semanticId, number: nil, date: nil, saleSession: nil, lines: [], @fulfilmentStatus = fulfilmentStatus @orderStatus = orderStatus @paymentStatus = paymentStatus + @paymentMethod = paymentMethod self.semanticType = "dfc-b:Order" registerSemanticProperty("dfc-b:orderNumber", &method("number")).valueSetter = method("number=") registerSemanticProperty("dfc-b:date", &method("date")).valueSetter = method("date=") @@ -89,6 +95,7 @@ def initialize(semanticId, number: nil, date: nil, saleSession: nil, lines: [], registerSemanticProperty("dfc-b:hasFulfilmentStatus", &method("fulfilmentStatus")).valueSetter = method("fulfilmentStatus=") registerSemanticProperty("dfc-b:hasOrderStatus", &method("orderStatus")).valueSetter = method("orderStatus=") registerSemanticProperty("dfc-b:hasPaymentStatus", &method("paymentStatus")).valueSetter = method("paymentStatus=") + registerSemanticProperty("dfc-b:hasPaymentMethod", &method("paymentMethod")).valueSetter = method("paymentMethod=") end diff --git a/lib/datafoodconsortium/connector/enterprise.rb b/lib/datafoodconsortium/connector/organization.rb similarity index 74% rename from lib/datafoodconsortium/connector/enterprise.rb rename to lib/datafoodconsortium/connector/organization.rb index b6b9fec..c986aa1 100644 --- a/lib/datafoodconsortium/connector/enterprise.rb +++ b/lib/datafoodconsortium/connector/organization.rb @@ -31,11 +31,14 @@ + + + require "virtual_assembly/semantizer" -class DataFoodConsortium::Connector::Enterprise < DataFoodConsortium::Connector::Agent +class DataFoodConsortium::Connector::Organization < DataFoodConsortium::Connector::Agent - SEMANTIC_TYPE = "dfc-b:Enterprise".freeze + SEMANTIC_TYPE = "dfc-b:Organization".freeze # @return [String] attr_accessor :name @@ -64,6 +67,15 @@ class DataFoodConsortium::Connector::Enterprise < DataFoodConsortium::Connector: # @return [IPerson] attr_accessor :mainContact + # @return [ITemplateSaleSession] + attr_accessor :templateSaleSessions + + # @return [ICertification] + attr_accessor :certifications + + # @return [IPerson] + attr_accessor :affiliates + # @param semanticId [String] # @param name [String] # @param description [String] @@ -74,14 +86,18 @@ class DataFoodConsortium::Connector::Enterprise < DataFoodConsortium::Connector: # @param suppliedProducts [ISuppliedProduct] # @param technicalProducts [ITechnicalProduct] # @param mainContact [IPerson] + # @param templateSaleSessions [ITemplateSaleSession] + # @param certifications [ICertification] + # @param affiliates [IPerson] # @param localizations [IAddress] # @param phoneNumbers [IPhoneNumber] # @param emails [String] # @param websites [String] # @param socialMedias [ISocialMedia] # @param logo [String] - def initialize(semanticId, name: nil, description: nil, vatNumber: nil, customerCategories: [], catalogs: [], catalogItems: [], suppliedProducts: [], technicalProducts: [], mainContact: nil, localizations: [], phoneNumbers: [], emails: [], websites: [], socialMedias: [], logo: nil) - super(semanticId, localizations: localizations, phoneNumbers: phoneNumbers, emails: emails, websites: websites, socialMedias: socialMedias, logo: logo) + # @param customerCategoriesMembership [ICustomerCategory] + def initialize(semanticId, name: nil, description: nil, vatNumber: nil, customerCategories: [], catalogs: [], catalogItems: [], suppliedProducts: [], technicalProducts: [], mainContact: nil, templateSaleSessions: [], certifications: [], affiliates: [], localizations: [], phoneNumbers: [], emails: [], websites: [], socialMedias: [], logo: nil, customerCategoriesMembership: []) + super(semanticId, localizations: localizations, phoneNumbers: phoneNumbers, emails: emails, websites: websites, socialMedias: socialMedias, logo: logo, customerCategoriesMembership: customerCategoriesMembership) @name = name @description = description @vatNumber = vatNumber @@ -91,7 +107,10 @@ def initialize(semanticId, name: nil, description: nil, vatNumber: nil, customer @suppliedProducts = suppliedProducts @technicalProducts = technicalProducts @mainContact = mainContact - self.semanticType = "dfc-b:Enterprise" + @templateSaleSessions = templateSaleSessions + @certifications = certifications + @affiliates = affiliates + self.semanticType = "dfc-b:Organization" registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") registerSemanticProperty("dfc-b:hasDescription", &method("description")).valueSetter = method("description=") registerSemanticProperty("dfc-b:VATnumber", &method("vatNumber")).valueSetter = method("vatNumber=") @@ -101,6 +120,9 @@ def initialize(semanticId, name: nil, description: nil, vatNumber: nil, customer registerSemanticProperty("dfc-b:supplies", &method("suppliedProducts")).valueSetter = method("suppliedProducts=") registerSemanticProperty("dfc-b:proposes", &method("technicalProducts")).valueSetter = method("technicalProducts=") registerSemanticProperty("dfc-b:hasMainContact", &method("mainContact")).valueSetter = method("mainContact=") + registerSemanticProperty("dfc-b:hasTemplateSaleSession", &method("templateSaleSessions")).valueSetter = method("templateSaleSessions=") + registerSemanticProperty("dfc-b:isCertifiedBy", &method("certifications")).valueSetter = method("certifications=") + registerSemanticProperty("dfc-b:affiliates", &method("affiliates")).valueSetter = method("affiliates=") end diff --git a/lib/datafoodconsortium/connector/person.rb b/lib/datafoodconsortium/connector/person.rb index eefda19..f460901 100644 --- a/lib/datafoodconsortium/connector/person.rb +++ b/lib/datafoodconsortium/connector/person.rb @@ -24,6 +24,7 @@ + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::Person < DataFoodConsortium::Connector::Agent @@ -36,21 +37,22 @@ class DataFoodConsortium::Connector::Person < DataFoodConsortium::Connector::Age # @return [String] attr_accessor :lastName - # @return [IEnterprise] + # @return [IOrganization] attr_accessor :affiliatedOrganizations # @param semanticId [String] # @param firstName [String] # @param lastName [String] - # @param affiliatedOrganizations [IEnterprise] + # @param affiliatedOrganizations [IOrganization] # @param localizations [IAddress] # @param phoneNumbers [IPhoneNumber] # @param emails [String] # @param websites [String] # @param socialMedias [ISocialMedia] # @param logo [String] - def initialize(semanticId, firstName: nil, lastName: nil, affiliatedOrganizations: [], localizations: [], phoneNumbers: [], emails: [], websites: [], socialMedias: [], logo: nil) - super(semanticId, localizations: localizations, phoneNumbers: phoneNumbers, emails: emails, websites: websites, socialMedias: socialMedias, logo: logo) + # @param customerCategoriesMembership [ICustomerCategory] + def initialize(semanticId, firstName: nil, lastName: nil, affiliatedOrganizations: [], localizations: [], phoneNumbers: [], emails: [], websites: [], socialMedias: [], logo: nil, customerCategoriesMembership: []) + super(semanticId, localizations: localizations, phoneNumbers: phoneNumbers, emails: emails, websites: websites, socialMedias: socialMedias, logo: logo, customerCategoriesMembership: customerCategoriesMembership) @firstName = firstName @lastName = lastName @affiliatedOrganizations = affiliatedOrganizations diff --git a/lib/datafoodconsortium/connector/physical_place.rb b/lib/datafoodconsortium/connector/physical_place.rb index 2a99c46..d779e24 100644 --- a/lib/datafoodconsortium/connector/physical_place.rb +++ b/lib/datafoodconsortium/connector/physical_place.rb @@ -22,6 +22,7 @@ + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::PhysicalPlace @@ -45,10 +46,10 @@ class DataFoodConsortium::Connector::PhysicalPlace attr_accessor :openingHours # @return [IAddress] - attr_accessor :addresses + attr_accessor :address # @return [IPerson] - attr_accessor :mainContact + attr_accessor :mainContacts # @return [ITheoreticalStock] attr_accessor :theoreticalStocks @@ -56,37 +57,43 @@ class DataFoodConsortium::Connector::PhysicalPlace # @return [IRealStock] attr_accessor :realStocks + # @return [IGeoJsonFeature] + attr_accessor :features + # @param semanticId [String] # @param name [String] # @param description [String] # @param hostedSaleSessions [ISaleSession] # @param phoneNumbers [IPhoneNumber] # @param openingHours [IOpeningHoursSpecification] - # @param addresses [IAddress] - # @param mainContact [IPerson] + # @param address [IAddress] + # @param mainContacts [IPerson] # @param theoreticalStocks [ITheoreticalStock] # @param realStocks [IRealStock] - def initialize(semanticId, name: nil, description: nil, hostedSaleSessions: [], phoneNumbers: [], openingHours: [], addresses: [], mainContact: nil, theoreticalStocks: [], realStocks: []) + # @param features [IGeoJsonFeature] + def initialize(semanticId, name: nil, description: nil, hostedSaleSessions: [], phoneNumbers: [], openingHours: [], address: nil, mainContacts: [], theoreticalStocks: [], realStocks: [], features: []) super(semanticId) @name = name @description = description @hostedSaleSessions = hostedSaleSessions @phoneNumbers = phoneNumbers @openingHours = openingHours - @addresses = addresses - @mainContact = mainContact + @address = address + @mainContacts = mainContacts @theoreticalStocks = theoreticalStocks @realStocks = realStocks + @features = features self.semanticType = "dfc-b:PhysicalPlace" registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") registerSemanticProperty("dfc-b:hosts", &method("hostedSaleSessions")).valueSetter = method("hostedSaleSessions=") registerSemanticProperty("dfc-b:hasPhoneNumber", &method("phoneNumbers")).valueSetter = method("phoneNumbers=") registerSemanticProperty("dfc-b:hasOpeningHours", &method("openingHours")).valueSetter = method("openingHours=") - registerSemanticProperty("dfc-b:hasAddress", &method("addresses")).valueSetter = method("addresses=") - registerSemanticProperty("dfc-b:hasMainContact", &method("mainContact")).valueSetter = method("mainContact=") + registerSemanticProperty("dfc-b:hasAddress", &method("address")).valueSetter = method("address=") + registerSemanticProperty("dfc-b:hasMainContact", &method("mainContacts")).valueSetter = method("mainContacts=") registerSemanticProperty("dfc-b:localizes", &method("theoreticalStocks")).valueSetter = method("theoreticalStocks=") registerSemanticProperty("dfc-b:stores", &method("realStocks")).valueSetter = method("realStocks=") + registerSemanticProperty("dfc-b:hasGeoJsonFeature", &method("features")).valueSetter = method("features=") end diff --git a/lib/datafoodconsortium/connector/pickup_step.rb b/lib/datafoodconsortium/connector/pickup_step.rb new file mode 100644 index 0000000..fbcc0df --- /dev/null +++ b/lib/datafoodconsortium/connector/pickup_step.rb @@ -0,0 +1,51 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + + +require "datafoodconsortium/connector/step" +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::PickupStep < DataFoodConsortium::Connector::Step + + SEMANTIC_TYPE = "dfc-b:PickUpStep".freeze + + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param routes [IRoute] + # @param deliveredShipments [IShipment] + # @param pickedUpShipments [IShipment] + # @param duration [String] + # @param arrivalDate [DateTime] + def initialize(semanticId, name: nil, description: nil, routes: [], deliveredShipments: [], pickedUpShipments: [], duration: nil, arrivalDate: nil) + super(semanticId, name: name, description: description, routes: routes, deliveredShipments: deliveredShipments, pickedUpShipments: pickedUpShipments, duration: duration, arrivalDate: arrivalDate) + + self.semanticType = "dfc-b:PickUpStep" + + end + + + +end diff --git a/lib/datafoodconsortium/connector/planned_consumption_flow.rb b/lib/datafoodconsortium/connector/planned_consumption_flow.rb index 4de0160..9be1527 100644 --- a/lib/datafoodconsortium/connector/planned_consumption_flow.rb +++ b/lib/datafoodconsortium/connector/planned_consumption_flow.rb @@ -47,7 +47,7 @@ def initialize(semanticId, transformation: nil, product: nil, quantity: nil) @transformation = transformation @product = product self.semanticType = "dfc-b:AsPlannedConsumptionFlow" - registerSemanticProperty("dfc-b:incomeOf", &method("transformation")).valueSetter = method("transformation=") + registerSemanticProperty("dfc-b:inputOf", &method("transformation")).valueSetter = method("transformation=") registerSemanticProperty("dfc-b:consumes", &method("product")).valueSetter = method("product=") end diff --git a/lib/datafoodconsortium/connector/planned_local_consumption_flow.rb b/lib/datafoodconsortium/connector/planned_local_consumption_flow.rb index ce915d1..ca2b0f3 100644 --- a/lib/datafoodconsortium/connector/planned_local_consumption_flow.rb +++ b/lib/datafoodconsortium/connector/planned_local_consumption_flow.rb @@ -47,7 +47,7 @@ def initialize(semanticId, transformation: nil, product: nil, quantity: nil) @transformation = transformation @product = product self.semanticType = "dfc-b:AsPlannedLocalConsumptionFlow" - registerSemanticProperty("dfc-b:incomeOf", &method("transformation")).valueSetter = method("transformation=") + registerSemanticProperty("dfc-b:inputOf", &method("transformation")).valueSetter = method("transformation=") registerSemanticProperty("dfc-b:consumes", &method("product")).valueSetter = method("product=") end diff --git a/lib/datafoodconsortium/connector/planned_local_production_flow.rb b/lib/datafoodconsortium/connector/planned_local_production_flow.rb index f08a480..0b4eda6 100644 --- a/lib/datafoodconsortium/connector/planned_local_production_flow.rb +++ b/lib/datafoodconsortium/connector/planned_local_production_flow.rb @@ -47,7 +47,7 @@ def initialize(semanticId, transformation: nil, product: nil, quantity: nil) @transformation = transformation @product = product self.semanticType = "dfc-b:AsPlannedLocalProductionFlow" - registerSemanticProperty("dfc-b:outcomeOf", &method("transformation")).valueSetter = method("transformation=") + registerSemanticProperty("dfc-b:outputOf", &method("transformation")).valueSetter = method("transformation=") registerSemanticProperty("dfc-b:produces", &method("product")).valueSetter = method("product=") end diff --git a/lib/datafoodconsortium/connector/planned_local_transformation.rb b/lib/datafoodconsortium/connector/planned_local_transformation.rb index df73c53..880d112 100644 --- a/lib/datafoodconsortium/connector/planned_local_transformation.rb +++ b/lib/datafoodconsortium/connector/planned_local_transformation.rb @@ -70,8 +70,8 @@ def initialize(semanticId, transformationType: nil, cost: nil, startDate: nil, e registerSemanticProperty("dfc-b:cost", &method("cost")).valueSetter = method("cost=") registerSemanticProperty("dfc-b:startDate", &method("startDate")).valueSetter = method("startDate=") registerSemanticProperty("dfc-b:endDate", &method("endDate")).valueSetter = method("endDate=") - registerSemanticProperty("dfc-b:hasIncome", &method("consumptionFlow")).valueSetter = method("consumptionFlow=") - registerSemanticProperty("dfc-b:hasOutcome", &method("productionFlow")).valueSetter = method("productionFlow=") + registerSemanticProperty("dfc-b:hasInput", &method("consumptionFlow")).valueSetter = method("consumptionFlow=") + registerSemanticProperty("dfc-b:hasOutput", &method("productionFlow")).valueSetter = method("productionFlow=") end diff --git a/lib/datafoodconsortium/connector/planned_production_flow.rb b/lib/datafoodconsortium/connector/planned_production_flow.rb index 0486668..a24bfa8 100644 --- a/lib/datafoodconsortium/connector/planned_production_flow.rb +++ b/lib/datafoodconsortium/connector/planned_production_flow.rb @@ -47,7 +47,7 @@ def initialize(semanticId, transformation: nil, product: nil, quantity: nil) @transformation = transformation @product = product self.semanticType = "dfc-b:AsPlannedProductionFlow" - registerSemanticProperty("dfc-b:outcomeOf", &method("transformation")).valueSetter = method("transformation=") + registerSemanticProperty("dfc-b:outputOf", &method("transformation")).valueSetter = method("transformation=") registerSemanticProperty("dfc-b:produces", &method("product")).valueSetter = method("product=") end diff --git a/lib/datafoodconsortium/connector/planned_transformation.rb b/lib/datafoodconsortium/connector/planned_transformation.rb index b36dfee..071e181 100644 --- a/lib/datafoodconsortium/connector/planned_transformation.rb +++ b/lib/datafoodconsortium/connector/planned_transformation.rb @@ -51,8 +51,8 @@ def initialize(semanticId, transformationType: nil, consumptionFlow: nil, produc @productionFlow = productionFlow self.semanticType = "dfc-b:AsPlannedTransformation" registerSemanticProperty("dfc-b:hasTransformationType", &method("transformationType")).valueSetter = method("transformationType=") - registerSemanticProperty("dfc-b:hasIncome", &method("consumptionFlow")).valueSetter = method("consumptionFlow=") - registerSemanticProperty("dfc-b:hasOutcome", &method("productionFlow")).valueSetter = method("productionFlow=") + registerSemanticProperty("dfc-b:hasInput", &method("consumptionFlow")).valueSetter = method("consumptionFlow=") + registerSemanticProperty("dfc-b:hasOutput", &method("productionFlow")).valueSetter = method("productionFlow=") end diff --git a/lib/datafoodconsortium/connector/product_option.rb b/lib/datafoodconsortium/connector/product_option.rb new file mode 100644 index 0000000..41087e5 --- /dev/null +++ b/lib/datafoodconsortium/connector/product_option.rb @@ -0,0 +1,64 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::ProductOption + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "dfc-b:ProductOption".freeze + + # @return [String] + attr_accessor :name + + # @return [String] + attr_accessor :description + + # @return [DateTime] + attr_accessor :date + + # @return [IProductOptionValue] + attr_accessor :referenceProductionOptionValue + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param date [DateTime] + # @param referenceProductionOptionValue [IProductOptionValue] + def initialize(semanticId, name: nil, description: nil, date: nil, referenceProductionOptionValue: []) + super(semanticId) + @name = name + @description = description + @date = date + @referenceProductionOptionValue = referenceProductionOptionValue + self.semanticType = "dfc-b:ProductOption" + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") + registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") + registerSemanticProperty("dfc-b:date", &method("date")).valueSetter = method("date=") + registerSemanticProperty("dfc-b:hasReferenceProductOptionValue", &method("referenceProductionOptionValue")).valueSetter = method("referenceProductionOptionValue=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/quantity.rb b/lib/datafoodconsortium/connector/product_option_value.rb similarity index 59% rename from lib/datafoodconsortium/connector/quantity.rb rename to lib/datafoodconsortium/connector/product_option_value.rb index 0b4f0b6..c0dc1ec 100644 --- a/lib/datafoodconsortium/connector/quantity.rb +++ b/lib/datafoodconsortium/connector/product_option_value.rb @@ -21,29 +21,35 @@ # SOFTWARE. - require "virtual_assembly/semantizer" -class DataFoodConsortium::Connector::Quantity +class DataFoodConsortium::Connector::ProductOptionValue include VirtualAssembly::Semantizer::SemanticObject - SEMANTIC_TYPE = "dfc-b:Quantity".freeze - - # @return [ISKOSConcept] - attr_accessor :unit - - # @return [Real] - attr_accessor :value - - # @param unit [ISKOSConcept] - # @param value [Real] - def initialize(unit: nil, value: nil) - super() - @unit = unit - @value = value - self.semanticType = "dfc-b:Quantity" - registerSemanticProperty("dfc-b:hasUnit", &method("unit")).valueSetter = method("unit=") - registerSemanticProperty("dfc-b:value", &method("value")).valueSetter = method("value=") + SEMANTIC_TYPE = "dfc-b:ProductOptionValue".freeze + + # @return [String] + attr_accessor :name + + # @return [String] + attr_accessor :description + + # @return [DateTime] + attr_accessor :date + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param date [DateTime] + def initialize(semanticId, name: nil, description: nil, date: nil) + super(semanticId) + @name = name + @description = description + @date = date + self.semanticType = "dfc-b:ProductOptionValue" + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") + registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") + registerSemanticProperty("dfc-b:date", &method("date")).valueSetter = method("date=") end diff --git a/lib/datafoodconsortium/connector/realized_consumption_flow.rb b/lib/datafoodconsortium/connector/realized_consumption_flow.rb index aa4d149..0de97f3 100644 --- a/lib/datafoodconsortium/connector/realized_consumption_flow.rb +++ b/lib/datafoodconsortium/connector/realized_consumption_flow.rb @@ -47,7 +47,7 @@ def initialize(semanticId, transformation: nil, product: nil, quantity: nil) @transformation = transformation @product = product self.semanticType = "dfc-b:AsRealizedConsumptionFlow" - registerSemanticProperty("dfc-b:incomeOf", &method("transformation")).valueSetter = method("transformation=") + registerSemanticProperty("dfc-b:inputOf", &method("transformation")).valueSetter = method("transformation=") registerSemanticProperty("dfc-b:consumes", &method("product")).valueSetter = method("product=") end diff --git a/lib/datafoodconsortium/connector/realized_production_flow.rb b/lib/datafoodconsortium/connector/realized_production_flow.rb index cc6a275..2070a85 100644 --- a/lib/datafoodconsortium/connector/realized_production_flow.rb +++ b/lib/datafoodconsortium/connector/realized_production_flow.rb @@ -47,7 +47,7 @@ def initialize(semanticId, transformation: nil, product: nil, quantity: nil) @transformation = transformation @product = product self.semanticType = "dfc-b:AsRealizedProductionFlow" - registerSemanticProperty("dfc-b:outcomeOf", &method("transformation")).valueSetter = method("transformation=") + registerSemanticProperty("dfc-b:outputOf", &method("transformation")).valueSetter = method("transformation=") registerSemanticProperty("dfc-b:produces", &method("product")).valueSetter = method("product=") end diff --git a/lib/datafoodconsortium/connector/realized_transformation.rb b/lib/datafoodconsortium/connector/realized_transformation.rb index 9b1ceb2..522737f 100644 --- a/lib/datafoodconsortium/connector/realized_transformation.rb +++ b/lib/datafoodconsortium/connector/realized_transformation.rb @@ -64,8 +64,8 @@ def initialize(semanticId, transformationType: nil, startDate: nil, endDate: nil registerSemanticProperty("dfc-b:hasTransformationType", &method("transformationType")).valueSetter = method("transformationType=") registerSemanticProperty("dfc-b:startDate", &method("startDate")).valueSetter = method("startDate=") registerSemanticProperty("dfc-b:endDate", &method("endDate")).valueSetter = method("endDate=") - registerSemanticProperty("dfc-b:hasIncome", &method("consumptionFlow")).valueSetter = method("consumptionFlow=") - registerSemanticProperty("dfc-b:hasOutcome", &method("productionFlow")).valueSetter = method("productionFlow=") + registerSemanticProperty("dfc-b:hasInput", &method("consumptionFlow")).valueSetter = method("consumptionFlow=") + registerSemanticProperty("dfc-b:hasOutput", &method("productionFlow")).valueSetter = method("productionFlow=") end diff --git a/lib/datafoodconsortium/connector/route.rb b/lib/datafoodconsortium/connector/route.rb new file mode 100644 index 0000000..78c2ad7 --- /dev/null +++ b/lib/datafoodconsortium/connector/route.rb @@ -0,0 +1,65 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::Route + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "dfc-b:Route".freeze + + # @return [String] + attr_accessor :name + + # @return [String] + attr_accessor :description + + # @return [IStep] + attr_accessor :steps + + # @return [IGeoJsonFeature] + attr_accessor :features + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param steps [IStep] + # @param features [IGeoJsonFeature] + def initialize(semanticId, name: nil, description: nil, steps: [], features: []) + super(semanticId) + @name = name + @description = description + @steps = steps + @features = features + self.semanticType = "dfc-b:Route" + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") + registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") + registerSemanticProperty("dfc-b:hasStep", &method("steps")).valueSetter = method("steps=") + registerSemanticProperty("dfc-b:hasGeoJsonFeature", &method("features")).valueSetter = method("features=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/sale_session.rb b/lib/datafoodconsortium/connector/sale_session.rb index ffd7431..3df1949 100644 --- a/lib/datafoodconsortium/connector/sale_session.rb +++ b/lib/datafoodconsortium/connector/sale_session.rb @@ -22,6 +22,8 @@ + + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::SaleSession @@ -29,10 +31,10 @@ class DataFoodConsortium::Connector::SaleSession SEMANTIC_TYPE = "dfc-b:SaleSession".freeze - # @return [String] + # @return [DateTime] attr_accessor :beginDate - # @return [String] + # @return [DateTime] attr_accessor :endDate # @return [Real] @@ -41,22 +43,28 @@ class DataFoodConsortium::Connector::SaleSession # @return [IOffer] attr_accessor :offers + # @return [IPlace] + attr_accessor :hostingPlaces + # @param semanticId [String] - # @param beginDate [String] - # @param endDate [String] + # @param beginDate [DateTime] + # @param endDate [DateTime] # @param quantity [Real] # @param offers [IOffer] - def initialize(semanticId, beginDate: nil, endDate: nil, quantity: nil, offers: []) + # @param hostingPlaces [IPlace] + def initialize(semanticId, beginDate: nil, endDate: nil, quantity: nil, offers: [], hostingPlaces: []) super(semanticId) @beginDate = beginDate @endDate = endDate @quantity = quantity @offers = offers + @hostingPlaces = hostingPlaces self.semanticType = "dfc-b:SaleSession" registerSemanticProperty("dfc-b:beginDate", &method("beginDate")).valueSetter = method("beginDate=") registerSemanticProperty("dfc-b:endDate", &method("endDate")).valueSetter = method("endDate=") registerSemanticProperty("dfc-b:quantity", &method("quantity")).valueSetter = method("quantity=") registerSemanticProperty("dfc-b:lists", &method("offers")).valueSetter = method("offers=") + registerSemanticProperty("dfc-b:hostedAt", &method("hostingPlaces")).valueSetter = method("hostingPlaces=") end diff --git a/lib/datafoodconsortium/connector/step.rb b/lib/datafoodconsortium/connector/step.rb new file mode 100644 index 0000000..d3e393d --- /dev/null +++ b/lib/datafoodconsortium/connector/step.rb @@ -0,0 +1,83 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::Step + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "dfc-b:Step".freeze + + # @return [String] + attr_accessor :name + + # @return [String] + attr_accessor :description + + # @return [IRoute] + attr_accessor :routes + + # @return [IShipment] + attr_accessor :deliveredShipments + + # @return [IShipment] + attr_accessor :pickedUpShipments + + # @return [String] + attr_accessor :duration + + # @return [DateTime] + attr_accessor :arrivalDate + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param routes [IRoute] + # @param deliveredShipments [IShipment] + # @param pickedUpShipments [IShipment] + # @param duration [String] + # @param arrivalDate [DateTime] + def initialize(semanticId, name: nil, description: nil, routes: [], deliveredShipments: [], pickedUpShipments: [], duration: nil, arrivalDate: nil) + super(semanticId) + @name = name + @description = description + @routes = routes + @deliveredShipments = deliveredShipments + @pickedUpShipments = pickedUpShipments + @duration = duration + @arrivalDate = arrivalDate + self.semanticType = "dfc-b:Step" + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") + registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") + registerSemanticProperty("dfc-b:isStepOf", &method("routes")).valueSetter = method("routes=") + registerSemanticProperty("dfc-b:delivery", &method("deliveredShipments")).valueSetter = method("deliveredShipments=") + registerSemanticProperty("dfc-b:pickUp", &method("pickedUpShipments")).valueSetter = method("pickedUpShipments=") + registerSemanticProperty("dfc-b:duration", &method("duration")).valueSetter = method("duration=") + registerSemanticProperty("dfc-b:arrivalDate", &method("arrivalDate")).valueSetter = method("arrivalDate=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/supplied_product.rb b/lib/datafoodconsortium/connector/supplied_product.rb index 0598760..38e4540 100644 --- a/lib/datafoodconsortium/connector/supplied_product.rb +++ b/lib/datafoodconsortium/connector/supplied_product.rb @@ -28,6 +28,9 @@ + + + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::SuppliedProduct < DataFoodConsortium::Connector::DefinedProduct @@ -37,12 +40,16 @@ class DataFoodConsortium::Connector::SuppliedProduct < DataFoodConsortium::Conne # @return [Real] attr_accessor :totalTheoreticalStock + # @return [ILocalizedProduct] + attr_accessor :localizedProducts + # @param semanticId [String] # @param totalTheoreticalStock [Real] + # @param localizedProducts [ILocalizedProduct] # @param name [String] # @param description [String] # @param productType [ISKOSConcept] @@ -61,12 +68,14 @@ class DataFoodConsortium::Connector::SuppliedProduct < DataFoodConsortium::Conne # @param partOrigin [ISKOSConcept] # @param images [String] # @param variants [IDefinedProduct] - # @param isVariantOf [IDefinedProduct] - def initialize(semanticId, totalTheoreticalStock: nil, name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], isVariantOf: []) - super(semanticId, name: name, description: description, productType: productType, quantity: quantity, alcoholPercentage: alcoholPercentage, lifetime: lifetime, claims: claims, usageOrStorageConditions: usageOrStorageConditions, allergenCharacteristics: allergenCharacteristics, nutrientCharacteristics: nutrientCharacteristics, physicalCharacteristics: physicalCharacteristics, geographicalOrigin: geographicalOrigin, catalogItems: catalogItems, certifications: certifications, natureOrigin: natureOrigin, partOrigin: partOrigin, images: images, variants: variants, isVariantOf: isVariantOf) + # @param referenceProductOptions [IProductOption] + def initialize(semanticId, totalTheoreticalStock: nil, localizedProducts: [], name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], referenceProductOptions: []) + super(semanticId, name: name, description: description, productType: productType, quantity: quantity, alcoholPercentage: alcoholPercentage, lifetime: lifetime, claims: claims, usageOrStorageConditions: usageOrStorageConditions, allergenCharacteristics: allergenCharacteristics, nutrientCharacteristics: nutrientCharacteristics, physicalCharacteristics: physicalCharacteristics, geographicalOrigin: geographicalOrigin, catalogItems: catalogItems, certifications: certifications, natureOrigin: natureOrigin, partOrigin: partOrigin, images: images, variants: variants, referenceProductOptions: referenceProductOptions) @totalTheoreticalStock = totalTheoreticalStock + @localizedProducts = localizedProducts self.semanticType = "dfc-b:SuppliedProduct" registerSemanticProperty("dfc-b:totalTheoreticalStock", &method("totalTheoreticalStock")).valueSetter = method("totalTheoreticalStock=") + registerSemanticProperty("dfc-b:referenceOf", &method("localizedProducts")).valueSetter = method("localizedProducts=") end diff --git a/lib/datafoodconsortium/connector/technical_product.rb b/lib/datafoodconsortium/connector/technical_product.rb index 7748723..f016b16 100644 --- a/lib/datafoodconsortium/connector/technical_product.rb +++ b/lib/datafoodconsortium/connector/technical_product.rb @@ -23,6 +23,9 @@ require "datafoodconsortium/connector/defined_product" + + + require "virtual_assembly/semantizer" class DataFoodConsortium::Connector::TechnicalProduct < DataFoodConsortium::Connector::DefinedProduct @@ -49,9 +52,9 @@ class DataFoodConsortium::Connector::TechnicalProduct < DataFoodConsortium::Conn # @param partOrigin [ISKOSConcept] # @param images [String] # @param variants [IDefinedProduct] - # @param isVariantOf [IDefinedProduct] - def initialize(semanticId, name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], isVariantOf: []) - super(semanticId, name: name, description: description, productType: productType, quantity: quantity, alcoholPercentage: alcoholPercentage, lifetime: lifetime, claims: claims, usageOrStorageConditions: usageOrStorageConditions, allergenCharacteristics: allergenCharacteristics, nutrientCharacteristics: nutrientCharacteristics, physicalCharacteristics: physicalCharacteristics, geographicalOrigin: geographicalOrigin, catalogItems: catalogItems, certifications: certifications, natureOrigin: natureOrigin, partOrigin: partOrigin, images: images, variants: variants, isVariantOf: isVariantOf) + # @param referenceProductOptions [IProductOption] + def initialize(semanticId, name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], referenceProductOptions: []) + super(semanticId, name: name, description: description, productType: productType, quantity: quantity, alcoholPercentage: alcoholPercentage, lifetime: lifetime, claims: claims, usageOrStorageConditions: usageOrStorageConditions, allergenCharacteristics: allergenCharacteristics, nutrientCharacteristics: nutrientCharacteristics, physicalCharacteristics: physicalCharacteristics, geographicalOrigin: geographicalOrigin, catalogItems: catalogItems, certifications: certifications, natureOrigin: natureOrigin, partOrigin: partOrigin, images: images, variants: variants, referenceProductOptions: referenceProductOptions) self.semanticType = "dfc-b:TechnicalProduct" diff --git a/lib/datafoodconsortium/connector/template_sale_session.rb b/lib/datafoodconsortium/connector/template_sale_session.rb new file mode 100644 index 0000000..874dc96 --- /dev/null +++ b/lib/datafoodconsortium/connector/template_sale_session.rb @@ -0,0 +1,59 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::TemplateSaleSession + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "dfc-b:TemplateSaleSession".freeze + + # @return [IPlace] + attr_accessor :hostingPlaces + + # @return [IOrganization] + attr_accessor :organizations + + # @return [DateTime] + attr_accessor :date + + # @param semanticId [String] + # @param hostingPlaces [IPlace] + # @param organizations [IOrganization] + # @param date [DateTime] + def initialize(semanticId, hostingPlaces: [], organizations: [], date: nil) + super(semanticId) + @hostingPlaces = hostingPlaces + @organizations = organizations + @date = date + self.semanticType = "dfc-b:TemplateSaleSession" + registerSemanticProperty("dfc-b:hostedAt", &method("hostingPlaces")).valueSetter = method("hostingPlaces=") + registerSemanticProperty("dfc-b:isTemplateSaleSessionOf", &method("organizations")).valueSetter = method("organizations=") + registerSemanticProperty("dfc-b:date", &method("date")).valueSetter = method("date=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/value_recur.rb b/lib/datafoodconsortium/connector/value_recur.rb new file mode 100644 index 0000000..2d962eb --- /dev/null +++ b/lib/datafoodconsortium/connector/value_recur.rb @@ -0,0 +1,79 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::ValueRecur + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "http://www.w3.org/2002/12/cal/icaltzd#Value_RECUR".freeze + + # @return [String] + attr_accessor :byday + + # @return [String] + attr_accessor :bymonth + + # @return [String] + attr_accessor :freq + + # @return [Integer] + attr_accessor :interval + + + + + + + + + + + + + + + + + + # @param semanticId [String] + # @param byday [String] + # @param bymonth [String] + # @param freq [String] + # @param interval [Integer] + def initialize(semanticId, byday: nil, bymonth: nil, freq: nil, interval: nil) + super(semanticId) + @byday = byday + @bymonth = bymonth + @freq = freq + @interval = interval + self.semanticType = "http://www.w3.org/2002/12/cal/icaltzd#Value_RECUR" + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#byday", &method("byday")).valueSetter = method("byday=") + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#bymonth", &method("bymonth")).valueSetter = method("bymonth=") + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#freq", &method("freq")).valueSetter = method("freq=") + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#interval", &method("interval")).valueSetter = method("interval=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/variant.rb b/lib/datafoodconsortium/connector/variant.rb new file mode 100644 index 0000000..20c5b94 --- /dev/null +++ b/lib/datafoodconsortium/connector/variant.rb @@ -0,0 +1,79 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +require "datafoodconsortium/connector/defined_product" + + + + + + + + + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::Variant < DataFoodConsortium::Connector::DefinedProduct + + SEMANTIC_TYPE = "dfc-b:Variant".freeze + + # @return [IDefinedProduct] + attr_accessor :isVariantOf + + # @return [IVariantCharacteristic] + attr_accessor :variantCharacteristics + + # @param semanticId [String] + # @param isVariantOf [IDefinedProduct] + # @param variantCharacteristics [IVariantCharacteristic] + # @param name [String] + # @param description [String] + # @param productType [ISKOSConcept] + # @param quantity [IQuantity] + # @param alcoholPercentage [Real] + # @param lifetime [String] + # @param claims [ISKOSConcept] + # @param usageOrStorageConditions [String] + # @param allergenCharacteristics [IAllergenCharacteristic] + # @param nutrientCharacteristics [INutrientCharacteristic] + # @param physicalCharacteristics [IPhysicalCharacteristic] + # @param geographicalOrigin [ISKOSConcept] + # @param catalogItems [ICatalogItem] + # @param certifications [ISKOSConcept] + # @param natureOrigin [ISKOSConcept] + # @param partOrigin [ISKOSConcept] + # @param images [String] + # @param variants [IDefinedProduct] + # @param referenceProductOptions [IProductOption] + def initialize(semanticId, isVariantOf: [], variantCharacteristics: [], name: nil, description: nil, productType: nil, quantity: nil, alcoholPercentage: nil, lifetime: nil, claims: [], usageOrStorageConditions: nil, allergenCharacteristics: [], nutrientCharacteristics: [], physicalCharacteristics: [], geographicalOrigin: nil, catalogItems: [], certifications: [], natureOrigin: [], partOrigin: [], images: [], variants: [], referenceProductOptions: []) + super(semanticId, name: name, description: description, productType: productType, quantity: quantity, alcoholPercentage: alcoholPercentage, lifetime: lifetime, claims: claims, usageOrStorageConditions: usageOrStorageConditions, allergenCharacteristics: allergenCharacteristics, nutrientCharacteristics: nutrientCharacteristics, physicalCharacteristics: physicalCharacteristics, geographicalOrigin: geographicalOrigin, catalogItems: catalogItems, certifications: certifications, natureOrigin: natureOrigin, partOrigin: partOrigin, images: images, variants: variants, referenceProductOptions: referenceProductOptions) + @isVariantOf = isVariantOf + @variantCharacteristics = variantCharacteristics + self.semanticType = "dfc-b:Variant" + registerSemanticProperty("dfc-b:isVariantOf", &method("isVariantOf")).valueSetter = method("isVariantOf=") + registerSemanticProperty("dfc-b:hasVariantCaracteristic", &method("variantCharacteristics")).valueSetter = method("variantCharacteristics=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/variant_characteristic.rb b/lib/datafoodconsortium/connector/variant_characteristic.rb new file mode 100644 index 0000000..021d3be --- /dev/null +++ b/lib/datafoodconsortium/connector/variant_characteristic.rb @@ -0,0 +1,71 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::VariantCharacteristic + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "dfc-b:VariantCaracteristic".freeze + + # @return [String] + attr_accessor :name + + # @return [String] + attr_accessor :description + + # @return [DateTime] + attr_accessor :date + + # @return [IProductOption] + attr_accessor :productOption + + # @return [IProductOptionValue] + attr_accessor :productOptionValue + + # @param semanticId [String] + # @param name [String] + # @param description [String] + # @param date [DateTime] + # @param productOption [IProductOption] + # @param productOptionValue [IProductOptionValue] + def initialize(semanticId, name: nil, description: nil, date: nil, productOption: nil, productOptionValue: nil) + super(semanticId) + @name = name + @description = description + @date = date + @productOption = productOption + @productOptionValue = productOptionValue + self.semanticType = "dfc-b:VariantCaracteristic" + registerSemanticProperty("dfc-b:name", &method("name")).valueSetter = method("name=") + registerSemanticProperty("dfc-b:description", &method("description")).valueSetter = method("description=") + registerSemanticProperty("dfc-b:date", &method("date")).valueSetter = method("date=") + registerSemanticProperty("dfc-b:hasProductOption", &method("productOption")).valueSetter = method("productOption=") + registerSemanticProperty("dfc-b:hasProductOptionValue", &method("productOptionValue")).valueSetter = method("productOptionValue=") + end + + + +end diff --git a/lib/datafoodconsortium/connector/vevent.rb b/lib/datafoodconsortium/connector/vevent.rb new file mode 100644 index 0000000..e5c52d0 --- /dev/null +++ b/lib/datafoodconsortium/connector/vevent.rb @@ -0,0 +1,69 @@ +# MIT License +# +# Copyright (c) 2023 Maxime Lecoq +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + +require "virtual_assembly/semantizer" + +class DataFoodConsortium::Connector::Vevent + include VirtualAssembly::Semantizer::SemanticObject + + SEMANTIC_TYPE = "http://www.w3.org/2002/12/cal/icaltzd#Vevent".freeze + + # @return [DateTime] + attr_accessor :dtstart + + # @return [DateTime] + attr_accessor :dtend + + # @return [ValueRecur] + attr_accessor :rrule + + + + + + + + + + + + + + # @param semanticId [String] + # @param dtstart [DateTime] + # @param dtend [DateTime] + # @param rrule [ValueRecur] + def initialize(semanticId, dtstart: nil, dtend: nil, rrule: nil) + super(semanticId) + @dtstart = dtstart + @dtend = dtend + @rrule = rrule + self.semanticType = "http://www.w3.org/2002/12/cal/icaltzd#Vevent" + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#dtstart", &method("dtstart")).valueSetter = method("dtstart=") + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#dtend", &method("dtend")).valueSetter = method("dtend=") + registerSemanticProperty("http://www.w3.org/2002/12/cal/icaltzd#rrule", &method("rrule")).valueSetter = method("rrule=") + end + + + +end diff --git a/spec/catalog_spec.rb b/spec/catalog_spec.rb new file mode 100644 index 0000000..cda82cf --- /dev/null +++ b/spec/catalog_spec.rb @@ -0,0 +1,37 @@ +RSpec.describe DataFoodConsortium::Connector::Catalog do + it "can be empty when exported" do + subject = DataFoodConsortium::Connector::Catalog.new( + "https://myplatform.com/c" + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/c", + "@type" => "dfc-b:Catalog", + } + ) + end + + it "contains all fields when exported" do + catalogItem = DataFoodConsortium::Connector::CatalogItem.new("https://myplatform.com/catalogItem") + organization = DataFoodConsortium::Connector::Organization.new("https://myplatform.com/organization") + subject = DataFoodConsortium::Connector::Catalog.new( + "https://myplatform.com/catalog", + items: [catalogItem], + maintainers: [organization], + beginDate: "beginDate", + endDate: "endDate", + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/catalog", + "@type" => "dfc-b:Catalog", + "dfc-b:lists" => "https://myplatform.com/catalogItem", + "dfc-b:maintainedBy" => "https://myplatform.com/organization", + "dfc-b:beginDate" => "beginDate", + "dfc-b:endDate" => "endDate", + } + ) + end +end diff --git a/spec/certification_spec.rb b/spec/certification_spec.rb new file mode 100644 index 0000000..7c0455c --- /dev/null +++ b/spec/certification_spec.rb @@ -0,0 +1,40 @@ +RSpec.describe DataFoodConsortium::Connector::Certification do + it "can be empty when exported" do + subject = DataFoodConsortium::Connector::Certification.new( + "https://myplatform.com/subject" + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:Certfication", + } + ) + end + + it "contains all fields when exported" do + organization = DataFoodConsortium::Connector::Organization.new("https://myplatform.com/organization") + subject = DataFoodConsortium::Connector::Certification.new( + "https://myplatform.com/subject", + name: "name", + description: "description", + certificationReferences: ["certificationReference"], + certificationScores: ["certificationScore"], + operatorIds: ["operatorId"], + certifiedOrganizations: [organization], + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:Certfication", + "dfc-b:name" => "name", + "dfc-b:hasDescription" => "description", + "dfc-b:certiferReference" => "certificationReference", + "dfc-b:certificationScore" => "certificationScore", + "dfc-b:operatorId" => "operatorId", + "dfc-b:certifies" => "https://myplatform.com/organization", + } + ) + end +end diff --git a/spec/delivery_option_spec.rb b/spec/delivery_option_spec.rb new file mode 100644 index 0000000..af78e4f --- /dev/null +++ b/spec/delivery_option_spec.rb @@ -0,0 +1,50 @@ +RSpec.describe DataFoodConsortium::Connector::DeliveryOption do + it "can be empty when exported" do + subject = DataFoodConsortium::Connector::DeliveryOption.new( + "https://myplatform.com/subject" + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:DeliveryOption", + } + ) + end + + it "contains all fields when exported" do + quantity = DataFoodConsortium::Connector::QuantitativeValue.new() + order = DataFoodConsortium::Connector::Order.new("https://myplatform.com/order") + saleSession = DataFoodConsortium::Connector::SaleSession.new("https://myplatform.com/saleSession") + deliveredPlace = DataFoodConsortium::Connector::PhysicalPlace.new("https://myplatform.com/deliveredPlace") + subject = DataFoodConsortium::Connector::DeliveryOption.new( + "https://myplatform.com/subject", + name: "name", + description: "description", + fee: 1.0, + quantity: quantity, + order: order, + saleSession: saleSession, + beginDate: "beginDate", + endDate: "endDate", + deliveredPlace: deliveredPlace, + deliveryConstraint: "deliveryConstraint", + accessibilityInformation: "accessibilityInformation", + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:DeliveryOption", + "dfc-b:name" => "name", + "dfc-b:description" => "description", + "dfc-b:fee" => 1.0, + "dfc-b:hasQuantity" => {"@type" => "dfc-b:QuantitativeValue"}, + "dfc-b:selectedBy" => "https://myplatform.com/order", + "dfc-b:optionOf" => "https://myplatform.com/saleSession", + "dfc-b:startDate" => "beginDate", + "dfc-b:endDate" => "endDate", + } + ) + end +end diff --git a/spec/delivery_step_spec.rb b/spec/delivery_step_spec.rb new file mode 100644 index 0000000..30874e7 --- /dev/null +++ b/spec/delivery_step_spec.rb @@ -0,0 +1,38 @@ +RSpec.describe DataFoodConsortium::Connector::DeliveryStep do + it "can be empty when exported" do + subject = DataFoodConsortium::Connector::DeliveryStep.new( + "https://myplatform.com/subject" + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:DeliveryStep", + } + ) + end + + it "contains all fields when exported" do + route = DataFoodConsortium::Connector::Route.new("https://myplatform.com/route") + subject = DataFoodConsortium::Connector::DeliveryStep.new( + "https://myplatform.com/subject", + name: "name", + description: "description", + routes: [route], + duration: "duration", + arrivalDate: "arrivalDate", + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:DeliveryStep", + "dfc-b:name" => "name", + "dfc-b:description" => "description", + "dfc-b:isStepOf" => "https://myplatform.com/route", + "dfc-b:duration" => "duration", + "dfc-b:arrivalDate" => "arrivalDate", + } + ) + end +end diff --git a/spec/export_spec.rb b/spec/export_spec.rb index 6bbaa3a..c0a6998 100644 --- a/spec/export_spec.rb +++ b/spec/export_spec.rb @@ -2,8 +2,9 @@ it "exports an empty list" do subjects = [] actual = exported_json(*subjects) + expected = { - "@context" => "https://w3id.org/dfc/ontology/context/context_1.16.0.json" + "@context" => "https://w3id.org/dfc/ontology/context/context_2.0.0.json" } expect(actual).to eq expected end @@ -75,7 +76,7 @@ stockLimitation: 10, offers: [o] ) - e = DataFoodConsortium::Connector::Enterprise.new( + e = DataFoodConsortium::Connector::Organization.new( "https://myplatform.com/e", name: "name", description: "description", @@ -94,10 +95,10 @@ ) actual = exported_json(p, a, e, cc, sp, ci, o) expected = { - '@context' => 'https://w3id.org/dfc/ontology/context/context_1.16.0.json', + '@context' => 'https://w3id.org/dfc/ontology/context/context_2.0.0.json', '@graph' => [ { '@id' => 'https://myplatform.com/p', '@type' => 'dfc-b:Person', 'dfc-b:affiliates' => 'https://myplatform.com/e', - 'dfc-b:familyName' => 'lastName', 'dfc-b:firstName' => 'firstName', 'dfc-b:hasAddress' => 'https://myplatform.com/a' }, { '@id' => 'https://myplatform.com/a', '@type' => 'dfc-b:Address', 'dfc-b:hasCity' => 'city', 'dfc-b:hasCountry' => 'country', 'dfc-b:hasPostalCode' => 'postalCode', 'dfc-b:hasStreet' => 'street' }, { '@id' => 'https://myplatform.com/e', '@type' => 'dfc-b:Enterprise', 'dfc-b:VATnumber' => 'vatNumber', 'dfc-b:defines' => 'https://myplatform.com/cc', 'dfc-b:hasDescription' => 'description', 'dfc-b:manages' => 'https://myplatform.com/ci', 'dfc-b:name' => 'name', 'dfc-b:supplies' => 'https://myplatform.com/sp' }, { '@id' => 'https://myplatform.com/cc', '@type' => 'dfc-b:CustomerCategory', 'dfc-b:description' => 'description' }, { '@id' => 'https://myplatform.com/sp', '@type' => 'dfc-b:SuppliedProduct', 'dfc-b:alcoholPercentage' => 2.6, 'dfc-b:description' => 'description', 'dfc-b:hasCertification' => 'dfc-f:Demeter', 'dfc-b:hasClaim' => ['dfc-f:EnergyFree', 'dfc-f:FatFree', 'dfc-f:HighFibre'], 'dfc-b:hasGeographicalOrigin' => 'dfc-f:Normandy', 'dfc-b:hasNatureOrigin' => 'dfc-f:PlantOrigin', 'dfc-b:hasNutrientCharacteristic' => { '@type' => 'dfc-b:NutrientCharacteristic', 'dfc-b:hasNutrientDimension' => 'dfc-m:Calcium', 'dfc-b:hasUnit' => 'dfc-m:Gram', 'dfc-b:value' => 8.47 }, 'dfc-b:hasPartOrigin' => 'dfc-f:PlantOrigin', 'dfc-b:hasPhysicalCharacteristic' => { '@type' => 'dfc-b:PhysicalCharacteristic', 'dfc-b:hasPhysicalDimension' => 'dfc-m:Weight', 'dfc-b:hasUnit' => 'dfc-m:Kilogram', 'dfc-b:value' => 3.25 }, 'dfc-b:hasQuantity' => { '@type' => 'dfc-b:QuantitativeValue', 'dfc-b:hasUnit' => 'dfc-m:Kilogram', 'dfc-b:value' => 1.2 }, 'dfc-b:hasType' => 'dfc-pt:artichoke', 'dfc-b:lifetime' => 'lifetime', 'dfc-b:name' => 'name', 'dfc-b:totalTheoreticalStock' => 123, 'dfc-b:usageOrStorageCondition' => 'usageOrStorageConditions' }, { '@id' => 'https://myplatform.com/ci', '@type' => 'dfc-b:CatalogItem', 'dfc-b:offeredThrough' => 'https://myplatform.com/o', 'dfc-b:references' => 'https://myplatform.com/sp', 'dfc-b:sku' => 'sku', 'dfc-b:stockLimitation' => 10 }, { '@id' => 'https://myplatform.com/o', '@type' => 'dfc-b:Offer', 'dfc-b:hasPrice' => { '@type' => 'dfc-b:Price', 'dfc-b:VATrate' => 5.22, 'dfc-b:hasUnit' => 'dfc-m:Euro', 'dfc-b:value' => 12.78 }, 'dfc-b:offeredTo' => 'https://myplatform.com/cc', 'dfc-b:stockLimitation' => 52 } + 'dfc-b:familyName' => 'lastName', 'dfc-b:firstName' => 'firstName', 'dfc-b:hasAddress' => 'https://myplatform.com/a' }, { '@id' => 'https://myplatform.com/a', '@type' => 'dfc-b:Address', 'dfc-b:hasCity' => 'city', 'dfc-b:hasCountry' => 'country', 'dfc-b:hasPostalCode' => 'postalCode', 'dfc-b:hasStreet' => 'street' }, { '@id' => 'https://myplatform.com/e', '@type' => 'dfc-b:Organization', 'dfc-b:VATnumber' => 'vatNumber', 'dfc-b:defines' => 'https://myplatform.com/cc', 'dfc-b:hasDescription' => 'description', 'dfc-b:manages' => 'https://myplatform.com/ci', 'dfc-b:name' => 'name', 'dfc-b:supplies' => 'https://myplatform.com/sp' }, { '@id' => 'https://myplatform.com/cc', '@type' => 'dfc-b:CustomerCategory', 'dfc-b:description' => 'description' }, { '@id' => 'https://myplatform.com/sp', '@type' => 'dfc-b:SuppliedProduct', 'dfc-b:alcoholPercentage' => 2.6, 'dfc-b:description' => 'description', 'dfc-b:hasCertification' => 'dfc-f:Demeter', 'dfc-b:hasClaim' => ['dfc-f:EnergyFree', 'dfc-f:FatFree', 'dfc-f:HighFibre'], 'dfc-b:hasGeographicalOrigin' => 'dfc-f:Normandy', 'dfc-b:hasNatureOrigin' => 'dfc-f:PlantOrigin', 'dfc-b:hasNutrientCharacteristic' => { '@type' => 'dfc-b:NutrientCharacteristic', 'dfc-b:hasNutrientDimension' => 'dfc-m:Calcium', 'dfc-b:hasUnit' => 'dfc-m:Gram', 'dfc-b:value' => 8.47 }, 'dfc-b:hasPartOrigin' => 'dfc-f:PlantOrigin', 'dfc-b:hasPhysicalCharacteristic' => { '@type' => 'dfc-b:PhysicalCharacteristic', 'dfc-b:hasPhysicalDimension' => 'dfc-m:Weight', 'dfc-b:hasUnit' => 'dfc-m:Kilogram', 'dfc-b:value' => 3.25 }, 'dfc-b:hasQuantity' => { '@type' => 'dfc-b:QuantitativeValue', 'dfc-b:hasUnit' => 'dfc-m:Kilogram', 'dfc-b:value' => 1.2 }, 'dfc-b:hasType' => 'dfc-pt:artichoke', 'dfc-b:lifetime' => 'lifetime', 'dfc-b:name' => 'name', 'dfc-b:totalTheoreticalStock' => 123, 'dfc-b:usageOrStorageCondition' => 'usageOrStorageConditions' }, { '@id' => 'https://myplatform.com/ci', '@type' => 'dfc-b:CatalogItem', 'dfc-b:offeredThrough' => 'https://myplatform.com/o', 'dfc-b:references' => 'https://myplatform.com/sp', 'dfc-b:sku' => 'sku', 'dfc-b:stockLimitation' => 10 }, { '@id' => 'https://myplatform.com/o', '@type' => 'dfc-b:Offer', 'dfc-b:hasPrice' => { '@type' => 'dfc-b:Price', 'dfc-b:VATrate' => 5.22, 'dfc-b:hasUnit' => 'dfc-m:Euro', 'dfc-b:value' => 12.78 }, 'dfc-b:offeredTo' => 'https://myplatform.com/cc', 'dfc-b:stockLimitation' => 52 } ], } expect(actual).to eq(expected) diff --git a/spec/importer_spec.rb b/spec/importer_spec.rb index e5d7fbf..dcc52ff 100644 --- a/spec/importer_spec.rb +++ b/spec/importer_spec.rb @@ -1,6 +1,6 @@ RSpec.describe DataFoodConsortium::Connector::Importer do - let(:enterprise) do - DataFoodConsortium::Connector::Enterprise.new( + let(:organization) do + DataFoodConsortium::Connector::Organization.new( "https://example.net/foo-food-inc", suppliedProducts: [product, second_product], ) @@ -22,7 +22,7 @@ let(:product_data) do <<~JSON { - "@context":"http://static.datafoodconsortium.org/ontologies/context.json", + "@context":"https://www.datafoodconsortium.org/wp-content/plugins/wordpress-context-jsonld/context_2.0.0.jsonld", "@id":"https://example.net/tomato", "@type":"dfc-b:SuppliedProduct", "dfc-b:name":"Tomato", @@ -34,13 +34,13 @@ } JSON end - let(:product_data_with_context_v1_8) do + let(:product_data_with_context_v2) do <<~JSON { "@context": { - "dfc-b": "https://github.com/datafoodconsortium/ontology/releases/latest/download/DFC_BusinessOntology.owl#", - "dfc-m": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/measures.rdf#", - "dfc-pt": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#", + "dfc-b": "http://w3id.org/dfc/ontology/v2.0.0/src/DFC_BusinessOntology.owl#", + "dfc-m": "http://w3id.org/dfc/taxonomies/v2.0.0/measures.rdf#", + "dfc-pt": "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#", "dfc-b:hasType":{"@type":"@id"} }, "@id":"https://example.net/tomato", @@ -86,7 +86,7 @@ it "imports with another context URL" do result = connector.import <<~JSON { - "@context":"https://www.datafoodconsortium.org/wp-content/plugins/wordpress-context-jsonld/context.jsonld", + "@context":"https://www.datafoodconsortium.org/wp-content/plugins/wordpress-context-jsonld/context_2.0.0.jsonld", "@id":"https://example.net/tomato", "@type":"dfc-b:SuppliedProduct" } @@ -116,8 +116,8 @@ expect(result.totalTheoreticalStock).to eq 3 end - it "imports an object with included DFC v1.8 context" do - result = connector.import(product_data_with_context_v1_8) + it "imports an object with included DFC v2 context" do + result = connector.import(product_data_with_context_v2) expect(result).to be_a DataFoodConsortium::Connector::SuppliedProduct expect(result.semanticType).to eq "dfc-b:SuppliedProduct" @@ -155,13 +155,13 @@ end it "imports properties with lists" do - result = import(enterprise, product, second_product) + result = import(organization, product, second_product) expect(result.size).to eq 3 - enterprise, tomato, ocra = result + organization, tomato, ocra = result - expect(enterprise.suppliedProducts).to eq [tomato, ocra] + expect(organization.suppliedProducts).to eq [tomato, ocra] end def import(*args) diff --git a/spec/localized_product_spec.rb b/spec/localized_product_spec.rb new file mode 100644 index 0000000..e2e1056 --- /dev/null +++ b/spec/localized_product_spec.rb @@ -0,0 +1,53 @@ +RSpec.describe DataFoodConsortium::Connector::LocalizedProduct do + it "can be empty when exported" do + subject = DataFoodConsortium::Connector::LocalizedProduct.new( + "https://myplatform.com/subject" + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:LocalizedProduct", + } + ) + end + + it "contains all fields when exported" do + quantity = DataFoodConsortium::Connector::QuantitativeValue.new() + theoreticalStock = DataFoodConsortium::Connector::TheoreticalStock.new("https://myplatform.com/theoreticalStock") + suppliedProduct = DataFoodConsortium::Connector::SuppliedProduct.new("https://myplatform.com/suppliedProduct") + physicalProduct = DataFoodConsortium::Connector::PhysicalProduct.new("https://myplatform.com/physicalProduct") + plannedLocalProductionFlow = DataFoodConsortium::Connector::PlannedLocalProductionFlow.new("https://myplatform.com/plannedLocalProductionFlow") + plannedLocalConsumptionFlow = DataFoodConsortium::Connector::PlannedLocalConsumptionFlow.new("https://myplatform.com/plannedLocalConsumptionFlow") + subject = DataFoodConsortium::Connector::LocalizedProduct.new( + "https://myplatform.com/subject", + name: "name", + description: "description", + images: ["image"], + quantity: quantity, + cost: 1.0, + theoreticalStocks: [theoreticalStock], + suppliedProducts: [suppliedProduct], + physicalProducts: [physicalProduct], + plannedLocalProductionFlows: [plannedLocalProductionFlow], + plannedLocalConsumptionFlows: [plannedLocalConsumptionFlow], + ) + result = exported_json(subject) + expect(result).to include( + { + "@id" => "https://myplatform.com/subject", + "@type" => "dfc-b:LocalizedProduct", + "dfc-b:name" => "name", + "dfc-b:description" => "description", + "dfc-b:image" => "image", + "dfc-b:hasQuantity" => {"@type" => "dfc-b:QuantitativeValue"}, + "dfc-b:cost" => 1.0, + "dfc-b:constituedBy" => "https://myplatform.com/theoreticalStock", + "dfc-b:hasReference" => "https://myplatform.com/suppliedProduct", + "dfc-b:representedBy" => "https://myplatform.com/physicalProduct", + "dfc-b:producedBy" => "https://myplatform.com/plannedLocalProductionFlow", + "dfc-b:consumedBy" => "https://myplatform.com/plannedLocalConsumptionFlow", + } + ) + end +end diff --git a/spec/enterprise_spec.rb b/spec/organization_spec.rb similarity index 87% rename from spec/enterprise_spec.rb rename to spec/organization_spec.rb index 417886c..24fea44 100644 --- a/spec/enterprise_spec.rb +++ b/spec/organization_spec.rb @@ -1,19 +1,19 @@ -RSpec.describe DataFoodConsortium::Connector::Enterprise do +RSpec.describe DataFoodConsortium::Connector::Organization do it "can be empty when exported" do - subject = DataFoodConsortium::Connector::Enterprise.new( + subject = DataFoodConsortium::Connector::Organization.new( "https://myplatform.com/e" ) result = exported_json(subject) expect(result).to include( { "@id" => "https://myplatform.com/e", - "@type" => "dfc-b:Enterprise", + "@type" => "dfc-b:Organization", } ) end it "contains all fields when exported" do - subject = DataFoodConsortium::Connector::Enterprise.new( + subject = DataFoodConsortium::Connector::Organization.new( "https://myplatform.com/e", name: "name", description: "description", @@ -33,7 +33,7 @@ expect(result).to include( { "@id" => "https://myplatform.com/e", - "@type" => "dfc-b:Enterprise", + "@type" => "dfc-b:Organization", "dfc-b:VATnumber" => "vatNumber", "dfc-b:defines" => "https://myplatform.com/cc", "dfc-b:hasDescription" => "description", @@ -45,7 +45,7 @@ end it "contains collections as arrays when exported" do - subject = DataFoodConsortium::Connector::Enterprise.new( + subject = DataFoodConsortium::Connector::Organization.new( "https://myplatform.com/e", name: "name", description: "description", @@ -68,7 +68,7 @@ expect(result).to include( { "@id" => "https://myplatform.com/e", - "@type" => "dfc-b:Enterprise", + "@type" => "dfc-b:Organization", "dfc-b:VATnumber" => "vatNumber", "dfc-b:defines" => ["https://myplatform.com/cc", "https://myplatform.com/cc2"], "dfc-b:hasDescription" => "description", diff --git a/spec/person_spec.rb b/spec/person_spec.rb index 24f8280..ed8abbc 100644 --- a/spec/person_spec.rb +++ b/spec/person_spec.rb @@ -15,7 +15,7 @@ firstName: "firstName", lastName: "lastName", affiliatedOrganizations: [ - DataFoodConsortium::Connector::Enterprise.new("https://myplatform.com/e") + DataFoodConsortium::Connector::Organization.new("https://myplatform.com/e") ], localizations: [ DataFoodConsortium::Connector::Address.new("https://myplatform.com/a") diff --git a/spec/support/facets.json b/spec/support/facets.json index ca3dd5c..64d0fb5 100644 --- a/spec/support/facets.json +++ b/spec/support/facets.json @@ -1,9 +1,9 @@ [ { "@graph" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf", "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AOC_FR", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AOC_FR", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-APPELLATION_ORIGINE_CONTROLEE" @@ -13,10 +13,10 @@ "@value" : "AOC" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -26,7 +26,7 @@ "@value" : "Appellation d’origine contrôlée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AOP_EU", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AOP_EU", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-PROTECTED_DESIGNATION_OF_ORIGIN" @@ -39,10 +39,10 @@ "@value" : "AOP" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -52,16 +52,16 @@ "@value" : "Appellation d’origine protégée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Africa", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Africa", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q15" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -71,13 +71,13 @@ "@value" : "Afrique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Algae", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Algae", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -87,13 +87,13 @@ "@value" : "Algue" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -103,34 +103,34 @@ "@value" : "Animal" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bull" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bull" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Cow" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Cow" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Ewe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Ewe" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Goat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Goat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Hen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Hen" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Pig" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Pig" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Quail" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Quail" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Roster" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Roster" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Sheep" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Sheep" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -140,16 +140,16 @@ "@value" : "Partie ou produit d'un animal" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Asia", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Asia", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q48" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -159,16 +159,16 @@ "@value" : "Asie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Australia", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Australia", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q3960" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Oceania" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Oceania" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -178,7 +178,7 @@ "@value" : "Australie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AuvergneRhoneAlpes", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AuvergneRhoneAlpes", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18338206" @@ -188,10 +188,10 @@ "@value" : "ARA" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -201,13 +201,13 @@ "@value" : "Auvergne-Rhône-Alpes" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bacteria", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bacteria", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -217,24 +217,24 @@ "@value" : "Bactérie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeeHoney" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeeHoney" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeePollen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeePollen" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeePropolis" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeePropolis" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeeVenom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeeVenom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeeWax" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeeWax" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -244,13 +244,13 @@ "@value" : "Bee" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeeHoney", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeeHoney", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -260,13 +260,13 @@ "@value" : "Miel" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeePollen", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeePollen", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -276,13 +276,13 @@ "@value" : "Pollen" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeePropolis", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeePropolis", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -292,13 +292,13 @@ "@value" : "Propolis" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeeVenom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeeVenom", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -308,13 +308,13 @@ "@value" : "Venom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BeeWax", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BeeWax", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bee" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bee" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -324,16 +324,16 @@ "@value" : "Wax" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Belgium", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Belgium", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q31" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -343,16 +343,16 @@ "@value" : "Belgique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BiodynamicLabel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BiodynamicLabel", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Demeter" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Demeter" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -362,16 +362,16 @@ "@value" : "Label biodynamie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BleuBlancCoeur_FR", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BleuBlancCoeur_FR", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-BLEU_BLANC_COEUR" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -381,7 +381,7 @@ "@value" : "Bleu-Blanc-Coeur" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BourgogneFrancheComte", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BourgogneFrancheComte", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18578267" @@ -391,10 +391,10 @@ "@value" : "Burgundy-Franche-Comté" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -404,16 +404,16 @@ "@value" : "Bourgogne-Franche-Comté" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Brittany", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Brittany", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q12130" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -423,13 +423,13 @@ "@value" : "Bretagne" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bulb", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bulb", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -439,16 +439,16 @@ "@value" : "Bulbe" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bull", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bull", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BullBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BullBody" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -458,13 +458,13 @@ "@value" : "Bœuf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BullBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BullBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bull" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bull" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -474,7 +474,7 @@ "@value" : "Partie du boeuf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#CentreValLoire", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#CentreValLoire", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q13947" @@ -484,10 +484,10 @@ "@value" : "Centre Loire Valley" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -497,7 +497,7 @@ "@value" : "Centre-Val de Loire" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -507,18 +507,18 @@ "@value" : "Les certifications ou labels obtenus par les produits. Exemple : AB, EU bio, DEMETER, Label Rouge..." } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OrganicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OrganicLabel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BiodynamicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BiodynamicLabel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MarketingLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MarketingLabel" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -528,10 +528,10 @@ "@value" : "Certification" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Claim", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Claim", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -541,9 +541,9 @@ "@value" : "\"Les allégations nutritionnelles et de santé sont des mentions, images ou symboles valorisant les denrées alimentaires sur le plan nutritionnel ou de la santé. Ce sont par exemple les phrases du type « jus de fruit riche en vitamine C », « riche en calcium », « allégé en sucres », « bon pour le cœur », « le calcium est nécessaire à une ossature normale », etc.\" (source: Direction générale de la concurrence, de la consommation et de la répression des fraudes, https://www.economie.gouv.fr/dgccrf/Consommation/Etiquetage-des-produits/Allegations-nutrionnelles-et-de-sante)" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HealthClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HealthClaim" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -553,10 +553,10 @@ "@value" : "Allégations nutritionnelles et de santé" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ContainsNutrientOrSubstance", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ContainsNutrientOrSubstance", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -566,10 +566,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire contient un nutriment ou une autre substance pour lequel ou laquelle le présent règlement ne fixe pas de conditions particulières, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit respecte toutes les dispositions applicables du présent règlement, et notamment l'article 5. Pour les vitamines et les minéraux, les conditions prévues pour l'allégation «source de» s'appliquent.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -579,16 +579,16 @@ "@value" : "Contient nutriment ou autre substance" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Corsica", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Corsica", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q14112" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -598,18 +598,18 @@ "@value" : "Corse" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Cow", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Cow", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#CowBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#CowBody" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#CowMilk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#CowMilk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -619,13 +619,13 @@ "@value" : "Vache" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#CowBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#CowBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Cow" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Cow" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -635,13 +635,13 @@ "@value" : "Partie de vache" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#CowMilk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#CowMilk", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Cow" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Cow" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -651,18 +651,18 @@ "@value" : "Lait de vache" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet", "@type" : [ "http://www.w3.org/2004/02/skos/core#ConceptScheme" ], "http://www.w3.org/2004/02/skos/core#hasTopConcept" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Claim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Claim" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PartOrigin" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -672,16 +672,16 @@ "@value" : "Product glossary facets" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Demeter", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Demeter", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-DEMETER_LABEL" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BiodynamicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BiodynamicLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -691,7 +691,7 @@ "@value" : "Demeter" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EnergyFree", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EnergyFree", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -701,10 +701,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire n'a pas d'apport énergétique, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au maximum 4 kcal (17 kJ)/100 ml. Dans le cas des édulcorants de table, la limite de 0,4 kcal (1,7 kJ)/portion, ayant des propriétés édulcorantes équivalentes à 6 g de saccharose (approximativement 1 petite cuillérée de saccharose), s'applique.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -714,7 +714,7 @@ "@value" : "Sans apport énergétique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EnergyReduced", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EnergyReduced", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -724,10 +724,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire a une valeur énergétique réduite, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si la valeur énergétique est réduite d'au moins 30 %, en indiquant la ou les caractéristiques entraînant la réduction de la valeur énergétique totale de la denrée alimentaire.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -737,16 +737,16 @@ "@value" : "Valeur énergétique réduite" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#England", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#England", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q21" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnitedKingdom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnitedKingdom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -756,30 +756,30 @@ "@value" : "Angleterre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Milk-fed" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Milk-fed" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#RedLabel_FR" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#RedLabel_FR" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#FSC" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#FSC" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MSC" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MSC" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HEV" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HEV" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BleuBlancCoeur_FR" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BleuBlancCoeur_FR" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#FairTradeMaxHaavelar" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#FairTradeMaxHaavelar" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#RainforestAlliance" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#RainforestAlliance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -789,37 +789,37 @@ "@value" : "Label éthique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q46" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnitedKingdom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnitedKingdom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Ireland" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Ireland" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Belgium" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Belgium" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Germany" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Germany" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Spain" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Spain" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Portugal" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Portugal" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Italy" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Italy" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Switzerland" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Switzerland" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Netherlands" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Netherlands" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -829,18 +829,18 @@ "@value" : "Europe" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Ewe", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Ewe", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EweBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EweBody" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EweMilk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EweMilk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -850,13 +850,13 @@ "@value" : "Ewe" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EweBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EweBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Ewe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Ewe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -866,13 +866,13 @@ "@value" : "Partie de brebis" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EweMilk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EweMilk", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Ewe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Ewe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -882,7 +882,7 @@ "@value" : "Sheep milk" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#FSC", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#FSC", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-FOREST_STEWARDSHIP_COUNCIL_LABEL" @@ -895,10 +895,10 @@ "@value" : "FSC" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -908,7 +908,7 @@ "@value" : "Forêt durable FSC" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#FairTradeMaxHaavelar", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#FairTradeMaxHaavelar", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-MAX_HAVELAAR" @@ -921,10 +921,10 @@ "@value" : "Max Haavelar" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -934,7 +934,7 @@ "@value" : "Fairtrade Max Haavelar" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#FatFree", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#FatFree", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -944,10 +944,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire ne contient pas de matières grasses, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 0,5 g de matières grasses par 100 g ou par 100 ml. Cependant, les allégations du type «à X % sans matières grasses» sont interdites.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -957,13 +957,13 @@ "@value" : "Sans matières grasses" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Flower", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Flower", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -973,7 +973,7 @@ "@value" : "Flower" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#altLabel" : [ { "@language" : "en", @@ -983,40 +983,40 @@ "@value" : "FR" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q142" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AuvergneRhoneAlpes" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AuvergneRhoneAlpes" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#BourgogneFrancheComte" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#BourgogneFrancheComte" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Brittany" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Brittany" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#CentreValLoire" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#CentreValLoire" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Corsica" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Corsica" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GrandEst" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GrandEst" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HautsDeFrance" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HautsDeFrance" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#IleDeFrance" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#IleDeFrance" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Normandy" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Normandy" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NouvelleAquitaine" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NouvelleAquitaine" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Occitania" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Occitania" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PaysDeLoire" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PaysDeLoire" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ProvenceAlpesCotesAzur" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ProvenceAlpesCotesAzur" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1026,13 +1026,13 @@ "@value" : "France" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Fruit", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1042,13 +1042,13 @@ "@value" : "Fruit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Funghi", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Funghi", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1058,16 +1058,16 @@ "@value" : "Champignon" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Germany", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Germany", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q183" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1077,13 +1077,13 @@ "@value" : "Allemagne" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GlutenFree", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GlutenFree", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OtherClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OtherClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1093,18 +1093,18 @@ "@value" : "Sans gluten" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Goat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Goat", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GoatBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GoatBody" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GoatMilk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GoatMilk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1114,13 +1114,13 @@ "@value" : "Goat" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GoatBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GoatBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Goat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Goat" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1130,13 +1130,13 @@ "@value" : "Partie de chèvre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GoatMilk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GoatMilk", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Goat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Goat" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1146,16 +1146,16 @@ "@value" : "Goat milk" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GrandEst", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GrandEst", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18677983" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1165,7 +1165,7 @@ "@value" : "Grand Est" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HEV", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HEV", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-HAUTE_VALEUR_ENVIRONNEMENTALE" @@ -1178,10 +1178,10 @@ "@value" : "HVE" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1191,16 +1191,16 @@ "@value" : "Haute Valeur Environnementale" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HautsDeFrance", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HautsDeFrance", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18677767" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1210,17 +1210,17 @@ "@value" : "Hauts-de-France" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HealthClaim", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HealthClaim", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", "@value" : "A health claim is any statement about a relationship between food and health." } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Claim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Claim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1230,18 +1230,18 @@ "@value" : "Allégation santé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Hen", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Hen", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HenBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HenBody" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HenEgg" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HenEgg" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1251,13 +1251,13 @@ "@value" : "Poule" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HenBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HenBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Hen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Hen" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1267,13 +1267,13 @@ "@value" : "Partie de poule" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HenEgg", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HenEgg", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Hen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Hen" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1283,7 +1283,7 @@ "@value" : "Œuf de poule" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighFibre", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighFibre", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1293,10 +1293,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en fibres, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 6 g de fibres par 100 g ou au moins 3 g de fibres par 100 kcal.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1306,7 +1306,7 @@ "@value" : "Riche en fibres" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighMonounsaturatedFat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighMonounsaturatedFat", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1316,10 +1316,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en graisses monoinsaturées, ou toute allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 45 % d’acides gras dérivés de graisses monoinsaturées et si l’énergie fournie par les graisses monoinsaturées représente plus de 20 % de l’apport énergétique du produit.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1329,7 +1329,7 @@ "@value" : "Riche en graisses monoinsaturées" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighOmega3FattyAcids", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighOmega3FattyAcids", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1339,10 +1339,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en acide gras oméga-3, ou toute allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 0,6 g d’acide alphalinolénique pour 100 g et 100 kcal, ou au moins 80 mg d’acide eicosapentaénoïque et d’acide docosahexénoïque combinés pour 100 g et 100 kcal.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1352,7 +1352,7 @@ "@value" : "Riche en acide gras Oméga-3" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighPolyunsaturatedFat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighPolyunsaturatedFat", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1362,10 +1362,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en graisses polyinsaturées, ou toute allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 45 % d’acides gras dérivés de graisses polyinsaturées et si l’énergie fournie par les graisses polyinsaturées représente plus de 20 % de l’apport énergétique du produit.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1375,7 +1375,7 @@ "@value" : "Riche en graisses polyinsaturées" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighProtein", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighProtein", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1385,10 +1385,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en protéines, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si 20 % au moins de la valeur énergétique de la denrée alimentaire sont produits par des protéines.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1398,7 +1398,7 @@ "@value" : "Riche en protéines" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighUnsaturatedFat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighUnsaturatedFat", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1408,10 +1408,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en graisses insaturées, ou toute allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 70 % d’acides gras dérivés de graisses insaturées et si l’énergie fournie par les graisses insaturées représente plus de 20 % de l’apport énergétique du produit.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1421,7 +1421,7 @@ "@value" : "Riche en graisses insaturées" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighVitaminsMinerals", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighVitaminsMinerals", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1431,10 +1431,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est riche en vitamines et/ou en minéraux, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins deux fois la teneur requise pour l'allégation «source de [NOM DES VITAMINES] et/ou [NOM DES MINÉRAUX]».\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1444,7 +1444,7 @@ "@value" : "Riche en vitamines et/ou de minéraux" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#IGP_EU", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#IGP_EU", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-IGP" @@ -1457,10 +1457,10 @@ "@value" : "IGP" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1470,7 +1470,7 @@ "@value" : "Indication géographique de provenance" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#IleDeFrance", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#IleDeFrance", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q13917" @@ -1483,10 +1483,10 @@ "@value" : "IDF" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1496,7 +1496,7 @@ "@value" : "Île-de-France" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#IncreasedNutrient", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#IncreasedNutrient", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1506,10 +1506,10 @@ "@value" : "\"Une allégation affirmant que la teneur en un ou plusieurs nutriments, autres que des vitamines ou des minéraux, a été augmentée, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit remplit les conditions applicables à l'allégation «source de» et si l'augmentation de cette teneur est d'au moins 30 % par rapport à un produit similaire.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1519,7 +1519,7 @@ "@value" : "Enrichi en nutriment" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Ireland", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Ireland", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q27" @@ -1532,10 +1532,10 @@ "@value" : "Irlande" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1545,16 +1545,16 @@ "@value" : "République d'Irlande" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Italy", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Italy", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q38" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1564,13 +1564,13 @@ "@value" : "Italie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Leaf", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Leaf", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1580,7 +1580,7 @@ "@value" : "Leaf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Light", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Light", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1590,10 +1590,10 @@ "@value" : "\"Une allégation selon laquelle un produit est «allégé» ou «light», ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, doit remplir les mêmes conditions que celles applicables aux termes «réduit en»; elle doit aussi être accompagnée d'une indication de la ou les caractéristiques entraînant l'allégement de la denrée alimentaire.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1603,7 +1603,7 @@ "@value" : "Light/Lite" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LightLite", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LightLite", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1613,10 +1613,10 @@ "@value" : "\"Une allégation selon laquelle un produit est «allégé» ou «light», ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, doit remplir les mêmes conditions que celles applicables aux termes «réduit en»; elle doit aussi être accompagnée d'une indication de la ou les caractéristiques entraînant l'allégement de la denrée alimentaire.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1626,24 +1626,24 @@ "@value" : "Low/Light" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PaysansDeNature_FR" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PaysansDeNature_FR" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AOC_FR" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AOC_FR" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PGS" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PGS" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AOP_EU" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AOP_EU" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#IGP_EU" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#IGP_EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1653,7 +1653,7 @@ "@value" : "Label local" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowEnergy", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowEnergy", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1663,10 +1663,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire a une faible valeur énergétique, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que pour un produit contenant au maximum 40 kcal (170 kJ)/100 g dans le cas des solides ou au maximum 20 kcal (80 kJ)/100 ml dans le cas des liquides. Dans le cas des édulcorants de table, la limite de 4 kcal (17 kJ)/portion, avec des propriétés édulcorantes équivalentes à 6 g de saccharose (approximativement 1 petite cuillérée de saccharose), s'applique.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1676,7 +1676,7 @@ "@value" : "Faible valeur énergétique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowFat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowFat", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1686,10 +1686,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire a une faible teneur en matières grasses, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 3 g de matières grasses par 100 g dans le cas des solides ou 1,5 g de matières grasses par 100 ml dans le cas des liquides (1,8 g de matières grasses par 100 ml pour le lait demi-écrémé).\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1699,7 +1699,7 @@ "@value" : "Faible teneur en matière grasse" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowSaturatedFat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowSaturatedFat", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1709,10 +1709,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire a une faible teneur en graisses saturées, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si la somme des acides gras saturés et des acides gras trans contenus dans le produit n'est pas supérieure à 1,5 g par 100 g de solide ou à 0,75 g par 100 ml de liquide, la somme des acides gras saturés et des acides gras trans ne pouvant pas produire, dans les deux cas, plus de 10 % de l'énergie.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1722,7 +1722,7 @@ "@value" : "Faible teneur en graisses saturées" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowSodiumSalt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowSodiumSalt", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1732,10 +1732,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est pauvre en sodium ou en sel, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 0,12 g de sodium ou de l'équivalent en sel par 100 g ou par 100 ml. En ce qui concerne les eaux, autres que les eaux minérales naturelles relevant du champ d'application de la directive 80/777/CEE, cette valeur ne devrait pas être supérieure à 2 mg de sodium par 100 ml.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1745,7 +1745,7 @@ "@value" : "Pauvre en sodium/sel" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowSugars", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowSugars", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1755,10 +1755,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire a une faible teneur en sucres, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 5 g de sucres par 100 g dans le cas des solides ou 2,5 g de sucres par 100 ml dans le cas des liquides.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1768,7 +1768,7 @@ "@value" : "Faible teneur en sucres" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MSC", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MSC", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-MARINE_STEWARDSHIP_COUNCIL_LABEL" @@ -1781,10 +1781,10 @@ "@value" : "MSC" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1794,18 +1794,18 @@ "@value" : "Pêche durable MSC" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MarketingLabel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MarketingLabel", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ProductOfTheYear" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ProductOfTheYear" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TasteOfTheYear" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TasteOfTheYear" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1815,13 +1815,13 @@ "@value" : "Label marketing" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Milk-fed", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Milk-fed", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1831,13 +1831,13 @@ "@value" : "Nourri au lait" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Mineral", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Mineral", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1847,13 +1847,13 @@ "@value" : "Minéral" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MultiGeoOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MultiGeoOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1863,13 +1863,13 @@ "@value" : "Origine territorial multiple" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MultiNatureOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MultiNatureOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1879,13 +1879,13 @@ "@value" : "Origine multiple" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MultiOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MultiOrigin", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1895,7 +1895,7 @@ "@value" : "Origine multiple" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Natural", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Natural", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1905,10 +1905,10 @@ "@value" : "\"Lorsqu'une denrée alimentaire remplit naturellement la ou les conditions fixées dans la présente annexe pour l'utilisation d'une allégation nutritionnelle, le terme «naturellement/naturel» peut accompagner cette allégation.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1918,7 +1918,7 @@ "@value" : "Naturally/Natural" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureEtProgres", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureEtProgres", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-NATURE_ET_PROGRES" @@ -1928,10 +1928,10 @@ "@value" : "Nature and Progress" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OrganicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OrganicLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1941,7 +1941,7 @@ "@value" : "Nature et progrès" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -1955,26 +1955,26 @@ "@value" : "We made the list for the prototype with open nomenclature to start with for plants and animals but might be better to connected directly from relevant source ontologies for variaties, races, etc. (http://open-nomenclature.org/fra/nomenclatures/varieties/tree)." } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownNatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownNatureOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MultiNatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MultiNatureOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Mineral" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Mineral" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Funghi" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Funghi" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Algae" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Algae" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bacteria" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bacteria" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Water" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Water" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1984,19 +1984,19 @@ "@value" : "Source naturelle d'origine" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Netherlands", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Netherlands", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q55" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2006,16 +2006,16 @@ "@value" : "Pays bas" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NewZealand", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NewZealand", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q664" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Oceania" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Oceania" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2025,7 +2025,7 @@ "@value" : "Nouvelle Zélande" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NoAddedSodiumSalt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NoAddedSodiumSalt", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2035,10 +2035,10 @@ "@value" : "\"Une allégation selon laquelle il n’a pas été ajouté de sodium ou de sel à une denrée alimentaire, ou toute autre allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas de sodium ou de sel ajouté ou tout autre ingrédient contenant du sodium ou du sel ajouté et si le produit ne contient pas plus de 0,12 g de sodium ou de l’équivalent en sel par 100 g ou par 100 ml.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2048,7 +2048,7 @@ "@value" : "Sans sodium/sel ajouté" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NoAddedSugars", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NoAddedSugars", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2058,10 +2058,10 @@ "@value" : "\"Une allégation selon laquelle il n'a pas été ajouté de sucres à une denrée alimentaire, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas de monosaccharides ou disaccharides ajoutés ou toute autre denrée alimentaire utilisée pour ses propriétés édulcorantes. Si les sucres sont naturellement présents dans la denrée alimentaire, l'indication suivante devrait également figurer sur l'étiquette: «CONTIENT DES SUCRES NATURELLEMENT PRÉSENTS».\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2071,16 +2071,16 @@ "@value" : "Sans sucres ajoutés" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Normandy", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Normandy", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18677875" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2090,16 +2090,16 @@ "@value" : "Normandie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NorthAmerica", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NorthAmerica", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q49" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2109,16 +2109,16 @@ "@value" : "Amérique du Nord" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NorthernIreland", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NorthernIreland", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q26" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnitedKingdom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnitedKingdom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2128,7 +2128,7 @@ "@value" : "Irlande du Nord" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NouvelleAquitaine", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NouvelleAquitaine", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18678082" @@ -2138,10 +2138,10 @@ "@value" : "NA" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2151,74 +2151,74 @@ "@value" : "Nouvelle-Aquitaine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Claim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Claim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowEnergy" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowEnergy" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EnergyReduced" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EnergyReduced" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EnergyFree" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EnergyFree" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowFat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowFat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#FatFree" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#FatFree" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowSaturatedFat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowSaturatedFat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SaturatedFatFree" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SaturatedFatFree" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowSugars" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowSugars" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SugarsFree" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SugarsFree" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NoAddedSugars" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NoAddedSugars" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LowSodiumSalt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LowSodiumSalt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#VeryLowSodiumSalt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#VeryLowSodiumSalt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SodiumOrSaltFree" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SodiumOrSaltFree" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NoAddedSodiumSalt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NoAddedSodiumSalt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfFibre" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfFibre" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighFibre" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighFibre" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfProtein" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfProtein" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighProtein" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighProtein" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfVitaminsMinerals" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfVitaminsMinerals" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighVitaminsMinerals" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighVitaminsMinerals" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ContainsNutrientOrSubstance" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ContainsNutrientOrSubstance" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#IncreasedNutrient" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#IncreasedNutrient" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ReducedNutrient" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ReducedNutrient" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Light" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Light" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Natural" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Natural" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfOmega3FattyAcids" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfOmega3FattyAcids" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighOmega3FattyAcids" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighOmega3FattyAcids" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighMonounsaturatedFat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighMonounsaturatedFat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighPolyunsaturatedFat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighPolyunsaturatedFat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#HighUnsaturatedFat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#HighUnsaturatedFat" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2228,16 +2228,16 @@ "@value" : "Allégation nutritionnelle" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Occitania", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Occitania", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18678265" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2247,21 +2247,21 @@ "@value" : "Occitanie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Oceania", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Oceania", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q55643" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Australia" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Australia" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NewZealand" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2271,16 +2271,16 @@ "@value" : "Océanie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Organic-AB", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Organic-AB", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-AGRICULTURE_BIOLOGIQUE" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OrganicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OrganicLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2290,13 +2290,13 @@ "@value" : "Agriculture Biologique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Organic-BioCoherence", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Organic-BioCoherence", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OrganicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OrganicLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2306,7 +2306,7 @@ "@value" : "Bio Coherence" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Organic-EU", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Organic-EU", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-EU_ORGANIC_FARMING" @@ -2316,10 +2316,10 @@ "@value" : "Eurofeuille" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OrganicLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OrganicLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2329,22 +2329,22 @@ "@value" : "Agriculture Biologique EU" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OrganicLabel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OrganicLabel", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Organic-AB" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Organic-AB" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Organic-EU" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Organic-EU" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Organic-BioCoherence" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Organic-BioCoherence" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureEtProgres" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureEtProgres" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2354,7 +2354,7 @@ "@value" : "Label biologique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OtherClaim", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OtherClaim", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2364,17 +2364,17 @@ "@value" : "Toute autre allégation qui déclare, suggère ou implique qu'un aliment a des propriétés particulières." } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Claim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Claim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Vegan" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Vegan" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Vegetarian" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Vegetarian" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#GlutenFree" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#GlutenFree" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2384,7 +2384,7 @@ "@value" : "Autre allégation" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PGS", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PGS", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-PROTECTED_GEOGRAPHICAL_INDICATION" @@ -2397,10 +2397,10 @@ "@value" : "PGS" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2410,7 +2410,7 @@ "@value" : "Statut géographique protégé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PartOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PartOrigin", "@type" : [ "skos:Concept" ], "http://purl.org/dc/elements/1.1/description" : [ { "@language" : "en", @@ -2424,16 +2424,16 @@ "@value" : "If I sell carrots, I can sell only the roots, the whole pants with the leaves, or only the leaves. Examples : root, leaves, seeds..." } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MultiOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MultiOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2443,10 +2443,10 @@ "@value" : "Partie d'origine" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PaysDeLoire", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PaysDeLoire", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q16994" @@ -2456,10 +2456,10 @@ "@value" : "Loire lands" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2469,17 +2469,17 @@ "@value" : "Pays de la Loire" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PaysansDeNature_FR", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PaysansDeNature_FR", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#altLabel" : [ { "@language" : "en", "@value" : "Farmers of Nature" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#LocalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#LocalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2489,16 +2489,16 @@ "@value" : "Paysans de Nature" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Pig", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Pig", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PigBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PigBody" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2508,13 +2508,13 @@ "@value" : "Pig" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PigBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PigBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Pig" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Pig" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2524,13 +2524,13 @@ "@value" : "Pig's body" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2540,32 +2540,32 @@ "@value" : "Plante" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Bulb" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Bulb" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Flower" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Flower" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Leaf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Leaf" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Root" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Root" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Seed" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Seed" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Stem" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Stem" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Tuber" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Tuber" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#WholePlant" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#WholePlant" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2575,16 +2575,16 @@ "@value" : "Partie ou produit d'une plante" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Portugal", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Portugal", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q45" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2594,16 +2594,16 @@ "@value" : "Portugal" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ProductOfTheYear", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ProductOfTheYear", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-PRODUCT_OF_THE_YEAR_CONSUMER_SURVEY" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MarketingLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MarketingLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2613,7 +2613,7 @@ "@value" : "Elu produit de l'année" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ProvenceAlpesCotesAzur", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ProvenceAlpesCotesAzur", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q15104" @@ -2626,10 +2626,10 @@ "@value" : "PACA" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#France" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#France" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2639,16 +2639,16 @@ "@value" : "Provence-Alpes-Côte d’Azur" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Quail", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Quail", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#QuailEgg" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#QuailEgg" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2658,13 +2658,13 @@ "@value" : "Quail" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#QuailEgg", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#QuailEgg", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Quail" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Quail" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2674,16 +2674,16 @@ "@value" : "Œuf de caille" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#RainforestAlliance", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#RainforestAlliance", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-RAINFOREST_ALLIANCE" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2693,7 +2693,7 @@ "@value" : "Rainforest Alliance" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#RedLabel_FR", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#RedLabel_FR", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "gs1:PackagingMarkedLabelAccreditationCode-LABEL_ROUGE" @@ -2703,10 +2703,10 @@ "@value" : "Red Label" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#EthicalLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#EthicalLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2716,7 +2716,7 @@ "@value" : "Label Rouge" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#ReducedNutrient", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#ReducedNutrient", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2726,10 +2726,10 @@ "@value" : "\"Une allégation affirmant que la teneur en un ou plusieurs nutriments a été réduite, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si la réduction de cette teneur est d'au moins 30 % par rapport à un produit similaire, sauf s'il s'agit de micronutriments, pour lesquels une différence de 10 % par rapport aux valeurs de référence fixées par la directive 90/496/CEE est admissible, ou s'il s'agit de sodium ou d'équivalent en sel, pour lesquels une différence de 25 % est admissible. L’allégation «réduit en graisses saturées», ou toute autre allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que: a) si la somme des acides gras saturés et des acides gras trans contenus dans le produit auquel s’applique l’allégation est au moins de 30 % inférieure à la somme des acides gras saturés et des acides gras trans contenus dans un produit similaire; et b) si la teneur en acides gras trans dans le produit auquel s’applique l’allégation est inférieure ou égale à celle d’un produit similaire. L’allégation «réduit en sucres», ou toute autre allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si la valeur énergétique du produit auquel s’applique l’allégation est inférieure ou égale à celle d’un produit similaire.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2739,13 +2739,13 @@ "@value" : "Réduit en nutriment" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Root", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Root", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2755,16 +2755,16 @@ "@value" : "Root" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Roster", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Roster", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#RosterBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#RosterBody" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2774,13 +2774,13 @@ "@value" : "Rooster" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#RosterBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#RosterBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Roster" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Roster" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2790,7 +2790,7 @@ "@value" : "Rooster's body" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SaturatedFatFree", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SaturatedFatFree", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2800,10 +2800,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire ne contient pas de graisses saturées, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si la somme des acides gras saturés et des acides gras trans n'excède pas 0,1 g de graisses saturées par 100 g ou par 100 ml.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2813,16 +2813,16 @@ "@value" : "Sans graisses saturées" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Scotland", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Scotland", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q22" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnitedKingdom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnitedKingdom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2832,13 +2832,13 @@ "@value" : "Ecosse" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Seed", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Seed", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2848,16 +2848,16 @@ "@value" : "Seed" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Sheep", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Sheep", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#AnimalPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#AnimalPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SheepBody" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SheepBody" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2867,13 +2867,13 @@ "@value" : "Sheep" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SheepBody", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SheepBody", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Sheep" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Sheep" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2883,7 +2883,7 @@ "@value" : "Sheep's body" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SodiumOrSaltFree", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SodiumOrSaltFree", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2893,10 +2893,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire ne contient pas de sodium ou de sel, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 0,005 g de sodium ou de l'équivalent en sel par 100 g.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2906,7 +2906,7 @@ "@value" : "Sans sodium ou sans sel" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfFibre", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfFibre", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2916,10 +2916,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est une source de fibres, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 3 g de fibres par 100 g ou au moins 1,5 g de fibres par 100 kcal.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2929,7 +2929,7 @@ "@value" : "Source de fibres" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfOmega3FattyAcids", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfOmega3FattyAcids", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2939,10 +2939,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est une source d’acide gras oméga-3, ou toute allégation susceptible d’avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins 0,3 g d’acide alphalinolénique pour 100 g et 100 kcal, ou au moins 40 mg d’acide eicosapentaénoïque et d’acide docosahexénoïque combinés pour 100 g et 100 kcal.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2952,7 +2952,7 @@ "@value" : "Source d'acide gras Oméga-3" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfProtein", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfProtein", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2962,10 +2962,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est une source de protéines, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si 12 % au moins de la valeur énergétique de la denrée alimentaire sont produits par des protéines.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2975,7 +2975,7 @@ "@value" : "Source de protéine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SourceOfVitaminsMinerals", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SourceOfVitaminsMinerals", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -2985,10 +2985,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est une source de vitamines et/ou de minéraux, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit contient au moins la quantité significative définie à l'annexe de la directive 90/496/CEE ou une quantité prévue au titre de dérogations accordées conformément à l'article 6 du règlement (CE) no 1925/2006 du Parlement européen et du Conseil du 20 décembre 2006 concernant l'adjonction de vitamines, de minéraux et de certaines autres substances aux denrées alimentaires.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2998,16 +2998,16 @@ "@value" : "Source de vitamines et/ou de minéraux" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SouthAmerica", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SouthAmerica", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q18" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3017,16 +3017,16 @@ "@value" : "Amérique du Sud" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Spain", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Spain", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q29" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3036,13 +3036,13 @@ "@value" : "Espagne" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Stem", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Stem", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3052,7 +3052,7 @@ "@value" : "Tige" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SugarsFree", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SugarsFree", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -3062,10 +3062,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire ne contient pas de sucres, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 0,5 g de sucres par 100 g ou par 100 ml.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3075,16 +3075,16 @@ "@value" : "Sugars-free" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Switzerland", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Switzerland", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q39" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3094,13 +3094,13 @@ "@value" : "Suisse" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TasteOfTheYear", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TasteOfTheYear", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MarketingLabel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MarketingLabel" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3110,7 +3110,7 @@ "@value" : "Reconnu Saveur de l’année" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -3120,24 +3120,24 @@ "@value" : "Origine géographique du produit concerné" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownGeoOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownGeoOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#MultiGeoOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#MultiGeoOrigin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Africa" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Africa" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Asia" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Asia" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Oceania" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Oceania" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NorthAmerica" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NorthAmerica" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#SouthAmerica" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3147,16 +3147,16 @@ "@value" : "Origine géographique" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Tuber", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Tuber", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3166,7 +3166,7 @@ "@value" : "Tubercule" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnitedKingdom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnitedKingdom", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q145" @@ -3179,19 +3179,19 @@ "@value" : "UK" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Europe" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Europe" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#England" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#England" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Wales" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Wales" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Scotland" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Scotland" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NorthernIreland" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NorthernIreland" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3201,13 +3201,13 @@ "@value" : "Royaume Uni" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownGeoOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownGeoOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#TerritorialOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#TerritorialOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3217,13 +3217,13 @@ "@value" : "Origine territoriale inconnue" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownLabel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownLabel", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Certification" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Certification" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3233,13 +3233,13 @@ "@value" : "Label inconnu" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownNatureOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownNatureOrigin", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3249,13 +3249,13 @@ "@value" : "Source d'origine inconnue" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnknownPartOrigin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnknownPartOrigin", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3265,13 +3265,13 @@ "@value" : "Unknown part origin" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Vegan", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Vegan", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OtherClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OtherClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3281,13 +3281,13 @@ "@value" : "Vegan" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Vegetarian", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Vegetarian", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#OtherClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#OtherClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3297,7 +3297,7 @@ "@value" : "Végétarien" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#VeryLowSodiumSalt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#VeryLowSodiumSalt", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/description" : [ { "@language" : "en", @@ -3307,10 +3307,10 @@ "@value" : "\"Une allégation selon laquelle une denrée alimentaire est très pauvre en sodium ou en sel, ou toute autre allégation susceptible d'avoir le même sens pour le consommateur, ne peut être faite que si le produit ne contient pas plus de 0,04 g de sodium ou de l'équivalent en sel par 100 g ou 100 ml. Il est interdit d'utiliser cette allégation pour les eaux minérales naturelles et les autres eaux.\" (source: Annex of Regulation (EC) No 1924/2006)" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NutritionalClaim" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NutritionalClaim" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3320,16 +3320,16 @@ "@value" : "Très pauvre en sodium/sel" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Wales", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Wales", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { "@id" : "https://www.wikidata.org/wiki/Q25" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#UnitedKingdom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#UnitedKingdom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3339,13 +3339,13 @@ "@value" : "Pays de Galles" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#Water", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#Water", "@type" : [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#NatureOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#NatureOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3355,13 +3355,13 @@ "@value" : "Eau" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#WholePlant", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#WholePlant", "@type" : [ "skos:Concept" ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#PlantPartOrigin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#PlantPartOrigin" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf#DFC_ProductGlossary_Facet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf#DFC_ProductGlossary_Facet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3371,5 +3371,5 @@ "@value" : "Whole plant" } ] } ], - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/facets.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/facets.rdf" } ] \ No newline at end of file diff --git a/spec/support/measures.json b/spec/support/measures.json index 6a3ef77..4a19061 100644 --- a/spec/support/measures.json +++ b/spec/support/measures.json @@ -1,6 +1,6 @@ { "@context": { - "dfc-m": "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/measures.rdf#", + "dfc-m": "http://w3id.org/dfc/taxonomies/v2.0.0/measures.rdf#", "skos": "http://www.w3.org/2004/02/skos/core#", "rdf": "http://www.w3.org/2000/01/rdf-schema#" }, diff --git a/spec/support/productTypes.json b/spec/support/productTypes.json index e423ba3..51545f8 100644 --- a/spec/support/productTypes.json +++ b/spec/support/productTypes.json @@ -6,7 +6,7 @@ "@id" : "http://www.w3.org/2004/02/skos/core#ConceptScheme", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf", "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ], "http://purl.org/dc/terms/description" : [ { "@language" : "fr", @@ -26,45 +26,45 @@ "@id" : "http://www.w3.org/2004/02/skos/core#ConceptScheme" } ], "http://www.w3.org/2004/02/skos/core#hasTopConcept" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bakery" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bakery" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-product" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#drink" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#inedible" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#inedible" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#drink" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aperitif" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aperitif" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beer" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beer" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cider" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cider" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#digestive" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#digestive" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#wine" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#wine" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -74,15 +74,15 @@ "@value" : "boisson alcoolisée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#almond", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#almond", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nut" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -92,15 +92,15 @@ "@value" : "amande" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aperitif", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aperitif", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -110,15 +110,15 @@ "@value" : "apéritif" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#apples", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#apples", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -128,15 +128,15 @@ "@value" : "pomme" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#apricot", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#apricot", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -146,15 +146,15 @@ "@value" : "apricot" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#artichoke", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#artichoke", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -164,15 +164,15 @@ "@value" : "artichoke" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#asparagus", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#asparagus", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -182,17 +182,17 @@ "@value" : "asperges" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bakery", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bakery", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bread" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bread" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#viennoiserie-" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#viennoiserie-" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -202,18 +202,18 @@ "@value" : "boulangerie" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#basil", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#basil", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -223,15 +223,15 @@ "@value" : "basilic" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bean", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bean", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -241,15 +241,15 @@ "@value" : "haricot" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beans", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beans", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -259,20 +259,20 @@ "@value" : "haricots" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beef", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beef", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#grilling-meat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#grilling-meat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#simmering-meat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#simmering-meat" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -282,15 +282,15 @@ "@value" : "viande bovine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beer", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beer", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -300,15 +300,15 @@ "@value" : "bière" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beetroot", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beetroot", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -318,28 +318,28 @@ "@value" : "betterave rouge" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#blackberry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#blackberry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#blackcurrant" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#blackcurrant" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#blueberry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#blueberry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#currant" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#currant" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#gooseberry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#gooseberry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#raspberry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#raspberry" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -349,15 +349,15 @@ "@value" : "petit fruit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#biscuit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#biscuit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -367,15 +367,15 @@ "@value" : "biscuit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#blackberry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#blackberry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -385,15 +385,15 @@ "@value" : "mûre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#blackcurrant", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#blackcurrant", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -403,15 +403,15 @@ "@value" : "cassis" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#blueberry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#blueberry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -421,15 +421,15 @@ "@value" : "myrtille" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bluefoot-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bluefoot-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -439,15 +439,15 @@ "@value" : "bluefoot mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bottled-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bottled-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -457,15 +457,15 @@ "@value" : "fruit en bocal" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bottled-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bottled-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -475,15 +475,15 @@ "@value" : "légume en bocal" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bread", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bread", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bakery" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bakery" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -493,15 +493,15 @@ "@value" : "pain" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#broccoli-cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#broccoli-cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -511,15 +511,15 @@ "@value" : "chou brocoli" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#brussels-sprouts", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#brussels-sprouts", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -529,15 +529,15 @@ "@value" : "choux de bruxelles" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#butter", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#butter", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -547,15 +547,15 @@ "@value" : "butter" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#butternut", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#butternut", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -565,38 +565,38 @@ "@value" : "butternut" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#broccoli-cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#broccoli-cabbage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#brussels-sprouts" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#brussels-sprouts" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cauliflower" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cauliflower" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chinese-cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chinese-cabbage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kale" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kale" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kale-cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kale-cabbage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kohlrabi" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kohlrabi" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#red-cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#red-cabbage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#romanesco" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#romanesco" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savoy-cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savoy-cabbage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#smooth-cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#smooth-cabbage" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -606,15 +606,15 @@ "@value" : "chou" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#canned-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#canned-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -624,15 +624,15 @@ "@value" : "fruit en conserve" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#canned-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#canned-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -642,15 +642,15 @@ "@value" : "légume en conserve" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#carrot", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#carrot", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -660,15 +660,15 @@ "@value" : "carrot" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cauliflower", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cauliflower", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -678,15 +678,15 @@ "@value" : "chou-fleur" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#celeriac", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#celeriac", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -696,15 +696,15 @@ "@value" : "céleri-rave" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#celery-branch", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#celery-branch", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -714,15 +714,15 @@ "@value" : "céleri branche" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chanterelle-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chanterelle-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -732,15 +732,15 @@ "@value" : "chanterelle mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chard", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chard", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -750,15 +750,15 @@ "@value" : "chard" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cherry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cherry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -768,15 +768,15 @@ "@value" : "cherry" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cherry-tomato", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cherry-tomato", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tomato" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -786,15 +786,15 @@ "@value" : "tomate cerise" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chervil", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chervil", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -804,15 +804,15 @@ "@value" : "chervil" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chestnut", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chestnut", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nut" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -822,15 +822,15 @@ "@value" : "marron" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chicken", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chicken", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -840,15 +840,15 @@ "@value" : "poulet" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chicory", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chicory", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -858,15 +858,15 @@ "@value" : "chicorée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chilli-pepper", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chilli-pepper", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -876,15 +876,15 @@ "@value" : "piment" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chinese-cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chinese-cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -894,15 +894,15 @@ "@value" : "chou chinois" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chive", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chive", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -912,15 +912,15 @@ "@value" : "ciboulette" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cider", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cider", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -930,15 +930,15 @@ "@value" : "cidre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#clementine", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#clementine", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -948,15 +948,15 @@ "@value" : "clémentine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cluster-tomato", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cluster-tomato", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tomato" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -966,15 +966,15 @@ "@value" : "tomate en grappe" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#confectionery", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#confectionery", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -984,15 +984,15 @@ "@value" : "confiserie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cooked-meat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cooked-meat", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pork" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pork" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1002,15 +1002,15 @@ "@value" : "viande cuite" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#coriander", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#coriander", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1020,15 +1020,15 @@ "@value" : "coriandre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#corn-salad", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#corn-salad", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1038,15 +1038,15 @@ "@value" : "mâche" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cosmetic", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cosmetic", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#inedible" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#inedible" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1056,15 +1056,15 @@ "@value" : "cosmétique" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#coulemelle-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#coulemelle-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1074,15 +1074,15 @@ "@value" : "parasol mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#courgette", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#courgette", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1092,40 +1092,40 @@ "@value" : "courgette" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#butter" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#butter" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cream-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cream-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-dessert" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-dessert" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flavored-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flavored-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fresh-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fresh-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fresh-cream" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fresh-cream" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mature-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mature-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#milk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#milk" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#natural-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#natural-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#yogurt-on-a-bed-of-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#yogurt-on-a-bed-of-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#yogurt-with-fruits" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#yogurt-with-fruits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1135,15 +1135,15 @@ "@value" : "produit laitier de vache" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cream-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cream-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1153,15 +1153,15 @@ "@value" : "fromage blanc" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#crepe-and-galette", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#crepe-and-galette", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1171,15 +1171,15 @@ "@value" : "crêpe et galette" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cress", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cress", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1189,15 +1189,15 @@ "@value" : "cresson" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cucumber", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cucumber", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1207,15 +1207,15 @@ "@value" : "cucumber" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#currant", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#currant", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1225,15 +1225,15 @@ "@value" : "groseille" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-dessert", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-dessert", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1243,21 +1243,21 @@ "@value" : "dessert lacté" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-dairy-product" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1267,18 +1267,18 @@ "@value" : "produit laitier" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dandelion", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dandelion", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1288,15 +1288,15 @@ "@value" : "pissenlit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#deaths-trumpet", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#deaths-trumpet", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1306,15 +1306,15 @@ "@value" : "trompette de la mort" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#delicatessen", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#delicatessen", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pork" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pork" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1324,15 +1324,15 @@ "@value" : "delicatessen" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#digestive", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#digestive", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1342,15 +1342,15 @@ "@value" : "digestive" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dill", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dill", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1360,15 +1360,15 @@ "@value" : "dill" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1378,24 +1378,24 @@ "@value" : "fruit sec" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beans" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beans" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lentils" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lentils" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#peas" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#peas" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#quinoa" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#quinoa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1405,26 +1405,26 @@ "@value" : "légume sec" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_goods", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_goods", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flour" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flour" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_herb" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_herb" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flake" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flake" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#grain" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#grain" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#seed" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#seed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1434,15 +1434,15 @@ "@value" : "produits sec" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_herb", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_herb", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_goods" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1452,17 +1452,17 @@ "@value" : "aromate sec" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#drink", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#drink", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soft-drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soft-drink" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1472,18 +1472,18 @@ "@value" : "drink" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#duck", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#duck", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1493,15 +1493,15 @@ "@value" : "duck" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#egg", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#egg", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1511,15 +1511,15 @@ "@value" : "œuf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#eggplant", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#eggplant", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1529,15 +1529,15 @@ "@value" : "eggplant" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#endive", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#endive", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1547,15 +1547,15 @@ "@value" : "endive" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fennel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fennel", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1565,15 +1565,15 @@ "@value" : "fenouil" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#festive-poultry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#festive-poultry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1583,15 +1583,15 @@ "@value" : "volaille festive" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fifth-range-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fifth-range-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1601,15 +1601,15 @@ "@value" : "légume de cinquième gamme" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fig", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fig", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1619,15 +1619,15 @@ "@value" : "figue" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fish", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fish", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fishery-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fishery-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1637,22 +1637,22 @@ "@value" : "poisson" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fishery-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fishery-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fish" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fish" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#seashell" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#seashell" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#shellfish" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#shellfish" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1662,15 +1662,15 @@ "@value" : "produit de la pêche" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flake", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flake", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_goods" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1680,15 +1680,15 @@ "@value" : "flocon" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flavored-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flavored-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1698,15 +1698,15 @@ "@value" : "yaourt aromatisé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flour", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flour", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_goods" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1716,15 +1716,15 @@ "@value" : "flour" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flower", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flower", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#inedible" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#inedible" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1734,15 +1734,15 @@ "@value" : "flower" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fourth-range-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fourth-range-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1752,15 +1752,15 @@ "@value" : "légume de quatrième gamme" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fresh-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fresh-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1770,15 +1770,15 @@ "@value" : "fromage frais" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fresh-cream", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fresh-cream", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1788,15 +1788,15 @@ "@value" : "fresh cream" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fresh-meat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fresh-meat", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pork" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pork" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1806,21 +1806,21 @@ "@value" : "viande fraîche" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-meal" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-meal" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-meat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-meat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-vegetable" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1830,18 +1830,18 @@ "@value" : "surgelé" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1851,15 +1851,15 @@ "@value" : "fruit surgelé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-meal", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-meal", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1869,15 +1869,15 @@ "@value" : "plat surgelé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-meat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-meat", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1887,15 +1887,15 @@ "@value" : "viande surgelée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#frozen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#frozen" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1905,53 +1905,53 @@ "@value" : "légume surgelé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#apples" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#apples" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#apricot" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#apricot" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cherry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cherry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#clementine" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#clementine" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fig" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fig" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#grape" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#grape" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kiwi" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kiwi" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lemon" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lemon" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mandarin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mandarin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nectarine" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nectarine" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#non-local-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#non-local-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nut" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#orange" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#orange" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#peach" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#peach" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pear" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pear" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#plum" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#plum" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#prune" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#prune" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#quince" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#quince" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#strawberry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#strawberry" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -1961,18 +1961,18 @@ "@value" : "fruits" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit-in-compote", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit-in-compote", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -1982,15 +1982,15 @@ "@value" : "fruit in compote" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit-juice", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit-juice", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soft-drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soft-drink" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2000,15 +2000,15 @@ "@value" : "jus de fruits" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#garlic", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#garlic", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2018,15 +2018,15 @@ "@value" : "garlic" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#girolle-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#girolle-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2036,15 +2036,15 @@ "@value" : "girolle mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-dessert", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-dessert", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2054,34 +2054,34 @@ "@value" : "goat dairy dessert" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-dessert" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-dessert" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-flavored-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-flavored-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-fresh-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-fresh-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-mature-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-mature-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-milk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-milk" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-natural-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-natural-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-sweet-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-sweet-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-yogurt-on-a-bed-of-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-yogurt-on-a-bed-of-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-yogurt-with-fruits" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-yogurt-with-fruits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2091,15 +2091,15 @@ "@value" : "produit laitier de chèvre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-flavored-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-flavored-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2109,15 +2109,15 @@ "@value" : "yaourt de chèvre aromatisé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-fresh-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-fresh-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2127,15 +2127,15 @@ "@value" : "goat fresh cheese" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-mature-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-mature-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2145,15 +2145,15 @@ "@value" : "goat mature cheese" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-milk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-milk", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2163,15 +2163,15 @@ "@value" : "lait de chèvre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-natural-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-natural-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2181,15 +2181,15 @@ "@value" : "yaourt nature de chèvre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-sweet-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-sweet-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2199,15 +2199,15 @@ "@value" : "yaourt sucré de chèvre" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-yogurt-on-a-bed-of-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-yogurt-on-a-bed-of-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2217,15 +2217,15 @@ "@value" : "yaourt de chèvre sur lit de fruits" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-yogurt-with-fruits", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-yogurt-with-fruits", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goat-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goat-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2235,15 +2235,15 @@ "@value" : "yaourt de chèvre aux fruits" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goose", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goose", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2253,15 +2253,15 @@ "@value" : "oie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#gooseberry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#gooseberry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2271,17 +2271,17 @@ "@value" : "groseille à maquereau" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#grain", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#grain", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_goods" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2291,15 +2291,15 @@ "@value" : "grain" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#grape", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#grape", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2309,15 +2309,15 @@ "@value" : "raisin" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#green-garlic", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#green-garlic", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2327,15 +2327,15 @@ "@value" : "green garlic" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#grilling-meat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#grilling-meat", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beef" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beef" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2345,15 +2345,15 @@ "@value" : "viande à griller" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#guinea-fowl", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#guinea-fowl", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2363,15 +2363,15 @@ "@value" : "pintade" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#hazelnut", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#hazelnut", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nut" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2381,42 +2381,42 @@ "@value" : "noisette" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#herb", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#herb", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#basil" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#basil" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chervil" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chervil" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chilli-pepper" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chilli-pepper" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chive" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chive" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#coriander" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#coriander" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dill" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dill" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#laurel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#laurel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mint" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mint" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#parsley" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#parsley" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rosemary" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rosemary" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tarragon" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tarragon" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#thyme" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#thyme" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2426,15 +2426,15 @@ "@value" : "herb" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#hierloom-squash", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#hierloom-squash", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2444,15 +2444,15 @@ "@value" : "variété ancienne de courge" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#hierloom-tomato", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#hierloom-tomato", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tomato" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2462,15 +2462,15 @@ "@value" : "tomate ancienne" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#honey", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#honey", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2480,19 +2480,19 @@ "@value" : "miel" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#inedible", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#inedible", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cosmetic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cosmetic" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#flower" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#flower" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#plant" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#plant" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2502,18 +2502,18 @@ "@value" : "non alimentaire" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#jam", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#jam", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2523,7 +2523,7 @@ "@value" : "jam" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#jerusalem-artichoke", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#jerusalem-artichoke", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], @@ -2532,10 +2532,10 @@ "@value" : "sunchoke" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2545,15 +2545,15 @@ "@value" : "topinambour" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kale", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kale", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2563,15 +2563,15 @@ "@value" : "curly kale" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kale-cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kale-cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2581,15 +2581,15 @@ "@value" : "kale" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kiwi", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kiwi", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2599,15 +2599,15 @@ "@value" : "kiwi" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#kohlrabi", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#kohlrabi", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2617,15 +2617,15 @@ "@value" : "kohlrabi" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lamb", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lamb", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2635,15 +2635,15 @@ "@value" : "lamb" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#laurel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#laurel", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2653,15 +2653,15 @@ "@value" : "laurier" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#leek", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#leek", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2671,15 +2671,15 @@ "@value" : "poireau" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lemon", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lemon", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2689,15 +2689,15 @@ "@value" : "lemon" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lemonade", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lemonade", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soft-drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soft-drink" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2707,15 +2707,15 @@ "@value" : "limonade" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lentils", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lentils", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2725,15 +2725,15 @@ "@value" : "lentils" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lettuce", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lettuce", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2743,23 +2743,23 @@ "@value" : "lettuce" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#ready-meal" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#ready-meal" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2769,18 +2769,18 @@ "@value" : "épicerie locale" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mandarin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mandarin", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2790,15 +2790,15 @@ "@value" : "mandarine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mature-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mature-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2808,31 +2808,31 @@ "@value" : "mature cheese" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beef" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beef" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#egg" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#egg" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fishery-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fishery-product" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lamb" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lamb" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pork" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pork" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rabbit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rabbit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#snails" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#snails" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#veal" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#veal" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2842,18 +2842,18 @@ "@value" : "produit carné" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#medlar", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#medlar", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2863,15 +2863,15 @@ "@value" : "nèfle" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#melon", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#melon", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2881,15 +2881,15 @@ "@value" : "melon" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mesclun", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mesclun", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2899,15 +2899,15 @@ "@value" : "mesclun" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#milk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#milk", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2917,15 +2917,15 @@ "@value" : "milk" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#milky-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#milky-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2935,15 +2935,15 @@ "@value" : "milky mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mint", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mint", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -2953,15 +2953,15 @@ "@value" : "mint" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#morel", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#morel", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2971,15 +2971,15 @@ "@value" : "morille" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mousseron", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mousseron", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -2989,42 +2989,42 @@ "@value" : "mousseron" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bluefoot-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bluefoot-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chanterelle-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chanterelle-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#coulemelle-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#coulemelle-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#deaths-trumpet" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#deaths-trumpet" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#girolle-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#girolle-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#milky-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#milky-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#morel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#morel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mousseron" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mousseron" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#oyster-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#oyster-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#paris-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#paris-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#porcini" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#porcini" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheepfoot-mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheepfoot-mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#truffle" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#truffle" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3034,15 +3034,15 @@ "@value" : "mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#natural-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#natural-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3052,15 +3052,15 @@ "@value" : "yaourt nature" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nectarine", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nectarine", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3070,15 +3070,15 @@ "@value" : "nectarine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#non-local-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#non-local-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3088,15 +3088,15 @@ "@value" : "non local fruit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#non-local-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#non-local-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3106,26 +3106,26 @@ "@value" : "non local vegetable" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nut", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nut", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#almond" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#almond" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chestnut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chestnut" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#hazelnut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#hazelnut" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#medlar" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#medlar" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#walnut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#walnut" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3135,15 +3135,15 @@ "@value" : "nut" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#oil", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#oil", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3153,15 +3153,15 @@ "@value" : "oil" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#onion", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#onion", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3171,15 +3171,15 @@ "@value" : "onion" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#orange", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#orange", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3189,15 +3189,15 @@ "@value" : "orange" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3207,20 +3207,20 @@ "@value" : "other cheese" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-dairy-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-dairy-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-milk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-milk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3230,15 +3230,15 @@ "@value" : "other dairy product" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-milk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-milk", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#other-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#other-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3248,15 +3248,15 @@ "@value" : "other milk" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#oyster-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#oyster-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3266,15 +3266,15 @@ "@value" : "pleurote" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#paris-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#paris-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3284,15 +3284,15 @@ "@value" : "champignon de Paris" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#parsley", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#parsley", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3302,15 +3302,15 @@ "@value" : "persil" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#parsnip", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#parsnip", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3320,15 +3320,15 @@ "@value" : "parsnip" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pasta", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pasta", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3338,15 +3338,15 @@ "@value" : "pâtes" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pastry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pastry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3356,15 +3356,15 @@ "@value" : "pâtisserie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pattypan-squash", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pattypan-squash", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3374,15 +3374,15 @@ "@value" : "pâtisson" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#peach", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#peach", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3392,15 +3392,15 @@ "@value" : "pêche" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pear", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pear", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3410,15 +3410,15 @@ "@value" : "poire" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#peas", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#peas", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3428,15 +3428,15 @@ "@value" : "pois" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pepper", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pepper", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3446,15 +3446,15 @@ "@value" : "poivron" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pie-pastry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pie-pastry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3464,15 +3464,15 @@ "@value" : "pâte à tarte" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pigeon", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pigeon", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3482,15 +3482,15 @@ "@value" : "pigeon" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#plant", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#plant", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#inedible" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#inedible" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3500,15 +3500,15 @@ "@value" : "plante" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#plum", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#plum", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3518,15 +3518,15 @@ "@value" : "prune" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#porcini", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#porcini", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3536,24 +3536,24 @@ "@value" : "porcini" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pork", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pork", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cooked-meat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cooked-meat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#delicatessen" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#delicatessen" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fresh-meat" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fresh-meat" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salting" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salting" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3563,15 +3563,15 @@ "@value" : "pork" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#potato", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#potato", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3581,32 +3581,32 @@ "@value" : "potato" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chicken" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chicken" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#duck" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#duck" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#festive-poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#festive-poultry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#goose" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#goose" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#guinea-fowl" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#guinea-fowl" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pigeon" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pigeon" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#quail" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#quail" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#turkey" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#turkey" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3616,24 +3616,24 @@ "@value" : "volaille" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bottled-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bottled-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#canned-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#canned-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit-in-compote" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit-in-compote" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3643,22 +3643,22 @@ "@value" : "processed fruit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bottled-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bottled-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#canned-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#canned-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soup" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soup" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3668,15 +3668,15 @@ "@value" : "processed vegetable" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#prune", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#prune", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3686,15 +3686,15 @@ "@value" : "pruneau" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pumpkin", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pumpkin", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3704,15 +3704,15 @@ "@value" : "pumpkin" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#quail", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#quail", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3722,15 +3722,15 @@ "@value" : "quail" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#quince", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#quince", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3740,15 +3740,15 @@ "@value" : "quince" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#quinoa", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#quinoa", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3758,15 +3758,15 @@ "@value" : "quinoa" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rabbit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rabbit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3776,15 +3776,15 @@ "@value" : "rabbit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#radish", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#radish", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3794,15 +3794,15 @@ "@value" : "radish" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#raspberry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#raspberry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#berry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#berry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3812,15 +3812,15 @@ "@value" : "raspberry" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#ready-meal", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#ready-meal", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3830,15 +3830,15 @@ "@value" : "ready meal" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#red-cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#red-cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3848,15 +3848,15 @@ "@value" : "red cabbage" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rhubarb", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rhubarb", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3866,15 +3866,15 @@ "@value" : "rhubarbe" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rice", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rice", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3884,15 +3884,15 @@ "@value" : "riz" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rocket", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rocket", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3902,15 +3902,15 @@ "@value" : "roquette" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#romanesco", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#romanesco", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3920,15 +3920,15 @@ "@value" : "romanesco cauliflower" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rosemary", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rosemary", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -3938,15 +3938,15 @@ "@value" : "rosemary" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#round-tomato", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#round-tomato", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tomato" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3956,7 +3956,7 @@ "@value" : "tomate ronde" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rutabaga", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rutabaga", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], @@ -3965,10 +3965,10 @@ "@value" : "swede" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3978,15 +3978,15 @@ "@value" : "rutabaga" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -3996,36 +3996,36 @@ "@value" : "sauge" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chicory" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chicory" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chewed-up" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chewed-up" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cress" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cress" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dandelion" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dandelion" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#endive" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#endive" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lettuce" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lettuce" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mesclun" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mesclun" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rocket" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rocket" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad-mix" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad-mix" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#spinach" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#spinach" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4035,15 +4035,15 @@ "@value" : "salade" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad-mix", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad-mix", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4053,15 +4053,15 @@ "@value" : "salad mix" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salsify", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salsify", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4071,15 +4071,15 @@ "@value" : "salsify" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4089,15 +4089,15 @@ "@value" : "sel" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salting", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salting", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pork" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pork" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4107,30 +4107,30 @@ "@value" : "salting" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#crepe-and-galette" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#crepe-and-galette" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#oil" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#oil" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pasta" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pasta" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pie-pastry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pie-pastry" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rice" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rice" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#semolina" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#semolina" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4140,15 +4140,15 @@ "@value" : "épicerie salée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savoy-cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savoy-cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4158,15 +4158,15 @@ "@value" : "savoy cabbage" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#seashell", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#seashell", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fishery-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fishery-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4176,15 +4176,15 @@ "@value" : "seashell" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#seed", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#seed", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried_goods" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried_goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4194,7 +4194,7 @@ "@value" : "graine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#semolina", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#semolina", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], @@ -4206,10 +4206,10 @@ "@value" : "grist" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#savory-groceries" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#savory-groceries" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4219,15 +4219,15 @@ "@value" : "semoule" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#shallot", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#shallot", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4237,15 +4237,15 @@ "@value" : "échalote" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-dessert", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-dessert", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4255,34 +4255,34 @@ "@value" : "sheep dairy dessert" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-dessert" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-dessert" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-flavored-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-flavored-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-fresh-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-fresh-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-mature-cheese" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-mature-cheese" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-milk" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-milk" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-natural-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-natural-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-sweet-yogurt" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-sweet-yogurt" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-yogurt-on-a-bed-of-fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-yogurt-on-a-bed-of-fruit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-yogurt-with-fruits" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-yogurt-with-fruits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4292,15 +4292,15 @@ "@value" : "sheep dairy product" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-flavored-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-flavored-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4310,15 +4310,15 @@ "@value" : "yaourt de brebis aromatisé" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-fresh-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-fresh-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4328,15 +4328,15 @@ "@value" : "sheep fresh cheese" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-mature-cheese", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-mature-cheese", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4346,15 +4346,15 @@ "@value" : "sheep mature cheese" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-milk", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-milk", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4364,15 +4364,15 @@ "@value" : "sheep milk" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-natural-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-natural-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4382,15 +4382,15 @@ "@value" : "yaourt de brebis nature" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-sweet-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-sweet-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4400,15 +4400,15 @@ "@value" : "yaourt sucré de brebis" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-yogurt-on-a-bed-of-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-yogurt-on-a-bed-of-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4418,15 +4418,15 @@ "@value" : "yaourt de brebis sur lit de fruits" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-yogurt-with-fruits", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-yogurt-with-fruits", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheep-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheep-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4436,15 +4436,15 @@ "@value" : "yaourt de brebis aux fruits" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sheepfoot-mushroom", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sheepfoot-mushroom", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4454,15 +4454,15 @@ "@value" : "sheepfoot mushroom" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#shellfish", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#shellfish", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fishery-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fishery-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4472,15 +4472,15 @@ "@value" : "shellfish" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#simmering-meat", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#simmering-meat", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beef" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beef" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4490,15 +4490,15 @@ "@value" : "viande à mijoter" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#smooth-cabbage", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#smooth-cabbage", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4508,15 +4508,15 @@ "@value" : "smooth cabbage" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#smoothie", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#smoothie", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soft-drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soft-drink" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4526,15 +4526,15 @@ "@value" : "smoothie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#snails", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#snails", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4544,22 +4544,22 @@ "@value" : "snails" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soft-drink", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soft-drink", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#drink" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#drink" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit-juice" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit-juice" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#lemonade" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#lemonade" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#smoothie" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#smoothie" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4569,15 +4569,15 @@ "@value" : "soft drink" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#soup", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#soup", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#processed-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#processed-vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4587,15 +4587,15 @@ "@value" : "soupe" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#spinach", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#spinach", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4605,26 +4605,26 @@ "@value" : "épinards" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#butternut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#butternut" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#hierloom-squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#hierloom-squash" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pattypan-squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pattypan-squash" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pumpkin" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pumpkin" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#uchiki-kuri-squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#uchiki-kuri-squash" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4634,15 +4634,15 @@ "@value" : "squash" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#strawberry", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#strawberry", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fruit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fruit" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4652,26 +4652,26 @@ "@value" : "strawberry" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-groceries", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-groceries", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#local-grocery-store" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#local-grocery-store" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#biscuit" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#biscuit" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#confectionery" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#confectionery" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#honey" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#honey" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#jam" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#jam" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pastry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pastry" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4681,15 +4681,15 @@ "@value" : "épicerie sucrée" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#sweet-yogurt", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#sweet-yogurt", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4699,15 +4699,15 @@ "@value" : "yaourt sucré" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tarragon", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tarragon", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4717,15 +4717,15 @@ "@value" : "tarragon" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#thyme", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#thyme", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#aromatic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#aromatic" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4735,24 +4735,24 @@ "@value" : "thyme" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tomato", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tomato", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cherry-tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cherry-tomato" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cluster-tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cluster-tomato" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#old-variety-tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#old-variety-tomato" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#round-tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#round-tomato" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4762,15 +4762,15 @@ "@value" : "tomato" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#truffle", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#truffle", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4780,15 +4780,15 @@ "@value" : "truffle" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#turkey", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#turkey", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#poultry" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#poultry" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4798,15 +4798,15 @@ "@value" : "turkey" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#turnip", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#turnip", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4816,15 +4816,15 @@ "@value" : "turnip" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#uchiki-kuri-squash", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#uchiki-kuri-squash", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4834,15 +4834,15 @@ "@value" : "uchiki kuri squash" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#veal", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#veal", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#meat-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#meat-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4852,89 +4852,89 @@ "@value" : "veau" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#narrower" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#artichoke" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#artichoke" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#asparagus" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#asparagus" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bean" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bean" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#beetroot" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#beetroot" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cabbage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cabbage" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#carrot" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#carrot" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#celeriac" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#celeriac" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#celery-branch" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#celery-branch" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#chard" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#chard" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#courgette" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#courgette" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cucumber" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cucumber" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#dried-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#dried-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#eggplant" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#eggplant" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fennel" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fennel" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fifth-range-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fifth-range-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#fourth-range-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#fourth-range-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#garlic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#garlic" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#green-garlic" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#green-garlic" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#herb" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#herb" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#jerusalem-artichoke" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#jerusalem-artichoke" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#leek" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#leek" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#melon" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#melon" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#mushroom" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#mushroom" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#non-local-vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#non-local-vegetable" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#onion" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#onion" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#parsnip" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#parsnip" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#pepper" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#pepper" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#potato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#potato" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#radish" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#radish" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rhubarb" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rhubarb" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#rutabaga" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#rutabaga" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salad" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salad" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#salsify" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#salsify" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#shallot" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#shallot" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#squash" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#squash" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#tomato" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#tomato" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#turnip" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#turnip" }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#yam" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#yam" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4944,18 +4944,18 @@ "@value" : "vegetable" } ], "http://www.w3.org/2004/02/skos/core#topConceptOf" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#viennoiserie-", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#viennoiserie-", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#bakery" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#bakery" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "en", @@ -4965,15 +4965,15 @@ "@value" : "viennoiserie" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#walnut", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#walnut", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#nut" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#nut" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -4983,15 +4983,15 @@ "@value" : "walnut" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#wine", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#wine", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#alcoholic-beverage" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#alcoholic-beverage" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -5001,7 +5001,7 @@ "@value" : "wine" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#yam", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#yam", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], @@ -5010,10 +5010,10 @@ "@value" : "Sweet Potato" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#vegetable" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#vegetable" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -5023,15 +5023,15 @@ "@value" : "yam" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#yogurt-on-a-bed-of-fruit", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#yogurt-on-a-bed-of-fruit", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -5041,15 +5041,15 @@ "@value" : "yogurt on a bed of fruit" } ] }, { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#yogurt-with-fruits", + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#yogurt-with-fruits", "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "@id" : "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#broader" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf#cow-dairy-product" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf#cow-dairy-product" } ], "http://www.w3.org/2004/02/skos/core#inScheme" : [ { - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ], "http://www.w3.org/2004/02/skos/core#prefLabel" : [ { "@language" : "fr", @@ -5059,5 +5059,5 @@ "@value" : "yogurt with fruits" } ] } ], - "@id" : "https://github.com/datafoodconsortium/taxonomies/releases/latest/download/productTypes.rdf" + "@id" : "http://w3id.org/dfc/taxonomies/v2.0.0/productTypes.rdf" } ] \ No newline at end of file