@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://data.inia.es/def/core#> . ns1:developedWithinProject rdfs:range foaf:Project . ns1:fundedBy rdfs:domain foaf:Project . ns1:projectCode rdfs:domain foaf:Project . foaf:Document owl:disjointWith foaf:Project . foaf:Person owl:disjointWith foaf:Project . foaf:Project metadata_def:mappingLoom "project" ; metadata_def:mappingSameURI foaf:Project ; metadata_def:prefLabel "Project", "Project"@es ; metadata:prefixIRI "foaf:Project" ; a owl:Class ; rdfs:comment "A project (a collective endeavour of some kind).", "Un proyecto (un esfuerzo colectivo de algĂșn tipo)."@es ; rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; rdfs:label "Project", "Proyecto"@es ; rdfs:subClassOf owl:Thing ; ns0:term_status "testing" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://data.inia.es/def/core#> .

ns1:developedWithinProject
    rdfs:range foaf:Project .

ns1:fundedBy
    rdfs:domain foaf:Project .

ns1:projectCode
    rdfs:domain foaf:Project .

foaf:Document
    owl:disjointWith foaf:Project .

foaf:Person
    owl:disjointWith foaf:Project .

foaf:Project
    metadata_def:mappingLoom "project" ;
    metadata_def:mappingSameURI foaf:Project ;
    metadata_def:prefLabel "Project", "Project"@es ;
    metadata:prefixIRI "foaf:Project" ;
    a owl:Class ;
    rdfs:comment "A project (a collective endeavour of some kind).", "Un proyecto (un esfuerzo colectivo de algĂșn tipo)."@es ;
    rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
    rdfs:label "Project", "Proyecto"@es ;
    rdfs:subClassOf owl:Thing ;
    ns0:term_status "testing" .