schema:contactPoint leaf node


URI

http://schema.org/contactPoint

Label

hasContactPoint

Description

The contact point (i.e. person) of an organisation involved in a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:contactPoint 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:contactPoint a owl:DatatypeProperty ;
    rdfs:label "hasContactPoint"@en ;
    rdfs:comment "The contact point (i.e. person) of an organisation involved in a Thematic Network."@en ;
    rdfs:range xsd:string .