<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="./sig-disp.xsl" type="text/xsl" media="screen"?><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:owl="http://www.w3.org/2002/07/owl#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:ex="http://purl.org/net/ns/ex#"
  xmlns:ont="http://purl.org/net/ns/ontology-annot#"
  xml:base="http://www.kanzaki.com/ns/sig"
  >

<owl:Ontology rdf:about="">
 <owl:imports rdf:resource="http://www.kanzaki.com/ns/dliser.rdf"/>
 <rdfs:label>Signature vocabulary and information</rdfs:label>
 <rdfs:comment xml:lang="ja">電子メールなどの署名をRDF/Turtleのメタデータとして扱えるようにするための実験語彙の名前空間です。</rdfs:comment>
 <rdfs:comment xml:lang="en">This is an experimantal vocabulary to treat a signature as RDF/Trutle metadata.</rdfs:comment>
 <owl:versionInfo>Version 0.5.</owl:versionInfo>
 <ont:created>2006-03-03</ont:created>
 <ont:modified>2006-06-17</ont:modified>
 <ont:creator>
  <foaf:Person rdf:about="urn:pin:MK705">
   <foaf:name xml:lang="ja">神崎正英</foaf:name>
   <foaf:name xml:lang="en">KANZAKI, Masahide</foaf:name>
   <foaf:account rdf:resource="http://twitter.com/_masaka"/>
  </foaf:Person>
 </ont:creator>
</owl:Ontology>

