@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://semanticscience.org/resource/> . @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/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:SIO_000201 metadata_def:mappingLoom "tableofcontents" ; metadata_def:mappingSameURI ns0:SIO_000201 ; metadata_def:prefLabel "table of contents" ; metadata:prefixIRI "sio:SIO_000201" ; dct:description "The table of contents is a document section that lists all sections (and optionally subsections) in a sequential order along with their page number."@en ; a owl:Class ; rdfs:label "table of contents"@en ; rdfs:subClassOf ns0:SIO_000111 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://semanticscience.org/resource/> .
@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/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:SIO_000201
    metadata_def:mappingLoom "tableofcontents" ;
    metadata_def:mappingSameURI ns0:SIO_000201 ;
    metadata_def:prefLabel "table of contents" ;
    metadata:prefixIRI "sio:SIO_000201" ;
    dct:description "The table of contents is a document section that lists all sections (and optionally subsections) in a sequential order along with their page number."@en ;
    a owl:Class ;
    rdfs:label "table of contents"@en ;
    rdfs:subClassOf ns0:SIO_000111 .