resume.owl:awardedDegree leaf node


URI

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

Label

awardedDegree

Usage

DOMAINPROPERTYRANGE
resume.owl:EducationalInstitution resume.owl:awardedDegree resume.owl:Degree

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#> .

:awardedDegree a owl:ObjectProperty ;
    rdfs:domain :EducationalInstitution ;
    rdfs:range :Degree .