<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment xml:lang="en">the first element is related to the list by rdf:first, the second by (rdf:rest o rdf:first), the third by (rdf:rest o rdf:rest o rdf:first), and so on; where the list ends, it is related by rdf:rest to rdf:nil</rdfs:comment> <metadata:prefixIRI>rdf:List</metadata:prefixIRI> <metadata:def/prefLabel>List</metadata:def/prefLabel> <metadata:def/mappingLoom>list</metadata:def/mappingLoom> <metadata:def/mappingSameURI rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> <skos:example xml:lang="en">See also: https://ontola.io/blog/ordered-data-in-rdf/</skos:example> <skos:scopeNote xml:lang="en">Syntactic construct (x1 x2 x3 x4) used within the resource description framework (RDF) for a list</skos:scopeNote> </owl:Class> <rdf:Description rdf:about="http://www.molmod.info/semantics/pims-ii.ttl#isFusionOf"> <rdfs:range> <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"> <metadata:def/mappingSameURI rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> </rdf:Description> </rdfs:range> </rdf:Description> <rdf:Description rdf:about="http://www.molmod.info/semantics/pims-ii.ttl#isRelatedToList"> <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> </rdf:Description> <rdf:Description rdf:about="http://www.molmod.info/semantics/pims-ii.ttl#isTriadOf"> <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> </rdf:Description> <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#first"> <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> </rdf:Description> <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"> <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment xml:lang="en">the first element is related to the list by rdf:first, the second by (rdf:rest o rdf:first), the third by (rdf:rest o rdf:rest o rdf:first), and so on; where the list ends, it is related by rdf:rest to rdf:nil</rdfs:comment>
    <metadata:prefixIRI>rdf:List</metadata:prefixIRI>
    <metadata:def/prefLabel>List</metadata:def/prefLabel>
    <metadata:def/mappingLoom>list</metadata:def/mappingLoom>
    <metadata:def/mappingSameURI rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
    <skos:example xml:lang="en">See also: https://ontola.io/blog/ordered-data-in-rdf/</skos:example>
    <skos:scopeNote xml:lang="en">Syntactic construct (x1 x2 x3 x4) used within the resource description framework (RDF) for a list</skos:scopeNote>
  </owl:Class>
  <rdf:Description rdf:about="http://www.molmod.info/semantics/pims-ii.ttl#isFusionOf">
    <rdfs:range>
      <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">
        <metadata:def/mappingSameURI rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.molmod.info/semantics/pims-ii.ttl#isRelatedToList">
    <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.molmod.info/semantics/pims-ii.ttl#isTriadOf">
    <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#first">
    <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest">
    <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
  </rdf:Description>
</rdf:RDF>