Skip to content

Commit 0a5d9fb

Browse files
Fix rdfa => vocabularies change in documentation (#1352)
1 parent f2024a5 commit 0a5d9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema-generator/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ to generate the PHP data model of your application.
472472
Example:
473473

474474
```yaml
475-
rdfa:
475+
vocabularies:
476476
- https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/schema.rdfa # Experimental version of Schema.org
477477
- http://example.com/data/myschema.rfa # Additional types
478478
```
@@ -482,7 +482,7 @@ You can also use any other vocabulary. Check the [Linked Open Vocabularies](http
482482
For instance, to generate a data model from the [Video Game Ontology](http://purl.org/net/VideoGameOntology), use the following config file:
483483

484484
```yaml
485-
rdfa:
485+
vocabularies:
486486
- http://vocab.linkeddata.es/vgo/GameOntologyv3.owl # The URL of the vocabulary definition
487487
488488
types:

0 commit comments

Comments
 (0)