@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/skgo/modsci#> . @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/> . ns0:ApplicationOfScience metadata_def:mappingLoom "applicationofscience" ; metadata_def:mappingSameURI ns0:ApplicationOfScience ; metadata_def:prefLabel "Application of science" ; metadata:prefixIRI "modsci:ApplicationOfScience" ; a owl:Class ; rdfs:comment "An application of science is any use of scientific knowledge for a specific purpose, whether to do more science; to design a product, process, or medical treatment; to develop a new technology; or to predict the impacts of human actions." ; rdfs:label "Application of science" ; rdfs:subClassOf owl:Thing . ns0:Biochip a ns0:ApplicationOfScience . ns0:Biosensors a ns0:ApplicationOfScience . ns0:PsychiatricDrugs a ns0:ApplicationOfScience . ns0:hasApplication rdfs:range ns0:ApplicationOfScience . ns0:isApplicationOfScience rdfs:domain ns0:ApplicationOfScience .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/skgo/modsci#> .
@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/> .

ns0:ApplicationOfScience
    metadata_def:mappingLoom "applicationofscience" ;
    metadata_def:mappingSameURI ns0:ApplicationOfScience ;
    metadata_def:prefLabel "Application of science" ;
    metadata:prefixIRI "modsci:ApplicationOfScience" ;
    a owl:Class ;
    rdfs:comment "An application of science is any use of scientific knowledge for a specific purpose, whether to do more science; to design a product, process, or medical treatment; to develop a new technology; or to predict the impacts of human actions." ;
    rdfs:label "Application of science" ;
    rdfs:subClassOf owl:Thing .

ns0:Biochip
    a ns0:ApplicationOfScience .

ns0:Biosensors
    a ns0:ApplicationOfScience .

ns0:PsychiatricDrugs
    a ns0:ApplicationOfScience .

ns0:hasApplication
    rdfs:range ns0:ApplicationOfScience .

ns0:isApplicationOfScience
    rdfs:domain ns0:ApplicationOfScience .