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. |