resume.owl:hasFirstName leaf node


URI

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

Label

hasFirstName

Inherits from

Usage

DOMAINPROPERTYRANGE
resume.owl:Firstname resume.owl:hasFirstName xsd:string

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

:hasFirstName a owl:DatatypeProperty ;
    rdfs:domain :Firstname ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf :hasName .