Organization - Schema.org Type (original) (raw)
[more...]
- Canonical URL: https://schema.org/Organization
- Equivalent Class: gs1:Organization
Equivalent Class: fibo-fnd-org-org:Organization - Check for open issues.
An organization such as a school, NGO, corporation, club, etc.
Examples
Example notes or example HTML without markup.
Google.Org
Contact Details: Main address: 38 avenue de l'Opéra, F-75002 Paris, France Tel: ( 33 1) 42 68 53 00, Fax: ( 33 1) 42 68 53 01 E-mail: secretariat (at) google.org URL: www.google.org SIRET Code: 443 061 841 00039 VAT Number: FR64443061841
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook: Member 1, Member 2
History:
Example encoded as Microdata embedded in HTML.
Contact Details:
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook: List of Alumni: Jack Dan , John Smith ,
History:
Example encoded as RDFa embedded in HTML.
Contact Details:
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook: List of Alumni: Jack Dan , John Smith History:
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "Organization", "address": { "@type": "PostalAddress", "addressLocality": "Paris, France", "postalCode": "F-75002", "streetAddress": "38 avenue de l'Opéra" }, "email": "secretariat@example.com", "faxNumber": "+33142685301", "iso6523Code": "0009:44306184100039", "iso6523Code": "9957:FR64443061841", "member": [ { "@type": "Organization" }, { "@type": "Organization" } ], "alumni": [ { "@type": "Person", "name": "Jack Dan" }, { "@type": "Person", "name": "John Smith" } ], "name": "Google.org (GOOG)", "telephone": "+33 1 42 68 53 00" }
Example notes or example HTML without markup.
Example specifying one customer service phone number.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context" : "https://schema.org", "@type" : "Organization", "url" : "http://www.your-company-site.com", "contactPoint" : [ { "@type" : "ContactPoint", "telephone" : "+1-401-555-1212", "contactType" : "customer service" } ] }
Example notes or example HTML without markup.
A fuller example that illustrates multiple contact numbers for a company, including US toll-free numbers, a hearing-impaired number, and several contact categories.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context" : "https://schema.org", "@type" : "Organization", "url" : "http://www.t-mobile.com", "contactPoint" : [ { "@type" : "ContactPoint", "telephone" : "+1-877-746-0909", "contactType" : "customer service", "contactOption" : "TollFree", "areaServed" : "US" } , { "@type" : "ContactPoint", "telephone" : "+1-505-998-3793", "contactType" : "customer service" } , { "@type" : "ContactPoint", "telephone" : "+1-877-296-1018", "contactType" : "customer service", "contactOption" : ["HearingImpairedSupported","TollFree"] , "areaServed" : "US" } , { "@type" : "ContactPoint", "telephone" : "+1-877-453-1304", "contactType" : "technical support", "contactOption" : "TollFree", "areaServed" : ["US","CA"], "availableLanguage" : ["English","French"] } , { "@type" : "ContactPoint", "telephone" : "+1-877-453-1304", "contactType" : "bill payment", "contactOption" : "TollFree", "areaServed" : ["US","CA"] } ] }
Example notes or example HTML without markup.
A JSON example of an OrganizationRole, showing information about a 'member' of a 'SportsTeam', including time qualfiers (when he began and ended that role).
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "SportsTeam", "name": "San Francisco 49ers", "member": { "@type": "OrganizationRole", "member": { "@type": "Person", "name": "Joe Montana" }, "startDate": "1979", "endDate": "1992", "roleName": "Quarterback" } }
Example notes or example HTML without markup.
An organization with a number of likes and follows.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Organization", "name": "ACME", "interactionStatistic": [ { "@type": "InteractionCounter", "interactionType": "https://schema.org/LikeAction", "userInteractionCount": 1170 }, { "@type": "InteractionCounter", "interactionType": "https://schema.org/FollowAction", "userInteractionCount": 145098 } ] }
Example notes or example HTML without markup.
An example of an order for multiple items, shipped separately.
ACME Supplies Customer: Jane Doe Order: Item abc123: 1 Widget: delivered 2015-03-10 Item def456: 3 Widget accessories: shipped 2015-03-12
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Order", "seller": { "@type": "Organization", "name": "ACME Supplies" }, "customer": { "@type": "Person", "name": "Jane Doe" }, "orderedItem": [ { "@type": "OrderItem", "orderItemNumber": "abc123", "orderQuantity": 1, "orderedItem": { "@type": "Product", "name": "Widget" }, "orderItemStatus": "https://schema.org/OrderDelivered", "orderDelivery": { "@type": "ParcelDelivery", "expectedArrivalFrom": "2015-03-10" } }, { "@type": "OrderItem", "orderItemNumber": "def456", "orderQuantity": 3, "orderedItem": { "@type": "Product", "name": "Widget accessories" }, "orderItemStatus": "https://schema.org/OrderInTransit", "orderDelivery": { "@type": "ParcelDelivery", "expectedArrivalFrom": "2015-03-15", "expectedArrivalUntil": "2015-03-18" } } ] }
Example notes or example HTML without markup.
A MusicComposition Example. The following JSON-LD models the composition A Day in the Life by Lennon and McCartney, regardless of who performs or records the song.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "MusicComposition", "@id": "http://musicbrainz.org/work/fd1aa4f2-ba26-3a05-b72d-4392c35a073c", "name": "A Day in the Life", "composer": [ { "@type": "Person", "name": "John Lennon", "@id": "http://musicbrainz.org/artist/4d5447d7-c61c-4120-ba1b-d7f471d385b9" }, { "@type": "Person", "name": "Paul McCartney", "@id": "http://musicbrainz.org/artist/ba550d0e-adac-4864-b88b-407cab5e76af" } ], "iswcCode": "T-010.140.236-1", "publisher": { "@type": "Organization", "name": "Northern Songs, Ltd.", "@id": "http://musicbrainz.org/label/26df054d-78cf-4d83-9bb1-a41816125528" }, "datePublished": "1967", "lyrics": { "@type": "CreativeWork", "inLanguage": "EN", "text": "I read the news today oh boy..." } }
Example notes or example HTML without markup.
National Public Radio has a sponsor: GloboCorp.
Example encoded as Microdata embedded in HTML.
National Public Radio has a sponsor: GloboCorp .
Example encoded as RDFa embedded in HTML.
National Public Radio has a sponsor, GloboCorp .
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Organization", "name": "National Public Radio", "url": "http://npr.org", "sponsor": { "@type": "Organization", "name": "GloboCorp", "url": "http://www.example.com/" } }
Example notes or example HTML without markup.
WAAY is an affiliate of the ABC network and broadcasts in SD.
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context":"https://schema.org", "@type":"BroadcastService", "name":"WAAY-TV", "broadcastDisplayName":"ABC", "videoFormat":"SD", "broadcastTimezone": "-8:00", "broadcastAffiliateOf":{ "@type":"Organization", "name":"ABC" } }
Example notes or example HTML without markup.
WAAY is channel 7 on Comcast cable.
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context":"https://schema.org", "@type":"TelevisionChannel", "name": "WAAY 7", "broadcastChannelId":"7", "broadcastServiceTier":"Premium", "inBroadcastLineup":{ "@type":"CableOrSatelliteService", "name": "Comcast" }, "providesBroadcastService":{ "@type":"BroadcastService", "name": "WAAY-TV", "broadcastDisplayName": "ABC", "broadcastAffiliateOf":{ "@type":"Organization", "name":"ABC" } } }
Example notes or example HTML without markup.
Château Snotty 2020
The snottiest red wine on the market.
- Organic red wine, made in France
- 2020 Vintage, a very interesting year
- 75 cl bottle
- Cru du Pichet d'Or
- Best before 2026
- Contains Sulfite
- Please recycle the glass bottle
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": { "@vocab": "https://schema.org/", "gs1": "https://ref.gs1.org/voc/", "unece": "https://vocabulary.uncefact.org/" }, "@graph": [ { "@type": [ "https://schema.org/DefinedRegion", "https://schema.org/PostalAddress" ], "@id": "http://example.com/lechateausnottyaddress", "addressCountry": "FR", "addressLocality": "L'Introuvable", "addressRegion": "Charentes" }, { "@type": ["QuantitativeValue", "gs1:QuantitativeValue", "unece:MeasureType"], "@id": "http://example.com/lechateausnottynetmass", "name": "Net mass", "unitCode": "KGM", "unitText": "kg.", "value": 0.75, "gs1:unitCode": "KGM", "gs1:value": 0.75, "unece:MeasureTypeValue": 75, "unece:MeasureTypeCode": "unece:WeightUnitMeasureCode#KGM", "unece:measuredAttributeCode": "unece:MeasuredAttributeCodeList#AAA" }, { "@type": ["QuantitativeValue", "gs1:QuantitativeValue", "unece:MeasureType"], "@id": "http://example.com/lechateausnottygrossmass", "name": "Gross mass", "unitCode": "KGM", "unitText": "kg.", "value": 1, "gs1:unitCode": "KGM", "gs1:value": 1, "unece:MeasureTypeValue": 1, "unece:MeasureTypeCode": "unece:WeightUnitMeasureCode#KGM", "unece:measuredAttributeCode": "unece:MeasuredAttributeCodeList#ACN" }, { "@type": [ "Organization", "gs1:Organization", "unece:TradeParty" ], "@id": "http://example.com/lechateausnotty", "name": "Domaine du Château Snotty", "address": { "@id": "http://example.com/lechateausnottyaddress" }, "unece:allianceName": "Les Châteaux obscurs de Charente" }, { "@type": [ "Organization", "gs1:Organization" ], "@id": "http://example.com/oenologuesatteres", "name": "Association des Œnologues attérés" }, { "@type": [ "Certification", "unece:TradeProductCertification" ], "@id": "http://example.com/certifiedpretentiouswine", "name": "Certified Pretentious Wine", "certificationIdentification": "pichetdor", "issuedBy": { "@id": "http://example.com/oenologuesatteres" }, "certificationRating": { "@type": "Rating", "ratingValue": "Pichet d'Or" } }, { "@type": [ "Product", "unece:TradeProduct", "gs1:Beverage" ], "name": "Château Snotty 2020", "description": [ { "@value": "The snottiest red wine on the market.", "@language": "en" }, { "@value": "Le vin le plus prétentieux du marché.", "@language": "fr" } ], "url": "https://www.example.com/chateau-snotty", "image": "https://www.example.com/chateau-snotty.jpg", "offers": { "@type": "Offer", "availability": "https://schema.org/InStock", "priceValidUntil": "2026-01-01", "price": "999.00", "priceCurrency": "EUR", "seller": { "@id": "http://example.com/lechateausnotty" }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "EU", "returnPolicyCategory": "https://schema.org/MerchantReturnNotPermitted" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "name": "Europe", "addressCountry": "EU" }, "shippingRate": { "@type": "MonetaryAmount", "name": "Free", "value": 0, "currency": "EUR" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 2, "unitText": "Days", "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitText": "Days", "unitCode": "DAY" } }, "hasShippingService": { "@type": "ShippingService", "name": "Postal Service", "fulfillmentType": "https://schema.org/FulfillmentTypeDelivery", "shippingConditions": { "@type": "ShippingConditions", "shippingOrigin": { "@id": "http://example.com/lechateausnottyaddress" }, "orderValue": { "@type": "MonetaryAmount", "value": 100.0, "currency": "EUR" } } } } }, "manufacturer": { "@id": "http://example.com/lechateausnotty" }, "weight": [{ "@id": "http://example.com/lechateausnottynetmass" }, { "@id": "http://example.com/lechateausnottygrossmass" }], "productionDate": "2020-10-01", "hasCertification": { "@id": "http://example.com/certifiedpretentiouswine" }, "aggregateRating": { "@type": "AggregateRating", "ratingCount": 33, "ratingValue": 4.7, "bestRating": 5, "worstRating": 1 }, "review": { "@type": "Review", "reviewRating": { "@type": "Rating", "ratingValue": 5, "bestRating": 5, "worstRating": 1 }, "reviewBody": { "@value": "Oncques n'a jamais vu de vin plus prétentieux", "@language": "fr" }, "author": { "@type": "Person", "name": "Jean d'Eau" } }, "gs1:bestBeforeDate": "2027-01-01", "gs1:AdditiveDetails": { "@type": "gs1:AdditiveDetails", "gs1:additiveName": "Sulfite", "gs1:additiveLevelOfContainment": "gs1:LevelOfContainmentCode-CONTAINS" }, "gs1:netWeight": { "@id": "http://example.com/lechateausnottynetmass" }, "gs1:beverageVintage": "2020", "gs1:gpcCategoryCode": "10000276", "gs1:percentageOfAlcoholByVolume": 4.0, "gs1:vintner": "Domaine du Château Snotty", "gs1:alcoholicBeverageSubregion": "FR-16", "gs1:sweetnessLevelOfAlcoholicBeverage": "gs1:SweetnessLevelOfAlcoholicBeverageCode-DRY", "gs1:growingMethod": "gs1:GrowingMethodCode-ORGANIC", "gs1:packagingMarkedLabelAccreditation": "gs1:PackagingMarkedLabelAccreditationCode-EU_ECO_LABEL", "gs1:consumerSalesCondition": "gs1:ConsumerSalesConditionsCode-RESTRICTED_TO_SELL_16", "gs1:seller": { "@id": "http://example.com/lechateausnotty" }, "unece:specifiedMarking": { "@type": "unece:Marking", "unece:packagingMarkingTypeCode": [ "unece:PackagingMarkingCodeList#32", "unece:PackagingMarkingCodeList#9" ] }, "unece:fromDeliveryLifeSpanMeasure": { "@type": "unece:SupplyChainPackaging", "unece:DurationUnitMeasureCode": "unece:DurationUnitMeasureCode#MON", "unece:DurationUnitMeasureTypeValue": 6 }, "unece:recyclableIndicator": true, "unece:applicableTradeProductCertification": { "@id": "http://example.com/certifiedpretentiouswine" }, "unece:manufacturerParty": { "@id": "http://example.com/lechateausnotty" }, "unece:netWeightMeasure": { "@id": "http://example.com/lechateausnottynetmass" }, "unece:grossWeightMeasure": { "@id": "http://example.com/lechateausnottygrossmass" } } ] }