@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://urn.fi/URN:NBN:fi:bib:me:W00089457300> schema:author <http://urn.fi/URN:NBN:fi:bib:me:P00089457301> ;
    schema:name "'Mitä siitä, mitä muut ajattelevat?' : lisää kummallisen tyypin seikkailuja" .

<http://urn.fi/URN:NBN:fi:bib:me:W00089457301> schema:author <http://urn.fi/URN:NBN:fi:bib:me:P00089457301> ;
    schema:name "'What do you care what other people think?' : further adventures of a curious character" .

<http://urn.fi/URN:NBN:fi:bib:me:W00089457302> schema:author <http://urn.fi/URN:NBN:fi:bib:me:P00089457301> ;
    schema:name "What do you care what other people think?" .

<http://urn.fi/URN:NBN:fi:bib:me:P00089457301> a schema:Person ;
    schema:name "Feynman, Richard P" .

