Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How can I express owl:inverseOf in JSON-LD? #719

Open
Labels
@Radu3000

Description

Let's say I have the famous Library.jsonld example:

{
 "@context": {
 "dc11": "http://purl.org/dc/elements/1.1/",
 "ex": "http://example.org/vocab#",
 "xsd": "http://www.w3.org/2001/XMLSchema#",
 "ex:contains": {
 "@type": "@id"
 }
 },
 "@graph": [
 {
 "@id": "http://example.org/library",
 "@type": "ex:Library",
 "ex:contains": "http://example.org/library/the-republic"
 },
 {
 "@id": "http://example.org/library/the-republic",
 "@type": "ex:Book",
 "dc11:creator": "Plato",
 "dc11:title": "The Republic",
 "ex:contains": "http://example.org/library/the-republic#introduction"
 },
 {
 "@id": "http://example.org/library/the-republic#introduction",
 "@type": "ex:Chapter",
 "dc11:description": "An introductory chapter on The Republic.",
 "dc11:title": "The Introduction"
 }
 ]
}

How can I say express that ex:contains is an inverse of ex:containedIn?

Thanks,
Radu

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /