@prefix : .
@prefix owl: .
@prefix dcterms: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix sorepmf: .
@prefix sorepm: .
@prefix sorepmfo: .
@prefix rdfs: .
@prefix sorep: .
@prefix sorelm: .
@base .
rdf:type owl:Ontology ;
owl:imports ,
,
;
rdfs:label "SWEET Ontology Representation Mathematics Function Orthogonal" ;
dcterms:license ;
owl:versionInfo "3.6.0" .
#################################################################
# Classes
#################################################################
### http://sweetontology.net/reprMathFunctionOrthogonal/Coefficient
sorepmfo:Coefficient rdf:type owl:Class ;
rdfs:subClassOf sorepm:Scalar ;
rdfs:label "coefficient"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/Degree
sorepmfo:Degree rdf:type owl:Class ;
rdfs:subClassOf sorepmfo:Harmonic ;
rdfs:label "degree"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/Fourier
sorepmfo:Fourier rdf:type owl:Class ;
owl:equivalentClass sorepmfo:FourierFunction ;
rdfs:subClassOf sorepmf:ExponentialFunction ;
rdfs:label "fourier"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/FourierFunction
sorepmfo:FourierFunction rdf:type owl:Class ;
rdfs:label "fourier function"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/Harmonic
sorepmfo:Harmonic rdf:type owl:Class ;
rdfs:subClassOf sorep:Coordinate ;
rdfs:label "harmonic"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/Mode
sorepmfo:Mode rdf:type owl:Class ;
rdfs:subClassOf sorepmfo:Harmonic ;
rdfs:label "mode"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/Order
sorepmfo:Order rdf:type owl:Class ;
rdfs:subClassOf sorepmfo:Harmonic ;
rdfs:label "order"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/OrthogonalFunction
sorepmfo:OrthogonalFunction rdf:type owl:Class ;
rdfs:subClassOf sorepmf:BasisFunction ;
rdfs:label "orthogonal function"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/SphericalHarmonic
sorepmfo:SphericalHarmonic rdf:type owl:Class ;
owl:equivalentClass sorepmfo:SphericalHarmonicFunction ;
rdfs:subClassOf sorepmf:TranscendentalFunction ,
sorepmfo:OrthogonalFunction ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelm:hasDegree ;
owl:cardinality "1"^^xsd:nonNegativeInteger
] ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelm:hasOrder ;
owl:cardinality "1"^^xsd:nonNegativeInteger
] ;
rdfs:label "spherical harmonic"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/SphericalHarmonicFunction
sorepmfo:SphericalHarmonicFunction rdf:type owl:Class ;
rdfs:label "spherical harmonic function"@en .
### http://sweetontology.net/reprMathFunctionOrthogonal/WaveletFunction
sorepmfo:WaveletFunction rdf:type owl:Class ;
rdfs:subClassOf sorepmfo:OrthogonalFunction ;
rdfs:label "wavelet function"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi