Schema.org Adapter
    Preparing search index...

    Type Alias Vocabulary

    type Vocabulary = {
        "@context": Context;
        "@graph": VocabularyNode[];
        "@id"?: string;
    }
    Index

    Properties

    Properties

    "@context": Context
    "@graph": VocabularyNode[]
    "@id"?: string