Skip to content

Instantly share code, notes, and snippets.

@danbri
Created June 14, 2016 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbri/4439351fc3be997967d3da346edb4bb3 to your computer and use it in GitHub Desktop.
Save danbri/4439351fc3be997967d3da346edb4bb3 to your computer and use it in GitHub Desktop.
@prefix ns1: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:BankAccount a rdfs:Class ;
rdfs:label "BankAccount" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest." ;
rdfs:subClassOf schema:FinancialProduct .
schema:CompoundPriceSpecification a rdfs:Class ;
rdfs:label "CompoundPriceSpecification" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass> ;
rdfs:comment "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\")." ;
rdfs:subClassOf schema:PriceSpecification .
schema:ComputerLanguage a rdfs:Class ;
rdfs:label "ComputerLanguageLanguage" ;
rdfs:comment "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type." ;
rdfs:subClassOf schema:Intangible .
schema:Conversation a rdfs:Class ;
rdfs:label "Conversation" ;
rdfs:comment "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties." ;
rdfs:subClassOf schema:CreativeWork .
schema:CurrencyConversionService a rdfs:Class ;
rdfs:label "CurrencyConversionService" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A service to convert funds from one currency to another currency." ;
rdfs:subClassOf schema:FinancialProduct .
schema:DepositAccount a rdfs:Class ;
rdfs:label "DepositAccount" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits." ;
rdfs:subClassOf schema:BankAccount,
schema:InvestmentOrDeposit .
schema:DigitalDocument a rdfs:Class ;
rdfs:label "DigitalDocument" ;
rdfs:comment "An electronic file or document." ;
rdfs:subClassOf schema:CreativeWork .
schema:DigitalDocumentPermission a rdfs:Class ;
rdfs:label "DigitalDocumentPermission" ;
rdfs:comment "A permission for a particular person or group to access a particular file." ;
rdfs:subClassOf schema:Intangible .
schema:DigitalDocumentPermissionType a rdfs:Class ;
rdfs:label "DigitalDocumentPermissionType" ;
rdfs:comment "A type of permission which can be granted for accessing a digital document." ;
rdfs:subClassOf schema:Enumeration .
schema:FinancialProduct a rdfs:Class ;
rdfs:label "FinancialProduct" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." ;
rdfs:subClassOf schema:Service .
schema:GenderType a rdfs:Class ;
rdfs:label "GenderType" ;
rdfs:comment "An enumeration of genders." ;
rdfs:subClassOf schema:Enumeration .
schema:InvestmentOrDeposit a rdfs:Class ;
rdfs:label "InvestmentOrDeposit" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return." ;
rdfs:subClassOf schema:FinancialProduct .
schema:LoanOrCredit a rdfs:Class ;
rdfs:label "LoanOrCredit" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A financial product for the loaning of an amount of money under agreed terms and charges." ;
rdfs:subClassOf schema:FinancialProduct .
schema:Message a rdfs:Class ;
rdfs:label "Message" ;
rdfs:comment "A single message from a sender to one or more organizations or people." ;
rdfs:subClassOf schema:CreativeWork .
schema:MonetaryAmount a rdfs:Class ;
rdfs:label "MonetaryAmount" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc." ;
rdfs:subClassOf schema:StructuredValue .
schema:NoteDigitalDocument a rdfs:Class ;
rdfs:label "NoteDigitalDocument" ;
rdfs:comment "A file containing a note, primarily for the author." ;
rdfs:subClassOf schema:DigitalDocument .
schema:PaymentCard a rdfs:Class ;
rdfs:label "PaymentCard" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A payment method using a credit, debit, store or other card to associate the payment with an account." ;
rdfs:subClassOf schema:FinancialProduct,
schema:PaymentMethod .
schema:PaymentService a rdfs:Class ;
rdfs:label "PaymentService" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment "A Service to transfer funds from a person or organization to a beneficiary person or organization." ;
rdfs:subClassOf schema:FinancialProduct .
schema:PresentationDigitalDocument a rdfs:Class ;
rdfs:label "PresentationDigitalDocument" ;
rdfs:comment "A file containing slides or used for a presentation." ;
rdfs:subClassOf schema:DigitalDocument .
schema:RestrictedDiet a rdfs:Class ;
rdfs:label "RestrictedDiet" ;
rdfs:comment "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons. " ;
rdfs:subClassOf schema:Enumeration .
schema:SpreadsheetDigitalDocument a rdfs:Class ;
rdfs:label "SpreadsheetDigitalDocument" ;
rdfs:comment "A spreadsheet file." ;
rdfs:subClassOf schema:DigitalDocument .
schema:TextDigitalDocument a rdfs:Class ;
rdfs:label "TextDigitalDocument" ;
rdfs:comment "A file composed primarily of text." ;
rdfs:subClassOf schema:DigitalDocument .
schema:AudiobookFormat a schema:BookFormatType ;
rdfs:label "AudiobookFormat" ;
rdfs:comment "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties." .
schema:BlogPosting rdfs:subClassOf schema:Article .
schema:CheckInAction rdfs:comment "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\\n\\nRelated actions:\\n\\n* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence." .
schema:CommentPermission a schema:DigitalDocumentPermissionType ;
rdfs:label "CommentPermission" ;
rdfs:comment "Permission to add comments to the document." .
schema:CreditCard ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
rdfs:comment """A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.<br />
Commonly used values:<br />
<br />
http://purl.org/goodrelations/v1#AmericanExpress <br />
http://purl.org/goodrelations/v1#DinersClub <br />
http://purl.org/goodrelations/v1#Discover <br />
http://purl.org/goodrelations/v1#JCB <br />
http://purl.org/goodrelations/v1#MasterCard <br />
http://purl.org/goodrelations/v1#VISA <br />
""" ;
rdfs:subClassOf schema:LoanOrCredit,
schema:PaymentCard .
schema:DatedMoneySpecification schema:supersededBy schema:MonetaryAmount ;
rdfs:comment "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]] use of that type is recommended" .
schema:Dentist rdfs:label " Dentist" ;
rdfs:subClassOf schema:ProfessionalService .
schema:DiabeticDiet a schema:RestrictedDiet ;
rdfs:label "DiabeticDiet" ;
rdfs:comment "A diet appropriate for people with diabetes." .
schema:EmailMessage rdfs:subClassOf schema:Message .
schema:Female a schema:GenderType ;
rdfs:label "Female" ;
rdfs:comment "The female gender." .
schema:Friday a schema:DayOfWeek ;
rdfs:label "Friday" ;
schema:sameAs <http://www.wikidata.org/entity/Q130> ;
rdfs:comment "The day of the week between Thursday and Saturday." .
schema:Game rdfs:comment "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." .
schema:GlutenFreeDiet a schema:RestrictedDiet ;
rdfs:label "GlutenFreeDiet" ;
rdfs:comment "A diet exclusive of gluten." .
schema:HalalDiet a schema:RestrictedDiet ;
rdfs:label "HalalDiet" ;
rdfs:comment "A diet conforming to Islamic dietary practices." .
schema:HinduDiet a schema:RestrictedDiet ;
rdfs:label "HinduDiet" ;
rdfs:comment "A diet conforming to Hindu dietary practices, in particular, beef-free." .
schema:KosherDiet a schema:RestrictedDiet ;
rdfs:label "KosherDiet" ;
rdfs:comment "A diet conforming to Jewish dietary practices." .
schema:Language rdfs:comment "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in [BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) can be used via the [[alternateName]] property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using [[ComputerLanguage]]." .
schema:LowCalorieDiet a schema:RestrictedDiet ;
rdfs:label "LowCalorieDiet" ;
rdfs:comment "A diet focused on reduced calorie intake." .
schema:LowFatDiet a schema:RestrictedDiet ;
rdfs:label "LowFatDiet" ;
rdfs:comment "A diet focused on reduced fat and cholesterol intake." .
schema:LowLactoseDiet a schema:RestrictedDiet ;
rdfs:label "LowLactoseDiet" ;
rdfs:comment "A diet appropriate for people with lactose intolerance." .
schema:LowSaltDiet a schema:RestrictedDiet ;
rdfs:label "LowSaltDiet" ;
rdfs:comment "A diet focused on reduced sodium intake." .
schema:Male a schema:GenderType ;
rdfs:label "Male" ;
rdfs:comment "The male gender." .
schema:MedicalOrganization rdfs:comment "A medical organization (physical or not), such as hospital, institution or clinic." ;
rdfs:subClassOf schema:Organization .
schema:Monday a schema:DayOfWeek ;
rdfs:label "Monday" ;
schema:sameAs <http://www.wikidata.org/entity/Q105> ;
rdfs:comment "The day of the week between Sunday and Tuesday." .
schema:Offer ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms> .
schema:Periodical rdfs:comment "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." .
schema:PreOrder rdfs:comment "Indicates that the item is available for pre-order, but will be delivered when generally available." .
schema:PreSale a schema:ItemAvailability ;
rdfs:label "PreSale" ;
rdfs:comment "Indicates that the item is available for ordering and delivery before general availability." .
schema:PublicHolidays a schema:DayOfWeek ;
rdfs:label "PublicHolidays" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass> ;
rdfs:comment "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." .
schema:ReadPermission a schema:DigitalDocumentPermissionType ;
rdfs:label "ReadPermission" ;
rdfs:comment "Permission to read or view the document." .
schema:Saturday a schema:DayOfWeek ;
rdfs:label "Saturday" ;
schema:sameAs <http://www.wikidata.org/entity/Q131> ;
rdfs:comment "The day of the week between Friday and Sunday." .
schema:Sunday a schema:DayOfWeek ;
rdfs:label "Sunday" ;
schema:sameAs <http://www.wikidata.org/entity/Q132> ;
rdfs:comment "The day of the week between Saturday and Monday." .
schema:TaxiReservation rdfs:label "TaxiReservation" .
schema:Thursday a schema:DayOfWeek ;
rdfs:label "Thursday" ;
schema:sameAs <http://www.wikidata.org/entity/Q129> ;
rdfs:comment "The day of the week between Wednesday and Friday." .
schema:TrainReservation rdfs:label "TrainReservation" .
schema:Tuesday a schema:DayOfWeek ;
rdfs:label "Tuesday" ;
schema:sameAs <http://www.wikidata.org/entity/Q127> ;
rdfs:comment "The day of the week between Monday and Wednesday." .
schema:VeganDiet a schema:RestrictedDiet ;
rdfs:label "VeganDiet" ;
rdfs:comment "A diet exclusive of all animal products." .
schema:VegetarianDiet a schema:RestrictedDiet ;
rdfs:label "VegetarianDiet" ;
rdfs:comment "A diet exclusive of animal meat." .
schema:Wednesday a schema:DayOfWeek ;
rdfs:label "Wednesday" ;
schema:sameAs <http://www.wikidata.org/entity/Q128> ;
rdfs:comment "The day of the week between Tuesday and Thursday." .
schema:WritePermission a schema:DigitalDocumentPermissionType ;
rdfs:label "WritePermission" ;
rdfs:comment "Permission to write or edit the document." .
schema:acceptedPaymentMethod schema:rangeIncludes schema:LoanOrCredit .
schema:acceptsReservations rdfs:comment "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings <code>Yes</code> or <code>No</code>." .
schema:actor schema:domainIncludes schema:Event ;
rdfs:comment "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip." .
schema:amount schema:domainIncludes schema:InvestmentOrDeposit,
schema:LoanOrCredit ;
schema:rangeIncludes schema:MonetaryAmount .
schema:annualPercentageRate a rdf:Property ;
rdfs:label "annualPercentageRate" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
schema:domainIncludes schema:FinancialProduct ;
schema:rangeIncludes schema:Number,
schema:QuantitativeValue ;
rdfs:comment "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction." .
schema:audience schema:domainIncludes schema:Service .
schema:availableLanguage schema:rangeIncludes schema:Text ;
rdfs:comment "A language someone may use with the item. Please use one of the language codes from the <a href='http://tools.ietf.org/html/bcp47'>IETF BCP 47 standard</a>. See also [[inLanguage]]." .
schema:baseSalary schema:rangeIncludes schema:MonetaryAmount .
schema:branchOf rdfs:comment "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)[[branch]]." .
schema:brand schema:domainIncludes schema:Service .
schema:catalog schema:supersededBy schema:includedInDataCatalog ;
rdfs:comment "A data catalog which contains this dataset." .
schema:codeSampleType rdfs:comment "Full (compile ready) solution, code snippet, inline code, scripts, template." .
schema:colleague schema:rangeIncludes schema:URL .
schema:composer schema:domainIncludes schema:Event ;
rdfs:comment "The person or organization who wrote a composition, or who is the composer of a work performed at some event." .
schema:containsPlace schema:inverseOf schema:containedInPlace .
schema:contributor schema:domainIncludes schema:Event ;
rdfs:comment "A secondary contributor to the CreativeWork or Event." .
schema:cookTime rdfs:comment "The time it takes to actually cook the dish, in ISO 8601 duration format." .
schema:currency schema:domainIncludes schema:MonetaryAmount .
schema:dateRead a rdf:Property ;
rdfs:label "dateRead" ;
schema:domainIncludes schema:Message ;
schema:rangeIncludes schema:DateTime ;
rdfs:comment "The date/time at which the message has been read by the recipient if a single recipient exists." .
schema:dateReceived a rdf:Property ;
rdfs:label "dateReceived" ;
schema:domainIncludes schema:Message ;
schema:rangeIncludes schema:DateTime ;
rdfs:comment "The date/time the message was received if a single recipient exists." .
schema:dateSent a rdf:Property ;
rdfs:label "dateSent" ;
schema:domainIncludes schema:Message ;
schema:rangeIncludes schema:DateTime ;
rdfs:comment "The date/time at which the message was sent." .
schema:director schema:domainIncludes schema:Event ;
rdfs:comment "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." .
schema:disambiguatingDescription a rdf:Property ;
rdfs:label "disambiguatingDescription" ;
schema:domainIncludes schema:Thing ;
schema:rangeIncludes schema:Text ;
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:subPropertyOf schema:description .
schema:feesAndCommissionsSpecification a rdf:Property ;
rdfs:label "feesAndCommissionsSpecification" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
schema:domainIncludes schema:FinancialProduct,
schema:FinancialService ;
schema:rangeIncludes schema:Text,
schema:URL ;
rdfs:comment "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization." .
schema:gender schema:rangeIncludes schema:GenderType ;
rdfs:comment "Gender of the person. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender." .
schema:grantee a rdf:Property ;
rdfs:label "grantee" ;
schema:domainIncludes schema:DigitalDocumentPermission ;
schema:rangeIncludes schema:Audience,
schema:ContactPoint,
schema:Organization,
schema:Person ;
rdfs:comment "The person, organization, contact point, or audience that has been granted this permission." .
schema:gtin12 rdfs:comment "The <a href=\"http://ocp.gs1.org/sites/glossary/en-gb/Pages/GTIN-12.aspx\">GTIN-12</a> code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details." .
schema:gtin13 rdfs:comment "The <a href=\"http://ocp.gs1.org/sites/glossary/en-gb/Pages/GTIN-13.aspx\">GTIN-13</a> code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details." .
schema:gtin14 rdfs:comment "The <a href=\"http://ocp.gs1.org/sites/glossary/en-gb/Pages/GTIN-14.aspx\">GTIN-14</a> code of the product, or the product to which the offer refers. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details." .
schema:gtin8 rdfs:comment "The <a href=\"http://ocp.gs1.org/sites/glossary/en-gb/Pages/GTIN-8.aspx\">GTIN-8</a> code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1 GTIN Summary</a> for more details." .
schema:hasDigitalDocumentPermission a rdf:Property ;
rdfs:label "hasDigitalDocumentPermission" ;
schema:domainIncludes schema:DigitalDocument ;
schema:rangeIncludes schema:DigitalDocumentPermission ;
rdfs:comment "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\"." .
schema:icaoCode rdfs:label "icaoCode" ;
rdfs:comment "ICAO identifier for an airport." .
schema:inLanguage rdfs:comment "The language of the content or performance or used in an action. Please use one of the language codes from the <a href='http://tools.ietf.org/html/bcp47'>IETF BCP 47 standard</a>. See also [[availableLanguage]]." .
schema:includedDataCatalog schema:supersededBy schema:includedInDataCatalog ;
rdfs:comment "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog')." .
schema:interestRate a rdf:Property ;
rdfs:label "interestRate" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
schema:domainIncludes schema:FinancialProduct ;
schema:rangeIncludes schema:Number,
schema:QuantitativeValue ;
rdfs:comment "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate." .
schema:isBasedOnUrl schema:rangeIncludes schema:CreativeWork,
schema:Product ;
schema:supersededBy schema:isBasedOn .
schema:isRelatedTo schema:domainIncludes schema:Service ;
schema:rangeIncludes schema:Service .
schema:isSimilarTo schema:domainIncludes schema:Service ;
schema:rangeIncludes schema:Service .
schema:leiCode a rdf:Property ;
rdfs:label "leiCode" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
schema:domainIncludes schema:Organization ;
schema:rangeIncludes schema:Text ;
rdfs:comment "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442." .
schema:loanTerm a rdf:Property ;
rdfs:label "loanTerm" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
schema:domainIncludes schema:LoanOrCredit ;
schema:rangeIncludes schema:QuantitativeValue ;
rdfs:comment "The duration of the loan or credit agreement." ;
rdfs:subPropertyOf schema:duration .
schema:logo schema:domainIncludes schema:Service .
schema:mainEntityOfPage rdfs:comment "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See <a href=\"/docs/datamodel.html#mainEntityBackground\">background notes</a> for details." .
schema:maxValue schema:domainIncludes schema:MonetaryAmount .
schema:messageAttachment a rdf:Property ;
rdfs:label "messageAttachment" ;
schema:domainIncludes schema:Message ;
schema:rangeIncludes schema:CreativeWork ;
rdfs:comment "A CreativeWork attached to the message." .
schema:minValue schema:domainIncludes schema:MonetaryAmount .
schema:minimumPaymentDue schema:rangeIncludes schema:MonetaryAmount .
schema:netWorth schema:rangeIncludes schema:MonetaryAmount ;
rdfs:comment "The total financial value of the organization or person as calculated by subtracting assets from liabilities." .
schema:openingHours rdfs:comment "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.<br />- Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.<br />- Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. <br />- Here is an example: <code>&lt;span itemprop=&quot;openingHours&quot; content=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/span&gt;</code>. <br />- If a business is open 7 days a week, then it can be specified as <code>&lt;span itemprop=&quot;openingHours&quot; content=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/span&gt;</code>." .
schema:parentOrganization rdfs:comment "The larger organization that this local business is a branch of, if any." .
schema:permissionType a rdf:Property ;
rdfs:label "permissionType" ;
schema:domainIncludes schema:DigitalDocumentPermission ;
schema:rangeIncludes schema:DigitalDocumentPermissionType ;
rdfs:comment "The type of permission granted the person, organization, or audience." .
schema:prepTime rdfs:comment "The length of time it takes to prepare the recipe, in ISO 8601 duration format." .
schema:priceComponent a rdf:Property ;
rdfs:label "priceComponent" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties>,
<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms> ;
schema:domainIncludes schema:CompoundPriceSpecification ;
schema:rangeIncludes schema:UnitPriceSpecification ;
rdfs:comment "This property links to all UnitPriceSpecification nodes that apply in parallel for the CompoundPriceSpecification node." .
schema:programmingLanguage schema:rangeIncludes schema:ComputerLanguage,
schema:Text .
schema:recipeCategory rdfs:comment "The category of the recipe—for example, appetizer, entree, etc." .
schema:recipient schema:domainIncludes schema:Message .
schema:referenceQuantity a rdf:Property ;
rdfs:label "referenceQuantity" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties>,
<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms> ;
schema:domainIncludes schema:UnitPriceSpecification ;
schema:rangeIncludes schema:QuantitativeValue ;
rdfs:comment "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit." .
schema:requiredCollateral a rdf:Property ;
rdfs:label "requiredCollateral" ;
ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> ;
schema:domainIncludes schema:LoanOrCredit ;
schema:rangeIncludes schema:Text,
schema:Thing ;
rdfs:comment "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)" .
schema:sampleType rdfs:comment "Full (compile ready) solution, code snippet, inline code, scripts, template." .
schema:schemaVersion rdfs:comment "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application. " .
schema:sender schema:domainIncludes schema:Message .
schema:specialOpeningHoursSpecification a rdf:Property ;
rdfs:label "specialOpeningHoursSpecification" ;
schema:domainIncludes schema:Place ;
schema:rangeIncludes schema:OpeningHoursSpecification ;
rdfs:comment """The special opening hours of a certain place.
<br />
Use this to explicitly override general opening hours brought in scope by <a href="/openingHoursSpecification">openingHoursSpecification</a> or <a href="/openingHours">openingHours</a>.
""" .
schema:sponsor schema:domainIncludes schema:Event,
schema:Organization,
schema:Person ;
schema:rangeIncludes schema:Person ;
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." .
schema:suitableForDiet a rdf:Property ;
rdfs:label "suitableForDiet" ;
schema:domainIncludes schema:Recipe ;
schema:rangeIncludes schema:RestrictedDiet ;
rdfs:comment "Indicates a dietary restriction or guideline for which this recipe is suitable, e.g. diabetic, halal etc." .
schema:totalPaymentDue schema:rangeIncludes schema:MonetaryAmount .
schema:totalTime rdfs:comment "The total time it takes to prepare and cook the recipe, in ISO 8601 duration format." .
schema:translator schema:domainIncludes schema:Event ;
rdfs:comment "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event." .
schema:urlTemplate rdfs:comment "An url template (RFC6570) that will be used to construct the target of the execution of the action." .
schema:validFrom schema:domainIncludes schema:MonetaryAmount .
schema:validThrough schema:domainIncludes schema:JobPosting,
schema:MonetaryAmount ;
rdfs:comment "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." .
schema:value schema:domainIncludes schema:MonetaryAmount ;
rdfs:comment """The value of the quantitative value or property value node.<br/>
For QuantitativeValue and MonetaryValue, the recommended type for values is 'Number'. <br/>
For PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.""" .
schema:vehicleSeatingCapacity rdfs:comment """The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.<br />
Typical unit code(s): C62 for persons.""" .
schema:vehicleSpecialUsage schema:domainIncludes schema:Vehicle ;
schema:rangeIncludes schema:Text .
schema:videoFormat schema:domainIncludes schema:TelevisionStation .
<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group> rdfs:comment "This element is based on the work of the Automotive Ontology Working Group, see [www.automotive-ontology.org](http://www.automotive-ontology.org) for details. Many class and property definitions are inspired by or based on abstracts from Wikipedia, the free encyclopedia." .
<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex> rdfs:comment "The W3C [Schema Bib Extend](http://www.w3.org/community/schemabibex/) (BibEx) group led the work to improve schema.org for bibliographic information, including terms for periodicals, articles and multi-volume works. The design was inspired in places (e.g. [[pageStart]], [[pageEnd]], [[pagination]]) by the [Bibliographic Ontology](http://bibliontology.com/), 'bibo'." .
schema:OpeningHoursSpecification rdfs:comment """A structured value providing information about the opening hours of a place or a certain service inside a place.
<br />
The place is <b>open</b> if the <a href="/opens">opens</a> property is specified, and <b>closed</b> otherwise.
<br />
If the value for the <a href="/closes">closes</a> property is less than the value for the <a href="/opens">opens</a> property then the hour range is assumed to span over the next day.
""" .
schema:PriceSpecification rdfs:comment "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc." .
schema:Recipe rdfs:comment """A recipe. For dietary restrictions covered by the recipe,
a few common restrictions are enumerated via <a href="/suitableForDiet">suitableForDiet</a>.
The <a href="/keywords">keywords</a> property can also be used to add more detail.""" .
schema:dataset schema:inverseOf schema:includedInDataCatalog ;
rdfs:comment "A dataset contained in this catalog." .
schema:description rdfs:comment "A description of the item." .
schema:isBasedOn a rdf:Property ;
rdfs:label "isBasedOnUrl" ;
schema:domainIncludes schema:CreativeWork ;
schema:rangeIncludes schema:CreativeWork,
schema:Product,
schema:URL ;
rdfs:comment "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html." .
schema:subEvent schema:inverseOf schema:superEvent .
schema:superEvent schema:inverseOf schema:subEvent .
schema:Product ns1:source <http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms> .
schema:Enumeration rdfs:comment "Lists or enumerations—for example, a list of cuisines or music genres, etc." .
schema:includedInDataCatalog a rdf:Property ;
rdfs:label "includedInDataCatalog" ;
schema:domainIncludes schema:Dataset ;
schema:inverseOf schema:dataset ;
schema:rangeIncludes schema:DataCatalog ;
rdfs:comment "A data catalog which contains this dataset." .
<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms> a schema:Organization ;
rdfs:label "GoodRelationsTerms" ;
rdfs:comment """This term <a href="http://blog.schema.org/2012/11/good-relations-and-schemaorg.html">uses</a> terminology from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web. More information about GoodRelations can be found at <a href="
http://purl.org/goodrelations/">http://purl.org/goodrelations/</a>.""" .
schema:DayOfWeek rdfs:comment """The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.
Originally, URLs from [GoodRelations](http://purl.org/goodrelations/v1) were used (for [[Monday]], [[Tuesday]], [[Wednesday]], [[Thursday]], [[Friday]], [[Saturday]], [[Sunday]] plus a special entry for [[PublicHolidays]]); these have now been integrated directly into schema.org.
""" .
<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO> a schema:Organization ;
rdfs:label "FIBO" ;
rdfs:comment "This element is based on the work of the Financial Industry Business Ontology project (see <a href=\"http://www.fibo.org/schema\">http://www.fibo.org/schema</a> for details), in support of the W3C Financial Industry Business Ontology Community Group ( <a href=\"http://www.fibo.org/community\"\">http://www.fibo.org/community</a>). Many class and property definitions are inspired by or based on <a href=\"http://www.fibo.org\">http://www.fibo.org</a>." .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment