resume.owl:hasKnowledge leaf node


URI

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

Label

hasKnowledge

Description

Describes and identifies relevant areas of knowledge gained from education, and experience.

Usage

DOMAINPROPERTYRANGE
resume.owl:Person resume.owl:hasKnowledge resume.owl:Knowledge

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasKnowledge a owl:ObjectProperty ;
    rdfs:comment "Describes and identifies relevant areas of knowledge gained from education, and experience."^^xsd:string ;
    rdfs:domain :Person ;
    rdfs:range :Knowledge .