ConceptRepresentation
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/ConceptRepresentation
TTL - owl:Class
- Concept Representation
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
ConceptRepresentation defines the core representation that are allowed for a concept. The text format allowed for a concept is that which is allowed for any non-target object component.
- SDMXStructureConcept.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConceptRepresentation">
<xs:annotation>
<xs:documentation>ConceptRepresentation defines the core representation that are allowed for a concept. The text format allowed for a concept is that which is allowed for any non-target object component.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="RepresentationType">
<xs:choice>
<xs:element name="TextFormat" type="BasicComponentTextFormatType" />
<xs:sequence>
<xs:element name="Enumeration" type="common:AnyCodelistReferenceType">
<xs:annotation>
<xs:documentation>Enumeration references a codelist which enumerates the possible values that can be used as the representation of this concept.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EnumerationFormat" type="CodedTextFormatType" minOccurs="0" />
</xs:sequence>
</xs:choice>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
rdfs:subClassOf sip-sdmx-ML-structure:RepresentationType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TextFormat ;
owl:allValuesFrom sip-sdmx-ML-structure:BasicComponentTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TextFormat ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:BasicComponentTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Enumeration ;
owl:allValuesFrom sip-sdmx-ML-common:AnyCodelistReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Enumeration ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:AnyCodelistReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:EnumerationFormat ;
owl:allValuesFrom sip-sdmx-ML-structure:CodedTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:EnumerationFormat ;
owl:maxQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:CodedTextFormatType
] ;