resume.owl:hasSubjectArea leaf node


URI

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

Label

hasSubjectArea

Usage

DOMAINPROPERTYRANGE
resume.owl:Publication resume.owl:hasSubjectArea resume.owl:ExpertiseArea

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

:hasSubjectArea a owl:ObjectProperty ;
    rdfs:domain :Publication ;
    rdfs:range :ExpertiseArea .