@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .

<https://w3id.org/iadopt/variable/FiltrationRate> a owl:NamedIndividual, <https://w3id.org/iadopt/ont/Variable>;
  dct:description "the volume of water filtered by organisms.";
  rdfs:label "Filtration rate", "filtration rate in exposed invertebrate organism";
  <https://w3id.org/iadopt/ont/hasObjectOfInterest> <https://w3id.org/np/RAyQg9NBko6Zhro7MrOjGngQoz8f2KFJjg1DPRawEkv4g/invertebrateOrganism>;
  <https://w3id.org/iadopt/ont/hasProperty> <https://w3id.org/np/RAyQg9NBko6Zhro7MrOjGngQoz8f2KFJjg1DPRawEkv4g/FiltrationRate> .
