#Processed by Id: cwm.py,v 1.126 2003/02/14 17:48:08 sandro Exp # using base file:/data/users/www/html/owl/2003/submit-rdf/insurance-ont.rdf # Notation3 generation by # notation3.py,v 1.133 2003/02/02 16:09:09 timbl Exp # Base was: file:/data/users/www/html/owl/2003/submit-rdf/insurance-ont.rdf @prefix : . @prefix daml: . @prefix rdf: . @prefix rdfs: . @prefix ms: . @prefix foaf: . @prefix dc: . <> a daml:Ontology, ms:rdfSnippit; daml:comment "Ontology used to describe the medical insurance plan of an individual"; ms:creator [foaf:mbox ]; dc:date "4/15/2003"; dc:description "Info about medical insurance"; daml:versionInfo "v1.0" . :AMBestRating a daml:Property; daml:comment "Rating provided by a reliable agency"; rdfs:domain :InsuranceCompany . :BabyCare a daml:Class; daml:comment ""; rdfs:label "Baby Care"; daml:subClassOf :CoveredMedicalServices . :ChiropracticTreatment a daml:Class; rdfs:label "Chiropractic Treatment"; daml:comment ""; daml:subClassOf :CoveredMedicalServices . :CoveredMedicalServices a daml:Class; rdfs:label "Covered Medical Services"; daml:comment "Types of Medical Services Covered" . :CurrentCoveragePeriod a daml:Class; rdfs:label "Current Coverage Period"; daml:comment "Current coverage period of the insurance plan" . :DentalCare a daml:Class; daml:comment ""; rdfs:label "Dental Care"; daml:subClassOf :CoveredMedicalServices . :DrugAndAlcoholAbuseTreatment a daml:Class; daml:comment ""; rdfs:label "Drug and Alcohol Abuse Treatment"; daml:subClassOf :CoveredMedicalServices . :HealthCareCenter a daml:Class; daml:comment "Health Care Center"; = :MedicalClinic; rdfs:label "Health Care Center"; daml:subClassOf :MedicalProvider . :HealthInsurancePlan a daml:Class; rdfs:label "Health Insurance Plan"; daml:comment "Health Insurance Plan taken by the individual" . :HomeHealthCareVisits a daml:Class; daml:comment ""; rdfs:label "Home Healthcare Visits"; daml:subClassOf :CoveredMedicalServices . :HospiceCare a daml:Class; daml:comment ""; rdfs:label "Hospice Care"; daml:subClassOf :CoveredMedicalServices . :Hospital a daml:Class; daml:comment "Hospital"; rdfs:label "Hospital"; daml:subClassOf :MedicalProvider . :HospitalServices a daml:Class; rdfs:label "Hospital Services"; daml:comment "Services provided by Hospitals" . :InPatientHospitalServices a daml:Class; daml:comment ""; rdfs:label "Inpatient Hospital Services"; daml:subClassOf :CoveredMedicalServices . :InsuranceCompany a daml:Class; rdfs:label "Insurance Company"; daml:comment "Company that provides any form of Insurance (Medical, Life, Car)" . :MaternityCare a daml:Class; daml:comment ""; rdfs:label "Maternity Care"; daml:subClassOf :CoveredMedicalServices . :MedicalClinic a daml:Class; daml:comment "Medical Clinic"; rdfs:label "Medical Clinic"; daml:subClassOf :MedicalProvider . :MedicalPlanType a daml:Class; daml:comment ""; rdfs:label "Medical Plan Type"; daml:oneOf ( :POS :PPO :HMO ) . :MedicalProvider a daml:Class; rdfs:label "Medical Provider"; daml:comment "Provider of the Medical Service" . :MedicalTests a daml:Class; daml:comment ""; rdfs:label "Medical Tests"; daml:subClassOf :CoveredMedicalServices . :MentalHealthCare a daml:Class; rdfs:label "Mental Health Care"; daml:comment ""; daml:subClassOf :CoveredMedicalServices . :OfficeVisits a daml:Class; rdfs:label "Office Visits"; daml:comment ""; daml:subClassOf :CoveredMedicalServices . :OutPatientSurgery a daml:Class; rdfs:label "Outpatient Surgery"; daml:comment ""; daml:subClassOf :CoveredMedicalServices . :PhysicalTherapy a daml:Class; rdfs:label "Physical Therapy"; daml:comment ""; daml:subClassOf :CoveredMedicalServices . :PhysicianVisits a daml:Class; daml:comment ""; rdfs:label "Physician Visits"; daml:subClassOf :CoveredMedicalServices . :PrescriptionDrugs a daml:Class; rdfs:label "Prescription Drugs"; daml:comment ""; daml:subClassOf :CoveredMedicalServices . :PrimaryCarePhysician a daml:Class; rdfs:label "Primary Care Physician"; daml:comment "Primary Care Physician (PCP)"; daml:subClassOf :MedicalProvider . :RehabilitationFacilityCare a daml:Class; daml:comment ""; rdfs:label "Rehabilitation Facility Care"; daml:subClassOf :CoveredMedicalServices . :SkilledNursingCare a daml:Class; daml:comment ""; rdfs:label "Skilled Nursing Care"; daml:subClassOf :CoveredMedicalServices . :SpeechTherapy a daml:Class; daml:comment ""; rdfs:label "Speech Therapy"; daml:subClassOf :CoveredMedicalServices . :address a daml:Property; rdfs:label "address"; daml:comment "Physical address of the Hospital", "business contact address of the insurance company"; rdfs:domain :Hospital, :InsuranceCompany . :affiliatedHospital a daml:Property; rdfs:label "affiliated Hospital"; daml:comment "Hospital the PCP is affiliated with"; rdfs:domain :PrimaryCarePhysician; rdfs:range :Hospital . :cancer a daml:Class; rdfs:label "Cancer treatment"; daml:comment ""; daml:subClassOf :HospitalServices . :cardiac a daml:Class; daml:comment ""; rdfs:label "Cardiac Services"; daml:subClassOf :HospitalServices . :coversService a daml:Property; rdfs:label "covers service"; daml:comment "Plan covers the following medical service"; rdfs:domain :HealthInsurancePlan . :diabetes a daml:Class; daml:comment ""; rdfs:label "Diabetes treatment"; daml:subClassOf :HospitalServices . :diagnostics a daml:Class; daml:comment ""; rdfs:label "diagnostices"; daml:subClassOf :HospitalServices . :emergency a daml:Class; daml:comment ""; rdfs:label "emergency treatment"; daml:subClassOf :HospitalServices . :endDate a daml:Property; daml:comment "insurance coverage valid till this date"; rdfs:label "end date"; rdfs:domain :CurrentCoveragePeriod . :fees a daml:Property; daml:comment "Fees paid (either monthly or annually) range - string"; rdfs:label "fees"; rdfs:domain :HealthInsurancePlan . :groupnum a daml:Property; daml:comment "unique group number relating individual to plan (provided by insurance company)"; rdfs:label "group id number"; rdfs:domain :HealthInsurancePlan . :hasPCP a daml:Property; daml:comment "has Primary Care Physician"; rdfs:label "has PCP"; rdfs:domain :HealthInsurancePlan . :hasProvider a daml:Property; daml:comment "has provider of the medical service"; rdfs:domain :CoveredMedicalServices; rdfs:label "has Provider"; rdfs:range :MedicalProvider . :hasService a daml:Property; daml:comment "hospital provides Service"; rdfs:domain :Hospital; rdfs:label "provides service"; rdfs:range :HospitalServices . :homeHealth a daml:Class; daml:comment ""; rdfs:label "Home Health"; daml:subClassOf :HospitalServices . :joint-spline-rheumatology a daml:Class; daml:comment ""; rdfs:label "joint/spline/rheumatology"; daml:subClassOf :HospitalServices . :membershipID a daml:Property; daml:comment "unique ID relating individual to plan (provided by insurance company)"; rdfs:label "member ID"; rdfs:domain :HealthInsurancePlan . :name a daml:Property; daml:comment "Name of the PCP", "Name of the hospital", "name of the insurance company"; rdfs:label "name"; rdfs:domain :Hospital, :InsuranceCompany, :PrimaryCarePhysician . :neurosciences a daml:Class; daml:comment ""; rdfs:label "neurosciences"; daml:subClassOf :HospitalServices . :payerID a daml:Property; daml:comment "unique payer ID relating individual to plan (provided by insurance company)"; rdfs:label "payer ID"; rdfs:domain :HealthInsurancePlan . :period a daml:Property; daml:comment "Period for which the plan is active"; rdfs:label "period"; rdfs:domain :HealthInsurancePlan . :phone a daml:Property; rdfs:label "phone number"; daml:comment "Contact information for the Hospital", "Telephone number of the PCP", "contact phone no for the insurance company"; rdfs:domain :Hospital,:InsuranceCompany, :PrimaryCarePhysician . :rehab a daml:Class; daml:comment ""; rdfs:label "Rehabilitation"; daml:subClassOf :HospitalServices . :specialization a daml:Property; rdfs:label "specialization"; daml:comment "Specialization of the PCP"; rdfs:domain :PrimaryCarePhysician . :startDate a daml:Property; rdfs:label "start date"; daml:comment "effective starting date for the insurance coverage"; rdfs:domain :CurrentCoveragePeriod . :surgery a daml:Class; daml:comment ""; rdfs:label "surgery"; daml:subClassOf :HospitalServices . :type a daml:Property; daml:comment "Type of Plan - HMO, POS, PPO"; rdfs:label "type of plan"; rdfs:domain :HealthInsurancePlan . :website a daml:Property; rdfs:label "website"; daml:comment "Home Page (url) of the Hospital", "home page of the insurance company"; rdfs:domain :Hospital, :InsuranceCompany . :withCompany a daml:Property; rdfs:label "with company"; daml:comment "health plan is taken with this company"; rdfs:domain :HealthInsurancePlan . :womansHealth a daml:Class; rdfs:label "women's health"; daml:comment ""; daml:subClassOf :HospitalServices . #ENDS