@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rdf-vocabulary.ddialliance.org/phdd#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://rdf-vocabulary.ddialliance.org/> . @prefix ns2: <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:caseQuantity a owl:DatatypeProperty ; rdfs:comment """ Number of cases or observations in the table. Equivalent element in DDI 3.2: pi:CaseQuantity DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html """@en ; rdfs:domain ns0:TableDescription ; rdfs:isDefinedBy ns1:phdd, <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html> ; rdfs:label "Case quantity"@en ; rdfs:range xsd:nonNegativeInteger .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rdf-vocabulary.ddialliance.org/phdd#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://rdf-vocabulary.ddialliance.org/> .
@prefix ns2: <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:caseQuantity
    a owl:DatatypeProperty ;
    rdfs:comment """
	Number of cases or observations in the table.

	Equivalent element in DDI 3.2: pi:CaseQuantity
	DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html
	"""@en ;
    rdfs:domain ns0:TableDescription ;
    rdfs:isDefinedBy ns1:phdd, <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html> ;
    rdfs:label "Case quantity"@en ;
    rdfs:range xsd:nonNegativeInteger .