resume.owl:workedIndustry leaf node


URI

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

Label

workedIndustry

Usage

DOMAINPROPERTYRANGE
resume.owl:Career resume.owl:workedIndustry resume.owl:Industry

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

:workedIndustry a owl:ObjectProperty ;
    rdfs:domain :Career ;
    rdfs:range :Industry .