Skip to content

Commit

Permalink
Merge pull request #117 from ESIPFed/ISSUE-20
Browse files Browse the repository at this point in the history
ISSUE-20 added rdfs:label property to everything with a URI
  • Loading branch information
brandonnodnarb committed Jun 12, 2019
2 parents 901ce8c + 7c78a30 commit eb81063
Show file tree
Hide file tree
Showing 224 changed files with 16,576 additions and 8,347 deletions.
68 changes: 45 additions & 23 deletions src/human.ttl
Expand Up @@ -19,117 +19,139 @@

### http://sweetontology.net/human/Behavior
human:Behavior rdf:type owl:Class ;
rdfs:subClassOf human:PsychologicalParameter .
rdfs:subClassOf human:PsychologicalParameter ;
rdfs:label "behavior"@en .


### http://sweetontology.net/human/Census
human:Census rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "census"@en .


### http://sweetontology.net/human/CivilDisturbance
human:CivilDisturbance rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .
rdfs:subClassOf human:SocialActivity ;
rdfs:label "civil disturbance"@en .


### http://sweetontology.net/human/Colonization
human:Colonization rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "colonization"@en .


### http://sweetontology.net/human/ConsumptiveUse
human:ConsumptiveUse rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "consumptive use"@en .


### http://sweetontology.net/human/EnergyEndUse
human:EnergyEndUse rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "energy end use"@en .


### http://sweetontology.net/human/HumanActivity
human:HumanActivity rdf:type owl:Class .
human:HumanActivity rdf:type owl:Class ;
rdfs:label "human activity"@en .


### http://sweetontology.net/human/HumanCapital
human:HumanCapital rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity ,
know:Knowledge .
know:Knowledge ;
rdfs:label "human capital"@en .


### http://sweetontology.net/human/HumanNeed
human:HumanNeed rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "human need"@en .


### http://sweetontology.net/human/Manned
human:Manned rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity ;
owl:disjointWith human:Unmanned .
owl:disjointWith human:Unmanned ;
rdfs:label "manned"@en .


### http://sweetontology.net/human/Mapping
human:Mapping rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "mapping"@en .


### http://sweetontology.net/human/Profession
human:Profession rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "profession"@en .


### http://sweetontology.net/human/PsychologicalParameter
human:PsychologicalParameter rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .
rdfs:subClassOf human:SocialActivity ;
rdfs:label "psychological parameter"@en .


### http://sweetontology.net/human/Recreation
human:Recreation rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .
rdfs:subClassOf human:SocialActivity ;
rdfs:label "recreation"@en .


### http://sweetontology.net/human/Service
human:Service rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "service"@en .


### http://sweetontology.net/human/SocialActivity
human:SocialActivity rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "social activity"@en .


### http://sweetontology.net/human/SocialBehavior
human:SocialBehavior rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .
rdfs:subClassOf human:SocialActivity ;
rdfs:label "social behavior"@en .


### http://sweetontology.net/human/SpaceCooling
human:SpaceCooling rdf:type owl:Class ;
rdfs:subClassOf human:EnergyEndUse .
rdfs:subClassOf human:EnergyEndUse ;
rdfs:label "space cooling"@en .


### http://sweetontology.net/human/SpaceHeating
human:SpaceHeating rdf:type owl:Class ;
rdfs:subClassOf human:EnergyEndUse .
rdfs:subClassOf human:EnergyEndUse ;
rdfs:label "space heating"@en .


### http://sweetontology.net/human/Unmanned
human:Unmanned rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "unmanned"@en .


### http://sweetontology.net/human/WaterHeating
human:WaterHeating rdf:type owl:Class ;
rdfs:subClassOf human:EnergyEndUse .
rdfs:subClassOf human:EnergyEndUse ;
rdfs:label "water heating"@en .


### http://sweetontology.net/human/Work
human:Work rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .
rdfs:subClassOf human:HumanActivity ;
rdfs:label "work"@en .


### http://sweetontology.net/repr/Knowledge
know:Knowledge rdf:type owl:Class .


### Generated by the OWL API (version 5.1.2.2017-10-13T07:13:07Z) https://github.com/owlcs/owlapi/
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
59 changes: 39 additions & 20 deletions src/humanAgriculture.ttl
Expand Up @@ -45,13 +45,15 @@ agri:Agriculture rdf:type owl:Class ;

### http://sweetontology.net/humanAgriculture/AnimalProduction
agri:AnimalProduction rdf:type owl:Class ;
rdfs:subClassOf agri:Agriculture .
rdfs:subClassOf agri:Agriculture ;
rdfs:label "animal production"@en .


### http://sweetontology.net/humanAgriculture/Apiculture
agri:Apiculture rdf:type owl:Class ;
owl:equivalentClass agri:Beekeeping ;
rdfs:subClassOf agri:AnimalProduction .
rdfs:subClassOf agri:AnimalProduction ;
rdfs:label "apiculture"@en .


