Interoperable-data / ERA-Ontology-3.1.0

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

remove rdfs:Literal #68

Open VladimirAlexiev opened 6 days ago

VladimirAlexiev commented 6 days ago

rdfs:Literal is a very unspecific datatype and shouldn't be used.

Remove it from the first rinfIndex value here:

era:frenchTrainDetectionSystemLimitationApplicable rdf:type owl:DatatypeProperty ;
                                                   era:rinfIndex "1.2.1.1.6.3"^^rdfs:Literal ,
                                                                 "1.1.1.3.7.1.4" ;

(Note to self: it's also used as range of foaf:name, dcterms:identifier but that comes from the original ontologies, so can be left alone)

Interoperable-data commented 3 days ago

Yes, it is also to be consistent with the rest of the values for this annotation property