@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/sbeo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:AssistedNavigation a owl:NamedIndividual ; rdfs:comment "A type of navigation in which a person is assisted by a person or a machine to perform a specific activity."@en ; rdfs:label "Assisted Navigation"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/sbeo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:AssistedNavigation
    a owl:NamedIndividual ;
    rdfs:comment "A type of navigation in which a person is assisted by a person or a machine to perform a specific activity."@en ;
    rdfs:label "Assisted Navigation"@en .