Interoperable-data / ERA-Ontology-3.1.0

Extended version of the ERA Railway Infrastructure Ontology
4 stars 5 forks source link

move TODO/review to editorialNote #91

Open VladimirAlexiev opened 3 weeks ago

VladimirAlexiev commented 3 weeks 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.

gatemezing commented 3 weeks ago

The "TODO" note means we are still discussing with stakeholders and the migration of the ontology is ongoing. Thanks!

VladimirAlexiev commented 2 weeks ago

I understand. But it belongs to editorialNote not to description