Some Words of Warning
- RDF/XML introduces a number of simplifications
- e.g., usage of
rdf:parseTypeinstead ofrdf:first,rdf:rest, …
- e.g., usage of
- This can be deceptive when using, e.g., RDFLib:
- e.g.,
rdf:Seqdoes not appear directly- instead, a (possibly blank) node with a
rdf:typeproperty
- instead, a (possibly blank) node with a
- e.g.,
- Never forget: only the graph is “real”, the rest is convenience!