I'm trying to transform some data to JSON-LD format, I've read the specification and some other sources but I'm still confused about the types I should be using.
The RDF Concepts spec has http://www.w3.org/2001/XMLSchema as recommended. Also the JSON-LD playground at http://json-ld.org/playground/ is using these types a lot for the examples. I had the feeling that these types are outdated.
Is there a specific reason to continue using these types? Isn't it better to use the types from schema.org ? I'm also confused about types like skos:notation. Should I continue to use them or I should try to find an alternative from schema.org ?