@prefix : .
@prefix owl: .
@prefix dcterms: .
@prefix rdf: .
@prefix sohur: .
@prefix xml: .
@prefix xsd: .
@prefix sorepmf: .
@prefix sorepm: .
@prefix sorepsmo: .
@prefix sorepmo: .
@prefix rdfs: .
@prefix sorel: .
@prefix sorepmst: .
@prefix sorelm: .
@prefix sostsy: .
@base .
rdf:type owl:Ontology ;
owl:imports ,
,
,
,
,
,
;
rdfs:label "SWEET Ontology Representation Mathematics Statistics" ;
dcterms:license ;
owl:versionInfo "3.6.0" .
#################################################################
# Object Properties
#################################################################
### http://sweetontology.net/rela/hasState
sorel:hasState rdf:type owl:ObjectProperty .
### http://sweetontology.net/relaMath/hasStatisticalDistribution
sorelm:hasStatisticalDistribution rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
### http://sweetontology.net/humanResearch/Sample
sohur:Sample rdf:type owl:Class .
### http://sweetontology.net/reprMathStatistics/ANOVA
sorepmst:ANOVA rdf:type owl:Class ;
owl:equivalentClass sorepmst:AnalysisOfVariance ;
rdfs:label "anova"@en .
### http://sweetontology.net/reprMathStatistics/AnalysisOfVariance
sorepmst:AnalysisOfVariance rdf:type owl:Class ;
rdfs:subClassOf sorepmst:HypothesisTest ;
rdfs:label "analysis of variance"@en .
### http://sweetontology.net/reprMathStatistics/ChiSquareTest
sorepmst:ChiSquareTest rdf:type owl:Class ;
rdfs:subClassOf sorepmst:HypothesisTest ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelm:hasStatisticalDistribution ;
owl:allValuesFrom sorepmf:ChiSquare
] ;
rdfs:label "chi square test"@en .
### http://sweetontology.net/reprMathStatistics/GeneralLinearModel
sorepmst:GeneralLinearModel rdf:type owl:Class ;
rdfs:subClassOf sorepmst:Regression ;
rdfs:label "general linear model"@en .
### http://sweetontology.net/reprMathStatistics/GoodnessOfFit
sorepmst:GoodnessOfFit rdf:type owl:Class ;
rdfs:subClassOf sorepmst:Statistics ;
rdfs:label "goodness of fit"@en .
### http://sweetontology.net/reprMathStatistics/HypothesisTest
sorepmst:HypothesisTest rdf:type owl:Class ;
rdfs:subClassOf sorepmst:StatisticalInference ;
rdfs:label "hypothesis test"@en .
### http://sweetontology.net/reprMathStatistics/OLS
sorepmst:OLS rdf:type owl:Class ;
owl:equivalentClass sorepmst:OrdinaryLeastSquares ;
rdfs:label "ols"@en .
### http://sweetontology.net/reprMathStatistics/OrdinaryLeastSquares
sorepmst:OrdinaryLeastSquares rdf:type owl:Class ;
rdfs:subClassOf sorepmst:Regression ;
rdfs:label "ordinary least squares"@en .
### http://sweetontology.net/reprMathStatistics/Regression
sorepmst:Regression rdf:type owl:Class ;
rdfs:subClassOf sorepmst:StatisticalOperation ;
rdfs:label "regression"@en .
### http://sweetontology.net/reprMathStatistics/SampleStatistics
sorepmst:SampleStatistics rdf:type owl:Class ;
rdfs:subClassOf sorepmst:Statistics ;
rdfs:label "sample statistics"@en .
### http://sweetontology.net/reprMathStatistics/Sampling
sorepmst:Sampling rdf:type owl:Class ;
rdfs:subClassOf sorepmst:StatisticalOperation , sorepsmo:Sampling ;
rdfs:label "sampling"@en .
### http://sweetontology.net/reprMathStatistics/StatisticalDistribution
sorepmst:StatisticalDistribution rdf:type owl:Class ;
rdfs:subClassOf sorepmf:DistributionFunction ;
rdfs:label "statistical distribution"@en .
### http://sweetontology.net/reprMathStatistics/StatisticalInference
sorepmst:StatisticalInference rdf:type owl:Class ;
rdfs:subClassOf sorepmst:StatisticalOperation ;
rdfs:label "statistical inference"@en .
### http://sweetontology.net/reprMathStatistics/StatisticalOperation
sorepmst:StatisticalOperation rdf:type owl:Class ;
rdfs:subClassOf sorepmo:Operation ;
rdfs:label "statistical operation"@en .
### http://sweetontology.net/reprMathStatistics/StatisticalSample
sorepmst:StatisticalSample rdf:type owl:Class ;
rdfs:subClassOf sorepsmo:Sample ,
[ rdf:type owl:Restriction ;
owl:onProperty sorel:hasState ;
owl:hasValue sostsy:Random
] ;
rdfs:label "statistical sample"@en .
### http://sweetontology.net/reprMathStatistics/Statistics
sorepmst:Statistics rdf:type owl:Class ;
rdfs:subClassOf sorepm:NumericalEntity ;
rdfs:label "statistics"@en .
### http://sweetontology.net/reprMathStatistics/ZTest
sorepmst:ZTest rdf:type owl:Class ;
rdfs:subClassOf sorepmst:HypothesisTest ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelm:hasStatisticalDistribution ;
owl:allValuesFrom sorepmf:Normal
] ;
rdfs:label "z test"@en .
### http://sweetontology.net/reprMathStatistics/tTest
sorepmst:tTest rdf:type owl:Class ;
rdfs:subClassOf sorepmst:HypothesisTest ;
rdfs:label "t test"@en .
#################################################################
# Individuals
#################################################################
### http://sweetontology.net/stateSystem/Random
sostsy:Random rdf:type owl:NamedIndividual .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi