@prefix : <http://hadatac.org/ont/hasneto#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://hadatac.org/ont/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uo: <http://purl.obolibrary.org/obo/uo#> .
@prefix vstoi: <http://hadatac.org/ont/vstoi#> .
@prefix hasneto: <http://hadatac.org/ont/hasneto#> .
@base <http://hadatac.org/ont/hasneto> .

<http://hadatac.org/ont/hasneto> rdf:type owl:Ontology ;
                                 
                                 owl:versionIRI <http://hadatac.org/ont/hasneto/0.7> ;
                                 
                                 owl:imports <http://semanticscience.org/ontology/sio-subset-labels.owl> ,
                                             <http://hadatac.org/ont/prov> ,
                                             <http://hadatac.org/ont/vstoi> ,
                                             <http://purl.obolibrary.org/obo/uo/uo-simple.owl> .

#################################################################
#
#    Object Properties
#
#################################################################


###  http://hadatac.org/ont/hasneto#hasAction

hasneto:hasAction rdf:type owl:ObjectProperty ;
                  
                  rdfs:domain hasneto:DataAcquisition ;
                  
                  rdfs:range hasneto:DataAcquisitionAction .



###  http://hadatac.org/ont/hasneto#hasFirstCoordinateCharacteristic

hasneto:hasFirstCoordinateCharacteristic rdf:type owl:ObjectProperty ;
                                         
                                         rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasFirstCoordinateUnit

hasneto:hasFirstCoordinateUnit rdf:type owl:ObjectProperty ;
                               
                               rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasMaker

hasneto:hasMaker rdf:type owl:ObjectProperty ;
                 
                 rdfs:range hasneto:Maker .



###  http://hadatac.org/ont/hasneto#hasMedia

hasneto:hasMedia rdf:type owl:ObjectProperty ;
                 
                 rdfs:domain vstoi:Instrument .



###  http://hadatac.org/ont/hasneto#hasOperatingTemperatureUnit

hasneto:hasOperatingTemperatureUnit rdf:type owl:ObjectProperty ,
                                             owl:FunctionalProperty ;
                                    
                                    rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasPerspectiveCharacteristic

hasneto:hasPerspectiveCharacteristic rdf:type owl:ObjectProperty ;
                                     
                                     rdfs:domain vstoi:SensingPerspective .



###  http://hadatac.org/ont/hasneto#hasResponseTimeUnit

hasneto:hasResponseTimeUnit rdf:type owl:ObjectProperty ;
                            
                            rdfs:domain vstoi:SensingPerspective .



###  http://hadatac.org/ont/hasneto#hasSecondCoordinateCharacteristic

hasneto:hasSecondCoordinateCharacteristic rdf:type owl:ObjectProperty ;
                                          
                                          rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasSecondCoordinateUnit

hasneto:hasSecondCoordinateUnit rdf:type owl:ObjectProperty ;
                                
                                rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasThirdCoordinateCharacteristic

hasneto:hasThirdCoordinateCharacteristic rdf:type owl:ObjectProperty ;
                                         
                                         rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasThirdCoordinateUnit

hasneto:hasThirdCoordinateUnit rdf:type owl:ObjectProperty ;
                               
                               rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasTimedRoute

hasneto:hasTimedRoute rdf:type owl:ObjectProperty ;
                      
                      rdfs:domain vstoi:Platform ;
                      
                      rdfs:range hasneto:TimedRoute .



###  http://hadatac.org/ont/hasneto#hasXUnit

hasneto:hasXUnit rdf:type owl:ObjectProperty ;
                 
                 rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasYUnit

hasneto:hasYUnit rdf:type owl:ObjectProperty ;
                 
                 rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#hasZUnit

hasneto:hasZUnit rdf:type owl:ObjectProperty ;
                 
                 rdfs:domain vstoi:Platform .



###  http://hadatac.org/ont/hasneto#recordedIn

hasneto:recordedIn rdf:type owl:ObjectProperty ;
                   
                   rdfs:range vstoi:Dataset .



###  http://hadatac.org/ont/vstoi#hasMeasuredCharacteristic

vstoi:hasMeasuredCharacteristic rdf:type owl:ObjectProperty ;
                                
                                rdfs:domain vstoi:Detector .


