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