# Base: http://example.org/documentation.owl @prefix ns1: . @prefix xs: . @prefix ns2: . @prefix rdfs: . @prefix daml: . @prefix rdf: . @prefix xs_: . @prefix : <#> . @prefix owl: . ns1:attribute a owl:DatatypeProperty , rdf:Property ; rdfs:comment "annotated attribute"@en ; rdfs:range rdfs:Literal . ns1:element a owl:ObjectProperty ; rdfs:comment "annotated element"@en ; rdfs:range ns1:ComplexType . <> a owl:Ontology ; rdfs:comment "annotated schema" . ns1:ComplexType a owl:Class ; rdfs:comment "annotated type"@en .