<owl:ObjectProperty rdf:ID="from">
 <rdfs:label>from</rdfs:label>
 <rdfs:comment xml:lang="ja">発信者（署名者）を表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">represents sender of the mail (document).</rdfs:comment>
 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<owl:DatatypeProperty rdf:ID="name">
 <rdfs:label>name</rdfs:label>
 <rdfs:comment xml:lang="ja">主語の名前を表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">name of the subject.</rdfs:comment>
 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/name"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:ID="nick">
 <rdfs:label>nick</rdfs:label>
 <rdfs:comment xml:lang="ja">ニックネームを表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">nickname of the subject.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/nick"/>
 </rdfs:subPropertyOf>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:ObjectProperty rdf:ID="mbox">
 <rdfs:label>mbox</rdfs:label>
 <rdfs:comment xml:lang="ja">メールボックスをmailto:のURIで表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">mail box of the subject.</rdfs:comment>
 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/mbox"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<owl:DatatypeProperty rdf:ID="email">
 <rdfs:label>email</rdfs:label>
 <rdfs:comment xml:lang="ja">メールボックスのアドレスをテキストの形で表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">mail address of the subject as literal string.</rdfs:comment>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:ObjectProperty rdf:ID="preferred_mbox">
 <rdfs:label>preferred_mbox</rdfs:label>
 <rdfs:comment xml:lang="ja">メーリングリストなどで、個人用メッセージに用いて欲しいメールボックスを表します（&lt;post&#64;kanzaki...&gt; はメーリングリスト投稿専用で、登録ML以外の発信元アドレスからのメールはスパムとしてフィルタされるので、宛先として代替アドレスを示します）。</rdfs:comment>
 <rdfs:comment xml:lang="en">a preferred mail address for a personal message. Note &lt;post&#64;kanzaki...&gt; is for post only, and messages will be filtered as spam unless from resigtered ML.</rdfs:comment>
 <rdfs:subPropertyOf rdf:resource="#mbox"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<owl:DatatypeProperty rdf:ID="nospam">
 <rdfs:label>nospam</rdfs:label>
 <rdfs:comment xml:lang="ja">メールボックスのアドレスをテキストの形で表しますが、スパム対策としてアドレスの一部を置き換えています。必要に応じてnoteで置き換えを説明します。</rdfs:comment>
 <rdfs:comment xml:lang="en">string value of a mail address, where some part of the address is obfuscated for antispam, and should be replaced according to the instruction. </rdfs:comment>
 <rdfs:subPropertyOf rdf:resource="#email"/>
  <ex:example><ex:Example><ex:code><![CDATA[@prefix : <http://purl.org/net/ns/sig#> . <> :from [ :name
"神崎正英"@ja, "KANZAKI, Masahide"; :preferred_mbox [ :nospam
"webmaster kanzaki.com"; :note "s/ /@/; not to post@.., svp"]].]]></ex:code></ex:Example></ex:example>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:ID="note">
 <rdfs:label>note</rdfs:label>
 <rdfs:comment xml:lang="ja">ひと言コメントを加えます。</rdfs:comment>
 <rdfs:comment xml:lang="en">additional note.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/plan"/>
 </rdfs:subPropertyOf>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:ObjectProperty rdf:ID="home">
 <rdfs:label>home</rdfs:label>
 <rdfs:comment xml:lang="ja">ホームページをURIで表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">URI of a homepage of the subject.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/homepage"/>
 </rdfs:subPropertyOf>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:ID="acnt">
 <rdfs:label>acnt</rdfs:label>
 <rdfs:comment xml:lang="ja">オンラインアカウントをURIで表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">URI of an online account of the subject.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/account"/>
 </rdfs:subPropertyOf>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:ID="near">
 <rdfs:label>near</rdfs:label>
 <rdfs:comment xml:lang="ja">主語が拠点とするおよその場所を示すために、近くの位置（ランドマークなど）をURIで表します。位置を緯度経度で表す場合は、小数第1位までの精度（およそ10km四方＝東西、南北にそれぞれ5km程度＝の範囲内）での近隣を意味するものとします。</rdfs:comment>
 <rdfs:comment xml:lang="en">a geographical location of a landmark where the subject is based near. When the location is represented as lat and long, it should be with a precision of one tenth of a degree, which means within about 10km square area.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/based_near"/>
 </rdfs:subPropertyOf>
  <ex:example><ex:Example><ex:code><![CDATA[@prefix : <http://purl.org/net/ns/sig#>.
[:name "John Barleycorn"@en;
 :mbox <mailto:john@example.org>;
 :near [:lat "35.6"; :long "139.8"]].]]></ex:code></ex:Example></ex:example>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<owl:DatatypeProperty rdf:ID="lat">
 <rdfs:label>lat</rdfs:label>
 <rdfs:comment xml:lang="ja">世界測地系（WGS84）での緯度を表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">geographical latitude of the subject.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:DatatypeProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat"/>
 </rdfs:subPropertyOf>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:ID="long">
 <rdfs:label>long</rdfs:label>
 <rdfs:comment xml:lang="ja">世界測地系（WGS84）での経度を表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">geographical longitude of the subject.</rdfs:comment>
 <rdfs:subPropertyOf>
  <owl:DatatypeProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#long"/>
 </rdfs:subPropertyOf>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:ID="location">
 <rdfs:label>location</rdfs:label>
 <rdfs:comment xml:lang="ja">所在地をテキストで表します。</rdfs:comment>
 <rdfs:comment xml:lang="en">a label of location/address of the subject.</rdfs:comment>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:ID="n">
 <rdfs:label>n</rdfs:label>
 <rdfs:comment xml:lang="ja">nameの短縮形。メール署名などをコンパクトにするときに用います。</rdfs:comment>
 <rdfs:comment xml:lang="en">shorthand of name.</rdfs:comment>
 <owl:equivalentProperty rdf:resource="#name"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:ID="nc">
 <rdfs:label>nc</rdfs:label>
 <rdfs:comment xml:lang="ja">nickの短縮形。メール署名などをコンパクトにするときに用います。</rdfs:comment>
 <rdfs:comment xml:lang="en">shorthand of nick.</rdfs:comment>
 <owl:equivalentProperty rdf:resource="#nick"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:DatatypeProperty>

<owl:ObjectProperty rdf:ID="m">
 <rdfs:label>m</rdfs:label>
 <rdfs:comment xml:lang="ja">mboxの短縮形。メール署名などをコンパクトにするときに用います。</rdfs:comment>
 <rdfs:comment xml:lang="en">shorthand of mbox.</rdfs:comment>
 <owl:equivalentProperty rdf:resource="#mbox"/>
 <rdfs:isDefinedBy rdf:resource=""/>
</owl:ObjectProperty>

<ex:Example>
 <rdfs:comment>次の署名は、署名者についてのメタデータも表しています。</rdfs:comment>
 <rdfs:comment xml:lang="en">This singature also represents a set of metadata about the author</rdfs:comment>
 <ex:code><![CDATA[@prefix : <http://www.kanzaki.com/ns/sig#> . <> :from [:name 
"KANZAKI Masahide", "神崎正英"; :mbox <mailto:dontspam@example.org>]. ]]></ex:code>
</ex:Example>

</rdf:RDF>
