Open VladimirAlexiev opened 2 months ago
added to Makefile
--subjectOrder owl:Ontology \
--subjectOrder rdfs:Class \
--subjectOrder owl:Class \
--subjectOrder rdf:Property \
--subjectOrder owl:ObjectProperty \
--subjectOrder owl:DatatypeProperty \
--subjectOrder owl:AnnotationProperty \
--subjectOrder owl:NamedIndividual \
--subjectOrder owl:AllDifferent \
--subjectOrder owl:Axiom
Still need to find all types
Yes, we did this for RDFS, we should do for ttl too Eventually this should be an item in the RDFS spec
This is still blocked by
https://github.com/atextor/turtle-formatter/issues/22
Currently rdfs:Class comes before owl:Ontology
--subjectOrder
to sort them in the best possible way