https://w3id.org/omop/ontology/fact_id_1
DOMAIN | PROPERTY | RANGE |
---|---|---|
Fact relationship | Fact id 1 | integer |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:fact_id_1 a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Fact id 1"^^xsd:string ;
rdfs:domain omop:FactRelationship ;
rdfs:range xsd:integer ;
omop:omop_cdm_name "fact_relationship.fact_id_1#223 AS int"^^xsd:string .