@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 metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://rdf-vocabulary.ddialliance.org/> .
@prefix ns2: <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/> .
@prefix ns3: <http://rdf-vocabulary.ddialliance.org/discovery#> .
ns3:Variable
    owl:equivalentClass ns0:Column .
ns0:Column
    metadata_def:mappingLoom "column" ;
    metadata_def:mappingSameURI ns0:Column ;
    metadata_def:prefLabel "Column"@en ;
    metadata:prefixIRI "phdd:Column" ;
    a owl:Class ;
    rdfs:comment """
	A column of a table. Other terms are variable or data item.
	Equivalent class in Disco: Variable
	Disco documentation: http://rdf-vocabulary.ddialliance.org/discovery.html#variable-and-variable-definition
	Equivalent element in DDI 3.2: l:Variable
	DDI 3.2 Documentation:  http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html
	"""@en ;
    rdfs:isDefinedBy ns1:phdd, <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html> ;
    rdfs:label "Column"@en ;
    rdfs:subClassOf owl:Thing .
ns0:column
    rdfs:range ns0:Column .
 
 
@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 metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://rdf-vocabulary.ddialliance.org/> .
@prefix ns2: <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/> .
@prefix ns3: <http://rdf-vocabulary.ddialliance.org/discovery#> .
ns3:Variable
    owl:equivalentClass ns0:Column .
ns0:Column
    metadata_def:mappingLoom "column" ;
    metadata_def:mappingSameURI ns0:Column ;
    metadata_def:prefLabel "Column"@en ;
    metadata:prefixIRI "phdd:Column" ;
    a owl:Class ;
    rdfs:comment """
	A column of a table. Other terms are variable or data item.
	Equivalent class in Disco: Variable
	Disco documentation: http://rdf-vocabulary.ddialliance.org/discovery.html#variable-and-variable-definition
	Equivalent element in DDI 3.2: l:Variable
	DDI 3.2 Documentation:  http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html
	"""@en ;
    rdfs:isDefinedBy ns1:phdd, <http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html> ;
    rdfs:label "Column"@en ;
    rdfs:subClassOf owl:Thing .
ns0:column
    rdfs:range ns0:Column .