Segugio Italiano

The Segugio Italiano [seˈɡudʒo itaˈljano] is either of two Italian breeds of dog of the scenthound family, either the Segugio italiano a pelo forte (wire-haired)[1] or the Segugio italiano a pelo raso (short-haired).[2] In 2009 the Ente Nazionale della Cinofilia Italiana registered 1740 of the wire-haired breed and 4500 of the short-haired.[3]

Segugio italiano a pelo forte
OriginItaly
Kennel club standards
Ente Nazionale della Cinofilia Italiana standard
FCI standard
Dog (domestic dog)
Segugio italiano a pelo raso
OriginItaly
Kennel club standards
Ente Nazionale della Cinofilia Italiana standard
FCI standard
Dog (domestic dog)

Characteristics

When seen from the side, the body of a Segugio Italiano is approximately square in shape – the body length is the same as the height at the withers. It may be any shade of fawn-coloured, or black and tan. Wire-haired dogs stand 52–60 cm and weigh 20–28 kg, bitches are about 2 cm shorter and weigh on average 2 kg less.[1] The short-haired breed is approximately 2 cm smaller, with weights in the same range.[2]

gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.

References

  1. FCI-Standard N° 198: Segugio italiano a pelo forte. Fédération Cynologique Internationale. Accessed March 2020.
  2. FCI-Standard N° 337: Segugio italiano a pelo raso. Fédération Cynologique Internationale. Accessed March 2020.
  3. "Archived copy". Archived from the original on 2011-07-16. Retrieved 2010-04-20.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.