@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_000175>
    rdfs:label "document title"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000185> .

<http://semanticscience.org/resource/SIO_000179>
    rdfs:label "label"@en .

<http://semanticscience.org/resource/SIO_000185>
    ns0:identifier "SIO_000185" ;
    dc:description "A title is a textual entity that summarily describes some entity."@en ;
    dc:identifier "SIO:000185" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "title"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000179> ;
    owl:EquivalentClass <http://semanticscience.org/resource/title> .

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

<http://semanticscience.org/resource/SIO_000469>
    rdfs:label "graph title"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000185> .

<http://semanticscience.org/resource/SIO_000470>
    rdfs:label "primary title"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000185> .

<http://semanticscience.org/resource/SIO_000471>
    rdfs:label "secondary title"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000185> .

<http://semanticscience.org/resource/title>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000185> .

