All pastes #1913878 Raw Edit

ww

public text v1 · immutable
#1913878 ·published 2010-08-09 15:36 UTC
rendered paste body
@prefix _45: <irc://irc.freenode.net:6667/%23>.@prefix _46: <irc://irc.freenode.net:6667/>.@prefix entity: <entity:>.@prefix irc: <http://ordf.org/schema/irc/>.@prefix list: <http://www.w3.org/2000/10/swap/list#>.@prefix lve: <http://lexvo.org/id/term/eng/>.@prefix lvo: <http://lexvo.org/ontology#>.@prefix nlp: <http://ordf.org/ordf/nlp#>.@prefix opmv: <http://purl.org/net/opmv/ns#>.@prefix ordf: <http://purl.org/NET/ordf/>.@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.@prefix time: <http://www.w3.org/2006/time#>.@prefix umbel: <http://umbel.org/umbel#>. _45:code4lib a irc:Channel;     irc:channel "#code4lib";     irc:port "6667"^^<http://www.w3.org/2001/XMLSchema#integer>;     irc:server "irc.freenode.net".  entity:PlKHkxEL2866 a nlp:NamedEntity;     rdfs:label "Max";     list:in _:PlKHkxEL2876.  entity:PlKHkxEL2868 a nlp:NamedEntity;     rdfs:label "Sam";     list:in _:PlKHkxEL2876,         _:PlKHkxEL2877.  [ a opmv:Artifact;         nlp:utterance [ a umbel:Verb;                 rdfs:label "are";                 lvo:nearlySameAs lve:be;                 nlp:directObject [ a umbel:Noun;                         rdfs:label "cats";                         lvo:nearlySameAs lve:cat;                         nlp:number nlp:Plural];                 nlp:subject [ a nlp:Conjunction;                         rdfs:label "and";                         lvo:nearlySameAs lve:and;                         rdf:value _:PlKHkxEL2876],                     entity:PlKHkxEL2866,                     entity:PlKHkxEL2868;                 nlp:tense nlp:Future];         opmv:wasGeneratedAt _:PlKHkxEL2883;         opmv:wasGeneratedBy [ a opmv:Process;                 ordf:cmdline "/mnt/home/ww/sembot/bin/sembot -c ../../etc/code4lib.ini -v debug -l ../../log/sembot.log --monitor";                 ordf:hostname "eu5.okfn.org";                 ordf:pid "12989"^^<http://www.w3.org/2001/XMLSchema#integer>;                 ordf:version [ rdfs:label "ordf";                         rdf:value "0.10.300.a451fa697104"];                 opmv:used [ a irc:Event;                         irc:event irc:pubmsg;                         irc:host "styx.org";                         irc:message "Max and Sam are cats";                         irc:source _46:ww;                         irc:target _45:code4lib;                         irc:timestamp [ a time:Instant;                                 time:inXSDDateTime "2010-08-09T15:36:23.335145"^^<http://www.w3.org/2001/XMLSchema#dateTime>];                         irc:user "~ww"];                 opmv:wasPerformedAt _:PlKHkxEL2883]]. _:PlKHkxEL2877 a rdf:List;     rdf:first entity:PlKHkxEL2868;     rdf:rest rdf:nil.  _:PlKHkxEL2883 a time:Instant;     time:inXSDDateTime "2010-08-09T15:36:23.540504"^^<http://www.w3.org/2001/XMLSchema#dateTime>.  _:PlKHkxEL2876 a rdf:List;     rdf:first entity:PlKHkxEL2866;     rdf:rest _:PlKHkxEL2877.