@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix swrcfe: <http://www.morelab.deusto.es/ontologies/swrcfe#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swrc: <http://swrc.ontoware.org/ontology#> .
@prefix places: <http://purl.org/ontology/places#> .

<http://www.morelab.deusto.es/ontologies/swrcfe> a owl:Ontology;
    dc:title "SWRC-FE (SWRC Funding Extension)";
    dc:description """SWRCFE (SWRC Funding Extension) is an extension of the SWRC ontology (http://ontoware.org/swrc/), used to represent funding in R&amp;D projects (who finances the project, in what period of time and with which amount of money).
The most recent version of the ontology is v5.0 (25th November, 2013).
Developed by MORElab Research Group at Deustotech (University of Deusto, Spain).

SWRCFE (SWRC Funding Extension) es una extensión de la ontología SWRC (http://ontoware.org/swrc/) cuya finalidad es representar la financiación en proyectos de I+D+i (quién financia el proyecto, en que período de tiempo y con que cuantía).
La versión más reciente de esta ontología es la v5.1 (29 de enero, 2014).
Desarrollada por el grupo de investigación MORElab, DeustoTech (Unievurrsidad de Deusto, España).""";
    dc:modified
        "2017-07-27"^^xsd:date,
        "2014-01-29"^^xsd:date;
    vann:preferredNamespaceUri "http://www.morelab.deusto.es/ontologies/swrcfe#";
    vann:preferredNamespacePrefix "swrcfe";
    foaf:page <http://www.morelab.deusto.es/ontologies/swrcfe.html>;
    dc:creator
        swrcfe:admin,
        <http://www.morelab.deusto.es/ontologies/swrcfe#oscar.pena>,
        <http://www.morelab.deusto.es/resource/jon-lazaro>;
    dc:issued "2012-06-20"^^xsd:date;
    owl:versionInfo "5.1"^^xsd:double;
    owl:backwardCompatibleWith "http://data.semanticweb.org/ns/swc/swrc"^^xsd:anyURI;
    owl:imports <http://data.semanticweb.org/ns/swc/swrc>;
    dc:contributor <http://www.morelab.deusto.es/resource/oscar-pena> .

swrcfe:admin a foaf:Person;
    foaf:name "Jon Lazaro Aduna";
    foaf:homepage <http://paginaspersonales.deusto.es/jlazaro/>;
    foaf:mbox <mailto:jlazaro@deusto.es> .

<http://www.morelab.deusto.es/ontologies/swrcfe#MORElab%20Research%20Group%20%28University%20of%20Deusto%29> a foaf:Organization;
    foaf:member swrcfe:admin;
    foaf:name "MORElab Research Group (University of Deusto)";
    foaf:homepage <http://www.morelab.deusto.es/> .

<http://www.morelab.deusto.es/ontologies/swrcfe#oscar.pena> a foaf:Person;
    foaf:name "Oscar Peña";
    foaf:homepage <> .

swrcfe:PublicationAuthor a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Publication authorship";
    rdfs:comment "Relationship between Publication and Person, in which you can specify the author position." .

swrcfe:Language a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Language";
    rdfs:comment "Class for language representation" .

swrcfe:Job a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Job";
    rdfs:comment "Class for job representations." .

swrcfe:GeographicalScope a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Geographical scope";
    rdfs:comment "Clase para representar regiones geográficas." .

swrcfe:FundingProgram a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Funding program";
    rdfs:comment "Funding program that funded the project. It should describe the funding program's name, which organization promotes it and the geographical scope of the funding." .

swrcfe:FundingAmount a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Funding amount";
    rdfs:comment "Amount of money funded, including the quantity and the year it was conceeded." .

swrcfe:Funding a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Funding";
    rdfs:comment "Specific funding for a given project. You can specify both the total funding and the official code for the funding itseld." .

swrcfe:AssignedPerson a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Assigned person";
    rdfs:comment "Representation of the Project-Person relationship, in which it is possible to specify the duration and the functions carried out by that person in the project." .

