name
A Schema.org Property
- Canonical URL: https://schema.org/name
-
Equivalent Property: dcterms:title
Equivalent Property: cmns-txt:hasName - Check for open issues.
The name of the item.
Subproperty of:
- rdfs:label
Values expected to be one of these types
Used on these types
Examples
Example 1
Copied
Example notes or example HTML without markup.
<ruby lang="en">Worcester<rp>(</rp><rt lang="en-fonipa">/ˈwʊstɚ/</rt><rp>)</rp></ruby>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "City",
"name": [{
"@value": "Worcester",
"@language": "en"
}, {
"@value": "/ˈwʊstɚ/",
"@language": "en-fonipa"
}]
}
</script>
Structured representation of the JSON-LD example.
Example 2
Copied
Example notes or example HTML without markup.
<span aria-label="W K R P">WKRP</span>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "RadioStation",
"name": [
{
"@value": "WKRP",
"@language": "en"
},
{
"@value": "ˈdʌbəljuː ˈkeɪ ˈɑːr ˈpiː",
"@language": "en-fonipa"
}
]
}
</script>
Structured representation of the JSON-LD example.