{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Organization: A business corporation.",
      "rdfs:label" : "Corporation",
      "rdfs:subClassOf" : "schema:Organization",
      "schema:contributor" : "collab:rNews"
   },
   "properties" : {
      "schema:tickerSymbol" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO 15022.",
         "rdfs:label" : "tickerSymbol",
         "schema:domainIncludes" : "schema:Corporation",
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}