@prefix : <http://sweetontology.net/reprDataServiceValidation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sohur: <http://sweetontology.net/humanResearch/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorepds: <http://sweetontology.net/reprDataService/> .
@prefix sorepdsv: <http://sweetontology.net/reprDataServiceValidation/> .
@base <http://sweetontology.net/reprDataServiceValidation> .

<http://sweetontology.net/reprDataServiceValidation> rdf:type owl:Ontology ;
                                                      owl:imports <http://sweetontology.net/humanResearch> ,
                                                                  <http://sweetontology.net/reprDataService> ;
                                                      rdfs:label "SWEET Ontology Representation Data Service Validation" ;
                                                      dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                      owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/humanResearch/Evidence
sohur:Evidence rdf:type owl:Class .


###  http://sweetontology.net/reprDataServiceValidation/Acceptance
sorepdsv:Acceptance rdf:type owl:Class ;
                 rdfs:subClassOf sorepds:DataService ;
                 rdfs:label "acceptance"@en .


###  http://sweetontology.net/reprDataServiceValidation/BinaryMask
sorepdsv:BinaryMask rdf:type owl:Class ;
                 owl:equivalentClass sorepdsv:Mask ;
                 rdfs:label "binary mask"@en .


###  http://sweetontology.net/reprDataServiceValidation/Calibrate
sorepdsv:Calibrate rdf:type owl:Class ;
                owl:equivalentClass sorepdsv:Calibration ;
                rdfs:label "calibrate"@en .


###  http://sweetontology.net/reprDataServiceValidation/Calibration
sorepdsv:Calibration rdf:type owl:Class ;
                  rdfs:subClassOf sorepdsv:Verification ;
                  rdfs:label "calibration"@en .


###  http://sweetontology.net/reprDataServiceValidation/Certificate
sorepdsv:Certificate rdf:type owl:Class ;
                  rdfs:subClassOf sorepdsv:ValidationEvidence ;
                  rdfs:label "certificate"@en .


###  http://sweetontology.net/reprDataServiceValidation/Copyright
sorepdsv:Copyright rdf:type owl:Class ;
                rdfs:subClassOf sorepdsv:ValidationEvidence ;
                rdfs:label "copyright"@en .


###  http://sweetontology.net/reprDataServiceValidation/DataCleaning
sorepdsv:DataCleaning rdf:type owl:Class ;
                   rdfs:subClassOf sorepdsv:Verification ;
                   rdfs:label "data cleaning"@en .


###  http://sweetontology.net/reprDataServiceValidation/Encoding
sorepdsv:Encoding rdf:type owl:Class ;
               rdfs:subClassOf sorepdsv:SecurityMethod ;
               rdfs:label "encoding"@en .


###  http://sweetontology.net/reprDataServiceValidation/Encryption
sorepdsv:Encryption rdf:type owl:Class ;
                 rdfs:subClassOf sorepdsv:SecurityMethod ;
                 rdfs:label "encryption"@en .


###  http://sweetontology.net/reprDataServiceValidation/Intercalibration
sorepdsv:Intercalibration rdf:type owl:Class ;
                       rdfs:subClassOf sorepdsv:Calibration ;
                       rdfs:label "intercalibration"@en .


###  http://sweetontology.net/reprDataServiceValidation/Key
sorepdsv:Key rdf:type owl:Class ;
          rdfs:subClassOf sorepdsv:SecurityMethod ;
          rdfs:label "key"@en .


###  http://sweetontology.net/reprDataServiceValidation/Mask
sorepdsv:Mask rdf:type owl:Class ;
           rdfs:subClassOf sorepds:DataService ;
           rdfs:label "mask"@en .


###  http://sweetontology.net/reprDataServiceValidation/PixelScreening
sorepdsv:PixelScreening rdf:type owl:Class ;
                     rdfs:subClassOf sorepdsv:QualityScreening ;
                     rdfs:label "pixel screening"@en .


###  http://sweetontology.net/reprDataServiceValidation/QualityScreening
sorepdsv:QualityScreening rdf:type owl:Class ;
                       rdfs:subClassOf sorepdsv:Verification ;
                       rdfs:label "quality screening"@en .


###  http://sweetontology.net/reprDataServiceValidation/SecurityMethod
sorepdsv:SecurityMethod rdf:type owl:Class ;
                     rdfs:subClassOf sorepdsv:Verification ;
                     rdfs:label "security method"@en .


###  http://sweetontology.net/reprDataServiceValidation/Signature
sorepdsv:Signature rdf:type owl:Class ;
                rdfs:subClassOf sorepdsv:ValidationEvidence ;
                rdfs:label "signature"@en .


###  http://sweetontology.net/reprDataServiceValidation/Validation
sorepdsv:Validation rdf:type owl:Class ;
                 rdfs:subClassOf sorepdsv:Verification ;
                 rdfs:label "validation"@en .


###  http://sweetontology.net/reprDataServiceValidation/ValidationEvidence
sorepdsv:ValidationEvidence rdf:type owl:Class ;
                         rdfs:subClassOf sohur:Evidence ,
                                         sorepdsv:Validation ;
                         rdfs:label "validation evidence"@en .


###  http://sweetontology.net/reprDataServiceValidation/Verification
sorepdsv:Verification rdf:type owl:Class ;
                   owl:equivalentClass sorepdsv:Verify ;
                   rdfs:label "verification"@en .


###  http://sweetontology.net/reprDataServiceValidation/Verify
sorepdsv:Verify rdf:type owl:Class ;
             rdfs:subClassOf sorepds:DataService ;
             rdfs:label "verify"@en .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
