Skip to main content

Table 3 The implementation of the OWL restrictions for ‘ocrv:BRFSS current smoker

From: An ontology-guided semantic data integration framework to support integrative data analysis of cancer survival

Class

Notation 3 (N3) code

BRFSS current smoker

@prefix: <http://www.semanticweb.org/ontologies/OCRV#>

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>

@prefix owl: <http://www.w3.org/2002/07/owl#>

: BRFSS current smoker

a owl:class

rdfs:subClassOf ncit:smoking status.

BRFSS current every day smoker

@prefix: <http://www.semanticweb.org/ontologies/OCRV#>

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>

@prefix owl: <http://www.w3.org/2002/07/owl#>

:BRFSS current every day smoker

a owl:class

rdfs:subClassOf

[a owl:Restriction; owl:allValuesFrom: BRFSS smoker who smoked at least 100 cigarettes in the entire life;

owl:onProperty:has smoking status].

BRFSS current someday smoke

@prefix: <http://www.semanticweb.org/ontologies/OCRV#>

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>

@prefix owl: <http://www.w3.org/2002/07/owl#>

:BRFSS current someday smoker

a owl:class

rdfs:subClassOf

[a owl:Restriction; owl:allValuesFrom: BRFSS smoker who smoked at least 100 cigarettes in the entire life; owl:onProperty:has smoking status].

BRFSS smoker who smoked at least 100 cigarettes in the entire live

@prefix: <http://www.semanticweb.org/ontologies/OCRV#>

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>

@prefix owl: <http://www.w3.org/2002/07/owl#>

:BRFSS smoker who smoked at least 100 cigarettes in the entire life

a owl:class

rdfs:subClassOf ncit:smoking status.