Skip to content

Commit

Permalink
re-run prettify script on these 6 files after manually adding explici…
Browse files Browse the repository at this point in the history
…t corresponding prefix

So, the result is using `<prefix>:etc` instead of `:etc`.

I detected these files by running `grep -l "^:" *.ttl`
  • Loading branch information
carueda committed Nov 23, 2017
1 parent ed4b900 commit a2a4981
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 481 deletions.
165 changes: 83 additions & 82 deletions matrAnimal.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix anim: <http://sweetontology.net/matrAnimal/> .
@prefix biol: <http://sweetontology.net/matrBiomass/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/matrAnimal> .
Expand All @@ -17,208 +18,208 @@
#################################################################

### http://sweetontology.net/matrAnimal/AcornWorm
:AcornWorm rdf:type owl:Class ;
rdfs:subClassOf :Invertebrate .
anim:AcornWorm rdf:type owl:Class ;
rdfs:subClassOf anim:Invertebrate .


### http://sweetontology.net/matrAnimal/Amphibian
:Amphibian rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Amphibian rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Anemone
:Anemone rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Anemone rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Animal
:Animal rdf:type owl:Class ;
rdfs:subClassOf biol:Organism .
anim:Animal rdf:type owl:Class ;
rdfs:subClassOf biol:Organism .


### http://sweetontology.net/matrAnimal/Arachnid
:Arachnid rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Arachnid rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Arthropod
:Arthropod rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Arthropod rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Bee
:Bee rdf:type owl:Class ;
rdfs:subClassOf :Insect .
anim:Bee rdf:type owl:Class ;
rdfs:subClassOf anim:Insect .


### http://sweetontology.net/matrAnimal/Bird
:Bird rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Bird rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Centipede
:Centipede rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Centipede rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Coral
:Coral rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Coral rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Cow
:Cow rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Cow rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Crustacean
:Crustacean rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Crustacean rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Dairy
:Dairy rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Dairy rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Echinoderm
:Echinoderm rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Echinoderm rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/ExoticSpecies
:ExoticSpecies rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:ExoticSpecies rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Fauna
:Fauna rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Fauna rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Fish
:Fish rdf:type owl:Class ;
rdfs:subClassOf :MarineAnimal .
anim:Fish rdf:type owl:Class ;
rdfs:subClassOf anim:MarineAnimal .


### http://sweetontology.net/matrAnimal/Flatworm
:Flatworm rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Flatworm rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Human
:Human rdf:type owl:Class ;
rdfs:subClassOf :Mammal .
anim:Human rdf:type owl:Class ;
rdfs:subClassOf anim:Mammal .


### http://sweetontology.net/matrAnimal/IndigenousSpecies
:IndigenousSpecies rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:IndigenousSpecies rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Insect
:Insect rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Insect rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Invertebrate
:Invertebrate rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Invertebrate rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Jellyfish
:Jellyfish rdf:type owl:Class ;
rdfs:subClassOf :MarineAnimal .
anim:Jellyfish rdf:type owl:Class ;
rdfs:subClassOf anim:MarineAnimal .


### http://sweetontology.net/matrAnimal/Livestock
:Livestock rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Livestock rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Mammal
:Mammal rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Mammal rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/MarineAnimal
:MarineAnimal rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:MarineAnimal rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/MarineBird
:MarineBird rdf:type owl:Class ;
rdfs:subClassOf :MarineAnimal .
anim:MarineBird rdf:type owl:Class ;
rdfs:subClassOf anim:MarineAnimal .


### http://sweetontology.net/matrAnimal/MarineInvertebrate
:MarineInvertebrate rdf:type owl:Class ;
rdfs:subClassOf :MarineAnimal .
anim:MarineInvertebrate rdf:type owl:Class ;
rdfs:subClassOf anim:MarineAnimal .


### http://sweetontology.net/matrAnimal/MarineMammal
:MarineMammal rdf:type owl:Class ;
rdfs:subClassOf :MarineAnimal .
anim:MarineMammal rdf:type owl:Class ;
rdfs:subClassOf anim:MarineAnimal .


### http://sweetontology.net/matrAnimal/Mesozooplankton
:Mesozooplankton rdf:type owl:Class ;
rdfs:subClassOf :Zooplankton .
anim:Mesozooplankton rdf:type owl:Class ;
rdfs:subClassOf anim:Zooplankton .


### http://sweetontology.net/matrAnimal/Microzooplankton
:Microzooplankton rdf:type owl:Class ;
rdfs:subClassOf :Zooplankton .
anim:Microzooplankton rdf:type owl:Class ;
rdfs:subClassOf anim:Zooplankton .


### http://sweetontology.net/matrAnimal/Millipede
:Millipede rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Millipede rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Mollusk
:Mollusk rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Mollusk rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Poultry
:Poultry rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Poultry rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Reptile
:Reptile rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Reptile rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Roundworm
:Roundworm rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Roundworm rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/SegmentedWorm
:SegmentedWorm rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:SegmentedWorm rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Silkworm
:Silkworm rdf:type owl:Class ;
rdfs:subClassOf :Invertebrate .
anim:Silkworm rdf:type owl:Class ;
rdfs:subClassOf anim:Invertebrate .


### http://sweetontology.net/matrAnimal/Sponge
:Sponge rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Sponge rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Vertebrate
:Vertebrate rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Vertebrate rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrAnimal/Zooplankton
:Zooplankton rdf:type owl:Class ;
rdfs:subClassOf :Animal .
anim:Zooplankton rdf:type owl:Class ;
rdfs:subClassOf anim:Animal .


### http://sweetontology.net/matrBiomass/Organism
Expand Down
Loading

0 comments on commit a2a4981

Please sign in to comment.