AKSW / jekyll-rdf

📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
http://aksw.org/Projects/JekyllRDF
Other
57 stars 10 forks source link

Distinguish between class and resource template mappings #2

Closed white-gecko closed 8 years ago

white-gecko commented 8 years ago

Currently in the _config.yml there is only on list for template mappings which contains mappings for classes and instances:

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.

white-gecko commented 8 years ago

Still classes can be treated as instances.

white-gecko commented 8 years ago

Fixed in 28e8dde728dd24303500095aa5275979471d5e5f