UNPKG

semantic-analysis

Version:

Extensible semantic Structured Data analysis library for Microdata and JSON-LD

1,198 lines 941 kB
{ "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#" }, "@graph": [ { "@id": "http://schema.org/downloadUrl", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SoftwareApplication" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "If the file can be downloaded, URL to download the binary.", "rdfs:label": "downloadUrl" }, { "@id": "http://schema.org/UserLikes", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserLikes", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/CafeOrCoffeeShop", "@type": "rdfs:Class", "rdfs:comment": "A cafe or coffee shop.", "rdfs:label": "CafeOrCoffeeShop", "rdfs:subClassOf": { "@id": "http://schema.org/FoodEstablishment" } }, { "@id": "http://schema.org/pagination", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Chapter" }, { "@id": "http://schema.org/Article" }, { "@id": "http://schema.org/PublicationIssue" }, { "@id": "http://schema.org/PublicationVolume" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/pages" }, "rdfs:comment": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "rdfs:label": "pagination" }, { "@id": "http://schema.org/FoodService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology" }, "rdfs:comment": "A food service, like breakfast, lunch, or dinner.", "rdfs:label": "FoodService", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/Recipe", "@type": "rdfs:Class", "rdfs:comment": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via <a class=\"localLink\" href=\"http://schema.org/suitableForDiet\">suitableForDiet</a>. The <a class=\"localLink\" href=\"http://schema.org/keywords\">keywords</a> property can also be used to add more detail.", "rdfs:label": "Recipe", "rdfs:subClassOf": { "@id": "http://schema.org/HowTo" } }, { "@id": "http://schema.org/gameItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/VideoGameSeries" }, { "@id": "http://schema.org/Game" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "rdfs:label": "gameItem" }, { "@id": "http://schema.org/Photograph", "@type": "rdfs:Class", "rdfs:comment": "A photograph.", "rdfs:label": "Photograph", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/Volcano", "@type": "rdfs:Class", "rdfs:comment": "A volcano, like Fuji san.", "rdfs:label": "Volcano", "rdfs:subClassOf": { "@id": "http://schema.org/Landform" } }, { "@id": "http://schema.org/departureStation", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TrainTrip" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/TrainStation" }, "rdfs:comment": "The station from which the train departs.", "rdfs:label": "departureStation" }, { "@id": "http://schema.org/SportsTeam", "@type": "rdfs:Class", "rdfs:comment": "Organization: Sports team.", "rdfs:label": "SportsTeam", "rdfs:subClassOf": { "@id": "http://schema.org/SportsOrganization" } }, { "@id": "http://schema.org/GroceryStore", "@type": "rdfs:Class", "rdfs:comment": "A grocery store.", "rdfs:label": "GroceryStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/True", "@type": "http://schema.org/Boolean", "rdfs:comment": "The boolean value true.", "rdfs:label": "True" }, { "@id": "http://schema.org/Demand", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.", "rdfs:label": "Demand", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/musicCompositionForm", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicComposition" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The type of composition (e.g. overture, sonata, symphony, etc.).", "rdfs:label": "musicCompositionForm" }, { "@id": "http://schema.org/AboutPage", "@type": "rdfs:Class", "rdfs:comment": "Web page type: About page.", "rdfs:label": "AboutPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/result", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Action" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The result produced in the action. e.g. John wrote <em>a book</em>.", "rdfs:label": "result" }, { "@id": "http://schema.org/isbn", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Book" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://purl.org/ontology/bibo/isbn" }, "rdfs:comment": "The ISBN of the book.", "rdfs:label": "isbn", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/ExerciseAction", "@type": "rdfs:Class", "rdfs:comment": "The act of participating in exertive activity for the purposes of improving health and fitness.", "rdfs:label": "ExerciseAction", "rdfs:subClassOf": { "@id": "http://schema.org/PlayAction" } }, { "@id": "http://schema.org/UserPlays", "@type": "rdfs:Class", "http://schema.org/supersededBy": { "@id": "http://schema.org/InteractionCounter" }, "rdfs:comment": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.", "rdfs:label": "UserPlays", "rdfs:subClassOf": { "@id": "http://schema.org/UserInteraction" } }, { "@id": "http://schema.org/occupationLocation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, "http://schema.org/category": "issue-1698", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Occupation" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AdministrativeArea" }, "rdfs:comment": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.", "rdfs:label": "occupationLocation" }, { "@id": "http://schema.org/about", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1670" }, "http://schema.org/category": "issue-1670", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/CommunicateAction" }, { "@id": "http://schema.org/Event" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/subjectOf" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "The subject matter of the content.", "rdfs:label": "about" }, { "@id": "http://schema.org/EBook", "@type": "http://schema.org/BookFormatType", "rdfs:comment": "Book format: Ebook.", "rdfs:label": "EBook" }, { "@id": "http://schema.org/StadiumOrArena", "@type": "rdfs:Class", "rdfs:comment": "A stadium.", "rdfs:label": "StadiumOrArena", "rdfs:subClassOf": [ { "@id": "http://schema.org/CivicStructure" }, { "@id": "http://schema.org/SportsActivityLocation" } ] }, { "@id": "http://schema.org/accessibilitySummary", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1100" }, "http://schema.org/category": "issue-1110", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", "rdfs:label": "accessibilitySummary" }, { "@id": "http://schema.org/Trip", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, "rdfs:comment": "A trip or journey. An itinerary of visits to one or more places.", "rdfs:label": "Trip", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/VeganDiet", "@type": "http://schema.org/RestrictedDiet", "rdfs:comment": "A diet exclusive of all animal products.", "rdfs:label": "VeganDiet" }, { "@id": "http://schema.org/serviceArea", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Service" }, { "@id": "http://schema.org/ContactPoint" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/AdministrativeArea" }, { "@id": "http://schema.org/GeoShape" } ], "http://schema.org/supersededBy": { "@id": "http://schema.org/areaServed" }, "rdfs:comment": "The geographic area where the service is provided.", "rdfs:label": "serviceArea" }, { "@id": "http://schema.org/Dataset", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass" }, "http://www.w3.org/2002/07/owl#equivalentClass": [ { "@id": "http://rdfs.org/ns/void#Dataset" }, { "@id": "http://purl.org/dc/dcmitype/Dataset" }, { "@id": "http://www.w3.org/ns/dcat#Dataset" } ], "rdfs:comment": "A body of structured information describing some topic(s) of interest.", "rdfs:label": "Dataset", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/DigitalAudioTapeFormat", "@type": "http://schema.org/MusicReleaseFormatType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "DigitalAudioTapeFormat.", "rdfs:label": "DigitalAudioTapeFormat" }, { "@id": "http://schema.org/memberOf", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/inverseOf": { "@id": "http://schema.org/member" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ProgramMembership" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "rdfs:label": "memberOf" }, { "@id": "http://schema.org/Action", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass" }, "rdfs:comment": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/04/announcing-schemaorg-actions.html\">blog post</a> and <a href=\"http://schema.org/docs/actions.html\">Actions overview document</a>.", "rdfs:label": "Action", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/InsuranceAgency", "@type": "rdfs:Class", "rdfs:comment": "An Insurance agency.", "rdfs:label": "InsuranceAgency", "rdfs:subClassOf": { "@id": "http://schema.org/FinancialService" } }, { "@id": "http://schema.org/DamagedCondition", "@type": "http://schema.org/OfferItemCondition", "rdfs:comment": "Indicates that the item is damaged.", "rdfs:label": "DamagedCondition" }, { "@id": "http://schema.org/nextItem", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ListItem" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ListItem" }, "rdfs:comment": "A link to the ListItem that follows the current one.", "rdfs:label": "nextItem" }, { "@id": "http://schema.org/AudioObject", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "An audio file.", "rdfs:label": "AudioObject", "rdfs:subClassOf": { "@id": "http://schema.org/MediaObject" } }, { "@id": "http://schema.org/recordingOf", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/MusicRecording" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/recordedAs" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MusicComposition" }, "rdfs:comment": "The composition this track is a recording of.", "rdfs:label": "recordingOf" }, { "@id": "http://schema.org/geoWithin", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoWithin" }, { "@id": "http://schema.org/TaxiReservation", "@type": "rdfs:Class", "rdfs:comment": "A reservation for a taxi.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.", "rdfs:label": "TaxiReservation", "rdfs:subClassOf": { "@id": "http://schema.org/Reservation" } }, { "@id": "http://schema.org/audienceType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Audience" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).", "rdfs:label": "audienceType" }, { "@id": "http://schema.org/broadcastFrequency", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1004" }, "http://schema.org/category": "issue-1004", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/BroadcastChannel" }, { "@id": "http://schema.org/BroadcastService" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/BroadcastFrequencySpecification" } ], "rdfs:comment": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".", "rdfs:label": "broadcastFrequency" }, { "@id": "http://schema.org/appliesToPaymentMethod", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/PaymentChargeSpecification" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PaymentMethod" }, "rdfs:comment": "The payment method(s) to which the payment charge specification applies.", "rdfs:label": "appliesToPaymentMethod" }, { "@id": "http://schema.org/AlbumRelease", "@type": "http://schema.org/MusicAlbumReleaseType", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ" }, "rdfs:comment": "AlbumRelease.", "rdfs:label": "AlbumRelease" }, { "@id": "http://schema.org/interactionService", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/InteractionCounter" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/SoftwareApplication" }, { "@id": "http://schema.org/WebSite" } ], "rdfs:comment": "The WebSite or SoftwareApplication where the interactions took place.", "rdfs:label": "interactionService" }, { "@id": "http://schema.org/SoldOut", "@type": "http://schema.org/ItemAvailability", "rdfs:comment": "Indicates that the item has sold out.", "rdfs:label": "SoldOut" }, { "@id": "http://schema.org/targetDescription", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/AlignmentObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The description of a node in an established educational framework.", "rdfs:label": "targetDescription" }, { "@id": "http://schema.org/Vehicle", "@type": "rdfs:Class", "rdfs:comment": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", "rdfs:label": "Vehicle", "rdfs:subClassOf": { "@id": "http://schema.org/Product" } }, { "@id": "http://schema.org/geoContains", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/GeospatialGeometry" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeospatialGeometry" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in <a href=\"https://en.wikipedia.org/wiki/DE-9IM\">DE-9IM</a>.", "rdfs:label": "geoContains" }, { "@id": "http://schema.org/photo", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Photograph" }, { "@id": "http://schema.org/ImageObject" } ], "rdfs:comment": "A photograph of this place.", "rdfs:label": "photo", "rdfs:subPropertyOf": { "@id": "http://schema.org/image" } }, { "@id": "http://schema.org/ratingValue", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Rating" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The rating for the content.", "rdfs:label": "ratingValue" }, { "@id": "http://schema.org/address", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/GeoCoordinates" }, { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/PostalAddress" } ], "rdfs:comment": "Physical address of the item.", "rdfs:label": "address" }, { "@id": "http://schema.org/educationalAlignment", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AlignmentObject" }, "rdfs:comment": "An alignment to an established educational framework.", "rdfs:label": "educationalAlignment" }, { "@id": "http://schema.org/startTime", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Action" }, { "@id": "http://schema.org/FoodEstablishmentReservation" }, { "@id": "http://schema.org/MediaObject" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from <em>January</em> to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.<br/><br/>\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.", "rdfs:label": "startTime" }, { "@id": "http://schema.org/spouse", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "rdfs:comment": "The person's spouse.", "rdfs:label": "spouse" }, { "@id": "http://schema.org/uploadDate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Date when this media object was uploaded to this site.", "rdfs:label": "uploadDate" }, { "@id": "http://schema.org/AutoPartsStore", "@type": "rdfs:Class", "rdfs:comment": "An auto parts store.", "rdfs:label": "AutoPartsStore", "rdfs:subClassOf": [ { "@id": "http://schema.org/AutomotiveBusiness" }, { "@id": "http://schema.org/Store" } ] }, { "@id": "http://schema.org/manufacturer", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Drug" }, { "@id": "http://schema.org/DietarySupplement" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "The manufacturer of the product.", "rdfs:label": "manufacturer" }, { "@id": "http://schema.org/WPAdBlock", "@type": "rdfs:Class", "rdfs:comment": "An advertising section of the page.", "rdfs:label": "WPAdBlock", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/SomeProducts", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A placeholder for multiple similar products of the same kind.", "rdfs:label": "SomeProducts", "rdfs:subClassOf": { "@id": "http://schema.org/Product" } }, { "@id": "http://schema.org/urlTemplate", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EntryPoint" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", "rdfs:label": "urlTemplate" }, { "@id": "http://schema.org/MoveAction", "@type": "rdfs:Class", "rdfs:comment": "The act of an agent relocating to a place.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TransferAction\">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</li>\n</ul>\n", "rdfs:label": "MoveAction", "rdfs:subClassOf": { "@id": "http://schema.org/Action" } }, { "@id": "http://schema.org/CreativeWork", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews" }, "rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", "rdfs:label": "CreativeWork", "rdfs:subClassOf": { "@id": "http://schema.org/Thing" } }, { "@id": "http://schema.org/discusses", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/UserComments" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Specifies the CreativeWork associated with the UserComment.", "rdfs:label": "discusses" }, { "@id": "http://schema.org/sku", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/Demand" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "rdfs:label": "sku", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/AddAction", "@type": "rdfs:Class", "rdfs:comment": "The act of editing by adding an object to a collection.", "rdfs:label": "AddAction", "rdfs:subClassOf": { "@id": "http://schema.org/UpdateAction" } }, { "@id": "http://schema.org/broadcastChannelId", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastChannel" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", "rdfs:label": "broadcastChannelId" }, { "@id": "http://schema.org/JewelryStore", "@type": "rdfs:Class", "rdfs:comment": "A jewelry store.", "rdfs:label": "JewelryStore", "rdfs:subClassOf": { "@id": "http://schema.org/Store" } }, { "@id": "http://schema.org/ViewAction", "@type": "rdfs:Class", "rdfs:comment": "The act of consuming static visual content.", "rdfs:label": "ViewAction", "rdfs:subClassOf": { "@id": "http://schema.org/ConsumeAction" } }, { "@id": "http://schema.org/WPFooter", "@type": "rdfs:Class", "rdfs:comment": "The footer section of the page.", "rdfs:label": "WPFooter", "rdfs:subClassOf": { "@id": "http://schema.org/WebPageElement" } }, { "@id": "http://schema.org/associatedMedia", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MediaObject" }, "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.", "rdfs:label": "associatedMedia" }, { "@id": "http://schema.org/QAPage", "@type": "rdfs:Class", "rdfs:comment": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).", "rdfs:label": "QAPage", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/exifData", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ImageObject" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "exif data for this object.", "rdfs:label": "exifData" }, { "@id": "http://schema.org/query", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SearchAction" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A sub property of instrument. The query used on this action.", "rdfs:label": "query", "rdfs:subPropertyOf": { "@id": "http://schema.org/instrument" } }, { "@id": "http://schema.org/sameAs", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Thing" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "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" }, { "@id": "http://schema.org/funder", "@type": "rdf:Property", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/MonetaryGrant" }, { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Event" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "rdfs:label": "funder", "rdfs:subPropertyOf": { "@id": "http://schema.org/sponsor" } }, { "@id": "http://schema.org/LikeAction", "@type": "rdfs:Class", "rdfs:comment": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", "rdfs:label": "LikeAction", "rdfs:subClassOf": { "@id": "http://schema.org/ReactAction" } }, { "@id": "http://schema.org/PublicationEvent", "@type": "rdfs:Class", "rdfs:comment": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", "rdfs:label": "PublicationEvent", "rdfs:subClassOf": { "@id": "http://schema.org/Event" } }, { "@id": "http://schema.org/Course", "@type": "rdfs:Class", "rdfs:comment": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.", "rdfs:label": "Course", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/MobileApplication", "@type": "rdfs:Class", "rdfs:comment": "A software application designed specifically to work well on a mobile device such as a telephone.", "rdfs:label": "MobileApplication", "rdfs:subClassOf": { "@id": "http://schema.org/SoftwareApplication" } }, { "@id": "http://schema.org/colleagues", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/supersededBy": { "@id": "http://schema.org/colleague" }, "rdfs:comment": "A colleague of the person.", "rdfs:label": "colleagues" }, { "@id": "http://schema.org/ParcelService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass" }, "rdfs:comment": "A private parcel service as the delivery mode available for a certain offer.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#DHL</li>\n<li>http://purl.org/goodrelations/v1#FederalExpress</li>\n<li>http://purl.org/goodrelations/v1#UPS</li>\n</ul>\n", "rdfs:label": "ParcelService", "rdfs:subClassOf": { "@id": "http://schema.org/DeliveryMethod" } }, { "@id": "http://schema.org/BefriendAction", "@type": "rdfs:Class", "rdfs:comment": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</li>\n</ul>\n", "rdfs:label": "BefriendAction", "rdfs:subClassOf": { "@id": "http://schema.org/InteractAction" } }, { "@id": "http://schema.org/playerType", "@type": "rdf:Property", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaObject" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Player type required&#x2014;for example, Flash or Silverlight.", "rdfs:label": "playerType" }, { "@id": "http://schema.org/unitCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/UnitPriceSpecification" }, { "@id": "http://schema.org/TypeAndQuantityNode" }, { "@id": "http://schema.org/QuantitativeValue" } ], "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.", "rdfs:label": "unitCode" }, { "@id": "http://schema.org/productionDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group" }, "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Vehicle" }, { "@id": "http://schema.org/Product" } ], "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date of production of the item, e.g. vehicle.", "rdfs:label": "productionDate" }, { "@id": "http://schema.org/OrderReturned", "@type": "http://schema.org/OrderStatus", "rdfs:comment": "OrderStatus representing that an order has been returned.", "rdfs:label": "OrderRetur