schema:email leaf node


URI

http://schema.org/email

Label

hasEmail

Description

The email of the person (i.e. individual) that has been involved in the creation of the output of a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:email xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:email a owl:DatatypeProperty ;
    rdfs:label "hasEmail"@en ;
    rdfs:comment "The email of the person (i.e. individual) that has been involved in the creation of the output of a Thematic Network."@en ;
    rdfs:range xsd:string .