http://schema.org/Organization
Instances of schema1:Organization can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class schema1:Organization | |||
schema1:address | rdf:Property | Physical address of the item. | xsd:string |
schema1:contactPoint | rdf:Property | A contact point for a person or organization. | schema1:ContactPoint |
schema1:department | rdf:Property | 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. | schema1:Organization |
schema1:email | rdf:Property | Email address. | xsd:string |
schema1:funder | rdf:Property | 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. - A person or organization that supports (sponsors) something through some kind of financial contribution. | schema1:Person schema1:Organization |
schema1:keywords | rdf:Property | Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. | rdf:langString xsd:string sh:IRI |
schema1:member | rdf:Property | A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. | schema1:Organization schema1:Person |
schema1:parentOrganization | rdf:Property | The larger organization that this organization is a subOrganization of, if any. | schema1:Organization |
From class schema1:Thing | |||
schema1:alternateName | rdf:Property | An alias for the item. | xsd:string |
schema1:description | rdf:Property | A description of the item. | rdf:langString xsd:string |
schema1:identifier | rdf:Property | 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. | sh:IRI xsd:string |
schema1:image | rdf:Property | An image of the item. | sh:IRI |
schema1:name | rdf:Property | The name of the item. | xsd:string |
schema1:sameAs | rdf:Property | 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. | sh:IRI |
schema1:url | rdf:Property | URL of the item. | sh:IRI |
By the associated SHACL property shapes, instances of schema1:Organization can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
---|---|---|---|---|---|---|---|
schema1:Organization | |||||||
schema1:address | rdf:Property |
Physical address of the item.
Physical address of the item. |
1 |
xsd:string
|
owl:Thing | ||
schema1:contactPoint | rdf:Property |
A contact point for a person or organization.
A contact point for a person or organization. |
1 |
schema1:ContactPoint
|
owl:Thing | ||
schema1:department | rdf:Property |
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.
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. |
schema1:Organization
|
owl:Thing | |||
schema1:email | rdf:Property |
Email address.
Email address. |
1 |
xsd:string
|
owl:Thing | ||
schema1:funder | rdf:Property |
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.<br>A person or organization that supports (sponsors) something through some kind of financial contribution.
A person or organization that supports (sponsors) something through some kind of financial contribution. |
owl:Thing | ||||
schema1:keywords | rdf:Property |
Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.
Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. |
owl:Thing | ||||
schema1:member | rdf:Property |
A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.
A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. |
owl:Thing | ||||
schema1:parentOrganization | rdf:Property |
The larger organization that this organization is a subOrganization of, if any.
The larger organization that this organization is a subOrganization of, if any. |
schema1:Organization
|
owl:Thing | |||
schema1:Thing | |||||||
schema1:alternateName | rdf:Property |
An alias for the item.
An alias for the item. |
xsd:string
|
owl:Thing | |||
schema1:description | rdf:Property |
A description of the item.
A description of the item. |
1 | owl:Thing | |||
schema1:identifier | rdf:Property |
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.
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. |
1 | owl:Thing | |||
schema1:image | rdf:Property |
An image of the item.
An image of the item. |
1 | owl:Thing | |||
schema1:name | rdf:Property |
The name of the item.
The name of the item. |
1 | 1 |
xsd:string
|
owl:Thing | |
schema1:sameAs | rdf:Property |
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.
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. |
owl:Thing | ||||
schema1:url | rdf:Property |
URL of the item.
URL of the item. |
owl:Thing |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
schema1:Organization a rdfs:Class ;
rdfs:subClassOf schema1:Thing .