Skyworks Solutions · JSON-LD Context
Skyworks Solutions Context
JSON-LD context defining the semantic vocabulary for Skyworks Solutions from Skyworks Solutions.
0 Classes
6 Properties
4 Namespaces
Namespaces
skyworks:
https://www.skyworksinc.com/vocab#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
dcterms:
http://purl.org/dc/terms/
Properties
| Property | Type | Container |
|---|---|---|
| SemiconductorProduct | ||
| ProductFamily | ||
| ApplicationMarket | ||
| EvaluationBoard | ||
| TechnicalDocument | ||
| Organization |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"skyworks": "https://www.skyworksinc.com/vocab#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcterms": "http://purl.org/dc/terms/",
"SemiconductorProduct": {
"@id": "skyworks:SemiconductorProduct",
"@context": {
"partNumber": {
"@id": "schema:identifier"
},
"name": {
"@id": "schema:name"
},
"description": {
"@id": "dcterms:description"
},
"category": {
"@id": "schema:category"
},
"frequencyRange": {
"@id": "skyworks:frequencyRange"
},
"supplyVoltage": {
"@id": "skyworks:supplyVoltage"
},
"packageType": {
"@id": "skyworks:packageType"
},
"datasheet": {
"@id": "schema:associatedMedia",
"@type": "@id"
},
"application": {
"@id": "schema:applicationCategory",
"@container": "@set"
}
}
},
"ProductFamily": {
"@id": "skyworks:ProductFamily",
"@context": {
"name": {
"@id": "schema:name"
},
"description": {
"@id": "dcterms:description"
},
"technology": {
"@id": "skyworks:technology"
},
"products": {
"@id": "schema:hasPart",
"@container": "@set"
}
}
},
"ApplicationMarket": {
"@id": "skyworks:ApplicationMarket",
"@context": {
"name": {
"@id": "schema:name"
},
"description": {
"@id": "dcterms:description"
},
"revenuePercent": {
"@id": "skyworks:revenuePercent",
"@type": "xsd:decimal"
},
"products": {
"@id": "schema:hasPart",
"@container": "@set"
}
}
},
"EvaluationBoard": {
"@id": "skyworks:EvaluationBoard",
"@context": {
"partNumber": {
"@id": "schema:identifier"
},
"name": {
"@id": "schema:name"
},
"associatedProduct": {
"@id": "schema:isPartOf",
"@type": "@id"
},
"url": {
"@id": "schema:url",
"@type": "@id"
}
}
},
"TechnicalDocument": {
"@id": "skyworks:TechnicalDocument",
"@context": {
"title": {
"@id": "dcterms:title"
},
"documentType": {
"@id": "skyworks:documentType"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"version": {
"@id": "schema:version"
},
"created": {
"@id": "dcterms:created",
"@type": "xsd:date"
},
"modified": {
"@id": "dcterms:modified",
"@type": "xsd:date"
}
}
},
"Organization": {
"@id": "schema:Organization",
"@context": {
"name": {
"@id": "schema:name"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"tickerSymbol": {
"@id": "schema:tickerSymbol"
},
"foundingDate": {
"@id": "schema:foundingDate"
},
"location": {
"@id": "schema:location"
},
"numberOfEmployees": {
"@id": "schema:numberOfEmployees"
}
}
}
}
}