resume.owl:had_role leaf node


URI

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

Label

had_role

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) resume.owl:had_role resume.owl:Role

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

:had_role a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:range :Role .