@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/earl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Assertion metadata_def:mappingLoom "assertion" ; metadata_def:mappingSameURI ns0:Assertion ; metadata_def:prefLabel "Assertion"@en ; a owl:Class ; rdfs:comment "a statement that embodies the results of a test"@en ; rdfs:label "Assertion"@en ; rdfs:subClassOf owl:Thing . ns0:assertedBy rdfs:domain ns0:Assertion . ns0:mode rdfs:domain ns0:Assertion . ns0:result rdfs:domain ns0:Assertion . ns0:subject rdfs:domain ns0:Assertion . ns0:test rdfs:domain ns0:Assertion .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/earl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Assertion
    metadata_def:mappingLoom "assertion" ;
    metadata_def:mappingSameURI ns0:Assertion ;
    metadata_def:prefLabel "Assertion"@en ;
    a owl:Class ;
    rdfs:comment "a statement that embodies the results of a test"@en ;
    rdfs:label "Assertion"@en ;
    rdfs:subClassOf owl:Thing .

ns0:assertedBy
    rdfs:domain ns0:Assertion .

ns0:mode
    rdfs:domain ns0:Assertion .

ns0:result
    rdfs:domain ns0:Assertion .

ns0:subject
    rdfs:domain ns0:Assertion .

ns0:test
    rdfs:domain ns0:Assertion .