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

<http://semanticscience.org/resource/CHEMINF_000025>
    rdfs:label "physical descriptor" .

<http://semanticscience.org/resource/CHEMINF_000442>
    ns0:description "A physical descriptor which gives a measure of the acidity or basicity of an aqueous solution, defined as the decimal logarithm of the reciprocal of the hydrogen ion activity in a solution. " ;
    dc:identifier "CHEMINF:000442" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/cheminf.owl> ;
    rdfs:label "pH descriptor"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/CHEMINF_000025> .

<http://semanticscience.org/resource/CHEMINF_000442.rdf>
    dc:subject <http://semanticscience.org/resource/CHEMINF_000442> ;
    a owl:Ontology ;
    rdfs:label "Summary document for CHEMINF_000442" ;
    owl:imports <http://semanticscience.org/ontology/cheminf.owl> .