### http://sweetontology.net/humanAgriculture/Aquaculture
Expand All @@ -60,56 +62,66 @@ agri:Aquaculture rdf:type owl:Class ;
[ rdf:type owl:Restriction ;
owl:onProperty screla:hasSpecies ;
owl:allValuesFrom anim:MarineAnimal
] .
] ;
rdfs:label "aquaculture"@en .


### http://sweetontology.net/humanAgriculture/Beekeeping
agri:Beekeeping rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty screla:hasSpecies ;
owl:allValuesFrom anim:Bee
] .
] ;
rdfs:label "beekeeping"@en .


### http://sweetontology.net/humanAgriculture/Breeding
agri:Breeding rdf:type owl:Class ;
rdfs:subClassOf agri:AnimalProduction .
rdfs:subClassOf agri:AnimalProduction ;
rdfs:label "breeding"@en .


### http://sweetontology.net/humanAgriculture/CropProduction
agri:CropProduction rdf:type owl:Class ;
rdfs:subClassOf agri:PlantProduction .
rdfs:subClassOf agri:PlantProduction ;
rdfs:label "crop production"@en .


### http://sweetontology.net/humanAgriculture/Cultivation
agri:Cultivation rdf:type owl:Class ;
rdfs:subClassOf agri:Agriculture .
rdfs:subClassOf agri:Agriculture ;
rdfs:label "cultivation"@en .


### http://sweetontology.net/humanAgriculture/DripIrrigation
agri:DripIrrigation rdf:type owl:Class ;
rdfs:subClassOf agri:Agriculture .
rdfs:subClassOf agri:Agriculture ;
rdfs:label "drip irrigation"@en .


### http://sweetontology.net/humanAgriculture/FishProduction
agri:FishProduction rdf:type owl:Class ;
rdfs:subClassOf agri:AnimalProduction ,
agri:Aquaculture .
agri:Aquaculture ;
rdfs:label "fish production"@en .


### http://sweetontology.net/humanAgriculture/Fishing
agri:Fishing rdf:type owl:Class ;
rdfs:subClassOf comm:Production .
rdfs:subClassOf comm:Production ;
rdfs:label "fishing"@en .


### http://sweetontology.net/humanAgriculture/Harvesting
agri:Harvesting rdf:type owl:Class ;
rdfs:subClassOf agri:PlantProduction .
rdfs:subClassOf agri:PlantProduction ;
rdfs:label "harvesting"@en .


### http://sweetontology.net/humanAgriculture/Horticulture
agri:Horticulture rdf:type owl:Class ;
rdfs:subClassOf agri:Agriculture .
rdfs:subClassOf agri:Agriculture ;
rdfs:label "horticulture"@en .


### http://sweetontology.net/humanAgriculture/Irrigation
Expand All @@ -118,22 +130,26 @@ agri:Irrigation rdf:type owl:Class ;
[ rdf:type owl:Restriction ;
owl:onProperty crela:hasSubstance ;
owl:hasValue comp:Water
] .
] ;
rdfs:label "irrigation"@en .


### http://sweetontology.net/humanAgriculture/Logging
agri:Logging rdf:type owl:Class ;
rdfs:subClassOf comm:Production .
rdfs:subClassOf comm:Production ;
rdfs:label "logging"@en .


### http://sweetontology.net/humanAgriculture/Overfishing
agri:Overfishing rdf:type owl:Class ;
rdfs:subClassOf agri:Fishing .
rdfs:subClassOf agri:Fishing ;
rdfs:label "overfishing"@en .


### http://sweetontology.net/humanAgriculture/PlantProduction
agri:PlantProduction rdf:type owl:Class ;
rdfs:subClassOf agri:Agriculture .
rdfs:subClassOf agri:Agriculture ;
rdfs:label "plant production"@en .


### http://sweetontology.net/humanAgriculture/Sericulture
Expand All @@ -142,18 +158,21 @@ agri:Sericulture rdf:type owl:Class ;
[ rdf:type owl:Restriction ;
owl:onProperty screla:hasSpecies ;
owl:allValuesFrom anim:Silkworm
] .
] ;
rdfs:label "sericulture"@en .


### http://sweetontology.net/humanAgriculture/ShellfishProduction
agri:ShellfishProduction rdf:type owl:Class ;
rdfs:subClassOf agri:AnimalProduction ,
agri:Aquaculture .
agri:Aquaculture ;
rdfs:label "shellfish production"@en .


### http://sweetontology.net/humanAgriculture/SoilCultivation
agri:SoilCultivation rdf:type owl:Class ;
rdfs:subClassOf agri:Agriculture .
rdfs:subClassOf agri:Agriculture ;
rdfs:label "soil cultivation"@en .


### http://sweetontology.net/humanCommerce/LandUse
Expand Down Expand Up @@ -184,4 +203,4 @@ anim:Silkworm rdf:type owl:Class .
comp:Water rdf:type owl:NamedIndividual .


### Generated by the OWL API (version 5.1.2.2017-10-13T07:13:07Z) https://github.com/owlcs/owlapi/
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

0 comments on commit eb81063

Please sign in to comment.