Greetings,
As I am beginning with RDF building, I came along ns0pred here and there. I am assuming ns means no subject and pred means predicate. Not sure on the zero other then a false boolean value.
<rdf:Description rdf:about="http://localhost:8890/dataspace/test3/wiki/testWiki/MyTest">
<ns0pred:label xmlns:ns0pred="http://www.w3.org/2000/01/rdf-schema#">MyTest</ns0pred:label>
</rdf:Description>
There is a little example.
Would I be correct if I said, use ns0pred prefix when there is no available prefix like the basic ones (ex:name for example)?
Are there any downsides to ns0pred I should know about before going any further with my RDF data?
Kind regards, Joris