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

<http://semanticscience.org/resource/SIO_000122>
    rdfs:label "synonym"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000342> .

<http://semanticscience.org/resource/SIO_000123>
    rdfs:label "antonym"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000342> .

<http://semanticscience.org/resource/SIO_000124>
    rdfs:label "hypernym"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000342> .

<http://semanticscience.org/resource/SIO_000125>
    rdfs:label "hyponym"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000342> .

<http://semanticscience.org/resource/SIO_000126>
    rdfs:label "homonym"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000342> .

<http://semanticscience.org/resource/SIO_000342>
    ns0:identifier "SIO_000342" ;
    dc:description "A term variant is a term that is a variant of another term."@en ;
    dc:identifier "SIO:000342" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "term variant"@en ;
    owl:EquivalentClass <http://semanticscience.org/resource/term-variant> .

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

<http://semanticscience.org/resource/term-variant>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000342> .

