http://www.owl-ontologies.com/resume.owl#Person
Instances of resume.owl:Person can have the following properties:
@prefix : <http://www.owl-ontologies.com/resume.owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Person a owl:Class ;
dc:description ""^^xsd:string ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty :hasEducation ;
owl:someValuesFrom :Education ],
[ a owl:Restriction ;
owl:onProperty :hasContactInfo ;
owl:someValuesFrom :ContactInfo ],
[ a owl:Restriction ;
owl:allValuesFrom :Experience ;
owl:onProperty :hasExperience ],
[ a owl:Restriction ;
owl:onProperty :hasExperience ;
owl:someValuesFrom :Experience ],
[ a owl:Restriction ;
owl:onProperty :hasResume ;
owl:someValuesFrom :Resume ],
[ a owl:Restriction ;
owl:allValuesFrom :Career ;
owl:onProperty :hasCareer ],
[ a owl:Restriction ;
owl:onProperty :hasKnowledge ;
owl:someValuesFrom :Knowledge ],
[ a owl:Restriction ;
owl:allValuesFrom :ContactInfo ;
owl:onProperty :hasContactInfo ],
[ a owl:Restriction ;
owl:allValuesFrom :Knowledge ;
owl:onProperty :hasKnowledge ],
[ a owl:Restriction ;
owl:allValuesFrom :Name ;
owl:onProperty :hasName ],
[ a owl:Restriction ;
owl:allValuesFrom :Resume ;
owl:onProperty :hasResume ],
[ a owl:Restriction ;
owl:onProperty :hasName ;
owl:someValuesFrom :Name ],
[ a owl:Restriction ;
owl:onProperty :hasCareer ;
owl:someValuesFrom :Career ],
[ a owl:Restriction ;
owl:allValuesFrom :Education ;
owl:onProperty :hasEducation ],
owl:Thing ;
owl:disjointWith :Accomplishment,
:Address,
:Award,
:ContactInfo,
:Industry,
:Knowledge,
:Name,
:Organization,
:Publication,
:Resume,
:Title,
:ValuePartition .