All pastes #1914334 Raw Edit

ww

public text v1 · immutable
#1914334 ·published 2010-08-10 11:06 UTC
rendered paste body
@prefix entity: <entity:>.@prefix lve: <http://lexvo.org/id/term/eng/>.@prefix lvo: <http://lexvo.org/ontology#>.@prefix nlp: <http://ordf.org/ordf/nlp#>.@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.@prefix umbel: <http://umbel.org/umbel#>. entity:dQpPiuTj34 a nlp:NamedEntity;     rdfs:label "FTP_clients_that_work".  entity:dQpPiuTj32 a nlp:NamedEntity;     rdfs:label "clbean".  [ nlp:utterance [ a nlp:Statement,                     umbel:Verb;                 rdfs:label "loves";                 lvo:nearlySameAs lve:love;                 nlp:directObject entity:dQpPiuTj34;                 nlp:subject entity:dQpPiuTj32;                 nlp:tense nlp:Future]]. [ nlp:utterance [ a nlp:Question,                     umbel:Verb;                 rdfs:label "is";                 lvo:nearlySameAs lve:be;                 nlp:query [ rdfs:label "who";                         lvo:nearlySameAs lve:who];                 nlp:subject entity:dQpPiuTj32;                 nlp:tense nlp:Present]].