diff --git a/doc/getting-started.md b/doc/getting-started.md index 8c9255f3..5d3271c0 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -20,6 +20,10 @@ Then, write a simple YAML config file like the following (here we will generate `address-book.yml`: ```yml +rdfa: + - tests/data/schema.rdfa +relations: + - tests/data/v1.owl # The PHP namespace of generated entities namespaces: entity: "AddressBook\Entity"