@prefix owl: . @prefix rdfs: . @prefix dc: . @prefix ns0: . @prefix skos: . @prefix xsd: . a owl:Ontology ; rdfs:label "Robotic Interaction Service (RoIS) Component Ontology" ; dc:abstract "The Robotic Interaction Service Components Ontology provides vocabularies to describe RoIS basic functional components."@en-US ; owl:versionIRI ; owl:imports , , , , , , , ; ns0:copyright "Copyright (c) 2023-2025 Japan Robot Association"@en-US, "Copyright (c) 2023-2025 Korea Association of Robot Industry"@en-US, "Copyright (c) 2023-2025 National Institute of Advanced Industrial Science and Technology, Japan"@en-US, "Copyright (c) 2023-2025 Object Management Group, Inc."@en-US, "Copyright (c) 2023-2025 Shibaura Institute of Technology"@en-US, "Copyright (c) 2023-2024 Université Sorbonne Paris Nord"@fr-FR . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a region in which a component can detect targets" . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a spatial interval with which a component can detect targets' movement in minimum" . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a time limit within which a component is expected to detect the target" . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a time interval within which a component notifies events in maximum" . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a minimum spatial distance that a robot can approach while following the target" . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a time interval within which a component cannot notify events in minimum" . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "has target" ; rdfs:domain ; rdfs:range [ a owl:Class ; owl:unionOf ( ) ] . a owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; skos:definition "indicates a time instant until which a component is ordered to finish command execution" . a owl:Class ; rdfs:label "audio streaming" ; rdfs:subClassOf ; skos:definition "component function to transmit audio streaming" . a owl:Class ; rdfs:label "face detection" ; rdfs:subClassOf ; skos:definition "component function to count the number of faces detected in the detection region" . a owl:Class ; rdfs:label "face localization" ; rdfs:subClassOf ; skos:definition "component function to localize positions of faces detected in the detection region" . a owl:Class ; rdfs:label "follow" ; rdfs:subClassOf ; skos:definition "component function to move following a target agent" . a owl:Class ; rdfs:label "gesture recognition" ; rdfs:subClassOf ; skos:definition "component function to recognize gestures represented by other agents" . a owl:Class ; rdfs:label "move" ; rdfs:subClassOf ; skos:definition "component function to move along the indicated path" . a owl:Class ; rdfs:label "navigation" ; rdfs:subClassOf ; skos:definition "component function to navigate another agent to the indicated goal point" . a owl:Class ; rdfs:label "person detection" ; rdfs:subClassOf ; skos:definition "component function to count the number of persons detected in the detection region" . a owl:Class ; rdfs:label "person identification" ; rdfs:subClassOf ; skos:definition "component function to identify persons detected in the detection region" . a owl:Class ; rdfs:label "person localization" ; rdfs:subClassOf ; skos:definition "component function to localize positions of persons detected in the detection region" . a owl:Class ; rdfs:label "reaction" ; rdfs:subClassOf ; skos:definition "component function to perform motions to interact with other agents" . a owl:Class ; rdfs:label "sound detection" ; rdfs:subClassOf ; skos:definition "component function to count the number of sound sources detected in the detection region" . a owl:Class ; rdfs:label "sound localization" ; rdfs:subClassOf ; skos:definition "component function to localize positions of sound sources detected in the detection region" . a owl:Class ; rdfs:label "speech recognition" ; rdfs:subClassOf ; skos:definition "component function to recognize speech sound to text" . a owl:Class ; rdfs:label "speech synthesis" ; rdfs:subClassOf ; skos:definition "component function to synthesize speech sound from text" . a owl:Class ; rdfs:label "video streaming" ; rdfs:subClassOf ; skos:definition "component function to transmit video streaming" . a owl:ObjectProperty ; rdfs:domain ; rdfs:range xsd:decimal ; skos:definition "indicates a radius of a region as decimal (without unit name)" . a owl:ObjectProperty ; rdfs:domain ; rdfs:range xsd:string ; skos:definition "indicates a unit name for a value used as a component attribute" . a owl:ObjectProperty ; rdfs:domain ; rdfs:range xsd:string ; skos:definition "indicates a name of region as a string" . a owl:Class ; rdfs:label "circle region" ; rdfs:subClassOf ; skos:definition "component function to perform motions to interact with other agents" . a owl:Class ; rdfs:label "rois identifier" ; rdfs:subClassOf ; skos:definition "a general identifier used in RoIS to indicate things in the environment or entities in the dictionaries" .