This is to say that the address returned by the contract's schemaURI() method must exist in Schema specification for it to be parsed by the Graph Indexer.
interface ISemanticRDFSchema{/** * @notice Get the URI of schema for this contract. * @returnThe URI of the contract which points to a configuration profile. */functionschemaURI()externalviewreturns(stringmemory);}