###  http://purl.obolibrary.org/obo/uo#is_unit_of

uo:is_unit_of owl:equivalentProperty sio:isAttributeOf .


###  http://semanticscience.org/resource/isAttributeOf






#################################################################
#
#    Data properties
#
#################################################################


###  http://hadatac.org/ont/hasneto#hasFirstCoordinate

hasneto:hasFirstCoordinate rdf:type owl:DatatypeProperty .



###  http://hadatac.org/ont/hasneto#hasImage

hasneto:hasImage rdf:type owl:DatatypeProperty ;
                 
                 rdfs:range xsd:string .



###  http://hadatac.org/ont/hasneto#hasParameterName

hasneto:hasParameterName rdf:type owl:DatatypeProperty ;
                         
                         rdfs:range xsd:string .



###  http://hadatac.org/ont/hasneto#hasParameterValue

hasneto:hasParameterValue rdf:type owl:DatatypeProperty ;
                          
                          rdfs:range xsd:string .



###  http://hadatac.org/ont/hasneto#hasSecondCoordinate

hasneto:hasSecondCoordinate rdf:type owl:DatatypeProperty .



###  http://hadatac.org/ont/hasneto#hasThirdCoordinate

hasneto:hasThirdCoordinate rdf:type owl:DatatypeProperty .





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


###  http://hadatac.org/ont/hasneto#Attribute

hasneto:Attribute rdf:type owl:Class ;
                  
                  rdfs:subClassOf prov:Entity .



###  http://hadatac.org/ont/hasneto#ConfigurationFile

hasneto:ConfigurationFile rdf:type owl:Class ;
                          
                          rdfs:subClassOf prov:Entity .



###  http://hadatac.org/ont/hasneto#Configurator

hasneto:Configurator rdf:type owl:Class ;
                     
                     rdfs:subClassOf prov:Person .



###  http://hadatac.org/ont/hasneto#DataAcquisition

hasneto:DataAcquisition rdf:type owl:Class ;
                        
                        rdfs:subClassOf prov:Activity ;
                        
                        rdfs:comment "Process of using instruments to collect data values for attributes of objects of interest. A data acquisition process is composed of a set of data acquisition actions where the the operating procedures for performing the data acquisition actions are exactly the same." .



###  http://hadatac.org/ont/hasneto#DataAcquisitionAction

hasneto:DataAcquisitionAction rdf:type owl:Class ;
                              
                              rdfs:subClassOf prov:Activity .



###  http://hadatac.org/ont/hasneto#EmpiricalExperiment

hasneto:EmpiricalExperiment rdf:type owl:Class ;
                            
                            rdfs:subClassOf hasneto:DataAcquisition ;
                            
                            rdfs:comment "A data acquisition where agents directly or indirectly involved with the acquisition may  perform interventions to the entities of interest." .



###  http://hadatac.org/ont/hasneto#Maker

hasneto:Maker rdf:type owl:Class ;
              
              rdfs:subClassOf prov:Organization .



###  http://hadatac.org/ont/hasneto#Measuring

hasneto:Measuring rdf:type owl:Class ;
                  
                  rdfs:subClassOf hasneto:DataAcquisitionAction .



###  http://hadatac.org/ont/hasneto#Observation

hasneto:Observation rdf:type owl:Class ;
                    
                    rdfs:subClassOf hasneto:DataAcquisition ;
                    
                    rdfs:comment "A data acquisition where agents directly or indirectly involved with the acquisition do not perform any form of intervention to the entities of interest." .



###  http://hadatac.org/ont/hasneto#TimedRoute

hasneto:TimedRoute rdf:type owl:Class .



###  http://hadatac.org/ont/vstoi#Dataset

vstoi:Dataset rdf:type owl:Class ;
              
              rdfs:subClassOf prov:Entity .



###  http://hadatac.org/ont/vstoi#Deployment

vstoi:Deployment rdfs:subClassOf prov:Activity .



###  http://semanticscience.org/resource/Object

sio:Object rdfs:subClassOf prov:Entity .



###  http://semanticscience.org/resource/Position

sio:Position rdfs:subClassOf hasneto:Attribute .



###  http://semanticscience.org/resource/Quality

sio:Quality rdfs:subClassOf hasneto:Attribute .



