Veterinary


URI

https://openalex.org/fields/34

Label

Veterinary

Description

branch of medicine that deals with the prevention, management, diagnosis, and treatment of disease, disorder, and injury in non-human animals

Inherits from

Implementation

@prefix oadomains: <https://openalex.org/domains/> .
@prefix oafields: <https://openalex.org/fields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oafields:34 a skos:Concept ;
    rdfs:label "Veterinary"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Veterinary_medicine>,
        <https://www.wikidata.org/wiki/Q170201> ;
    skos:broader oadomains:4 ;
    skos:definition "branch of medicine that deals with the prevention, management, diagnosis, and treatment of disease, disorder, and injury in non-human animals"@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Veterinary"@en ;
    openalex:cited_by_count 4150985 ;
    openalex:works_count 356729 .