A FoodProduct certificate
Describe that a food/beverage/ENumbers/food ingedient are allowed to be consumed in Islamic religious.
A description of the food/beverage/ENumbers/food ingedient status to be consumed in Islamic religious
An organization.
Halal certificate number.
Halal certificate status.
Organizations that issue halal certificates.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix halalv: <http://halal.addi.is.its.ac.id/halalv.ttl#>.
@prefix halalf: <http://halal.addi.is.its.ac.id/foodproducts/>.
@prefix halali: <http://halal.addi.is.its.ac.id/ingredients/>.
@prefix halalc: <http://halal.addi.is.its.ac.id/certificates/>.
@prefix halals: <http://halal.addi.is.its.ac.id/sources/>.
@prefix halalm: <http://halal.addi.is.its.ac.id/manufactures/>.
@prefix food: <http://purl.org/foodontology#> .
@prefix foodlirmm: <http://data.lirmm.fr/ontologies/food#> .
@prefix gr: <http://purl.org/goodrelations/v1#>.
halalf:Happy_Tos_Rasa_Jagung_Bakar a halalv:FoodProduct;
foodlirmm:code "08993027163764";
rdfs:label "Happy Tos Rasa Jagung Bakar";
gr:hasManufacturer halalm:PT_Sinar_Kencana_Agung;
food:containsIngredient halali:Whole_Corn, halali:Palm_Oil, halali:Monosodium_glutamate;
food:ingredientsListAsText "Whole Corn, Palm Oil, Flavour Enhancer";
foodlirmm:energyPer100g 280^xsd:integer;
foodlirmm:fatPer100g 14^xsd:decimal;
foodlirmm:saturatedFatPer100g 6^xsd:decimal
foodlirmm:sodiumPer100g 0.12^xsd:decimal
foodlirmm:carbohydratesPer100g 35^xsd:decimal;
foodlirmm:fiberPer100g 4^xsd:decimal;
foodlirmm:sugarsPer100g 1^xsd:decimal;
foodlirmm:proteinsPer100g 4^xsd:decimal;
halalv:certificate halalc:1.
halalm:PT_Sinar_Kencana_Agung a foaf:Organization;
rdfs:label "PT. Sinar Kencana Agung".
halali:Whole_Corn a halalv:Ingredient;
foodlirmm:rank 1^xsd:integer;
rdfs:label "Whole Corn";
halalv:halalSource halalv:Halal .
halali:Palm_Oil a halalv:Ingredient;
foodlirmm:rank 2^xsd:integer;
rdfs:label "Palm Oil";
halalv:halalSource halalv:Halal .
halali:Monosodium_glutamate a halalv:FoodAdditive ;
foodlirmm:rank 4^xsd:integer;
rdfs:label "Monosodium glutamate";
rdfs:comment "E621";
halalv:halalSource
halals:1.
halals:1 a halalv:Source;
halalv:Estatus halalv:Mushbooh
rdfs:comment "Miscellaneous - Flavour Enhancers. Suitable for the vegetarian label on the package indicates the source of Monosodium Glutamate is from vegetable protein or it has to be under Halal or kosher certification.";
halalv:OrgSource halals:Muslim_Customer_Group.
halalc:1 a halalv:HalalCertificate;
halalv:halalvStatus halalv:Halal;
halalv:halalCode "00100061230412";
halalv:halalExp "24-05-2018"^xsd:date;
halalv:OrgCert halals:Majelis_Ulama_Indonesia.