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

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