Closed white-gecko closed 8 years ago
Currently in the _config.yml there is only on list for template mappings which contains mappings for classes and instances:
_config.yml
jekyll_rdf: template_mappings: "http://xmlns.com/foaf/0.1/Person": "person.html" "http://aksw.org/": "aksw.org.html"
There should be two lists, one for classes and one for instances, so that it is clear which one to use in which case.
Still classes can be treated as instances.
Fixed in 28e8dde728dd24303500095aa5275979471d5e5f
Currently in the
_config.yml
there is only on list for template mappings which contains mappings for classes and instances:There should be two lists, one for classes and one for instances, so that it is clear which one to use in which case.