René's URL Explorer Experiment


Title: Organization - Schema.org Type

Description: Schema.org Type: Organization - An organization such as a school, NGO, corporation, club, etc.

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "qb": "http://purl.org/linked-data/cube#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:Organization",
      "@type": "rdfs:Class",
      "rdfs:comment": "An organization such as a school, NGO, corporation, club, etc.",
      "rdfs:label": "Organization",
      "owl:equivalentClass": [
        {
          "@id": "https://ref.gs1.org/voc/Organization"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Organization"
        }
      ],
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:acceptedPaymentMethod",
      "@type": "rdf:Property",
      "rdfs:comment": "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.",
      "rdfs:label": "acceptedPaymentMethod",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:LoanOrCredit"
        },
        {
          "@id": "schema:PaymentMethod"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3537"
      }
    },
    {
      "@id": "schema:actionableFeedbackPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom\u2019s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.",
      "rdfs:label": "actionableFeedbackPolicy",
      "rdfs:subPropertyOf": {
        "@id": "schema:publishingPrinciples"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:address",
      "@type": "rdf:Property",
      "rdfs:comment": "Physical address of the item.",
      "rdfs:label": "address",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/address"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:PostalAddress"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:agentInteractionStatistic",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService).",
      "rdfs:label": "agentInteractionStatistic",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:InteractionCounter"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2858"
      }
    },
    {
      "@id": "schema:aggregateRating",
      "@type": "rdf:Property",
      "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
      "rdfs:label": "aggregateRating",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:AggregateRating"
      }
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:alumni",
      "@type": "rdf:Property",
      "rdfs:comment": "Alumni of an organization.",
      "rdfs:label": "alumni",
      "schema:domainIncludes": [
        {
          "@id": "schema:EducationalOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:alumniOf"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:areaServed",
      "@type": "rdf:Property",
      "rdfs:comment": "The geographic area where a service or offered item is provided.",
      "rdfs:label": "areaServed",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/hasServiceArea"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:DeliveryChargeSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:AdministrativeArea"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:award",
      "@type": "rdf:Property",
      "rdfs:comment": "An award won by or for this item.",
      "rdfs:label": "award",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:awards",
      "@type": "rdf:Property",
      "rdfs:comment": "Awards won by or for this item.",
      "rdfs:label": "awards",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:supersededBy": {
        "@id": "schema:award"
      }
    },
    {
      "@id": "schema:brand",
      "@type": "rdf:Property",
      "rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.",
      "rdfs:label": "brand",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#brandName"
      },
      "rdfs:subPropertyOf": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/hasDesignation"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        }
      ]
    },
    {
      "@id": "schema:companyRegistration",
      "@type": "rdf:Property",
      "rdfs:comment": "The official registration information of a business including the organization that issued it such as Company House or Chamber of Commerce in form of a Certification.",
      "rdfs:label": "companyRegistration",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Certification"
      }
    },
    {
      "@id": "schema:contactPoint",
      "@type": "rdf:Property",
      "rdfs:comment": "A contact point for a person or organization.",
      "rdfs:label": "contactPoint",
      "owl:equivalentProperty": [
        {
          "@id": "https://ref.gs1.org/voc/contactPoint"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasContactPoint"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:HealthInsurancePlan"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:ContactPoint"
      }
    },
    {
      "@id": "schema:contactPoints",
      "@type": "rdf:Property",
      "rdfs:comment": "A contact point for a person or organization.",
      "rdfs:label": "contactPoints",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:ContactPoint"
      },
      "schema:supersededBy": {
        "@id": "schema:contactPoint"
      }
    },
    {
      "@id": "schema:correctionsPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom\u2019s) disclosure and correction policy for errors.",
      "rdfs:label": "correctionsPolicy",
      "rdfs:subPropertyOf": {
        "@id": "schema:publishingPrinciples"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:department",
      "@type": "rdf:Property",
      "rdfs:comment": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.",
      "rdfs:label": "department",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:dissolutionDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The date that this organization was dissolved.",
      "rdfs:label": "dissolutionDate",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/organizationTerminationDate"
      },
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      }
    },
    {
      "@id": "schema:diversityPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom\u2019s diversity policy on both staffing and sources, typically providing staffing data.",
      "rdfs:label": "diversityPolicy",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:diversityStaffingReport",
      "@type": "rdf:Property",
      "rdfs:comment": "For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.",
      "rdfs:label": "diversityStaffingReport",
      "rdfs:subPropertyOf": {
        "@id": "schema:publishingPrinciples"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Article"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:duns",
      "@type": "rdf:Property",
      "rdfs:comment": "The Dun & Bradstreet DUNS number for identifying an organization or business person.",
      "rdfs:label": "duns",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#dUNSId"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:email",
      "@type": "rdf:Property",
      "rdfs:comment": "Email address.",
      "rdfs:label": "email",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/email"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:employee",
      "@type": "rdf:Property",
      "rdfs:comment": "Someone working for this organization.",
      "rdfs:label": "employee",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:employees",
      "@type": "rdf:Property",
      "rdfs:comment": "People working for this organization.",
      "rdfs:label": "employees",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      },
      "schema:supersededBy": {
        "@id": "schema:employee"
      }
    },
    {
      "@id": "schema:ethicsPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.",
      "rdfs:label": "ethicsPolicy",
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:event",
      "@type": "rdf:Property",
      "rdfs:comment": "Upcoming or past event associated with this place, organization, or action.",
      "rdfs:label": "event",
      "schema:domainIncludes": [
        {
          "@id": "schema:InformAction"
        },
        {
          "@id": "schema:InviteAction"
        },
        {
          "@id": "schema:JoinAction"
        },
        {
          "@id": "schema:LeaveAction"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:PlayAction"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      }
    },
    {
      "@id": "schema:events",
      "@type": "rdf:Property",
      "rdfs:comment": "Upcoming or past events associated with this place or organization.",
      "rdfs:label": "events",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      },
      "schema:supersededBy": {
        "@id": "schema:event"
      }
    },
    {
      "@id": "schema:faxNumber",
      "@type": "rdf:Property",
      "rdfs:comment": "The fax number.",
      "rdfs:label": "faxNumber",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/faxNumber"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:founder",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who founded this organization.",
      "rdfs:label": "founder",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:founders",
      "@type": "rdf:Property",
      "rdfs:comment": "A person who founded this organization.",
      "rdfs:label": "founders",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      },
      "schema:supersededBy": {
        "@id": "schema:founder"
      }
    },
    {
      "@id": "schema:foundingDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The date that this organization was founded.",
      "rdfs:label": "foundingDate",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/organizationFormationDate"
      },
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      }
    },
    {
      "@id": "schema:foundingLocation",
      "@type": "rdf:Property",
      "rdfs:comment": "The place where the Organization was founded.",
      "rdfs:label": "foundingLocation",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:funder",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
      "rdfs:label": "funder",
      "rdfs:subPropertyOf": {
        "@id": "schema:sponsor"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Grant"
        },
        {
          "@id": "schema:MonetaryGrant"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:funding",
      "@type": "rdf:Property",
      "rdfs:comment": "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].",
      "rdfs:label": "funding",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:BioChemEntity"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MedicalEntity"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:fundedItem"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Grant"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/383"
      }
    },
    {
      "@id": "schema:globalLocationNumber",
      "@type": "rdf:Property",
      "rdfs:comment": "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.",
      "rdfs:label": "globalLocationNumber",
      "owl:equivalentProperty": [
        {
          "@id": "http://unece.org/vocab#gLNId"
        },
        {
          "@id": "https://ref.gs1.org/voc/globalLocationNumber"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:hasCertification",
      "@type": "rdf:Property",
      "rdfs:comment": "Certification information about a product, organization, service, place, or person.",
      "rdfs:label": "hasCertification",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ApplicableCertificate"
      },
      "rdfs:subPropertyOf": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/isReferencedIn"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Certification"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3230"
      }
    },
    {
      "@id": "schema:hasCredential",
      "@type": "rdf:Property",
      "rdfs:comment": "A credential awarded to the Person or Organization.",
      "rdfs:label": "hasCredential",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Credential"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2289"
      }
    },
    {
      "@id": "schema:hasGS1DigitalLink",
      "@type": "rdf:Property",
      "rdfs:comment": "The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products: Other item types should be adapted similarly.",
      "rdfs:label": "hasGS1DigitalLink",
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3475"
      }
    },
    {
      "@id": "schema:hasMemberProgram",
      "@type": "rdf:Property",
      "rdfs:comment": "MemberProgram offered by an Organization, for example an eCommerce merchant or an airline.",
      "rdfs:label": "hasMemberProgram",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MemberProgram"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3563"
      }
    },
    {
      "@id": "schema:hasMerchantReturnPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "Specifies a MerchantReturnPolicy that may be applicable.",
      "rdfs:label": "hasMerchantReturnPolicy",
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MerchantReturnPolicy"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2288"
      }
    },
    {
      "@id": "schema:hasOfferCatalog",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
      "rdfs:label": "hasOfferCatalog",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:OfferCatalog"
      }
    },
    {
      "@id": "schema:hasPOS",
      "@type": "rdf:Property",
      "rdfs:comment": "Points-of-Sales operated by the organization or person.",
      "rdfs:label": "hasPOS",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:hasProductReturnPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a ProductReturnPolicy that may be applicable.",
      "rdfs:label": "hasProductReturnPolicy",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://attic.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ProductReturnPolicy"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2288"
      },
      "schema:supersededBy": {
        "@id": "schema:hasMerchantReturnPolicy"
      }
    },
    {
      "@id": "schema:hasShippingService",
      "@type": "rdf:Property",
      "rdfs:comment": "Specification of a shipping service offered by the organization.",
      "rdfs:label": "hasShippingService",
      "schema:domainIncludes": [
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ShippingService"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:interactionStatistic",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.",
      "rdfs:label": "interactionStatistic",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:InteractionCounter"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2421"
      }
    },
    {
      "@id": "schema:isicV4",
      "@type": "rdf:Property",
      "rdfs:comment": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
      "rdfs:label": "isicV4",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:iso6523Code",
      "@type": "rdf:Property",
      "rdfs:comment": "An organization identifier as defined in [ISO 6523(-1)](https://en.wikipedia.org/wiki/ISO/IEC_6523). The identifier should be in the `XXXX:YYYYYY:ZZZ` or `XXXX:YYYYYY`format. Where `XXXX` is a 4 digit _ICD_ (International Code Designator), `YYYYYY` is an _OID_ (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and `ZZZ` is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII `0x3a`). Note that many existing organization identifiers defined as attributes like [leiCode](https://schema.org/leiCode) (`0199`), [duns](https://schema.org/duns) (`0060`) or [GLN](https://schema.org/globalLocationNumber) (`0088`) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating [vatID](https://schema.org/vatID) or [taxID](https://schema.org/taxID), as ISO identifiers are less ambiguous.",
      "rdfs:label": "iso6523Code",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2915"
      }
    },
    {
      "@id": "schema:keywords",
      "@type": "rdf:Property",
      "rdfs:comment": "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
      "rdfs:label": "keywords",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:knowsAbout",
      "@type": "rdf:Property",
      "rdfs:comment": "Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.",
      "rdfs:label": "knowsAbout",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:Thing"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1688"
      }
    },
    {
      "@id": "schema:knowsLanguage",
      "@type": "rdf:Property",
      "rdfs:comment": "Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).",
      "rdfs:label": "knowsLanguage",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Language"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1688"
      }
    },
    {
      "@id": "schema:legalAddress",
      "@type": "rdf:Property",
      "rdfs:comment": "The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization.",
      "rdfs:label": "legalAddress",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/hasRegisteredAddress"
      },
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Locations/hasAddress"
      },
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:PostalAddress"
      }
    },
    {
      "@id": "schema:legalName",
      "@type": "rdf:Property",
      "rdfs:comment": "The official name of the organization, e.g. the registered company name.",
      "rdfs:label": "legalName",
      "owl:equivalentProperty": [
        {
          "@id": "https://ref.gs1.org/voc/organizationLegalName"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/hasLegalName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Text/hasName"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:legalRepresentative",
      "@type": "rdf:Property",
      "rdfs:comment": "One or multiple persons who represent this organization legally such as CEO or sole administrator.",
      "rdfs:label": "legalRepresentative",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Person"
      }
    },
    {
      "@id": "schema:leiCode",
      "@type": "rdf:Property",
      "rdfs:comment": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.",
      "rdfs:label": "leiCode",
      "owl:equivalentProperty": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/hasLegalEntityIdentifier"
        },
        {
          "@id": "https://www.gleif.org/ontology/L1/hasLEI"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": [
        {
          "@id": "https://schema.org/docs/collab/FIBO"
        },
        {
          "@id": "https://schema.org/docs/collab/GLEIF"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:location",
      "@type": "rdf:Property",
      "rdfs:comment": "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.",
      "rdfs:label": "location",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/Locations/isLocatedIn"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Action"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:InteractionCounter"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:PostalAddress"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:VirtualLocation"
        }
      ]
    },
    {
      "@id": "schema:logo",
      "@type": "rdf:Property",
      "rdfs:comment": "An associated logo.",
      "rdfs:label": "logo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#logoReferencedDocument"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:image"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:makesOffer",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to products or services offered by the organization or person.",
      "rdfs:label": "makesOffer",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/offers"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:offeredBy"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Offer"
      }
    },
    {
      "@id": "schema:member",
      "@type": "rdf:Property",
      "rdfs:comment": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.",
      "rdfs:label": "member",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasMember"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:ProgramMembership"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:memberOf"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:memberOf",
      "@type": "rdf:Property",
      "rdfs:comment": "An Organization (or ProgramMembership) to which this Person or Organization belongs.",
      "rdfs:label": "memberOf",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:member"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:MemberProgramTier"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:ProgramMembership"
        }
      ]
    },
    {
      "@id": "schema:members",
      "@type": "rdf:Property",
      "rdfs:comment": "A member of this organization.",
      "rdfs:label": "members",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:ProgramMembership"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:member"
      }
    },
    {
      "@id": "schema:naics",
      "@type": "rdf:Property",
      "rdfs:comment": "The North American Industry Classification System (NAICS) code for a particular organization or business person.",
      "rdfs:label": "naics",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:nonprofitStatus",
      "@type": "rdf:Property",
      "rdfs:comment": "nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.",
      "rdfs:label": "nonprofitStatus",
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:NonprofitType"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2543"
      }
    },
    {
      "@id": "schema:numberOfEmployees",
      "@type": "rdf:Property",
      "rdfs:comment": "The number of employees in an organization, e.g. business.",
      "rdfs:label": "numberOfEmployees",
      "schema:domainIncludes": [
        {
          "@id": "schema:BusinessAudience"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      }
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:ownershipFundingInfo",
      "@type": "rdf:Property",
      "rdfs:comment": "For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence.   Note that the [[funder]] is also available and can be used to make basic funder information machine-readable.",
      "rdfs:label": "ownershipFundingInfo",
      "rdfs:subPropertyOf": {
        "@id": "schema:publishingPrinciples"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:AboutPage"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:owns",
      "@type": "rdf:Property",
      "rdfs:comment": "Things owned by the organization or person.",
      "rdfs:label": "owns",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/owns"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:owner"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:parentOrganization",
      "@type": "rdf:Property",
      "rdfs:comment": "The larger organization that this organization is a [[subOrganization]] of, if any.",
      "rdfs:label": "parentOrganization",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/parentOrganization"
      },
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:inverseOf": {
        "@id": "schema:subOrganization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      }
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:publishingPrinciples",
      "@type": "rdf:Property",
      "rdfs:comment": "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n",
      "rdfs:label": "publishingPrinciples",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:review",
      "@type": "rdf:Property",
      "rdfs:comment": "A review of the item.",
      "rdfs:label": "review",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      }
    },
    {
      "@id": "schema:reviews",
      "@type": "rdf:Property",
      "rdfs:comment": "Review of the item.",
      "rdfs:label": "reviews",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      },
      "schema:supersededBy": {
        "@id": "schema:review"
      }
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:seeks",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to products or services sought by the organization or person (demand).",
      "rdfs:label": "seeks",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Demand"
      }
    },
    {
      "@id": "schema:serviceArea",
      "@type": "rdf:Property",
      "rdfs:comment": "The geographic area where the service is provided.",
      "rdfs:label": "serviceArea",
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:AdministrativeArea"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:areaServed"
      }
    },
    {
      "@id": "schema:skills",
      "@type": "rdf:Property",
      "rdfs:comment": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation.",
      "rdfs:label": "skills",
      "schema:domainIncludes": [
        {
          "@id": "schema:JobPosting"
        },
        {
          "@id": "schema:Occupation"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1698"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2322"
        }
      ]
    },
    {
      "@id": "schema:slogan",
      "@type": "rdf:Property",
      "rdfs:comment": "A slogan or motto associated with the item.",
      "rdfs:label": "slogan",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#PromotionalMessage"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:sponsor",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
      "rdfs:label": "sponsor",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Grant"
        },
        {
          "@id": "schema:MedicalStudy"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:subOrganization",
      "@type": "rdf:Property",
      "rdfs:comment": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.",
      "rdfs:label": "subOrganization",
      "owl:equivalentProperty": [
        {
          "@id": "https://ref.gs1.org/voc/subOrganization"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/hasSubsidiary"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Organization"
      },
      "schema:inverseOf": {
        "@id": "schema:parentOrganization"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:taxID",
      "@type": "rdf:Property",
      "rdfs:comment": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.",
      "rdfs:label": "taxID",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/hasTaxIdentifier"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:telephone",
      "@type": "rdf:Property",
      "rdfs:comment": "The telephone number.",
      "rdfs:label": "telephone",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/telephone"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:unnamedSourcesPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.",
      "rdfs:label": "unnamedSourcesPolicy",
      "rdfs:subPropertyOf": {
        "@id": "schema:publishingPrinciples"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:NewsMediaOrganization"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1525"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:vatID",
      "@type": "rdf:Property",
      "rdfs:comment": "The value-added Tax ID of the organization or person with national prefix (for example IT123456789). Can also be described as [[iso6523Code]] with proper prefix.",
      "rdfs:label": "vatID",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
10M+ Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Organizationhttps://schema.org/Organization
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+Organization
Organizationhttps://schema.org/Organization
acceptedPaymentMethodhttps://schema.org/acceptedPaymentMethod
LoanOrCredithttps://schema.org/LoanOrCredit
PaymentMethodhttps://schema.org/PaymentMethod
Texthttps://schema.org/Text
actionableFeedbackPolicyhttps://schema.org/actionableFeedbackPolicy
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
Organizationhttps://schema.org/Organization
addresshttps://schema.org/address
PostalAddresshttps://schema.org/PostalAddress
Texthttps://schema.org/Text
agentInteractionStatistichttps://schema.org/agentInteractionStatistic
InteractionCounterhttps://schema.org/InteractionCounter
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
alumnihttps://schema.org/alumni
Personhttps://schema.org/Person
alumniOfhttps://schema.org/alumniOf
areaServedhttps://schema.org/areaServed
AdministrativeAreahttps://schema.org/AdministrativeArea
GeoShapehttps://schema.org/GeoShape
Placehttps://schema.org/Place
Texthttps://schema.org/Text
serviceAreahttps://schema.org/serviceArea
awardhttps://schema.org/award
Texthttps://schema.org/Text
awardshttps://schema.org/awards
brandhttps://schema.org/brand
Brandhttps://schema.org/Brand
Organizationhttps://schema.org/Organization
companyRegistrationhttps://schema.org/companyRegistration
Certificationhttps://schema.org/Certification
contactPointhttps://schema.org/contactPoint
ContactPointhttps://schema.org/ContactPoint
contactPointshttps://schema.org/contactPoints
correctionsPolicyhttps://schema.org/correctionsPolicy
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
departmenthttps://schema.org/department
Organizationhttps://schema.org/Organization
dissolutionDatehttps://schema.org/dissolutionDate
Datehttps://schema.org/Date
diversityPolicyhttps://schema.org/diversityPolicy
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
diversityStaffingReporthttps://schema.org/diversityStaffingReport
Articlehttps://schema.org/Article
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
dunshttps://schema.org/duns
Texthttps://schema.org/Text
emailhttps://schema.org/email
Texthttps://schema.org/Text
employeehttps://schema.org/employee
Personhttps://schema.org/Person
employeeshttps://schema.org/employees
ethicsPolicyhttps://schema.org/ethicsPolicy
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
Restauranthttps://schema.org/Restaurant
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
eventhttps://schema.org/event
Eventhttps://schema.org/Event
eventshttps://schema.org/events
faxNumberhttps://schema.org/faxNumber
Texthttps://schema.org/Text
founderhttps://schema.org/founder
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
foundershttps://schema.org/founders
foundingDatehttps://schema.org/foundingDate
Datehttps://schema.org/Date
foundingLocationhttps://schema.org/foundingLocation
Placehttps://schema.org/Place
funderhttps://schema.org/funder
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
fundinghttps://schema.org/funding
Granthttps://schema.org/Grant
Granthttps://schema.org/Grant
ownershipFundingInfohttps://schema.org/ownershipFundingInfo
fundedItemhttps://schema.org/fundedItem
globalLocationNumberhttps://schema.org/globalLocationNumber
Texthttps://schema.org/Text
Global Location Numberhttp://www.gs1.org/gln
hasCertificationhttps://schema.org/hasCertification
Certificationhttps://schema.org/Certification
hasCredentialhttps://schema.org/hasCredential
Credentialhttps://schema.org/Credential
hasGS1DigitalLinkhttps://schema.org/hasGS1DigitalLink
URLhttps://schema.org/URL
GS1 digital linkhttps://www.gs1.org/standards/gs1-digital-link
Producthttps://schema.org/Product
Organizationhttps://schema.org/Organization
IndividualProducthttps://schema.org/IndividualProduct
SomeProductshttps://schema.org/SomeProducts
IndividualProducthttps://schema.org/IndividualProduct
Producthttps://schema.org/Product
ProductModelhttps://schema.org/ProductModel
hasMemberProgramhttps://schema.org/hasMemberProgram
MemberProgramhttps://schema.org/MemberProgram
hasMerchantReturnPolicyhttps://schema.org/hasMerchantReturnPolicy
MerchantReturnPolicyhttps://schema.org/MerchantReturnPolicy
hasProductReturnPolicyhttps://schema.org/hasProductReturnPolicy
hasOfferCataloghttps://schema.org/hasOfferCatalog
OfferCataloghttps://schema.org/OfferCatalog
hasPOShttps://schema.org/hasPOS
Placehttps://schema.org/Place
hasShippingServicehttps://schema.org/hasShippingService
ShippingServicehttps://schema.org/ShippingService
interactionStatistichttps://schema.org/interactionStatistic
InteractionCounterhttps://schema.org/InteractionCounter
interactionCounthttps://schema.org/interactionCount
isicV4https://schema.org/isicV4
Texthttps://schema.org/Text
iso6523Codehttps://schema.org/iso6523Code
Texthttps://schema.org/Text
ISO 6523(-1)https://en.wikipedia.org/wiki/ISO/IEC_6523
leiCodehttps://schema.org/leiCode
dunshttps://schema.org/duns
GLNhttps://schema.org/globalLocationNumber
vatIDhttps://schema.org/vatID
taxIDhttps://schema.org/taxID
keywordshttps://schema.org/keywords
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
knowsAbouthttps://schema.org/knowsAbout
Texthttps://schema.org/Text
Thinghttps://schema.org/Thing
URLhttps://schema.org/URL
Personhttps://schema.org/Person
Organizationhttps://schema.org/Organization
JobPostinghttps://schema.org/JobPosting
knowsLanguagehttps://schema.org/knowsLanguage
Languagehttps://schema.org/Language
Texthttps://schema.org/Text
Personhttps://schema.org/Person
Organizationhttps://schema.org/Organization
IETF BCP 47 standardhttp://tools.ietf.org/html/bcp47
legalAddresshttps://schema.org/legalAddress
PostalAddresshttps://schema.org/PostalAddress
legalNamehttps://schema.org/legalName
Texthttps://schema.org/Text
legalRepresentativehttps://schema.org/legalRepresentative
Personhttps://schema.org/Person
leiCodehttps://schema.org/leiCode
Texthttps://schema.org/Text
locationhttps://schema.org/location
Placehttps://schema.org/Place
PostalAddresshttps://schema.org/PostalAddress
Texthttps://schema.org/Text
VirtualLocationhttps://schema.org/VirtualLocation
logohttps://schema.org/logo
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
makesOfferhttps://schema.org/makesOffer
Offerhttps://schema.org/Offer
offeredByhttps://schema.org/offeredBy
memberhttps://schema.org/member
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
membershttps://schema.org/members
musicGroupMemberhttps://schema.org/musicGroupMember
memberOfhttps://schema.org/memberOf
memberOfhttps://schema.org/memberOf
MemberProgramTierhttps://schema.org/MemberProgramTier
Organizationhttps://schema.org/Organization
ProgramMembershiphttps://schema.org/ProgramMembership
memberhttps://schema.org/member
naicshttps://schema.org/naics
Texthttps://schema.org/Text
nonprofitStatushttps://schema.org/nonprofitStatus
NonprofitTypehttps://schema.org/NonprofitType
numberOfEmployeeshttps://schema.org/numberOfEmployees
QuantitativeValuehttps://schema.org/QuantitativeValue
ownershipFundingInfohttps://schema.org/ownershipFundingInfo
AboutPagehttps://schema.org/AboutPage
CreativeWorkhttps://schema.org/CreativeWork
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
funderhttps://schema.org/funder
ownshttps://schema.org/owns
Thinghttps://schema.org/Thing
ownerhttps://schema.org/owner
parentOrganizationhttps://schema.org/parentOrganization
Organizationhttps://schema.org/Organization
subOrganizationhttps://schema.org/subOrganization
branchOfhttps://schema.org/branchOf
subOrganizationhttps://schema.org/subOrganization
publishingPrincipleshttps://schema.org/publishingPrinciples
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
CreativeWorkhttps://schema.org/CreativeWork
NewsArticlehttps://schema.org/NewsArticle
CreativeWorkhttps://schema.org/CreativeWork
funderhttps://schema.org/funder
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
seekshttps://schema.org/seeks
Demandhttps://schema.org/Demand
skillshttps://schema.org/skills
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
sloganhttps://schema.org/slogan
Texthttps://schema.org/Text
sponsorhttps://schema.org/sponsor
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
subOrganizationhttps://schema.org/subOrganization
Organizationhttps://schema.org/Organization
parentOrganizationhttps://schema.org/parentOrganization
taxIDhttps://schema.org/taxID
Texthttps://schema.org/Text
telephonehttps://schema.org/telephone
Texthttps://schema.org/Text
unnamedSourcesPolicyhttps://schema.org/unnamedSourcesPolicy
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
vatIDhttps://schema.org/vatID
Texthttps://schema.org/Text
iso6523Codehttps://schema.org/iso6523Code
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
Organizationhttps://schema.org/Organization
acquiredFromhttps://schema.org/acquiredFrom
OwnershipInfohttps://schema.org/OwnershipInfo
affiliationhttps://schema.org/affiliation
Personhttps://schema.org/Person
agenthttps://schema.org/agent
Actionhttps://schema.org/Action
alumniOfhttps://schema.org/alumniOf
Personhttps://schema.org/Person
attendeehttps://schema.org/attendee
Eventhttps://schema.org/Event
attendeeshttps://schema.org/attendees
Eventhttps://schema.org/Event
authenticatorhttps://schema.org/authenticator
MediaSubscriptionhttps://schema.org/MediaSubscription
authorhttps://schema.org/author
CreativeWorkhttps://schema.org/CreativeWork
Ratinghttps://schema.org/Rating
bccRecipienthttps://schema.org/bccRecipient
Messagehttps://schema.org/Message
bookingAgenthttps://schema.org/bookingAgent
Reservationhttps://schema.org/Reservation
branchOfhttps://schema.org/branchOf
LocalBusinesshttps://schema.org/LocalBusiness
branchhttps://schema.org/branch
brandhttps://schema.org/brand
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
broadcastAffiliateOfhttps://schema.org/broadcastAffiliateOf
BroadcastServicehttps://schema.org/BroadcastService
broadcasterhttps://schema.org/broadcaster
BroadcastServicehttps://schema.org/BroadcastService
brokerhttps://schema.org/broker
Invoicehttps://schema.org/Invoice
Orderhttps://schema.org/Order
Reservationhttps://schema.org/Reservation
Servicehttps://schema.org/Service
buyerhttps://schema.org/buyer
SellActionhttps://schema.org/SellAction
carrierhttps://schema.org/carrier
Flighthttps://schema.org/Flight
ParcelDeliveryhttps://schema.org/ParcelDelivery
ccRecipienthttps://schema.org/ccRecipient
Messagehttps://schema.org/Message
claimInterpreterhttps://schema.org/claimInterpreter
Claimhttps://schema.org/Claim
Claimhttps://schema.org/Claim
MediaObjecthttps://schema.org/MediaObject
interpretedAsClaimhttps://schema.org/interpretedAsClaim
MediaObjecthttps://schema.org/MediaObject
composerhttps://schema.org/composer
Eventhttps://schema.org/Event
MusicCompositionhttps://schema.org/MusicComposition
contributorhttps://schema.org/contributor
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
copyrightHolderhttps://schema.org/copyrightHolder
CreativeWorkhttps://schema.org/CreativeWork
creatorhttps://schema.org/creator
CreativeWorkhttps://schema.org/CreativeWork
UserCommentshttps://schema.org/UserComments
creditedTohttps://schema.org/creditedTo
MusicReleasehttps://schema.org/MusicRelease
customerhttps://schema.org/customer
Invoicehttps://schema.org/Invoice
Orderhttps://schema.org/Order
departmenthttps://schema.org/department
Organizationhttps://schema.org/Organization
eligibleWithSupplierhttps://schema.org/eligibleWithSupplier
FinancialIncentivehttps://schema.org/FinancialIncentive
employmentUnithttps://schema.org/employmentUnit
JobPostinghttps://schema.org/JobPosting
endorseehttps://schema.org/endorsee
EndorseActionhttps://schema.org/EndorseAction
endorsershttps://schema.org/endorsers
Diethttps://schema.org/Diet
followeehttps://schema.org/followee
FollowActionhttps://schema.org/FollowAction
founderhttps://schema.org/founder
Organizationhttps://schema.org/Organization
fundedItemhttps://schema.org/fundedItem
Granthttps://schema.org/Grant
Granthttps://schema.org/Grant
ownershipFundingInfohttps://schema.org/ownershipFundingInfo
funderhttps://schema.org/funder
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
Granthttps://schema.org/Grant
MonetaryGranthttps://schema.org/MonetaryGrant
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
granteehttps://schema.org/grantee
DigitalDocumentPermissionhttps://schema.org/DigitalDocumentPermission
hiringOrganizationhttps://schema.org/hiringOrganization
JobPostinghttps://schema.org/JobPosting
hostingOrganizationhttps://schema.org/hostingOrganization
MemberProgramhttps://schema.org/MemberProgram
ProgramMembershiphttps://schema.org/ProgramMembership
issuedByhttps://schema.org/issuedBy
Certificationhttps://schema.org/Certification
Permithttps://schema.org/Permit
Tickethttps://schema.org/Ticket
Permithttps://schema.org/Permit
Tickethttps://schema.org/Ticket
Certificationhttps://schema.org/Certification
landlordhttps://schema.org/landlord
RentActionhttps://schema.org/RentAction
legislationCountersignedByhttps://schema.org/legislationCountersignedBy
Legislationhttps://schema.org/Legislation
legislationPassedByhttps://schema.org/legislationPassedBy
Legislationhttps://schema.org/Legislation
legislationResponsiblehttps://schema.org/legislationResponsible
Legislationhttps://schema.org/Legislation
lenderhttps://schema.org/lender
BorrowActionhttps://schema.org/BorrowAction
maintainerhttps://schema.org/maintainer
CreativeWorkhttps://schema.org/CreativeWork
Datasethttps://schema.org/Dataset
SoftwareApplicationhttps://schema.org/SoftwareApplication
Projecthttps://schema.org/Project
Personhttps://schema.org/Person
Organizationhttps://schema.org/Organization
maintainerhttps://schema.org/maintainer
Datasethttps://schema.org/Dataset
isBasedOnhttps://schema.org/isBasedOn
manufacturerhttps://schema.org/manufacturer
Producthttps://schema.org/Product
memberhttps://schema.org/member
Organizationhttps://schema.org/Organization
ProgramMembershiphttps://schema.org/ProgramMembership
memberOfhttps://schema.org/memberOf
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
membershttps://schema.org/members
Organizationhttps://schema.org/Organization
ProgramMembershiphttps://schema.org/ProgramMembership
merchanthttps://schema.org/merchant
Orderhttps://schema.org/Order
offeredByhttps://schema.org/offeredBy
Offerhttps://schema.org/Offer
organizerhttps://schema.org/organizer
Eventhttps://schema.org/Event
ownerhttps://schema.org/owner
Thinghttps://schema.org/Thing
parentOrganizationhttps://schema.org/parentOrganization
Organizationhttps://schema.org/Organization
subOrganizationhttps://schema.org/subOrganization
participanthttps://schema.org/participant
Actionhttps://schema.org/Action
performerhttps://schema.org/performer
Eventhttps://schema.org/Event
performershttps://schema.org/performers
Eventhttps://schema.org/Event
producerhttps://schema.org/producer
CreativeWorkhttps://schema.org/CreativeWork
productionCompanyhttps://schema.org/productionCompany
CreativeWorkSeasonhttps://schema.org/CreativeWorkSeason
Episodehttps://schema.org/Episode
MediaObjecthttps://schema.org/MediaObject
Moviehttps://schema.org/Movie
MovieSerieshttps://schema.org/MovieSeries
RadioSerieshttps://schema.org/RadioSeries
TVSerieshttps://schema.org/TVSeries
VideoGameSerieshttps://schema.org/VideoGameSeries
providerhttps://schema.org/provider
Actionhttps://schema.org/Action
CreativeWorkhttps://schema.org/CreativeWork
EducationalOccupationalProgramhttps://schema.org/EducationalOccupationalProgram
FinancialIncentivehttps://schema.org/FinancialIncentive
Invoicehttps://schema.org/Invoice
ParcelDeliveryhttps://schema.org/ParcelDelivery
Reservationhttps://schema.org/Reservation
Servicehttps://schema.org/Service
Triphttps://schema.org/Trip
publishedByhttps://schema.org/publishedBy
PublicationEventhttps://schema.org/PublicationEvent
publisherhttps://schema.org/publisher
CreativeWorkhttps://schema.org/CreativeWork
FinancialIncentivehttps://schema.org/FinancialIncentive
publisherImprinthttps://schema.org/publisherImprint
CreativeWorkhttps://schema.org/CreativeWork
recipienthttps://schema.org/recipient
AuthorizeActionhttps://schema.org/AuthorizeAction
CommunicateActionhttps://schema.org/CommunicateAction
DonateActionhttps://schema.org/DonateAction
GiveActionhttps://schema.org/GiveAction
Messagehttps://schema.org/Message
PayActionhttps://schema.org/PayAction
ReturnActionhttps://schema.org/ReturnAction
SendActionhttps://schema.org/SendAction
TipActionhttps://schema.org/TipAction
recognizedByhttps://schema.org/recognizedBy
Credentialhttps://schema.org/Credential
recognizingAuthorityhttps://schema.org/recognizingAuthority
MedicalEntityhttps://schema.org/MedicalEntity
recordLabelhttps://schema.org/recordLabel
MusicReleasehttps://schema.org/MusicRelease
reviewedByhttps://schema.org/reviewedBy
WebPagehttps://schema.org/WebPage
sdPublisherhttps://schema.org/sdPublisher
CreativeWorkhttps://schema.org/CreativeWork
sdPublisherhttps://schema.org/sdPublisher
sellerhttps://schema.org/seller
BuyActionhttps://schema.org/BuyAction
Demandhttps://schema.org/Demand
Flighthttps://schema.org/Flight
Offerhttps://schema.org/Offer
Orderhttps://schema.org/Order
senderhttps://schema.org/sender
Messagehttps://schema.org/Message
ReceiveActionhttps://schema.org/ReceiveAction
serviceOperatorhttps://schema.org/serviceOperator
GovernmentServicehttps://schema.org/GovernmentService
sourceOrganizationhttps://schema.org/sourceOrganization
CreativeWorkhttps://schema.org/CreativeWork
spokenByCharacterhttps://schema.org/spokenByCharacter
Quotationhttps://schema.org/Quotation
sponsorhttps://schema.org/sponsor
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
Granthttps://schema.org/Grant
MedicalStudyhttps://schema.org/MedicalStudy
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
subOrganizationhttps://schema.org/subOrganization
Organizationhttps://schema.org/Organization
toRecipienthttps://schema.org/toRecipient
Messagehttps://schema.org/Message
translatorhttps://schema.org/translator
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
underNamehttps://schema.org/underName
Reservationhttps://schema.org/Reservation
Tickethttps://schema.org/Ticket
vendorhttps://schema.org/vendor
BuyActionhttps://schema.org/BuyAction
worksForhttps://schema.org/worksFor
Personhttps://schema.org/Person
Airlinehttps://schema.org/Airline
Consortiumhttps://schema.org/Consortium
Cooperativehttps://schema.org/Cooperative
Corporationhttps://schema.org/Corporation
EducationalOrganizationhttps://schema.org/EducationalOrganization
FundingSchemehttps://schema.org/FundingScheme
GovernmentOrganizationhttps://schema.org/GovernmentOrganization
LibrarySystemhttps://schema.org/LibrarySystem
LocalBusinesshttps://schema.org/LocalBusiness
MedicalOrganizationhttps://schema.org/MedicalOrganization
NGOhttps://schema.org/NGO
NewsMediaOrganizationhttps://schema.org/NewsMediaOrganization
OnlineBusinesshttps://schema.org/OnlineBusiness
PerformingGrouphttps://schema.org/PerformingGroup
PoliticalPartyhttps://schema.org/PoliticalParty
Projecthttps://schema.org/Project
ResearchOrganizationhttps://schema.org/ResearchOrganization
SearchRescueOrganizationhttps://schema.org/SearchRescueOrganization
SportsOrganizationhttps://schema.org/SportsOrganization
WorkersUnionhttps://schema.org/WorkersUnion
Example 1https://schema.org/Organization#eg-0007
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 2https://schema.org/Organization#eg-0199
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 3https://schema.org/Organization#eg-0200
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 4https://schema.org/Organization#eg-0206
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 5https://schema.org/Organization#eg-0296
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 6https://schema.org/Organization#eg-0376
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 7https://schema.org/Organization#eg-0388
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 8https://schema.org/Organization#eg-0429
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 9https://schema.org/Organization#eg-0442
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 10https://schema.org/Organization#eg-0443
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 11https://schema.org/Organization#eg-3617b
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 12https://schema.org/Organization#eg-4505
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.