Has collection method leaf node


URI

https://w3id.org/omop/ontology/has_collection_method

Label

Has collection method

Description

For Survey Conduct: This Concept represents how the responses were collected.
Use the concepts that have the relationship 'Has Answer' with the CONCEPT_ID [42529316](https://athena.ohdsi.org/search-terms/terms/42529316).

Usage

DOMAINPROPERTYRANGE
Survey conduct Has collection method Concept

Implementation

@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

omop:has_collection_method a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has collection method"^^xsd:string ;
    owlready:python_name "collection_method"^^xsd:string ;
    rdfs:comment """For Survey Conduct: This Concept represents how the responses were collected.
Use the concepts that have the relationship 'Has Answer' with the CONCEPT_ID [42529316](https://athena.ohdsi.org/search-terms/terms/42529316)."""@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "survey_conduct.collection_method_concept_id#238 AS Concept"^^xsd:string .