@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_definition a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "Has definition"^^xsd:string ;
owlready:python_name "definition"^^xsd:string ;
rdfs:domain omop:Cohort ;
rdfs:range omop:CohortDefinition ;
omop:omop_cdm_name "cohort.cohort_definition_id#423 AS CohortDefinition"^^xsd:string .