@prefix cmns-dsg: .
@prefix cmns-dt: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix roso: .
@prefix roso-fnct: .
@prefix roso-inct: .
@prefix rois: .
_:b0 rdf:type roso:Region ;
rois:regionLabel "Lobby Space (20m x 20m sq)" .
[ rdf:type roso:Service ;
cmns-dsg:hasName "Robotic Reception Service" ;
roso:providedBy [ rdf:type roso:Robot ;
roso:hasRole [ rdf:type roso:ServiceProvider ;
cmns-dsg:hasName "Messanger Roobot"
] ;
roso:hasStartPoint [ rdf:type roso:Point ;
rois:regionLabel "Start Point"
] ;
roso:interactsWith [ rdf:type roso:Person ;
roso:hasRole [ rdf:type roso:ServiceReceiver ;
cmns-dsg:hasName "Message Receiver"
]
] ;
roso:isCapableOf [ rdf:type rois:PersonLocalization ;
rois:hasDetectionRegion _:b0 ;
rois:hasMinimalInterval [ rdf:type cmns-dt:TimeInterval ;
cmns-dt:hasDurationValue "100ms"
]
] ;
roso:isCapableOf [ rdf:type rois:SpeechSynthesis ] ;
roso:isCapableOf [ rdf:type rois:PersonIdentification ] ;
roso:isCapableOf [ rdf:type rois:PersonDetection ] ;
roso:isCapableOf [ rdf:type rois:Move ]
] ;
roso:situatedAt _:b0
] .