@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex:    <http://purl.org/net/ns/ex#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix ont:   <http://purl.org/net/ns/ontology-annot#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

[ a             ex:Example ;
  rdfs:comment  "スキーマに例を埋め込む例。"@ja , "An example included in a schema definition." ;
  ex:code       "\n<ex:Example>\n <rdfs:comment>An example to use Dublin Core vocabulary.</rdfs:comment>\n <rdfs:comment xml:lang=\"ja\">ダブリンコア語彙を使う例</rdfs:comment>\n <ex:pfx>dc:</ex:pfx>\n <ex:code rdf:parseType=\"Literal\">\n  <rdf:Description rdf:about=\"http://www.kanzaki.com/\">\n   <dc:title>The Web KANZAKI</dc:title>\n   <dc:creator>Masahide Kanzaki</dc:creator>\n  </rdf:Description>\n </ex:code>\n <ex:exampleOf rdf:resource=\"\"/>\n</ex:Example>\n " ;
  ex:exampleOf  <http://purl.org/net/ns/ex> ;
  ex:pfx        "ex:"
] .

ex:pfx  a                 owl:AnnotationProperty ;
        rdfs:comment      "例の中でスキーマを表すために用いている名前空間接頭辞。例をレンダリングする場合、この値を使ってスキーマの語彙を他の語彙と区別することができる。"@ja , "A prefix used in the example to represent the schema namespace. A rendaring application may use this value to distinguish target terms in the example." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Prefix" .

ex:trial  a               owl:AnnotationProperty ;
        rdfs:comment      "語彙が使われている実例、あるいはトライアルページへのポインタ。"@ja , "A pointer to a real example or a trial page." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Trial" .

ex:code  a                owl:AnnotationProperty ;
        rdfs:comment      "スキーマを使ったRDF/XMLのサンプルを記述する。CDATAセクションもしくはrdf:parseType=\"Literal\"にすると、タグをそのまま記述できて便利。"@ja , "Has an example code of an RDF/XML statements that use the schema. Content may be CDATA section or rdf:parseType=\"Literal\"." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Code" .

ex:Example  a             owl:Class ;
        rdfs:comment      "ひとつの例を表すクラス"@ja , "A class represents one example." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Example" .

ex:exampleOf  a           owl:AnnotationProperty ;
        rdfs:comment      "主語は目的語語彙の用例である。"@ja , "The subject is an example of the object vocabulary." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Example of" .

<http://purl.org/net/ns/ex>
        a                owl:Ontology ;
        rdfs:comment     "スキーマにサンプルコードを埋め込むための語彙。XSLTを使って、XHTMLの中で例を表示させることができる。"@ja , "Vocabulary to include sample codes in a schema. Can work with XSLT (http://purl.org/net/ns/ns-schema.xsl) to present schema as XHTML list with examples." ;
        rdfs:label       "Example vocabulary" ;
        ont:created      "2003-07-04" ;
        ont:creator      <urn:pin:MK705> ;
        ont:modified     "2007-12-13" ;
        owl:imports      <http://www.kanzaki.com/ns/dliser.rdf> ;
        owl:versionInfo  "Version 0.35" .

ex:example  a             owl:AnnotationProperty ;
        rdfs:comment      "主語となる語彙定義が例を持つ。"@ja , "The subject has an Example. Use to include example(s) in a term definition." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Example" .

ex:image  a               owl:AnnotationProperty ;
        rdfs:comment      "語彙の理解を助ける画像へのポインタ。"@ja , "A pointer to an image that helps to understand the vocabulary." ;
        rdfs:isDefinedBy  <http://purl.org/net/ns/ex> ;
        rdfs:label        "Image" .

<urn:pin:MK705>  a     foaf:Person ;
        rdfs:seeAlso   <http://www.kanzaki.com/info/webwho.rdf> ;
        foaf:homepage  <http://www.kanzaki.com/> ;
        foaf:name      "神崎正英"@ja .
