SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

etichettatura negativa
DFI, Comunicazione, Consigli a proposito delle disposizioni per la etichettatura dettagliata, 2015-11, pag. 3
La normativa in materia di etichettatura deve soddisfare anche l'esigenza dei consumatori che intendono evitare, sotto qualsiasi aspetto, alimenti geneticamente modificati. L'indicazione facoltativa «ottenuto senza ricorso alla tecnologia genetica», designata come etichettatura negativa, è però soggetta a disposizioni molto severe. Tale etichettatura non è riferita soltanto agli organismi dai quali il prodotto in questione è derivato ma all'intero processo di fabbricazione. I prodotti contrassegnati con questa etichettatura non possono essere fabbricati né «da» OGM [organismi geneticamente modificati] né «con» OGM. Ciò significa, oltre all'esclusione di ingredienti ottenuti da OGM, la rinuncia all'impiego di sostanze ausiliarie per la lavorazione o di sostanze ausiliarie nella produzione agricola.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part negative declaration
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.