@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.purl.org/decide/LiveStockHealthOnto/LHO#> . @prefix ns1: <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#> . ns0:Lab1PoultrySample_1758 a owl:NamedIndividual, ns1:PoultrySample ; rdfs:comment "An individual representing Poultry Pathogen."@en, "An individual representing SampleType for Poultry."@en, "An individual representing a particular Date."@en, "An individual representing a sample from Poultry or Chicken."@en ; ns1:hasDate <http://www.purl.org/decide/LiveStockHealthOnto/LHO#2022-Q1> ; ns1:hasPathogen <http://www.purl.org/decide/LiveStockHealthOnto/LHO#793B> ; ns1:hasProvince ns0:Noord-Brabant ; ns1:hasSampleType ns0:SS .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.purl.org/decide/LiveStockHealthOnto/LHO#> .
@prefix ns1: <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#> .

ns0:Lab1PoultrySample_1758
    a owl:NamedIndividual, ns1:PoultrySample ;
    rdfs:comment "An individual representing Poultry Pathogen."@en, "An individual representing SampleType for Poultry."@en, "An individual representing a particular Date."@en, "An individual representing a sample from Poultry or Chicken."@en ;
    ns1:hasDate <http://www.purl.org/decide/LiveStockHealthOnto/LHO#2022-Q1> ;
    ns1:hasPathogen <http://www.purl.org/decide/LiveStockHealthOnto/LHO#793B> ;
    ns1:hasProvince ns0:Noord-Brabant ;
    ns1:hasSampleType ns0:SS .