- https://purl.semanticip.org/linked-data/sdmx/ML/structure/ISOConceptReferenceType
TTL - owl:Class
- I S O Concept Reference Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
ISOConceptReferenceType provides a reference to and ISO 11179 concept.
- SDMXStructureConcept.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ISOConceptReferenceType">
<xs:annotation>
<xs:documentation>ISOConceptReferenceType provides a reference to and ISO 11179 concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ConceptAgency" type="xs:string" />
<xs:element name="ConceptSchemeID" type="xs:string" />
<xs:element name="ConceptID" type="xs:string" />
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ConceptAgency ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ConceptAgency ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ConceptSchemeID ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ConceptSchemeID ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ConceptID ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ConceptID ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;