Skip to content

public transport vs public transport

The individual is the vehicle role

:PublicTransport rdf:type owl:NamedIndividual ,
                          :VehicleRole ;
                 rdfs:comment "A type of vehicle role"@en ;
                 rdfs:label "publicTransport"@en .

the class is a sub-class of vehicle

:PublicTransport rdf:type owl:Class ;
                 rdfs:subClassOf :Vehicle ;
                 rdfs:comment "A type of vehicle. Example of public transport is a bus or a tram"@en ;
                 rdfs:label "PublicTransport"@en .
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information