Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-57 Warnings in Protégé #83

Merged
merged 1 commit into from
Feb 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions src/humanDecision.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
# Classes
#################################################################

### http://org.semanticweb.owlapi/error#Error1
<http://org.semanticweb.owlapi/error#Error1> rdf:type owl:Class .


### http://org.semanticweb.owlapi/error#Error2
<http://org.semanticweb.owlapi/error#Error2> rdf:type owl:Class .


### http://org.semanticweb.owlapi/error#Error3
<http://org.semanticweb.owlapi/error#Error3> rdf:type owl:Class .


### http://sweetontology.net/humanDecision/Allocation
dec:Allocation rdf:type owl:Class ;
rdfs:subClassOf dec:DecisionActivity .
Expand Down Expand Up @@ -127,20 +115,17 @@ dec:LocationAllocation rdf:type owl:Class ;

### http://sweetontology.net/humanDecision/Multiattribute
dec:Multiattribute rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error2> ,
dec:DecisionActivity .
rdfs:subClassOf dec:DecisionActivity .


### http://sweetontology.net/humanDecision/Multiobjective
dec:Multiobjective rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error3> ,
dec:DecisionActivity .
rdfs:subClassOf dec:DecisionActivity .


### http://sweetontology.net/humanDecision/MultipleDecisionMaker
dec:MultipleDecisionMaker rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error1> ,
dec:DecisionActivity .
rdfs:subClassOf dec:DecisionActivity .


### http://sweetontology.net/humanDecision/Objective
Expand Down
14 changes: 2 additions & 12 deletions src/humanTransportation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
# Classes
#################################################################

### http://org.semanticweb.owlapi/error#Error4
<http://org.semanticweb.owlapi/error#Error4> rdf:type owl:Class .


### http://org.semanticweb.owlapi/error#Error5
<http://org.semanticweb.owlapi/error#Error5> rdf:type owl:Class .


### http://sweetontology.net/humanTransportation/AirTraffic
trans:AirTraffic rdf:type owl:Class ;
rdfs:subClassOf hum:HumanActivity .
Expand All @@ -57,8 +49,7 @@ trans:AirTransportation rdf:type owl:Class ;

### http://sweetontology.net/humanTransportation/Arrival
trans:Arrival rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error4> ,
hum:HumanActivity .
rdfs:subClassOf hum:HumanActivity .


### http://sweetontology.net/humanTransportation/Ascent
Expand All @@ -82,8 +73,7 @@ trans:CivilAviation rdf:type owl:Class ;

### http://sweetontology.net/humanTransportation/Departure
trans:Departure rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error5> ,
hum:HumanActivity .
rdfs:subClassOf hum:HumanActivity .


### http://sweetontology.net/humanTransportation/Descent
Expand Down
7 changes: 1 addition & 6 deletions src/phenCycleMaterial.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ crela:hasSubstance rdf:type owl:ObjectProperty .
# Classes
#################################################################

### http://org.semanticweb.owlapi/error#Error6
<http://org.semanticweb.owlapi/error#Error6> rdf:type owl:Class .


### http://sweetontology.net/phenCycleMaterial/BiogeochemicalCycle
recy:BiogeochemicalCycle rdf:type owl:Class ;
rdfs:subClassOf recy:MaterialCycle ,
Expand Down Expand Up @@ -80,8 +76,7 @@ recy:HydrologicalCycle rdf:type owl:Class .

### http://sweetontology.net/phenCycleMaterial/MaterialCycle
recy:MaterialCycle rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error6> ,
graph:Cycle .
rdfs:subClassOf graph:Cycle .


### http://sweetontology.net/phenCycleMaterial/NitrogenCycle
Expand Down
7 changes: 1 addition & 6 deletions src/propFraction.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ screla:measureOf rdf:type owl:ObjectProperty .
# Classes
#################################################################

### http://org.semanticweb.owlapi/error#Error7
<http://org.semanticweb.owlapi/error#Error7> rdf:type owl:Class .


### http://sweetontology.net/propFraction/Absorptance
med:Absorptance rdf:type owl:Class ;
rdfs:subClassOf prop:WaveProperty ,
Expand Down Expand Up @@ -111,8 +107,7 @@ med:Coherence rdf:type owl:Class ;

### http://sweetontology.net/propFraction/ConditionalProbability
med:ConditionalProbability rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error7> ,
med:Probability .
rdfs:subClassOf med:Probability .


### http://sweetontology.net/propFraction/Correlation
Expand Down
21 changes: 3 additions & 18 deletions src/propQuantity.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ screla:hasUnit rdf:type owl:ObjectProperty .
# Classes
#################################################################

### http://org.semanticweb.owlapi/error#Error10
<http://org.semanticweb.owlapi/error#Error10> rdf:type owl:Class .


### http://org.semanticweb.owlapi/error#Error8
<http://org.semanticweb.owlapi/error#Error8> rdf:type owl:Class .


### http://org.semanticweb.owlapi/error#Error9
<http://org.semanticweb.owlapi/error#Error9> rdf:type owl:Class .


### http://sweetontology.net/propQuantity/BalanceEquation
quan:BalanceEquation rdf:type owl:Class ;
owl:equivalentClass quan:BudgetEquation .
Expand Down Expand Up @@ -123,8 +111,7 @@ quan:IntensiveProperty rdf:type owl:Class ;

### http://sweetontology.net/propQuantity/IntervalQuantity
quan:IntervalQuantity rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error9> ,
quan:ScientificQuantity .
rdfs:subClassOf quan:ScientificQuantity .


### http://sweetontology.net/propQuantity/PhysicalConstant
Expand All @@ -150,8 +137,7 @@ quan:QuantitativeProperty rdf:type owl:Class ;

### http://sweetontology.net/propQuantity/Quantity
quan:Quantity rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error8> ,
quan:ScientificQuantity .
rdfs:subClassOf quan:ScientificQuantity .


### http://sweetontology.net/propQuantity/RadiationMediumInteractionQuantity
Expand Down Expand Up @@ -193,8 +179,7 @@ quan:VectorPotential rdf:type owl:Class ;

### http://sweetontology.net/propQuantity/VectorQuantity
quan:VectorQuantity rdf:type owl:Class ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error10> ,
quan:ScientificQuantity .
rdfs:subClassOf quan:ScientificQuantity .


### http://sweetontology.net/reprMath/Constant
Expand Down
7 changes: 1 addition & 6 deletions src/propSpaceLocation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ rela:hasState rdf:type owl:ObjectProperty .
# Classes
#################################################################

### http://org.semanticweb.owlapi/error#Error11
<http://org.semanticweb.owlapi/error#Error11> rdf:type owl:Class .


### http://sweetontology.net/propSpaceLocation/Center
loca:Center rdf:type owl:Class ;
rdfs:subClassOf loca:Location .
Expand Down Expand Up @@ -79,8 +75,7 @@ loca:LagrangianPoint rdf:type owl:Class ;
### http://sweetontology.net/propSpaceLocation/Location
loca:Location rdf:type owl:Class ;
owl:equivalentClass loca:Position ;
rdfs:subClassOf <http://org.semanticweb.owlapi/error#Error11> ,
space:SpatialProperty ,
rdfs:subClassOf space:SpatialProperty ,
obj:Point .


Expand Down