<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Project"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Project"/> <metadata_def:mappingLoom>proyecto</metadata_def:mappingLoom> <metadata_def:prefLabel>Proyecto</metadata_def:prefLabel> <rdfs:comment xml:lang="es">Un proyecto (un esfuerzo colectivo de algĂșn tipo).</rdfs:comment> <metadata:prefixIRI>foaf:Project</metadata:prefixIRI> <rdfs:label xml:lang="es">Proyecto</rdfs:label> </owl:Class> <rdf:Description rdf:about="http://data.inia.es/def/core#developedWithinProject"> <rdfs:range> <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Project"> <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Project"/> </rdf:Description> </rdfs:range> </rdf:Description> <rdf:Description rdf:about="http://data.inia.es/def/core#fundedBy"> <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/> </rdf:Description> <rdf:Description rdf:about="http://data.inia.es/def/core#projectCode"> <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/> </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:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Project">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
    <metadata_def:mappingLoom>proyecto</metadata_def:mappingLoom>
    <metadata_def:prefLabel>Proyecto</metadata_def:prefLabel>
    <rdfs:comment xml:lang="es">Un proyecto (un esfuerzo colectivo de algĂșn tipo).</rdfs:comment>
    <metadata:prefixIRI>foaf:Project</metadata:prefixIRI>
    <rdfs:label xml:lang="es">Proyecto</rdfs:label>
  </owl:Class>
  <rdf:Description rdf:about="http://data.inia.es/def/core#developedWithinProject">
    <rdfs:range>
      <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Project">
        <metadata_def:mappingSameURI rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
  <rdf:Description rdf:about="http://data.inia.es/def/core#fundedBy">
    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://data.inia.es/def/core#projectCode">
    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
  </rdf:Description>
</rdf:RDF>