- https://purl.semanticip.org/linked-data/sdmx/ML/AnnotationURLType
TTL - owl:Class
- Annotation U R L Type
- complexType
AnnotationURLType defines an external resource. These can indicate localisation by specifying a language for the resource.
- SDMXCommon.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnnotationURLType">
<xs:annotation>
<xs:documentation>AnnotationURLType defines an external resource. These can indicate localisation by specifying a language for the resource.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>Indicates the language of the resources at the URL, if it is localised. If this does not exist, the resource is not localised.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>rdfs:subClassOf xsd:anyURI ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty xml:lang ;
owl:allValuesFrom xsd:language
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty xml:lang ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:language
] ;