@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:W00319844700> schema:author <http://urn.fi/URN:NBN:fi:bib:me:P00319844701> ;
    schema:name "Minä olen suuri" .

<http://urn.fi/URN:NBN:fi:bib:me:W00319844701> schema:author <http://urn.fi/URN:NBN:fi:bib:me:P00319844701> ;
    schema:name "I'm bigger than you!" .

<http://urn.fi/URN:NBN:fi:bib:me:P00319844701> a schema:Person ;
    schema:name "Cowley, Joy" .

