- https://purl.semanticip.org/linked-data/sdmx/ML/Category
TTL - rdf:Property
- Category
- element
Category represents a set of nested categories which describe a simple classification hierarchy.
- SDMXStructureCategory.xsd
- Category
- No
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Category" type="CategoryType" substitutionGroup="Item">
<xs:annotation>
<xs:documentation>Category represents a set of nested categories which describe a simple classification hierarchy.</xs:documentation>
</xs:annotation>
<xs:unique name="Category_UniqueCategory">
<xs:selector xpath="structure:Category" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
- Item