@prefix rdf: . @prefix sioc: . @prefix owl: . sioc:respond_to rdf:type owl:ObjectProperty . @prefix rdfs: . sioc:respond_to rdfs:comment "For the reply-to address set in email messages, IMs, etc. The property name was chosen to avoid confusion with has_reply/reply_of (the reply graph)."@en ; rdfs:domain sioc:Item ; rdfs:isDefinedBy sioc: ; rdfs:label "respond to"@en . @prefix pwdr: . @prefix ns5: . sioc:respond_to pwdr:describedby ns5:ns . @prefix schema: . ns5:ns schema:about sioc:respond_to . @prefix foaf: . @prefix ns8: . ns8:ns foaf:topic sioc:respond_to .