プロパティ
タイプ名: プロパティ
Intangible を拡張する
氏名 |
型 |
説明 |
domainIncludes |
クラス |
プロパティの使用が想定される型(いずれか)であるクラスをプロパティに関連付けます。 |
InverseOf |
プロパティ |
プロパティとその逆のプロパティを関連付けます。逆プロパティは、アイテムのペアを相互に関連付け、逆方向に対応します。たとえば、「alumni」プロパティと「alumniOf」プロパティは互いに逆です。一部のプロパティには明示的な逆列はありません。この場合は、リバース プロパティに RDFa 構文と JSON-LD 構文を使用できます。 |
rangeIncludes |
クラス |
プロパティの値で想定される型(いずれか 1 つ)を構成するクラスにプロパティを関連付けます。 |
置き換え |
プロパティ |
プロパティを優先するプロパティに関連付けます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 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"]]