From the SKOS spec.
Example 20 (consistent)
<MyConcept> skos:notation "303.4833"^^<MyNotationDatatype> .
New datatypes can be defined, and these are commonly called "user-defined datatypes".
What needs to be done to define ?
Is it something along the lines of
<MyNotationDatatype>
a rdfs:Datatype ;
rdfs:label "Test"^^xsd:string ;
rdfs:subClassOf rdfs:Resource .
Are there differences doing this in RDFS, OWL(2) Full, OWL-DL?