Property
Type name: Property
Extends Intangible
Name |
Type |
Description |
domainIncludes |
Class |
Relates a property to a class that is (one of) the type(s) the property is expected to be used on. |
inverseOf |
Property |
Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used. |
rangeIncludes |
Class |
Relates a property to a class that constitutes (one of) the expected type(s) for values of the property. |
supersededBy |
Property |
Relates a property to one that supersedes it. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["Property is a type that extends Intangible and describes the relationship between two things."],["It includes the expected type of values for the property, the class the property is used on, and its inverse property if applicable."],["Properties can be superseded by other properties, indicating a newer or preferred property to use."],["`domainIncludes`, `rangeIncludes`, `inverseOf`, and `supersededBy` are the properties of the Property type to provide such descriptions."]]],["The content describes the \"Property\" type, which extends \"Intangible.\" Key actions involve relating properties to classes and other properties. `domainIncludes` links a property to its applicable class. `inverseOf` connects a property to its inverse, where relationships are reversed. `rangeIncludes` associates a property with the expected value type. Finally, `supersededBy` links a property to its successor.\n"]]