resume.owl:Address leaf node


URI

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

Label

Address

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class resume.owl:Address
resume.owl:city owl:DatatypeProperty xsd:string
resume.owl:state owl:DatatypeProperty xsd:string
resume.owl:street owl:DatatypeProperty xsd:string
resume.owl:zip owl:DatatypeProperty xsd:string
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#> .

:Address a owl:Class ;
    owl:disjointWith :Accomplishment,
        :Award,
        :ContactInfo,
        :Industry,
        :Knowledge,
        :Name,
        :Organization,
        :Person,
        :Publication,
        :Resume,
        :Title,
        :ValuePartition .