<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="./ns-schema.xsl" type="text/xsl" media="screen"?>
<!DOCTYPE rdf:RDF [
 <!ENTITY dc   "http://purl.org/dc/elements/1.1/">
 <!ENTITY dcterms  "http://purl.org/dc/terms/">
 <!ENTITY rdfs  "http://www.w3.org/2000/01/rdf-schema#">
]>
<rdf:RDF
  xmlns:rdfs="&rdfs;"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:ont="http://purl.org/net/ns/ontology-annot#"
  xml:base="http://purl.org/net/ns/ontology-annot"
  >

 <rdf:Description rdf:about="">
  <rdfs:label>Ontology annotation DLiser vocabulary</rdfs:label>
  <rdfs:comment>Vocabulary to define some annotation properties as subproperties of common terms. Because owl:Ontology resource cannot have properties other than annotation, these terms are defined as owl:AnnotationProperty type in dliser.rdf that is to be imported. However, some RDF application might want those properties to be related to well known terms such as Dublin Core. Hence this vocabulary redefines these properties as ordinary RDF/OWL terms and subProperty of others.</rdfs:comment>
  <rdfs:comment xml:lang="ja">オントロジーのアノテーションに用いるプロパティを、汎用プロパティと関連付けるための回避策としての語彙</rdfs:comment>
  <ont:created>2007-10-08</ont:created>
  <ont:modified>2007-11-07</ont:modified>
  <owl:versionInfo>Version 0.12</owl:versionInfo>
  <ont:creator>
   <foaf:Person rdf:about="urn:pin:MK705">
    <foaf:name xml:lang="ja">神崎正英</foaf:name>
    <foaf:homepage rdf:resource="http://www.kanzaki.com/"/>
    <rdfs:seeAlso rdf:resource="http://www.kanzaki.com/info/webwho.rdf"/>
   </foaf:Person>
  </ont:creator>
 </rdf:Description>

<!-- ==== Class definitions ==== -->

<!-- ==== Property definitions ==== -->

 <rdf:Property rdf:ID="title">
  <rdfs:label>title</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&dc;title"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="description">
  <rdfs:label>description</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&dc;description"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="creator">
  <rdfs:label>creator</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&dc;creator"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="relation">
  <rdfs:label>relation</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&dc;relation"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="created">
  <rdfs:label>created</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&dcterms;created"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="modified">
  <rdfs:label>modified</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&dcterms;modified"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="seeOther">
  <rdfs:label>see other</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>

 <rdf:Property rdf:ID="deprecatedBy">
  <rdfs:label>deprecated by</rdfs:label>
  <rdfs:subPropertyOf rdf:resource="#seeOther"/>
  <rdfs:isDefinedBy rdf:resource=""/>
 </rdf:Property>


</rdf:RDF>
