@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/sri#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:adaptTheirOperationToTheNeedsOfTheOccupant a owl:NamedIndividual, ns0:KeyCapability ; rdfs:label "Adapt their operation to the needs of the occupant"@en ; skos:narrower ns0:comfort, ns0:convenience, ns0:health_well_being_and_accessibility, ns0:information_to_occupants . ns0:topImpact skos:narrower ns0:adaptTheirOperationToTheNeedsOfTheOccupant .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/sri#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:adaptTheirOperationToTheNeedsOfTheOccupant
    a owl:NamedIndividual, ns0:KeyCapability ;
    rdfs:label "Adapt their operation to the needs of the occupant"@en ;
    skos:narrower ns0:comfort, ns0:convenience, ns0:health_well_being_and_accessibility, ns0:information_to_occupants .

ns0:topImpact
    skos:narrower ns0:adaptTheirOperationToTheNeedsOfTheOccupant .