@prefix : .
@prefix sorepsmo: .
@prefix dcterms: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix sorepdsa: .
@prefix sorepmfo: .
@prefix rdfs: .
@prefix sorepds: .
@prefix sorepmso: .
@prefix sohu: .
@prefix sorelm: .
@prefix sorelpr: .
@base .
rdf:type owl:Ontology ;
owl:imports ,
,
,
,
,
;
rdfs:label "SWEET Ontology Representation Data Servcie Analysis" ;
dcterms:license ;
owl:versionInfo "3.6.0" .
#################################################################
# Object Properties
#################################################################
### http://sweetontology.net/relaMath/hasBasisFunction
sorelm:hasBasisFunction rdf:type owl:ObjectProperty .
### http://sweetontology.net/relaProvenance/hasDataService
sorelpr:hasDataService rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
### http://sweetontology.net/reprDataService/DataService
sorepds:DataService rdf:type owl:Class .
### http://sweetontology.net/reprDataServiceAnalysis/Animate
sorepdsa:Animate rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Animation ;
rdfs:label "animate"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Animation
sorepdsa:Animation rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Visualization ;
rdfs:label "animation"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Assimilate
sorepdsa:Assimilate rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Assimilation ;
rdfs:label "assimilate"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Assimilation
sorepdsa:Assimilation rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Parameterize ;
rdfs:label "assimilation"@en .
### http://sweetontology.net/reprDataServiceAnalysis/AssociationRuleLearning
sorepdsa:AssociationRuleLearning rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Parameterize ;
rdfs:label "association rule learning"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Classification
sorepdsa:Classification rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Classifier ,
sorepdsa:Classify ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "classification"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Classifier
sorepdsa:Classifier rdf:type owl:Class ;
rdfs:label "classifier"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Classify
sorepdsa:Classify rdf:type owl:Class ;
rdfs:label "classify"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Cluster
sorepdsa:Cluster rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Clustering ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "cluster"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Clustering
sorepdsa:Clustering rdf:type owl:Class ;
rdfs:label "clustering"@en .
### http://sweetontology.net/reprDataServiceAnalysis/DataAnalysisService
sorepdsa:DataAnalysisService rdf:type owl:Class ;
rdfs:subClassOf sorepds:DataService ;
rdfs:label "data analysis service"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Filter
sorepdsa:Filter rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:SpectralAnalysis ;
rdfs:label "filter"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Fit
sorepdsa:Fit rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Fitting ;
rdfs:subClassOf sorepdsa:Parameterize ;
rdfs:label "fit"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Fitting
sorepdsa:Fitting rdf:type owl:Class ;
rdfs:label "fitting"@en .
### http://sweetontology.net/reprDataServiceAnalysis/FourierAnalysis
sorepdsa:FourierAnalysis rdf:type owl:Class ;
owl:equivalentClass sorepdsa:FourierTransform ;
rdfs:subClassOf sorepdsa:SpectralAnalysis ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelm:hasBasisFunction ;
owl:allValuesFrom sorepmfo:FourierFunction
] ;
rdfs:label "fourier analysis"@en .
### http://sweetontology.net/reprDataServiceAnalysis/FourierTransform
sorepdsa:FourierTransform rdf:type owl:Class ;
rdfs:label "fourier transform"@en .
### http://sweetontology.net/reprDataServiceAnalysis/FrequencyDomainAnalysis
sorepdsa:FrequencyDomainAnalysis rdf:type owl:Class ;
owl:equivalentClass sorepdsa:SpectralAnalysis ;
rdfs:label "frequency domain analysis"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Interpolate
sorepdsa:Interpolate rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Interpolation ;
rdfs:subClassOf sorepds:DataService ;
rdfs:label "interpolate"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Interpolation
sorepdsa:Interpolation rdf:type owl:Class ;
rdfs:label "interpolation"@en .
### http://sweetontology.net/reprDataServiceAnalysis/InterpolationMethod
sorepdsa:InterpolationMethod rdf:type owl:Class ;
rdfs:subClassOf sorepmso:Algorithm ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelpr:hasDataService ;
owl:allValuesFrom sorepdsa:Interpolation
] ;
rdfs:label "interpolation method"@en .
### http://sweetontology.net/reprDataServiceAnalysis/KnowledgeDiscovery
sorepdsa:KnowledgeDiscovery rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "knowledge discovery"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Overlay
sorepdsa:Overlay rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Visualization ;
rdfs:label "overlay"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Parameterize
sorepdsa:Parameterize rdf:type owl:Class ;
owl:equivalentClass sorepsmo:Parameterization ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "parameterize"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Plot
sorepdsa:Plot rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Visualization ;
rdfs:label "plot"@en .
### http://sweetontology.net/reprDataServiceAnalysis/PowerSpectrum
sorepdsa:PowerSpectrum rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Spectrum ;
rdfs:label "power spectrum"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Reanalysis
sorepdsa:Reanalysis rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Reanalyze ;
rdfs:label "reanalysis"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Reanalyze
sorepdsa:Reanalyze rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "reanalyze"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Reconstruct
sorepdsa:Reconstruct rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Reconstruction ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "reconstruct"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Reconstruction
sorepdsa:Reconstruction rdf:type owl:Class ;
rdfs:label "reconstruction"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Scattergram
sorepdsa:Scattergram rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Plot ;
rdfs:label "scattergram"@en .
### http://sweetontology.net/reprDataServiceAnalysis/SpectralAnalysis
sorepdsa:SpectralAnalysis rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "spectral analysis"@en .
### http://sweetontology.net/reprDataServiceAnalysis/SpectralSynthesis
sorepdsa:SpectralSynthesis rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "spectral synthesis"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Spectrum
sorepdsa:Spectrum rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:SpectralAnalysis ;
rdfs:label "spectrum"@en .
### http://sweetontology.net/reprDataServiceAnalysis/SphericalHarmonicAnalysis
sorepdsa:SphericalHarmonicAnalysis rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:SpectralAnalysis ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelm:hasBasisFunction ;
owl:allValuesFrom sorepmfo:SphericalHarmonicFunction
] ;
rdfs:label "spherical harmonic analysis"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Superimpose
sorepdsa:Superimpose rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:Visualization ;
rdfs:label "superimpose"@en .
### http://sweetontology.net/reprDataServiceAnalysis/TimeSeries
sorepdsa:TimeSeries rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "time series"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Train
sorepdsa:Train rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Training ;
rdfs:subClassOf sorepdsa:Parameterize ;
rdfs:label "train"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Training
sorepdsa:Training rdf:type owl:Class ;
rdfs:label "training"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Visualization
sorepdsa:Visualization rdf:type owl:Class ;
owl:equivalentClass sorepdsa:Visualize ;
rdfs:subClassOf sorepdsa:DataAnalysisService ;
rdfs:label "visualization"@en .
### http://sweetontology.net/reprDataServiceAnalysis/Visualize
sorepdsa:Visualize rdf:type owl:Class ;
rdfs:label "visualize"@en .
### http://sweetontology.net/reprDataServiceAnalysis/WaveletAnalysis
sorepdsa:WaveletAnalysis rdf:type owl:Class ;
rdfs:subClassOf sorepdsa:SpectralAnalysis ;
rdfs:label "wavelet analysis"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/FourierFunction
sorepmfo:FourierFunction rdf:type owl:Class .
### http://sweetontology.net/reprMathFunctionOrthogonal/SphericalHarmonicFunction
sorepmfo:SphericalHarmonicFunction rdf:type owl:Class .
### http://sweetontology.net/reprMathSolution/Algorithm
sorepmso:Algorithm rdf:type owl:Class .
### http://sweetontology.net/reprSciModel/Parameterization
sorepsmo:Parameterization rdf:type owl:Class .
#################################################################
# Individuals
#################################################################
### http://sweetontology.net/reprDataServiceAnalysis/DecisionTreeLearning
sorepdsa:DecisionTreeLearning rdf:type owl:NamedIndividual ,
sorepdsa:Classifier ;
rdfs:label "decision tree learning"@en .
### http://sweetontology.net/reprDataServiceAnalysis/DistanceWeighting
sorepdsa:DistanceWeighting rdf:type owl:NamedIndividual ,
sorepdsa:InterpolationMethod ;
rdfs:label "distance weighting"@en .
### http://sweetontology.net/reprDataServiceAnalysis/NaiveBayes
sorepdsa:NaiveBayes rdf:type owl:NamedIndividual ,
sorepdsa:Classifier ;
rdfs:label "naive bayes"@en .
### http://sweetontology.net/reprDataServiceAnalysis/NearestNeighbor
sorepdsa:NearestNeighbor rdf:type owl:NamedIndividual ,
sorepdsa:InterpolationMethod ;
rdfs:label "nearest neighbor"@en .
### http://sweetontology.net/reprDataServiceAnalysis/NeuralNetwork
sorepdsa:NeuralNetwork rdf:type owl:NamedIndividual ,
sorepdsa:Classifier ;
rdfs:label "neural network"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi