resume.owl:email leaf node


URI

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

Label

email

Usage

DOMAINPROPERTYRANGE
resume.owl:ContactInfo resume.owl:email 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#> .

:email a owl:DatatypeProperty ;
    rdfs:domain :ContactInfo ;
    rdfs:range xsd:string .