- In 
axsvg-schema.rdf(remember the simplification rule): 
       <rdfs:Class rdf:ID="SVGEntity">
      ...
       </rdfs:Class>
      - In the rdf data on a specific graphics:
 
<rdf:RDF xmlns:axsvg="axsvg-schema.rdf#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
       <axsvg:SVGEntity rdf:about="#Datalines">
      ...
       </axsvg:SVGEntity>