All pastes #1913826 Raw Copy code Copy link Edit

ww

public unlisted text v1 · immutable
#1913826 ·published 2010-08-09 11:43 UTC
rendered paste body
@prefix bio: <http://purl.org/vocab/bio/0.1/>.@prefix dc: <http://purl.org/dc/terms/>.@prefix entity: <entity:>.@prefix foaf: <http://xmlns.com/foaf/0.1/>.@prefix nlp: <http://ordf.org/ordf/nlp#>.@prefix obp: <http://purl.org/okfn/obp#>.@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:aHLIkuXm13786 a nlp:NamedEntity,         obp:Work;     rdfs:label "TFC";     dc:contributor entity:aHLIkuXm13696;     dc:created "1968-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>;     dc:title "The First Circle";     obp:hasManifestation [ a obp:Manifestation;             dc:publisher entity:aHLIkuXm13839],         [ a obp:Manifestation;             dc:published "1978-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>;             dc:publisher entity:aHLIkuXm13839].  entity:aHLIkuXm13696 a nlp:NamedEntity,         umbel:Male,         foaf:Agent,         foaf:Person;     rdfs:label "Solzhenitsyn";     bio:event [ a bio:Death;             bio:date "2008-08-03T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>],         [ a bio:Birth;             bio:date "1918-12-11T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>];     foaf:name "Aleksander Isayevitch Solzhenitsyn".  entity:aHLIkuXm13839 a nlp:NamedEntity,         foaf:Agent;     rdfs:label "YMCA";     foaf:name "YMCA Press".