@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 ns1: <http://semanticscience.org/ontology/sio/v1.59/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . ns0:sequence-motif owl:disjointWith ns0:structural-motif . ns0:structural-motif metadata_def:mappingLoom "structuralmotif" ; metadata_def:mappingSameURI ns0:structural-motif ; metadata_def:prefLabel "structural motif"@en ; metadata:prefixIRI "sio:structural-motif" ; dc:identifier "SIO_001197" ; dct:description "A structural motif is a pattern in a structure formed by a spatial arrangement of objects (e.g. atoms)."@en ; a owl:Class ; rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.59/sio-subset-dash-labels.owl> ; rdfs:label "structural motif"@en ; rdfs:subClassOf ns0:pattern .
@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 ns1: <http://semanticscience.org/ontology/sio/v1.59/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

ns0:sequence-motif
    owl:disjointWith ns0:structural-motif .

ns0:structural-motif
    metadata_def:mappingLoom "structuralmotif" ;
    metadata_def:mappingSameURI ns0:structural-motif ;
    metadata_def:prefLabel "structural motif"@en ;
    metadata:prefixIRI "sio:structural-motif" ;
    dc:identifier "SIO_001197" ;
    dct:description "A structural motif is a pattern in a structure formed by a spatial arrangement of objects (e.g. atoms)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.59/sio-subset-dash-labels.owl> ;
    rdfs:label "structural motif"@en ;
    rdfs:subClassOf ns0:pattern .