屬性
類型名稱:Property (屬性)
擴展至無形
名稱 |
類型 |
說明 |
網域包含 |
類別 |
將屬性關聯為該屬性預期使用的類型 (屬於該類型之一)。 |
倒數 |
屬性 |
將屬性與反之的屬性關聯。反轉屬性會將相同項目組相互關聯,但方向相反。舉例來說,「alumni」和「alumniOf」屬性彼此間相反。有些屬性沒有明確的反轉;在這類情況下,您可以使用 RDFa 和 JSON-LD 的反向屬性語法。 |
範圍包含 |
類別 |
將屬性關聯至構成屬性值的預期類型 (其中一種) 的類別。 |
SupersededBy |
屬性 |
將屬性與取代該屬性的屬性建立關聯。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間:2024-09-03 (世界標準時間)。"],[[["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"]]