Interoperable-data / ERA-Ontology-3.1.0

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

separate description from label #57

Open VladimirAlexiev opened 5 days ago

VladimirAlexiev commented 5 days ago
era:allocationCompany rdf:type owl:ObjectProperty ;
                      rdfs:domain era:SubsidiaryLocation ;
                      rdfs:range era:Body ;
                      rdfs:label "allocation company"@en ,
                                 "the organisation in charge to allocate the code for the subsidiary location"@en .

Similarly to https://github.com/Interoperable-data/ERA-Ontology-3.1.0/issues/45, here we need to split the the into two props. The label should be quite the same as the localname and shouldn't include explanations:

  rdfs:label "allocation company"@en ,
  rdfs:comment "the organisation in charge to allocate the code for the subsidiary location"@en .
VladimirAlexiev commented 5 days ago

Here's another example of labels that are too long:

These should be changed to eg:

The rest should go into description.

VladimirAlexiev commented 5 days ago

Here's another example: