http://www.owl-ontologies.com/resume.owl#ContactInfo
Instances of resume.owl:ContactInfo can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class resume.owl:ContactInfo | |||
resume.owl:email | owl:DatatypeProperty | xsd:string | |
resume.owl:phoneNumber | 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 |
@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#> .
:ContactInfo a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty :hasAddress ;
owl:someValuesFrom :Address ],
[ a owl:Restriction ;
owl:allValuesFrom :Address ;
owl:onProperty :hasAddress ],
owl:Thing ;
owl:disjointWith :Accomplishment,
:Address,
:Award,
:Industry,
:Knowledge,
:Name,
:Organization,
:Person,
:Publication,
:Resume,
:Title,
:ValuePartition .