RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
162 stars 70 forks source link

Fix typo to rdfs:label #195

Open bretelerjmw opened 8 months ago

bretelerjmw commented 8 months ago

Some error messages instruct the user to add a title. They suggest to add a "rdf:label" property. I think a more common namespace prefix for the RDF Schema label property is rdfs, so I changed the error string to mention an "rdfs:label" property instead.