@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.purl.org/decide/LiveStockHealthOnto/LHO#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.purl.org/decide#> . ns0:hasPathogen a owl:ObjectProperty ; rdfs:comment "link animal species sample to particular pathogen" ; rdfs:domain ns1:Sample ; rdfs:range ns1:Pathogen .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.purl.org/decide/LiveStockHealthOnto/LHO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.purl.org/decide#> .

ns0:hasPathogen
    a owl:ObjectProperty ;
    rdfs:comment "link animal species sample to particular pathogen" ;
    rdfs:domain ns1:Sample ;
    rdfs:range ns1:Pathogen .