@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://emmo.info/domain-crystallography/cif_top#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:_dimension ns0:example "[3,4]"@en ; a owl:AnnotationProperty ; rdfs:comment "Correspond to the '_type.dimension' data item."@en, "Size of an Array/Matrix/List expressed as a text string. The text string itself consists of zero or more non-negative integers separated by commas placed within bounding square brackets. Empty square brackets represent a list of unknown size."@en ; skos:prefLabel "_dimension"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://emmo.info/domain-crystallography/cif_top#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:_dimension
    ns0:example "[3,4]"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "Correspond to the '_type.dimension' data item."@en, "Size of an Array/Matrix/List expressed as a text string. The text string itself consists of zero or more non-negative integers separated by commas placed within bounding square brackets. Empty square brackets represent a list of unknown size."@en ;
    skos:prefLabel "_dimension"@en .