@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 ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

<http://semanticscience.org/resource/SIO_001118>
    ns0:identifier "SIO_001118" ;
    dc:alternative "ordered list" ;
    dc:description "A sequence is an ordered list of entities. Like a set, it contains members (also called elements, or terms)."@en ;
    dc:identifier "SIO:001118" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000150> ;
    owl:EquivalentClass <http://semanticscience.org/resource/sequence> ;
    ns1:example "For example, (M, A, R, Y) is a sequence of letters that differs from (A, R, M, Y), as the ordering matters, and (1, 1, 2, 3, 5, 8), which contains the number 1 at two different positions, is a valid sequence. "@en .

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

<http://semanticscience.org/resource/sequence>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_001118> .

