A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.

Property Expected Type Description
Properties from Property
domainIncludes domainIncludes Relates a property to a class that is (one of) the type(s) the property is expected to be used on.
Properties from Thing
name Text The name of the item.
description Text A description of the item.

Instances of Property may appear as values for the following properties

Property On Types Description
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.