http://schema.org/email
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | schema:email | xsd:string |
@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 .