###  http://semanticscience.org/resource/Quantity

sio:Quantity rdfs:subClassOf hasneto:Attribute .



###  http://semanticscience.org/resource/RealizableEntity

sio:RealizableEntity rdfs:subClassOf hasneto:Attribute .




###  http://purl.obolibrary.org/obo/PATO_0001299

<http://purl.obolibrary.org/obo/PATO_0001299> rdfs:subClassOf sio:ObjectQuality ;
                                              
                                              rdfs:label "radiation quality" .



###  http://purl.obolibrary.org/obo/PATO_0001296

<http://purl.obolibrary.org/obo/PATO_0001296> rdfs:subClassOf sio:DimensionlessQuantity ;
                                              
                                              rdfs:label "light quantity" .



###  http://purl.obolibrary.org/obo/PATO_0001717

<http://purl.obolibrary.org/obo/PATO_0001717> rdfs:subClassOf <http://purl.obolibrary.org/obo/PATO_0001299> ;
                                              
                                              rdfs:label "radiation emitting intensity quality" .



###  http://purl.obolibrary.org/obo/PATO_0001718

<http://purl.obolibrary.org/obo/PATO_0001718> rdfs:subClassOf <http://purl.obolibrary.org/obo/PATO_0001296> ;
                                              
                                              rdfs:label "luminance" .



###  http://purl.obolibrary.org/obo/PATO_0001740

<http://purl.obolibrary.org/obo/PATO_0001740> rdfs:subClassOf sio:DimensionalQuantity ;
                                              
                                              rdfs:label "activity (of a radionuclide)" .



###  http://purl.obolibrary.org/obo/PATO_0001744

<http://purl.obolibrary.org/obo/PATO_0001744> rdfs:subClassOf sio:DimensionalQuantity ;
                                              
                                              rdfs:label "radiation exposure" .



###  http://purl.obolibrary.org/obo/PATO_0001745

<http://purl.obolibrary.org/obo/PATO_0001745> rdfs:subClassOf <http://purl.obolibrary.org/obo/PATO_0001744> ;
                                              
                                              rdfs:label "radiation absorbed dose" .



###  http://purl.obolibrary.org/obo/PATO_0001746

<http://purl.obolibrary.org/obo/PATO_0001746> rdfs:subClassOf <http://purl.obolibrary.org/obo/PATO_0001744> ,
                                                              sio:Dose ;
                                              
                                              rdfs:label "radiation equivalent dose" .



###  http://purl.obolibrary.org/obo/PATO_0001747

<http://purl.obolibrary.org/obo/PATO_0001747> rdfs:subClassOf <http://purl.obolibrary.org/obo/PATO_0001744> ,
                                                              sio:EffectiveDose ;
                                              
                                              rdfs:label "radiation effective dose" .



###  http://purl.obolibrary.org/obo/PATO_0001756

<http://purl.obolibrary.org/obo/PATO_0001756> rdfs:subClassOf sio:DimensionalQuantity ;
                                              
                                              rdfs:label "heat conductivity" .



###  http://purl.obolibrary.org/obo/PATO_0001757

<http://purl.obolibrary.org/obo/PATO_0001757> rdfs:subClassOf sio:DimensionalQuantity ;
                                              
                                              rdfs:label "electrical conductivity" .



###  http://purl.obolibrary.org/obo/UO_0000000

<http://purl.obolibrary.org/obo/UO_0000000> owl:equivalentClass sio:UnitOfMeasurement ;
                                            
                                            rdfs:subClassOf sio:Quantity .



###  http://purl.obolibrary.org/obo/UO_0000046

<http://purl.obolibrary.org/obo/UO_0000046> rdfs:subClassOf sio:Ratio .



###  http://semanticscience.org/resource/Concentration




###  http://semanticscience.org/resource/Mass




###  http://semanticscience.org/resource/Orientation




###  http://semanticscience.org/resource/TimeMeasurement




###  http://semanticscience.org/resource/UnitOfMeasurement




###  http://semanticscience.org/resource/1DExtentQuantity




###  http://semanticscience.org/resource/2DExtentQuantity




###  http://semanticscience.org/resource/3DExtentQuantity




###  Generated by the OWL API (version 4.2.1.20160306-0033) https://github.com/owlcs/owlapi

