All pastes #1914729 Raw Edit

ww

public text v1 · immutable
#1914729 ·published 2010-08-10 21:27 UTC
rendered paste body
@prefix _45: <irc://irc.oftc.net:6667/>.@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:ThSzhTAy680 a nlp:NamedEntity;     rdfs:label "mary";     lvo:nearlySameAs lve:mary.  [ nlp:utterance [ a nlp:Statement,                     umbel:Verb;                 rdfs:label "is";                 lvo:nearlySameAs lve:be;                 nlp:directObject [ a umbel:Noun;                         rdfs:label "paste";                         lvo:nearlySameAs lve:paste];                 nlp:speaker _45:bitbucket;                 nlp:subject [ a umbel:Noun;                         rdfs:label "session";                         lvo:nearlySameAs lve:session]]]. [ nlp:utterance [ a nlp:Question,                     umbel:Verb;                 rdfs:label "is";                 lvo:nearlySameAs lve:be;                 nlp:query [ rdfs:label "who";                         lvo:nearlySameAs lve:who];                 nlp:speaker _45:bitbucket;                 nlp:subject entity:ThSzhTAy680;                 nlp:tense nlp:Present]].