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

Attributes

farro grande
info flora, Triticum spelta L., Nomenclatura ([Internet, 2015-12-11](https://www.infoflora.ch/it/flora/2928-triticum-spelta.html))
USG: spesso, al posto di «spelta», «farro grande», ecc. viene utilizzata la forma ridotta «farro», in quanto «farro», nel linguaggio non specialistico, è usato genericamente come iperonimo per tutte e tre le specie di frumento vestite (farro propriamente detto, spelta e farro piccolo)
CaF, Sezione di terminologia, 2015 secondo Treccani.it, Enciclopedia > Farro ([Internet, 2015-12-11](http://www.treccani.it/enciclopedia/farro/))
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 spelt wheat
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.