v1.0.0

inverseOf

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.

Values expected to be these
Property
Used on these types
Property
Machine-readable formats

This term is available in the following machine-readable formats:

Turtle

Access the Turtle (.ttl) representation:

View as Turtle

curl https://oerschema.org/terms/inverseOf.ttl
JSON-LD

Access the JSON-LD representation:

View as JSON-LD

curl https://oerschema.org/terms/inverseOf.jsonld
RDF/XML

Access the RDF/XML (.rdf) representation:

View as RDF/XML

curl https://oerschema.org/terms/inverseOf.rdf
N-Triples

Access the N-Triples (.nt) representation:

View as N-Triples

curl https://oerschema.org/terms/inverseOf.nt
Content Negotiation

OER Schema supports HTTP content negotiation. You can request different representations of this term by specifying the appropriate Accept header:

Examples:

Request Turtle format:

curl -LH "Accept: text/turtle" https://oerschema.org/inverseOf

Request JSON-LD format:

curl -LH "Accept: application/ld+json" https://oerschema.org/inverseOf

Request RDF/XML format:

curl -LH "Accept: application/rdf+xml" https://oerschema.org/inverseOf

Request N-Triples format:

curl -LH "Accept: application/n-triples" https://oerschema.org/inverseOf
Complete Vocabulary

The complete vocabulary is available in various formats at the following URLs: