File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ to generate the PHP data model of your application.
472
472
Example :
473
473
474
474
` ` ` yaml
475
- rdfa :
475
+ vocabularies :
476
476
- https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/schema.rdfa # Experimental version of Schema.org
477
477
- http://example.com/data/myschema.rfa # Additional types
478
478
` ` `
@@ -482,7 +482,7 @@ You can also use any other vocabulary. Check the [Linked Open Vocabularies](http
482
482
For instance, to generate a data model from the [Video Game Ontology](http://purl.org/net/VideoGameOntology), use the following config file :
483
483
484
484
` ` ` yaml
485
- rdfa :
485
+ vocabularies :
486
486
- http://vocab.linkeddata.es/vgo/GameOntologyv3.owl # The URL of the vocabulary definition
487
487
488
488
types:
You can’t perform that action at this time.
0 commit comments