<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns="http://www.w3.org/2002/07/owl#">

 <rdf:Property rdf:about="http://purl.org/net/ns/jprop/著者">
  <rdfs:label>著者</rdfs:label>
  <rdfs:comment xml:lamg="en">author; writer</rdfs:comment>
  <!--Mutlple meaning is represented as unionOf each definition.-->
  <dc:relation>
   <Class>
    <unionOf rdf:parseType="Collection">
     <Class rdf:about="http://xmlns.com/wordnet/1.6/Author"/>
     <Class rdf:about="http://xmlns.com/wordnet/1.6/Writer"/>
    </unionOf>
   </Class>
  </dc:relation>
 </rdf:Property>

<!-- J-E dictiornary is based on EDICT by Jim Breen, Monash University.
 Nouns found in WordNet 1.6 vocabulary are mapped onto its namespace.
 Note Japanese words in URIs are URL-encoded for non-Japanese environment. -->
</rdf:RDF>