swrcfe:AccountProfile a rdfs:Class, owl:Class;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "Account profile";
    rdfs:comment "Class for specifying the details of the profiles of a given person in different social networks." .

swrcfe:hostCountry a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "hostCountry";
    rdfs:domain swrc:Event;
    rdfs:range places:Country .

swrcfe:helds a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "helds";
    rdfs:domain
        swrc:Person,
        foaf:Person;
    rdfs:range swrcfe:AccountProfile .

swrcfe:heldBy a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "heldBy";
    rdfs:domain swrcfe:AccountProfile;
    rdfs:range
        swrc:Person,
        foaf:Person .

swrcfe:hasProceedings a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "hasProceedings";
    rdfs:domain swrc:Event;
    rdfs:range swrc:Publication .

swrcfe:hasJob a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "hasJob";
    rdfs:domain swrc:Organization;
    rdfs:range swrcfe:Job .

swrcfe:hasAuthorship a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "hasAuthorship";
    rdfs:domain swrc:Publication;
    rdfs:range swrcfe:PublicationAuthor .

swrcfe:hasAssigned a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "hasAssigned";
    rdfs:domain swrc:Project;
    rdfs:range swrcfe:AssignedPerson .

swrcfe:geographicalScope a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "geographicalScope";
    rdfs:domain swrcfe:FundingProgram;
    rdfs:range swrcfe:GeographicalScope .

swrcfe:funds a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "funds";
    rdfs:domain swrcfe:Funding;
    rdfs:range swrc:Project .

swrcfe:fundingProgram a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "fundingProgram";
    rdfs:domain swrcfe:Funding;
    rdfs:range swrcfe:FundingProgram .

swrcfe:financedWith a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "financedWith";
    rdfs:domain swrc:Project;
    rdfs:range swrcfe:Funding .

swrcfe:doneBy a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "doneBy";
    rdfs:domain swrcfe:Job;
    rdfs:range
        swrc:Person,
        foaf:Person .

swrcfe:createdPublication a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "createdPublication";
    rdfs:domain swrcfe:PublicationAuthor;
    rdfs:range swrc:Publication .

swrcfe:carriedOutIn a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "carriedOutIn";
    rdfs:domain swrcfe:Job;
    rdfs:range swrc:Organization .

swrcfe:authorIn a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "authorIn";
    rdfs:domain
        swrc:Person,
        foaf:Person;
    rdfs:range swrcfe:PublicationAuthor .

swrcfe:assignedTo a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "assignedTo";
    rdfs:domain
        swrc:Person,
        foaf:Person;
    rdfs:range swrcfe:AssignedPerson .

swrcfe:assignedPerson a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "assignedPerson";
    rdfs:domain swrcfe:AssignedPerson;
    rdfs:range
        swrc:Person,
        foaf:Person .

swrcfe:year a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "year";
    rdfs:domain swrc:Event;
    rdfs:range xsd:gYear .

swrcfe:workStartDate a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "workStartDate";
    rdfs:domain swrcfe:AssignedPerson;
    rdfs:range xsd:date .

swrcfe:workEndDate a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "workEndDate";
    rdfs:domain swrcfe:AssignedPerson;
    rdfs:range xsd:date .

swrcfe:totalFunds a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "totalFunds";
    rdfs:domain swrcfe:Funding;
    rdfs:range xsd:decimal .

swrcfe:seriesText a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "seriesText";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:seriesNumber a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "seriesNumber";
    rdfs:domain swrc:Publication;
    rdfs:range xsd:integer .

swrcfe:series a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "series";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:role a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "role";
    rdfs:domain swrcfe:AssignedPerson;
    rdfs:range rdfs:Literal .

swrcfe:publicationYear a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "publicationYear";
    rdfs:domain swrc:Publication;
    rdfs:range xsd:gYear .

swrcfe:publicationType a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "publicationType";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:publicationShortTitle a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "publicationShortTitle";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:projectType a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "projectType";
    rdfs:domain swrc:Project;
    rdfs:range rdfs:Literal .

swrcfe:projectCode a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "projectCode";
    rdfs:domain swrcfe:Funding;
    rdfs:range rdfs:Literal .

swrcfe:profileId a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "profileId";
    rdfs:domain swrcfe:AccountProfile;
    rdfs:range rdfs:Literal .

swrcfe:position a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "position";
    rdfs:domain swrcfe:Job;
    rdfs:range rdfs:Literal .

swrcfe:ownAmount a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "ownAmount";
    rdfs:domain swrcfe:FundingAmount;
    rdfs:range xsd:decimal .

swrcfe:organizationType a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "organizationType";
    rdfs:domain swrc:Organization;
    rdfs:range rdfs:Literal .

swrcfe:journalAbbreviation a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "journalAbbreviation";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:jobStartDate a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "jobStartDate";
    rdfs:domain swrcfe:Job;
    rdfs:range xsd:date .

swrcfe:jobEndDate a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "jobEndDate";
    rdfs:domain swrcfe:Job;
    rdfs:range xsd:date .

swrcfe:isMember a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "isMember";
    rdfs:range xsd:boolean .

swrcfe:impactFactor a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "impactFactor";
    rdfs:domain swrc:Publication;
    rdfs:range xsd:decimal .

swrcfe:hostCity a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "hostCity";
    rdfs:domain swrc:Event;
    rdfs:range
        rdfs:Literal,
        xsd:anyURI .

swrcfe:fundedYear a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "fundedYear";
    rdfs:domain swrcfe:FundingAmount;
    rdfs:range xsd:gYear .

swrcfe:eventType a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "eventType";
    rdfs:domain swrc:Event;
    rdfs:range rdfs:Literal .

swrcfe:eventStartDate a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "eventStartDate";
    rdfs:domain swrc:Event;
    rdfs:range xsd:date .

swrcfe:eventLocation a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "eventLocation";
    rdfs:domain swrc:Event;
    rdfs:range rdfs:Literal .

swrcfe:eventEndDate a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "eventEndDate";
    rdfs:domain swrc:Event;
    rdfs:range xsd:date .

swrcfe:bookTitle a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "bookTitle";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:bibtex a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "bibtex";
    rdfs:domain swrc:Publication;
    rdfs:range rdfs:Literal .

swrcfe:authorPosition a rdf:Property, owl:DatatypeProperty;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "authorPosition";
    rdfs:domain swrcfe:PublicationAuthor;
    rdfs:range xsd:integer .

swrcfe:isLeaderOf a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "isLeaderOf";
    rdfs:domain swrc:Organization;
    rdfs:range swrc:Project .

swrcfe:memberOf a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "memberOf";
    rdfs:domain
        swrc:Organization,
        swrc:Person,
        foaf:Person;
    rdfs:range swrc:Organization .

swrcfe:network a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "network";
    rdfs:domain swrcfe:AccountProfile;
    rdfs:range foaf:OnlineAccount .

swrcfe:project a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "project";
    rdfs:domain swrcfe:AssignedPerson;
    rdfs:range swrc:Project .

swrcfe:projectLeader a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "projectLeader";
    rdfs:domain swrc:Project;
    rdfs:range swrc:Organization .

swrcfe:relatedProject a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "relatedProject";
    rdfs:domain swrc:Publication;
    rdfs:range swrc:Project .

swrcfe:relatedPublication a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "relatedPublication";
    rdfs:domain swrc:Project;
    rdfs:range swrc:Publication .

swrcfe:supportedBy a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "supportedBy";
    rdfs:domain swrcfe:FundingProgram;
    rdfs:range swrc:Organization .

swrcfe:supports a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "supports";
    rdfs:domain swrc:Organization;
    rdfs:range swrcfe:FundingProgram .

swrcfe:university a rdf:Property;
    rdfs:isDefinedBy <http://www.morelab.deusto.es/ontologies/swrcfe>;
    rdfs:label "university";
    rdfs:domain swrc:Publication;
    rdfs:range swrc:Organization .
