schema1:ContactPoint leaf node


URI

http://schema.org/ContactPoint

Label

ContactPoint

Usage

Instances of schema1:ContactPoint can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class schema1:ContactPoint
schema1:availableLanguage rdf:Property A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]. xsd:string
schema1:contactType rdf:Property A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point. xsd:string
schema1:email rdf:Property Email address. xsd:string
schema1:telephone rdf:Property The telephone number. xsd:string
From class schema1:Thing
schema1:alternateName rdf:Property An alias for the item. xsd:string
schema1:description rdf:Property A description of the item. rdf:langString xsd:string
schema1:identifier rdf:Property The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. sh:IRI xsd:string
schema1:image rdf:Property An image of the item. sh:IRI
schema1:name rdf:Property The name of the item. xsd:string
schema1:sameAs rdf:Property URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. sh:IRI
schema1:url rdf:Property URL of the item. sh:IRI

Property Shapes

By the associated SHACL property shapes, instances of schema1:ContactPoint can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

schema1:ContactPoint
schema1:availableLanguage rdf:Property A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]].
A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]].
1 1 xsd:string
owl:Thing
schema1:contactType rdf:Property A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.
A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.
1 xsd:string
owl:Thing
schema1:email rdf:Property Email address.
Email address.
1 1 xsd:string
owl:Thing
schema1:telephone rdf:Property The telephone number.
The telephone number.
1 xsd:string
owl:Thing
schema1:Thing
schema1:alternateName rdf:Property An alias for the item.
An alias for the item.
xsd:string
owl:Thing
schema1:description rdf:Property A description of the item.
A description of the item.
1 owl:Thing
schema1:identifier rdf:Property The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
1 owl:Thing
schema1:image rdf:Property An image of the item.
An image of the item.
1 owl:Thing
schema1:name rdf:Property The name of the item.
The name of the item.
1 1 xsd:string
owl:Thing
schema1:sameAs rdf:Property URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
owl:Thing
schema1:url rdf:Property URL of the item.
URL of the item.
owl:Thing

Implementation

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

schema1:ContactPoint a rdfs:Class ;
    rdfs:subClassOf schema1:StructuredValue .