Software Advice · JSON-LD Context
Software Advice Context
JSON-LD context defining the semantic vocabulary for Software Advice from Software Advice.
0 Classes
19 Properties
1 Namespaces
Namespaces
sa:
https://www.softwareadvice.com/ns#
Properties
| Property | Type | Container |
|---|---|---|
| Review | reference | |
| SoftwareProduct | reference | |
| reviewTitle | ||
| reviewBody | ||
| rating | decimal | |
| product | ||
| reviewer | ||
| verified | boolean | |
| pros | ||
| cons | ||
| industry | ||
| companySize | ||
| easeOfUse | decimal | |
| features | decimal | |
| customerSupport | decimal | |
| valueForMoney | decimal | |
| category | ||
| vendor | ||
| SoftwareAdvice | reference |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"sa": "https://www.softwareadvice.com/ns#",
"Review": {
"@id": "schema:Review",
"@type": "@id"
},
"SoftwareProduct": {
"@id": "schema:SoftwareApplication",
"@type": "@id"
},
"reviewTitle": {
"@id": "schema:name"
},
"reviewBody": {
"@id": "schema:reviewBody"
},
"rating": {
"@id": "schema:ratingValue",
"@type": "xsd:decimal"
},
"product": {
"@id": "schema:itemReviewed"
},
"reviewer": {
"@id": "schema:author"
},
"verified": {
"@id": "sa:verified",
"@type": "xsd:boolean"
},
"pros": {
"@id": "sa:pros"
},
"cons": {
"@id": "sa:cons"
},
"industry": {
"@id": "schema:industry"
},
"companySize": {
"@id": "schema:numberOfEmployees"
},
"easeOfUse": {
"@id": "sa:easeOfUse",
"@type": "xsd:decimal"
},
"features": {
"@id": "sa:features",
"@type": "xsd:decimal"
},
"customerSupport": {
"@id": "sa:customerSupport",
"@type": "xsd:decimal"
},
"valueForMoney": {
"@id": "sa:valueForMoney",
"@type": "xsd:decimal"
},
"category": {
"@id": "schema:applicationCategory"
},
"vendor": {
"@id": "schema:provider"
},
"SoftwareAdvice": {
"@id": "schema:Organization",
"@type": "@id"
}
}
}