Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikolasan/a25dd94c1aea9c8fcba77bc0f77fe252 to your computer and use it in GitHub Desktop.
Save mikolasan/a25dd94c1aea9c8fcba77bc0f77fe252 to your computer and use it in GitHub Desktop.
Cat Breeds List
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix csvw: <http://www.w3.org/ns/csvw#>.
@prefix : <http://example.org/data/cat_beeds_list_wikipedia.csv#>.
_:autos1 a csvw:TableGroup;
csvw:table [a csvw:Table ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#> ;
csvw:row [a csvw:Row ;
csvw:rownum 1 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=2> ;
csvw:describes <http://neuron.co.nf/cats#row=1/Abyssinian+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 2 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=3> ;
csvw:describes <http://neuron.co.nf/cats#row=2/Aegean+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 3 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=4> ;
csvw:describes <http://neuron.co.nf/cats#row=3/American+Curl+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 4 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=5> ;
csvw:describes <http://neuron.co.nf/cats#row=4/American+Bobtail+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 5 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=6> ;
csvw:describes <http://neuron.co.nf/cats#row=5/American+Shorthair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 6 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=7> ;
csvw:describes <http://neuron.co.nf/cats#row=6/American+Wirehair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 7 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=8> ;
csvw:describes <http://neuron.co.nf/cats#row=7/Aphrodite+Giant+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 8 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=9> ;
csvw:describes <http://neuron.co.nf/cats#row=8/Arabian+Mau+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 9 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=10> ;
csvw:describes <http://neuron.co.nf/cats#row=9/Australian+Mist+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 10 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=11> ;
csvw:describes <http://neuron.co.nf/cats#row=10/Asian+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 11 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=12> ;
csvw:describes <http://neuron.co.nf/cats#row=11/Asian+Semi-longhair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 12 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=13> ;
csvw:describes <http://neuron.co.nf/cats#row=12/Balinese+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 13 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=14> ;
csvw:describes <http://neuron.co.nf/cats#row=13/Bambino+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 14 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=15> ;
csvw:describes <http://neuron.co.nf/cats#row=14/Bengal+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 15 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=16> ;
csvw:describes <http://neuron.co.nf/cats#row=15/Birman+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 16 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=17> ;
csvw:describes <http://neuron.co.nf/cats#row=16/Bombay+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 17 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=18> ;
csvw:describes <http://neuron.co.nf/cats#row=17/Brazilian+Shorthair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 18 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=19> ;
csvw:describes <http://neuron.co.nf/cats#row=18/British+Semi-longhair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 19 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=20> ;
csvw:describes <http://neuron.co.nf/cats#row=19/British+Shorthair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 20 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=21> ;
csvw:describes <http://neuron.co.nf/cats#row=20/British+Longhair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 21 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=22> ;
csvw:describes <http://neuron.co.nf/cats#row=21/Burmese+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 22 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=23> ;
csvw:describes <http://neuron.co.nf/cats#row=22/Burmilla+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 23 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=24> ;
csvw:describes <http://neuron.co.nf/cats#row=23/California+Spangled+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 24 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=25> ;
csvw:describes <http://neuron.co.nf/cats#row=24/Chantilly-Tiffany+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 25 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=26> ;
csvw:describes <http://neuron.co.nf/cats#row=25/Chartreux+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 26 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=27> ;
csvw:describes <http://neuron.co.nf/cats#row=26/Chausie+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 27 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=28> ;
csvw:describes <http://neuron.co.nf/cats#row=27/Cheetoh+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 28 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=29> ;
csvw:describes <http://neuron.co.nf/cats#row=28/Colorpoint+Shorthair(For+Longhair+see+Javanese+below)+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 29 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=30> ;
csvw:describes <http://neuron.co.nf/cats#row=29/Cornish+Rex+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 30 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=31> ;
csvw:describes <http://neuron.co.nf/cats#row=30/Cymric+or+Manx+Longhair+or+Longhaired+Manx+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 31 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=32> ;
csvw:describes <http://neuron.co.nf/cats#row=31/Cyprus+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 32 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=33> ;
csvw:describes <http://neuron.co.nf/cats#row=32/Devon+Rex+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 33 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=34> ;
csvw:describes <http://neuron.co.nf/cats#row=33/Donskoy+or+Don+Sphynx+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 34 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=35> ;
csvw:describes <http://neuron.co.nf/cats#row=34/Dragon+Li+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 35 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=36> ;
csvw:describes <http://neuron.co.nf/cats#row=35/Dwelf+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 36 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=37> ;
csvw:describes <http://neuron.co.nf/cats#row=36/Egyptian+Mau+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 37 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=38> ;
csvw:describes <http://neuron.co.nf/cats#row=37/European+Shorthair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 38 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=39> ;
csvw:describes <http://neuron.co.nf/cats#row=38/Exotic+Shorthair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 39 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=40> ;
csvw:describes <http://neuron.co.nf/cats#row=39/Foldex+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 40 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=41> ;
csvw:describes <http://neuron.co.nf/cats#row=40/German+Rex+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 41 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=42> ;
csvw:describes <http://neuron.co.nf/cats#row=41/Havana+Brown+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 42 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=43> ;
csvw:describes <http://neuron.co.nf/cats#row=42/Highlander+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 43 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=44> ;
csvw:describes <http://neuron.co.nf/cats#row=43/Himalayan+or+Colorpoint+Persian+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 44 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=45> ;
csvw:describes <http://neuron.co.nf/cats#row=44/Japanese+Bobtail+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 45 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=46> ;
csvw:describes <http://neuron.co.nf/cats#row=45/Javanese+or+Colorpoint+Longhair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 46 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=47> ;
csvw:describes <http://neuron.co.nf/cats#row=46/Karelian+Bobtail+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 47 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=48> ;
csvw:describes <http://neuron.co.nf/cats#row=47/Khao+Manee+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 48 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=49> ;
csvw:describes <http://neuron.co.nf/cats#row=48/Korat+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 49 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=50> ;
csvw:describes <http://neuron.co.nf/cats#row=49/Korean+Bobtail+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 50 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=51> ;
csvw:describes <http://neuron.co.nf/cats#row=50/Korn+Ja+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 51 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=52> ;
csvw:describes <http://neuron.co.nf/cats#row=51/Kurilian+Bobtail+or+Kuril+Islands+Bobtail+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 52 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=53> ;
csvw:describes <http://neuron.co.nf/cats#row=52/LaPerm+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 53 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=54> ;
csvw:describes <http://neuron.co.nf/cats#row=53/Lykoi+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 54 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=55> ;
csvw:describes <http://neuron.co.nf/cats#row=54/Maine+Coon+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 55 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=56> ;
csvw:describes <http://neuron.co.nf/cats#row=55/Manx+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 56 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=57> ;
csvw:describes <http://neuron.co.nf/cats#row=56/Mekong+Bobtail+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 57 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=58> ;
csvw:describes <http://neuron.co.nf/cats#row=57/Minskin+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 58 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=59> ;
csvw:describes <http://neuron.co.nf/cats#row=58/Munchkin+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 59 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=60> ;
csvw:describes <http://neuron.co.nf/cats#row=59/Nebelung+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 60 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=61> ;
csvw:describes <http://neuron.co.nf/cats#row=60/Napoleon+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 61 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=62> ;
csvw:describes <http://neuron.co.nf/cats#row=61/Norwegian+Forest+cat+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 62 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=63> ;
csvw:describes <http://neuron.co.nf/cats#row=62/Ocicat+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 63 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=64> ;
csvw:describes <http://neuron.co.nf/cats#row=63/Ojos+Azules+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 64 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=65> ;
csvw:describes <http://neuron.co.nf/cats#row=64/Oregon+Rex+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 65 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=66> ;
csvw:describes <http://neuron.co.nf/cats#row=65/Oriental+Bicolor+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 66 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=67> ;
csvw:describes <http://neuron.co.nf/cats#row=66/Oriental+Shorthair+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 67 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=68> ;
csvw:describes <http://neuron.co.nf/cats#row=67/Oriental+Longhair+or+Foreign+Longhair+or+Mandarin+or+British+Angora+(obsolete)+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 68 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=69> ;
csvw:describes <http://neuron.co.nf/cats#row=68/Persian+(modern)+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 69 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=70> ;
csvw:describes <http://neuron.co.nf/cats#row=69/Persian+(traditional)+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 70 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=71> ;
csvw:describes <http://neuron.co.nf/cats#row=70/Peterbald+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 71 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=72> ;
csvw:describes <http://neuron.co.nf/cats#row=71/Pixie-bob+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 72 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=73> ;
csvw:describes <http://neuron.co.nf/cats#row=72/Raas+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 73 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=74> ;
csvw:describes <http://neuron.co.nf/cats#row=73/Ragamuffin+or+Liebling+(obsolete)+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 74 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=75> ;
csvw:describes <http://neuron.co.nf/cats#row=74/Ragdoll+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 75 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=76> ;
csvw:describes <http://neuron.co.nf/cats#row=75/Russian+Blue+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 76 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=77> ;
csvw:describes <http://neuron.co.nf/cats#row=76/Russian+White+Black+and+Tabby+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 77 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=78> ;
csvw:describes <http://neuron.co.nf/cats#row=77/Sam+Sawet+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 78 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=79> ;
csvw:describes <http://neuron.co.nf/cats#row=78/Savannah+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 79 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=80> ;
csvw:describes <http://neuron.co.nf/cats#row=79/Scottish+Fold+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 80 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=81> ;
csvw:describes <http://neuron.co.nf/cats#row=80/Selkirk+Rex+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 81 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=82> ;
csvw:describes <http://neuron.co.nf/cats#row=81/Serengeti+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 82 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=83> ;
csvw:describes <http://neuron.co.nf/cats#row=82/Serrade+petit+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 83 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=84> ;
csvw:describes <http://neuron.co.nf/cats#row=83/Siamese+(modern)>] ;
csvw:row [a csvw:Row ;
csvw:rownum 84 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=85> ;
csvw:describes <http://neuron.co.nf/cats#row=84/Siberian+or+Siberian+Forest+Cat+or+Neva+Masquerade+(colorpoint+variety)+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 85 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=86> ;
csvw:describes <http://neuron.co.nf/cats#row=85/Singapura+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 86 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=87> ;
csvw:describes <http://neuron.co.nf/cats#row=86/Snowshoe+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 87 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=88> ;
csvw:describes <http://neuron.co.nf/cats#row=87/Sokoke+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 88 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=89> ;
csvw:describes <http://neuron.co.nf/cats#row=88/Somali+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 89 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=90> ;
csvw:describes <http://neuron.co.nf/cats#row=89/Sphynx+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 90 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=91> ;
csvw:describes <http://neuron.co.nf/cats#row=90/Suphalak+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 91 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=92> ;
csvw:describes <http://neuron.co.nf/cats#row=91/Thai+or+Traditional+(Classic+or+Old-style+Siamese)+or+Wichien+Maat+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 92 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=93> ;
csvw:describes <http://neuron.co.nf/cats#row=92/Thai+Lilac+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 93 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=94> ;
csvw:describes <http://neuron.co.nf/cats#row=93/Tonkinese+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 94 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=95> ;
csvw:describes <http://neuron.co.nf/cats#row=94/Toyger+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 95 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=96> ;
csvw:describes <http://neuron.co.nf/cats#row=95/Turkish+Angora+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 96 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=97> ;
csvw:describes <http://neuron.co.nf/cats#row=96/Turkish+Van+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 97 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=98> ;
csvw:describes <http://neuron.co.nf/cats#row=97/Ukrainian+Levkoy+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 98 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=99> ;
csvw:describes <http://neuron.co.nf/cats#row=98/Wila+Krungthep+>] ;
csvw:row [a csvw:Row ;
csvw:rownum 99 ;
csvw:url <http://example.org/data/cat_beeds_list_wikipedia.csv#row=100> ;
csvw:describes <http://neuron.co.nf/cats#row=99/York+Chocolate+>]].
<http://neuron.co.nf/cats#row=1/Abyssinian+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Ethiopia ";
<http://neuron.co.nf/cats#_Images> " Gustav chocolate.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=10/Asian+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Developed in the United Kingdom (foundation stock from Asia) ";
<http://neuron.co.nf/cats#_Images> " BrownVarientAsianCat.JPG";
<http://neuron.co.nf/cats#_Pattern> "Evenly solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=11/Asian+Semi-longhair+> <http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "United Kingdom ";
<http://neuron.co.nf/cats#_Images> " Tiffanie at cat show.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Burmese and long-haired cats ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=12/Balinese+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States (foundation stock from Thailand) ";
<http://neuron.co.nf/cats#_Images> " Oskar.jpg";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=13/Bambino+> <http://neuron.co.nf/cats#_Body_type> "Dwarf ";
<http://neuron.co.nf/cats#_Coat> "Hairless or downy ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Munchkin and Sphynx ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=14/Bengal+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States (foundation stock from Asia) ";
<http://neuron.co.nf/cats#_Images> " BengalCat Stella.jpg";
<http://neuron.co.nf/cats#_Origin> "Hybrid: Abyssinian and Egyptian Mau × leopard cat (Prionailurus bengalensis) ";
<http://neuron.co.nf/cats#_Pattern> "Spotted marbled or rosetted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=15/Birman+> <http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "Developed in France (foundation stock from Burma etc.) ";
<http://neuron.co.nf/cats#_Images> " Birman2.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: original Birman (near extinction) with Persian and Siamese ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=16/Bombay+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States (some foundation stock from Burma and Thailand) ";
<http://neuron.co.nf/cats#_Images> " Close up of a black domestic cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: American Shorthair and Burmese ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=17/Brazilian+Shorthair+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Brazil ";
<http://neuron.co.nf/cats#_Images> " Gato pelo curto brasileiro.JPG";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=18/British+Semi-longhair+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Medium ";
<http://neuron.co.nf/cats#_Country> "United Kingdom ";
<http://neuron.co.nf/cats#_Images> " British Longhair - Black Silver Shaded.jpg";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=19/British+Shorthair+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United Kingdom ";
<http://neuron.co.nf/cats#_Images> " Britishblue.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=2/Aegean+> <http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "Greece ";
<http://neuron.co.nf/cats#_Images> " Aegean cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Bi- or tricolored ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=20/British+Longhair+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United Kingdom ";
<http://neuron.co.nf/cats#_Images> " British Longhair - Black Silver Shaded.jpg";
a csvw:Cell.
<http://neuron.co.nf/cats#row=21/Burmese+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Burma and Thailand ";
<http://neuron.co.nf/cats#_Images> " Blissandlucky11.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=22/Burmilla+> <http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "United Kingdom ";
<http://neuron.co.nf/cats#_Images> " Male Burmilla cat.jpeg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Burmese and Persian ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=23/California+Spangled+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Star Spangled Cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Abyssinian + American Shorthair and British Shorthair ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=24/Chantilly-Tiffany+> <http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Tiffany3.jpg";
a csvw:Cell.
<http://neuron.co.nf/cats#row=25/Chartreux+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "France ";
<http://neuron.co.nf/cats#_Images> " Abbaye fev2006 003.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=26/Chausie+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "France ";
<http://neuron.co.nf/cats#_Images> " Chausiecatexample.jpg";
<http://neuron.co.nf/cats#_Origin> "Hybrid: Abyssinian × jungle cat (Felis chaus) ";
<http://neuron.co.nf/cats#_Pattern> "Ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=27/Cheetoh+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Cheetoh cat chilling.png";
<http://neuron.co.nf/cats#_Origin> "Crossbred hybrid: Bengal and Ocicat ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=28/Colorpoint+Shorthair(For+Longhair+see+Javanese+below)+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Images> " Jake117.jpg";
a csvw:Cell.
<http://neuron.co.nf/cats#row=29/Cornish+Rex+> <http://neuron.co.nf/cats#_Coat> "Rex ";
<http://neuron.co.nf/cats#_Country> "United Kingdom (England) ";
<http://neuron.co.nf/cats#_Images> " BebopsLilacPrince.JPG";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=3/American+Curl+> <http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " American curl 2.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=30/Cymric+or+Manx+Longhair+or+Longhaired+Manx+> <http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United Kingdom (Isle of Man) and Canada ";
<http://neuron.co.nf/cats#_Images> " Cymric - Norwegian forest cat presentation show Kotka 2009-02-01 IMG 0687.JPG";
<http://neuron.co.nf/cats#_Origin> "Mutation from original Manx ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=31/Cyprus+> <http://neuron.co.nf/cats#_Body_type> "Lean and muscular ";
<http://neuron.co.nf/cats#_Coat> "All ";
<http://neuron.co.nf/cats#_Country> "Cyprus ";
<http://neuron.co.nf/cats#_Images> " CyprusShorthair.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=32/Devon+Rex+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Rex ";
<http://neuron.co.nf/cats#_Country> "United Kingdom (England) ";
<http://neuron.co.nf/cats#_Images> " Devon Rex Izzy.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=33/Donskoy+or+Don+Sphynx+> <http://neuron.co.nf/cats#_Coat> "Hairless ";
<http://neuron.co.nf/cats#_Country> "Russia ";
<http://neuron.co.nf/cats#_Images> " Cat don sphinx.JPG";
a csvw:Cell.
<http://neuron.co.nf/cats#row=34/Dragon+Li+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "China ";
<http://neuron.co.nf/cats#_Images> " Dragon Li - Li Hua Mau1.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Striped tabby ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=35/Dwelf+> <http://neuron.co.nf/cats#_Body_type> "Dwarf ";
<http://neuron.co.nf/cats#_Images> " Munchkin cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: American Curl + Munchkin and Sphinx ";
<http://neuron.co.nf/cats#_Pattern> "Hairless ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=36/Egyptian+Mau+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Egypt ";
<http://neuron.co.nf/cats#_Images> " Egy mau.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=37/European+Shorthair+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Finland and Sweden ";
<http://neuron.co.nf/cats#_Images> " European shorthair procumbent Quincy.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=38/Exotic+Shorthair+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Cream tabby exotic cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: American Shorthair and Persian ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=39/Foldex+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Canada ";
<http://neuron.co.nf/cats#_Images> """ Cachorro de Gato FoldEx (\"Belisario del Laberinto\").JPG""";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Exotic Shorthair and Scottish Fold ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=4/American+Bobtail+> <http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " American bobtail 2.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=40/German+Rex+> <http://neuron.co.nf/cats#_Coat> "Rex ";
<http://neuron.co.nf/cats#_Country> "East Germany ";
<http://neuron.co.nf/cats#_Images> " German Rex Emi.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=41/Havana+Brown+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United Kingdom ";
<http://neuron.co.nf/cats#_Images> " Havana Brown.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Siamese and black short-haired cats ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=42/Highlander+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Highlander-7.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbred hybrid: Desert Lynx and Jungle Curl ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=43/Himalayan+or+Colorpoint+Persian+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United States and United Kingdom ";
<http://neuron.co.nf/cats#_Images> " Chocolate Himlayan.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Persian and Siamese ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=44/Japanese+Bobtail+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "Japan ";
<http://neuron.co.nf/cats#_Images> " JapaneseBobtailBlueEyedMi-ke.JPG";
<http://neuron.co.nf/cats#_Origin> "Natural/mutation ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint and ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=45/Javanese+or+Colorpoint+Longhair+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States and Canada (foundation stock from Southeast Asia) ";
<http://neuron.co.nf/cats#_Images> " Javanese cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Balinese with some Colorpoint Shorthair + Oriental Longhair and Siamese. ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=46/Karelian+Bobtail+> <http://neuron.co.nf/cats#_Country> "Western Russia ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Natural/mutation ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=47/Khao+Manee+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> """ Khao Manee \"ChaWee\".jpg""";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=48/Korat+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " Veda";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=49/Korean+Bobtail+> <http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "Korea ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Natural/mutation ";
<http://neuron.co.nf/cats#_Pattern> "Colorprint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=5/American+Shorthair+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " American Shorthair.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=50/Korn+Ja+> <http://neuron.co.nf/cats#_Coat> "Short/hairless ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=51/Kurilian+Bobtail+or+Kuril+Islands+Bobtail+> <http://neuron.co.nf/cats#_Body_type> "Semi-cobby ";
<http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "Eastern Russia and Japan ";
<http://neuron.co.nf/cats#_Images> " Kurilian bobtail.JPG";
<http://neuron.co.nf/cats#_Origin> "Natural/mutation ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=52/LaPerm+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Rex ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Laperm LH red tabby.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=53/Lykoi+> <http://neuron.co.nf/cats#_Coat> "Partly hairless ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " 8-month-old male Lykoi.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "Ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=54/Maine+Coon+> <http://neuron.co.nf/cats#_Body_type> "Large ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Maine Coon female.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint and ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=55/Manx+> <http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "United Kingdom (Isle of Man) ";
<http://neuron.co.nf/cats#_Images> " Japanese Bobtail looking like Manx.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural/mutation ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=56/Mekong+Bobtail+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Russia ";
<http://neuron.co.nf/cats#_Images> " Mekong bobtail female Cofein Pride cattery.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=57/Minskin+> <http://neuron.co.nf/cats#_Body_type> "Dwarf; semi-cobby ";
<http://neuron.co.nf/cats#_Coat> "Short/hairless ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Minskin Kitten Female blue tabby color-pattern.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Munchkin and Sphynx ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=58/Munchkin+> <http://neuron.co.nf/cats#_Body_type> "Dwarf ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Longhairedmunchkin.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=59/Nebelung+> <http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Nebelung Male Aleksandr van Song de Chine.JPG";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=6/American+Wirehair+> <http://neuron.co.nf/cats#_Coat> "Rex ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " American Wirehair - CFF cat show Heinola 2008-05-04 IMG 8721.JPG";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=60/Napoleon+> <http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Pattern> "Varied ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=61/Norwegian+Forest+cat+> <http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "Norway ";
<http://neuron.co.nf/cats#_Images> " Norskskogkatt Evita 3.JPG";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=62/Ocicat+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Ocicat-Charan.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Abyssinian+ American Shorthair and Siamese ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=63/Ojos+Azules+> <http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=64/Oregon+Rex+> <http://neuron.co.nf/cats#_Coat> "Rex ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=65/Oriental+Bicolor+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States and United Kingdom later in Continental Europe; foundation stock ultimately from Thailand ";
<http://neuron.co.nf/cats#_Images> " Oriental shorthair 20070130 caroline.jpg";
<http://neuron.co.nf/cats#_Pattern> "Bicolor ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=66/Oriental+Shorthair+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States and later the United Kingdom; foundation stock ultimately from Thailand ";
<http://neuron.co.nf/cats#_Images> " Oriental Shorthair Blue Eyed White cat (juvenile).jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: European Shorthair and Siamese ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=67/Oriental+Longhair+or+Foreign+Longhair+or+Mandarin+or+British+Angora+(obsolete)+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "Developed in the United Kingdom and United States; foundation stock ultimately from Thailand ";
<http://neuron.co.nf/cats#_Images> " OLH-GIP Divan Cesar.jpg";
a csvw:Cell.
<http://neuron.co.nf/cats#row=68/Persian+(modern)+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States and Europe (foundation stock from Greater Iran) ";
<http://neuron.co.nf/cats#_Images> " Persialainen.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation from the traditional Persian ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=69/Persian+(traditional)+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "Greater Iran ";
<http://neuron.co.nf/cats#_Images> " SnowyandHazy.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural but some crossing with Turkish Angora ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=7/Aphrodite+Giant+> <http://neuron.co.nf/cats#_Body_type> "Lean and muscular ";
<http://neuron.co.nf/cats#_Coat> "All ";
<http://neuron.co.nf/cats#_Country> "Cyprus ";
<http://neuron.co.nf/cats#_Images> " Aphrodite's Giant.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All but cinammon and chocolate ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=70/Peterbald+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Hairless ";
<http://neuron.co.nf/cats#_Country> "Russia ";
<http://neuron.co.nf/cats#_Images> " Tamila the lilac tabby Peterbald cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Donskoy + Oriental Shorthair and Siamese; early: Balinese and Javanese ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=71/Pixie-bob+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Jarnac Bepacific feb07.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation (falsely claimed to be a bobcat hybrid early on) ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=72/Raas+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Indonesia ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Natural ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=73/Ragamuffin+or+Liebling+(obsolete)+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " 20050922AmarilloRes.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Ragdoll with limited out-crossing to Himalayan Persian other long-haired cats ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=74/Ragdoll+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Ragdoll from Gatil Ragbelas.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation (behavioral) in a crossbreed presumed Persian or Angora and Birman or Burmese ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint mitted or bicolor ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=75/Russian+Blue+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Russia ";
<http://neuron.co.nf/cats#_Images> " Russian Blue 001.gif";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=76/Russian+White+Black+and+Tabby+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Developed in Australia (foundation stock from Russia) ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Crossbreeds: Russian Blue and short-haired cats from Siberia (Russia) ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=77/Sam+Sawet+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=78/Savannah+> <http://neuron.co.nf/cats#_Body_type> "Large ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Savannah Cat portrait.jpg";
<http://neuron.co.nf/cats#_Origin> "Hybrid: Domestic cat × serval (Leptailurus serval)[6] ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=79/Scottish+Fold+> <http://neuron.co.nf/cats#_Body_type> "Cobby ";
<http://neuron.co.nf/cats#_Coat> "Short/long ";
<http://neuron.co.nf/cats#_Country> "United Kingdom (Scotland) ";
<http://neuron.co.nf/cats#_Images> " Lilac-coated Scottish Fold";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=8/Arabian+Mau+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Arabian Peninsula ";
<http://neuron.co.nf/cats#_Images> " 3yoArabianMau.jpeg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=80/Selkirk+Rex+> <http://neuron.co.nf/cats#_Coat> "Rex (Short/long) ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " PolloSelkirkRex.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation/ crossbreed: American Shorthair + Persian + Himalayan + Exotic Shorthair and British Shorthair ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=81/Serengeti+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Serengetimalecat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbred hybrid: Bengal and Oriental Shorthair ";
<http://neuron.co.nf/cats#_Pattern> "Spotted ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=82/Serrade+petit+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "France ";
<http://neuron.co.nf/cats#_Images> " mini-cat Serrade petit.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=83/Siamese+(modern)> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Developed in the United States and Europe (foundation stock from Thailand) ";
<http://neuron.co.nf/cats#_Images> " Siam lilacpoint.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation from traditional Siamese (now known as Thai) ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=84/Siberian+or+Siberian+Forest+Cat+or+Neva+Masquerade+(colorpoint+variety)+> <http://neuron.co.nf/cats#_Body_type> "Semi-cobby ";
<http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "Russia ";
<http://neuron.co.nf/cats#_Images> " Siberiancat.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=85/Singapura+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Raffles singapura cat.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Burmese and Abyssinian ";
<http://neuron.co.nf/cats#_Pattern> "Ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=86/Snowshoe+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Snowshoe (cat).JPG";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: American Shorthair and Siamese ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=87/Sokoke+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Kenya ";
<http://neuron.co.nf/cats#_Images> " Sokoke dalili.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Tabby with ticking ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=88/Somali+> <http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "Somalia ";
<http://neuron.co.nf/cats#_Images> " Blue Somali kitten age 3 months.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "Ticked ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=89/Sphynx+> <http://neuron.co.nf/cats#_Body_type> "Oriental ";
<http://neuron.co.nf/cats#_Coat> "Hairless ";
<http://neuron.co.nf/cats#_Country> "Canada ";
<http://neuron.co.nf/cats#_Images> " Sphinx2 July 2006.jpg";
<http://neuron.co.nf/cats#_Origin> "Mutation ";
<http://neuron.co.nf/cats#_Pattern> "All ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=9/Australian+Mist+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Australia ";
<http://neuron.co.nf/cats#_Images> " Australian Mist.jpg";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Abyssinian and Burmese ";
<http://neuron.co.nf/cats#_Pattern> "Spotted or tabby ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=90/Suphalak+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " Suphalak Female in Thailand named AumDaengManee.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=91/Thai+or+Traditional+(Classic+or+Old-style+Siamese)+or+Wichien+Maat+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " Mimbi3.JPG";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=92/Thai+Lilac+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " Thai Lilac.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=93/Tonkinese+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Canada ";
<http://neuron.co.nf/cats#_Images> " Tonkinese.gif";
<http://neuron.co.nf/cats#_Origin> "Crossbreed: Burmese and Siamese ";
<http://neuron.co.nf/cats#_Pattern> "Colorpoint mink or solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=94/Toyger+> <http://neuron.co.nf/cats#_Body_type> "Moderate ";
<http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "United States ";
<http://neuron.co.nf/cats#_Images> " Toyger - Cornish Rex presentation show Riihimäki 2008-11-16 IMG 0101.JPG";
<http://neuron.co.nf/cats#_Origin> "Crossbred hybrid: Bengal and short-haired cats ";
<http://neuron.co.nf/cats#_Pattern> "Striped ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=95/Turkish+Angora+> <http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "Turkey ";
<http://neuron.co.nf/cats#_Images> " Turkse angora.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "All but colorpoint ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=96/Turkish+Van+> <http://neuron.co.nf/cats#_Coat> "Semi-long ";
<http://neuron.co.nf/cats#_Country> "Developed in the United Kingdom (foundation stock from Turkey) ";
<http://neuron.co.nf/cats#_Images> " Turkish Van Example2.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Van ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=97/Ukrainian+Levkoy+> <http://neuron.co.nf/cats#_Coat> "Hairless ";
<http://neuron.co.nf/cats#_Country> "Ukraine ";
<http://neuron.co.nf/cats#_Images> " Ukrainian Levkoy cat.jpg";
a csvw:Cell.
<http://neuron.co.nf/cats#row=98/Wila+Krungthep+> <http://neuron.co.nf/cats#_Coat> "Short ";
<http://neuron.co.nf/cats#_Country> "Thailand ";
<http://neuron.co.nf/cats#_Images> " ";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
<http://neuron.co.nf/cats#row=99/York+Chocolate+> <http://neuron.co.nf/cats#_Coat> "Long ";
<http://neuron.co.nf/cats#_Country> "United States (New York) ";
<http://neuron.co.nf/cats#_Images> " York Chocolate.jpg";
<http://neuron.co.nf/cats#_Origin> "Natural ";
<http://neuron.co.nf/cats#_Pattern> "Solid ";
a csvw:Cell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment