| ▲ | alwillis 5 hours ago | |
They don't conflict; they were designed to work together. You can have schema.org (in JSON-LD, RDFa, or micro data) on the same page as Dublin Core, etc. For example, there's no explicit property in schema's Person type [1] for a nickname. But the FOAF standard does [2]. Just add FOAF to the JSON-LD context:
You now use the FOAF nickname property:
You can do the same thing with Dublin Core, DBPedia, etc. | ||