@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # # Datatypes # ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # # Object Properties # ################################################################# ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasGroupAttribute :hasGroupAttribute rdf:type owl:ObjectProperty ; rdfs:domain :PatientGroup . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasObservationValue :hasObservationValue rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :PatientGroupObservation :StatisticalTestObservation ) ] . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasPatientGroup :hasPatientGroup rdf:type owl:ObjectProperty ; rdfs:range :PatientGroup ; rdfs:domain :PatientGroupObservation . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasPatientGroupObservation :hasPatientGroupObservation rdf:type owl:ObjectProperty ; rdfs:domain :Observation ; rdfs:range :PatientGroupObservation . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasStatisticalTest :hasStatisticalTest rdf:type owl:ObjectProperty ; rdfs:domain :StatisticalTestObservation . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasStatisticalTestObservation :hasStatisticalTestObservation rdf:type owl:ObjectProperty ; rdfs:domain :Observation ; rdfs:range :StatisticalTestObservation . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasTable :hasTable rdf:type owl:ObjectProperty ; rdfs:domain :Study ; rdfs:range :Table . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasVariable :hasVariable rdf:type owl:ObjectProperty ; rdfs:domain :Observation . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#observationInTable :observationInTable rdf:type owl:ObjectProperty ; owl:inverseOf :tableObservation . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#tableInStudy :tableInStudy rdf:type owl:ObjectProperty ; owl:inverseOf :hasTable . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#tableObservation :tableObservation rdf:type owl:ObjectProperty ; rdfs:range :Observation ; rdfs:domain :Table . ################################################################# # # Data properties # ################################################################# ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasRawValue :hasRawValue rdf:type owl:DatatypeProperty ; rdfs:domain :Value ; rdfs:range xsd:string . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#hasType :hasType rdf:type owl:DatatypeProperty ; rdfs:domain :Value ; rdfs:range xsd:string . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#numberOfIndividuals :numberOfIndividuals rdf:type owl:DatatypeProperty ; rdfs:domain :PatientGroup ; rdfs:range xsd:integer . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#publicationDate :publicationDate rdf:type owl:DatatypeProperty ; rdfs:domain :Study ; rdfs:range xsd:date . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#publicationJournal :publicationJournal rdf:type owl:DatatypeProperty ; rdfs:domain :Study ; rdfs:range xsd:string . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#studyAuthor :studyAuthor rdf:type owl:DatatypeProperty ; rdfs:domain :Study ; rdfs:range xsd:string . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#studyTitle :studyTitle rdf:type owl:DatatypeProperty ; rdfs:domain :Study ; rdfs:range xsd:string . ################################################################# # # Classes # ################################################################# ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#Observation :Observation rdf:type owl:Class . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#PatientGroup :PatientGroup rdf:type owl:Class . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#PatientGroupObservation :PatientGroupObservation rdf:type owl:Class . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#StatisticalTestObservation :StatisticalTestObservation rdf:type owl:Class . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#Study :Study rdf:type owl:Class . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#Table :Table rdf:type owl:Class . ### http://ebiquity.umbc.edu/ontologies/medicaltables/v1/MedicalTables#Value :Value rdf:type owl:Class . ### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net