You are viewing /person/5456 in Turtle
Alternatives : HTML JSON YAML text N-Triples JSON Triples RDF+XML RDF+JSON Graphviz SVG
Raw
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gcis: <http://data.globalchange.gov/gcis.owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

<http://52.38.26.42:8080/person/5456>
   dcterms:identifier "5456";
   foaf:givenName "Amos"^^xsd:string;
   foaf:lastName "Tversky"^^xsd:string;
   foaf:page "http://www.nytimes.com/1996/06/06/us/amos-tversky-expert-on-decision-making-is-dead-at-59.html"^^xsd:anyURI;
   
   a gcis:Person .

## Publications in GCIS are related to this person as follows 
<http://52.38.26.42:8080/article/10.1126/science.185.4157.1124>
   prov:qualifiedAttribution [
      a prov:Attribution;
      prov:agent <http://52.38.26.42:8080/person/5456>;
      prov:actedOnBehalfOf <http://52.38.26.42:8080/organization/hebrew-university-jerusalem>;
      prov:hadRole <http://52.38.26.42:8080/role_type/author>;
   ] .

<http://52.38.26.42:8080/article/10.1037/0003-066X.39.4.341>
   prov:qualifiedAttribution [
      a prov:Attribution;
      prov:agent <http://52.38.26.42:8080/person/5456>;
      prov:actedOnBehalfOf <http://52.38.26.42:8080/organization/stanford-university>;
      prov:hadRole <http://52.38.26.42:8080/role_type/author>;
   ] .

<http://52.38.26.42:8080/book/b7590697-4855-4514-b9d1-27e86a782b83>
   prov:qualifiedAttribution [
      a prov:Attribution;
      prov:agent <http://52.38.26.42:8080/person/5456>;
      prov:actedOnBehalfOf <http://52.38.26.42:8080/organization/stanford-university-department-psychology>;
      prov:hadRole <http://52.38.26.42:8080/role_type/editor>;
   ] .