resume.owl:Nurse leaf node


URI

http://www.owl-ontologies.com/resume.owl#Nurse

Label

Nurse

Superclasses (1)

Usage

Instances of resume.owl:Nurse can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class resume.owl:Career
resume.owl:definedBy owl:ObjectProperty A career is defined by multiple dimesnions, inclujding experience, accomplishments, awards, patents, publications, expertise, roles, and field. owl:Thing
resume.owl:workedIndustry owl:ObjectProperty resume.owl:Industry
From class owl:Thing
resume.owl:achieved owl:ObjectProperty resume.owl:Accomplishment
resume.owl:awardedBy owl:FunctionalProperty resume.owl:Organization
resume.owl:hadResponsibility owl:ObjectProperty owl:Thing
resume.owl:had_activity owl:FunctionalProperty resume.owl:Activity
resume.owl:had_role owl:FunctionalProperty resume.owl:Role
resume.owl:has_CareerAccomplishments owl:FunctionalProperty resume.owl:CareerAccomplishments

Implementation

@prefix : <http://www.owl-ontologies.com/resume.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Nurse a owl:Class ;
    rdfs:subClassOf :Career ;
    owl:disjointWith :Engineer,
        :Executive,
        :Management,
        :MedicalDoctor,
        :Politician,
        :Regulator,
        :SalesPerson,
        :Scientist .