【0042】
<?xml version="1.0"?>
<rdf:RDF
xmlns="file:Domain_Translation.owl#"
xml:base="file:Domain_Translation.owl#"
xmlns:owl=http://www.w3.org/2002/07/owl#
xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#
xmlns:rdfs=http://www.w3.org/2000/01/rdf-schema#
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="">
<rdfs:description>
Domain Ontology for Translation
</rdfs:description>
<rdfs:comment>This ontology has been fully generated from natural language by AutogenerativeOntologyBuilder.</rdfs:comment>
</owl:Ontology>
<owl:Class rdf:ID="Translation">
<rdfs:description>Translation is the name of the Domain addressed by this ontology.</rdfs:description>
</owl:Class>
<!-- heritage: Translation is-a-kind-of conversion -->
<owl:Class rdf:ID="conversion" />
<owl:Class rdf:about="#Translation">
<rdfs:subClassOf>
<owl:Class rdf:about="#conversion"/>
</rdfs:subClassOf>
</owl:Class>
<!-- synonym: conversion is-synonym-of act_of_converting -->
<owl:Class rdf:ID="act_of_converting" />
<owl:Class rdf:about="#conversion">
<equivalentClass rdf:resource="#act_of_converting"/>
</owl:Class>
<!-- obj_property: conversion concerns text -->
<owl:ObjectProperty rdf:ID="concerns">
<rdfs:domain rdf:resource="#conversion"/>
<rdfs:range rdf:resource="#text"/>
</owl:ObjectProperty>
<!-- assoc: text is_converted_from (1) language -->
<owl:Class rdf:ID="text" />
<owl:Class rdf:ID="language" />
<owl:ObjectProperty rdf:ID="is_converted_from">
<rdfs:domain rdf:resource="#text"/>
<rdfs:range rdf:resource="#language"/>
</owl:ObjectProperty>
<owl:Class rdf:about="#text">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#is_converted_from"/>
<owl:cardinality>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- assoc: text is_converted_to (1) language -->
<owl:ObjectProperty rdf:ID="is_converted_to">
<rdfs:domain rdf:resource="#text"/>
<rdfs:range rdf:resource="#language"/>
</owl:ObjectProperty>
<owl:Class rdf:about="#text">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#is_converted_to"/>
<owl:cardinality>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- heritage: text is-a-kind-of passage -->
<owl:Class rdf:ID="passage" />
<owl:Class rdf:about="#text">
<rdfs:subClassOf>
<owl:Class rdf:about="#passage"/>
</rdfs:subClassOf>
</owl:Class>
<!-- data_property: passage has the property: isWritten = written -->
<owl:DatatypeProperty rdf:ID="isWritten">
<rdfs:domain rdf:resource="#passage" />
<rdfs:range rdf:datatype="string"/>
<rdfs:description>
Written
</rdfs:description>
</owl:DatatypeProperty>
<!-- composition: passage isComposedOf (1..n) character -->
<owl:Class rdf:ID="character" />
<owl:ObjectProperty rdf:ID="isComposedOf">
<rdfs:domain rdf:resource="#passage"/>
<rdfs:range rdf:resource="#character"/>
</owl:ObjectProperty>
<owl:Class rdf:about="#passage">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#isComposedOf"/>
<owl:cardinality>1..n</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- composition: passage isComposedOf (1..n) symbol -->
<owl:Class rdf:ID="symbol" />
<owl:ObjectProperty rdf:about="#isComposedOf">
<rdfs:domain rdf:resource="#passage"/>
<rdfs:range rdf:resource="#symbol"/>
</owl:ObjectProperty>
<owl:Class rdf:about="#passage">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#isComposedOf"/>
<owl:cardinality>1..n</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- composition: passage isComposedOf (1..n) sentence -->
<owl:Class rdf:ID="sentence" />
<owl:ObjectProperty rdf:about="#isComposedOf">
<rdfs:domain rdf:resource="#passage"/>
<rdfs:range rdf:resource="#sentence"/>
</owl:ObjectProperty>
<owl:Class rdf:about="#passage">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#isComposedOf"/>
<owl:cardinality>1..n</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- composition: sentence isComposedOf (1..n) word -->
<owl:Class rdf:ID="word" />
<owl:ObjectProperty rdf:about="#isComposedOf">
<rdfs:domain rdf:resource="#sentence"/>
<rdfs:range rdf:resource="#word"/>
</owl:ObjectProperty>
<owl:Class rdf:about="#sentence">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#isComposedOf"/>
<owl:cardinality>1..n</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- obj_property: sentence has grammatical_structure -->
<owl:ObjectProperty rdf:ID="has">
<rdfs:domain rdf:resource="#sentence"/>
<rdfs:range rdf:resource="#grammatical_structure"/>
</owl:ObjectProperty>
<!-- data_property: sentence has the property: hasGrammaticalStructure = grammatical structure -->
<owl:DatatypeProperty rdf:ID="hasGrammaticalStructure">
<rdfs:domain rdf:resource="#sentence" />
<rdfs:range rdf:datatype="string"/>
<rdfs:description>
grammatical structure
</rdfs:description>
</owl:DatatypeProperty>
</rdf:RDF>