Open VladimirAlexiev opened 2 months ago
This query finds terms with "TODO" or "review" (19 as of 2024-09-05, all in rdfs:comment):
PREFIX era: <http://data.europa.eu/949/> select * { ?x ?p ?s filter(strstarts(str(?x),str(era:))) filter(?x != era:) filter(regex(?s,"todo|review","i")) }
Move that notation to skos:editorialNote because it doesn't belong to the definition.
skos:editorialNote
The "TODO" note means we are still discussing with stakeholders and the migration of the ontology is ongoing. Thanks!
I understand. But it belongs to editorialNote not to description
editorialNote
This query finds terms with "TODO" or "review" (19 as of 2024-09-05, all in rdfs:comment):
Move that notation to
skos:editorialNote
because it doesn't belong to the definition.