Skip to content
Snippets Groups Projects
Commit 33826431 authored by Anonym's avatar Anonym
Browse files

removed taxon

parent ae735817
Branches main
No related tags found
No related merge requests found
Showing
with 0 additions and 200 deletions
File deleted
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
select distinct ?s where {
?s a agro:GenusRank.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX agronto: <http://aims.fao.org/aos/agrontology#>
PREFIX agrovoc: <http://aims.fao.org/aos/agrovoc/>
PREFIX skos-xl: <http://www.w3.org/2008/05/skos-xl#>
select ?s where {
?s agronto:hasTaxonomicRank agrovoc:c_11125.
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
select distinct ?s where {
?x dbo:genus ?s.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX agronto: <http://aims.fao.org/aos/agrontology#>
PREFIX agrovoc: <http://aims.fao.org/aos/agrovoc/>
PREFIX skosxl: <http://www.w3.org/2008/05/skos-xl#>
PREFIX txrfp: <http://taxref.mnhn.fr/lod/property/>
PREFIX txrfrk: <http://taxref.mnhn.fr/lod/taxrank/>
PREFIX dc: <http://rs.tdwg.org/dwc/terms/>
select distinct ?s where {
?s txrfp:hasRank txrfrk:Genus.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
select distinct ?s ?o where {
?s agro:hasHigherRank ?o.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX agronto: <http://aims.fao.org/aos/agrontology#>
PREFIX agrovoc: <http://aims.fao.org/aos/agrovoc/>
PREFIX skos-xl: <http://www.w3.org/2008/05/skos-xl#>
select distinct ?s ?o where {
?s agronto:hasTaxonomicRank ?rank1.
?o agronto:hasTaxonomicRank ?rank2.
?s skos:broader ?o.
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
select distinct ?s ?o where {
?s a dbo:Species.
?o a dbo:Species.
{?s dbo:genus ?o.}
UNION{?s dbo:kingdom ?o.}
UNION{?s dbo:species ?o.}
UNION{?s dbo:phylum ?o.}
UNION{?s dbo:classis ?o.}
UNION{?s dbo:order ?o.}
UNION{?s dbo:family ?o.}
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX txrfp: <http://taxref.mnhn.fr/lod/property/>
PREFIX txrfrk: <http://taxref.mnhn.fr/lod/taxrank/>
PREFIX dc: <http://rs.tdwg.org/dwc/terms/>
select distinct ?s ?o where {
?s txrfp:hasRank ?rank.
?o txrfp:hasRank ?rank.
?s skos:broader ?o.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
select distinct ?s ?o where {
?s agro:hasHigherRank+ ?o. ?o a agro:KingdomRank.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX agronto: <http://aims.fao.org/aos/agrontology#>
PREFIX agrovoc: <http://aims.fao.org/aos/agrovoc/>
PREFIX skos-xl: <http://www.w3.org/2008/05/skos-xl#>
select distinct ?s ?o where {
?s skos:broader+ ?o. ?o agronto:hasTaxonomicRank agrovoc:c_330934.
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
select distinct ?s ?o where {
?s dbo:kingdom ?o.
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX txrfp: <http://taxref.mnhn.fr/lod/property/>
PREFIX txrfrk: <http://taxref.mnhn.fr/lod/taxrank/>
PREFIX dc: <http://rs.tdwg.org/dwc/terms/>
select distinct ?s ?o where {
?s skos:broader+ ?o. ?o txrfp:hasRank txrfrk:kingdom.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select distinct ?s ?o where {
?s a ?o. ?o rdfs:subClassOf+ agro:Taxon.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX agronto: <http://aims.fao.org/aos/agrontology#>
PREFIX agrovoc: <http://aims.fao.org/aos/agrovoc/>
PREFIX skos-xl: <http://www.w3.org/2008/05/skos-xl#>
select distinct ?s ?o where {
?s agronto:hasTaxonomicRank ?o.
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
select distinct ?s ?o where {
?s a dbo:Species.
bind( if (exists {[] dbo:genus ?s}, "genus",
if (exists {[] dbo:kingdom ?s}, "kingdom",
if (exists {[] dbo:species ?s}, "species",
if (exists {[] dbo:phylum ?s}, "phylum",
if (exists {[] dbo:classis ?s}, "classis",
if (exists {[] dbo:order ?s}, "order",
if (exists {[] dbo:family ?s}, "family",
if (exists {?s dbo:genus []}, "species",
"")))))))) as ?o )
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX txrfp: <http://taxref.mnhn.fr/lod/property/>
PREFIX txrfrk: <http://taxref.mnhn.fr/lod/taxrank/>
PREFIX dc: <http://rs.tdwg.org/dwc/terms/>
select distinct ?s ?o where {
?s txrfp:hasRank ?o.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
select distinct ?s where {
?s a agro:Taxon.
}
PREFIX agro: <http://ontology.irstea.fr/agronomictaxon/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX agronto: <http://aims.fao.org/aos/agrontology#>
PREFIX agrovoc: <http://aims.fao.org/aos/agrovoc/>
PREFIX skos-xl: <http://www.w3.org/2008/05/skos-xl#>
select distinct ?s where {
?s agronto:hasTaxonomicRank ?y.
?y skos:broader+ agrovoc:c_7624.
}
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
select distinct ?s where {
?s a dbo:Species.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment