Skip to content

Commit

Permalink
re-run prettify script on latest from master
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Nov 23, 2017
1 parent f3f8b80 commit ed4b900
Show file tree
Hide file tree
Showing 225 changed files with 46,387 additions and 22,762 deletions.
160 changes: 109 additions & 51 deletions human.ttl
Original file line number Diff line number Diff line change
@@ -1,77 +1,135 @@
@prefix human: <http://sweetontology.net/human/> .
@prefix know: <http://sweetontology.net/repr/> .
@prefix : <http://sweetontology.net/human/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix know: <http://sweetontology.net/repr/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix human: <http://sweetontology.net/human/> .
@base <http://sweetontology.net/human> .

<http://sweetontology.net/human> rdf:type owl:Ontology ;
owl:imports <http://sweetontology.net/repr> ;
rdfs:label "SWEET Ontology" ;
owl:versionInfo "3.1.0" .

#################################################################
# Classes
#################################################################

### http://sweetontology.net/human/Behavior
human:Behavior rdf:type owl:Class ;
rdfs:subClassOf human:PsychologicalParameter .


### http://sweetontology.net/human/Census
human:Census rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


### http://sweetontology.net/human/CivilDisturbance
human:CivilDisturbance rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .


### http://sweetontology.net/human/Colonization
human:Colonization rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


### http://sweetontology.net/human/ConsumptiveUse
human:ConsumptiveUse rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


### http://sweetontology.net/human/EnergyEndUse
human:EnergyEndUse rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


### http://sweetontology.net/human/HumanActivity
human:HumanActivity rdf:type owl:Class .


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


### http://sweetontology.net/human/HumanNeed
human:HumanNeed rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


### http://sweetontology.net/human/Manned
human:Manned rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity ;
owl:disjointWith human:Unmanned .


### http://sweetontology.net/human/Mapping
human:Mapping rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


### http://sweetontology.net/human/Profession
human:Profession rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .


<http://sweetontology.net/human> a owl:Ontology ;
owl:versionInfo "3.1.0" ;
rdfs:label "SWEET Ontology" ;
owl:imports <http://sweetontology.net/repr> .
### http://sweetontology.net/human/PsychologicalParameter
human:PsychologicalParameter rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .

<http://sweetontology.net/human/Behavior> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/PsychologicalParameter> .

<http://sweetontology.net/human/Census> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .
### http://sweetontology.net/human/Recreation
human:Recreation rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .

<http://sweetontology.net/human/CivilDisturbance> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/SocialActivity> .

<http://sweetontology.net/human/HumanActivity> a owl:Class .
### http://sweetontology.net/human/Service
human:Service rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .

<http://sweetontology.net/human/HumanCapital> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> , <http://sweetontology.net/repr/Knowledge> .

<http://sweetontology.net/human/HumanNeed> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .
### http://sweetontology.net/human/SocialActivity
human:SocialActivity rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .

<http://sweetontology.net/human/Profession> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .

<http://sweetontology.net/human/PsychologicalParameter> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/SocialActivity> .
### http://sweetontology.net/human/SocialBehavior
human:SocialBehavior rdf:type owl:Class ;
rdfs:subClassOf human:SocialActivity .

<http://sweetontology.net/human/Recreation> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/SocialActivity> .

<http://sweetontology.net/human/Service> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .
### http://sweetontology.net/human/SpaceCooling
human:SpaceCooling rdf:type owl:Class ;
rdfs:subClassOf human:EnergyEndUse .

<http://sweetontology.net/human/SocialActivity> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .

<http://sweetontology.net/human/SocialBehavior> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/SocialActivity> .
### http://sweetontology.net/human/SpaceHeating
human:SpaceHeating rdf:type owl:Class ;
rdfs:subClassOf human:EnergyEndUse .

<http://sweetontology.net/human/Work> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .

<http://sweetontology.net/human/Manned> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .
### http://sweetontology.net/human/Unmanned
human:Unmanned rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .

<http://sweetontology.net/human/Unmanned> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> ;
owl:disjointWith <http://sweetontology.net/human/Manned> .

<http://sweetontology.net/human/Colonization> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .
### http://sweetontology.net/human/WaterHeating
human:WaterHeating rdf:type owl:Class ;
rdfs:subClassOf human:EnergyEndUse .

<http://sweetontology.net/human/ConsumptiveUse> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .

<http://sweetontology.net/human/Mapping> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .
### http://sweetontology.net/human/Work
human:Work rdf:type owl:Class ;
rdfs:subClassOf human:HumanActivity .

<http://sweetontology.net/human/EnergyEndUse> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/HumanActivity> .

<http://sweetontology.net/human/SpaceCooling> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/EnergyEndUse> .
### http://sweetontology.net/repr/Knowledge
know:Knowledge rdf:type owl:Class .

<http://sweetontology.net/human/SpaceHeating> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/EnergyEndUse> .

<http://sweetontology.net/human/WaterHeating> a owl:Class ;
rdfs:subClassOf <http://sweetontology.net/human/EnergyEndUse> .
### Generated by the OWL API (version 5.1.2.2017-10-13T07:13:07Z) https://github.com/owlcs/owlapi/
Loading

0 comments on commit ed4b900

Please sign in to comment.