@base <http://rdf.muninn-project.org/ontologies/muninn> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<>
    <http://creativecommons.org/ns#attributionName> "The Muninn Project" ;
    <http://creativecommons.org/ns#attributionURL> <http://www.muninn-project.org/> ;
    <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by/3.0/> ;
    <http://purl.org/dc/elements/1.1/creator> <../ww1/2011/11/11/Person/Warren> ;
    <http://purl.org/dc/elements/1.1/description> "This Ontology contains high-level constructs used by the Muninn Project to describe some of its data. This ontology should not be considered to be portable." ;
    <http://purl.org/dc/elements/1.1/title> "The Muninn Top Level Ontology" ;
    a <http://www.w3.org/2002/07/owl#Ontology> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "This Ontology contains high-level constructs used by the Muninn Project to describe some of its data. This ontology should not be considered to be portable."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "The Muninn Top Level Ontology"@en ;
    <http://www.w3.org/2002/07/owl#versionInfo> 0.1 .

<#Experiment>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "An experiment"@en .

<#Job>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "A job on a machine."@en .

<#acronym>
    a rdf:Property, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "acronym"@en ;
    <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2004/02/skos/core#altLabel> ;
    <http://www.w3.org/2004/02/skos/core#definition> "An acronym, subproperty of skos:altLabel."@en .

<#common_knowledge_falsehood>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Use this to markup information that is widely and generally accepted as true in layman's terms while being false. Reasoners should ignore anything attached to this triple while search engines should."@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <#owl:Thing> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Common Knowledge Falsehood"@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <#owl:Thing> .

<#jobID>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "A ID string for a job."@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<#muninn_queue>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Job Queue to submit a job to."@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<#operation_password>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Host password."@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<#operation_username>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Host username."@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<#thanks>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "This work was made possible by this person."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Thank you"@en .

<#translatedBy>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "This work was translated by this Person."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "translated By"@en .

<#trueAsOf>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The truth of this statement depends on another source not under local control (used mainly with sameAs). Based on the state of the triples on the remote database at this time the statement was true."@en ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <#owl:Thing> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Statement true asOf"@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/TR/owl-time#TemporalEntity> .

<#urlRetreivedFrom>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "The URL where the ressource was originally retreived from."@en ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .

<#wikipedia_date>
    a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "When linking to specific dbpedia instances, this annotation property records the date of the corresponding Wikipedia page version that was reviewed by a human being."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Date de la Page Wikipedia"@fr, "Wikipedia Page Date"@en, "Wikipedia vorherigen Datum"@de ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> ;
    <http://xmlns.com/foaf/0.1#name> "Wikipedia Page Date" .

<#wikipedia_version>
    a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "When linking to specific dbpedia instances, this annotation property records the version of the corresponding Wikipedia page that was reviewed by a human being."@en ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Version de la Page Wikipedia"@fr, "Wikipedia Page Version"@en, "Wikipedia vorherigen Version"@de ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
    <http://xmlns.com/foaf/0.1#name> "Wikipedia Page Version" .

<../ww1/2011/11/11/Organization/Muninn>
    a <http://xmlns.com/foaf/0.1#Organization> ;
    <http://xmlns.com/foaf/0.1#mbox> <mailto:rdf@muninn-project.org> ;
    <http://xmlns.com/foaf/0.1#member> <../ww1/2011/11/11/Person/Hulan>, <../ww1/2011/11/11/Person/Warren> ;
    <http://xmlns.com/foaf/0.1#name> "Muninn Project" ;
    <http://xmlns.com/foaf/0.1#weblog> <http://www.muninn-project.org/> .

<../ww1/2011/11/11/Person/Hulan>
    a <http://xmlns.com/foaf/0.1#Person> ;
    <http://xmlns.com/foaf/0.1#depiction> <http://english.uwaterloo.ca/images/hulanpic_004.jpg> ;
    <http://xmlns.com/foaf/0.1#familyName> "Hulan" ;
    <http://xmlns.com/foaf/0.1#firstName> "Shelley" ;
    <http://xmlns.com/foaf/0.1#givenName> "Shelley" ;
    <http://xmlns.com/foaf/0.1#lastName> "Hulan" ;
    <http://xmlns.com/foaf/0.1#mbox_sha1sum> "77f365d36ca90d90961a60be4b22ff1eb8465eb1" ;
    <http://xmlns.com/foaf/0.1#title> "Associate Professor" ;
    <http://xmlns.com/foaf/0.1#workplaceHomepage> <http://english.uwaterloo.ca/Hulan.html> .

<../ww1/2011/11/11/Person/Warren>
    a <http://xmlns.com/foaf/0.1#Person> ;
    <http://xmlns.com/foaf/0.1#depiction> <http://www.dbdump.org/news/images/rob.jpg> ;
    <http://xmlns.com/foaf/0.1#familyName> "Warren" ;
    <http://xmlns.com/foaf/0.1#firstName> "Robert" ;
    <http://xmlns.com/foaf/0.1#givenName> "Robert" ;
    <http://xmlns.com/foaf/0.1#lastName> "Warren" ;
    <http://xmlns.com/foaf/0.1#mbox_sha1sum> "be6944ea14a8ce5f0ce0ee915ee428b0ea0fe1c1" ;
    <http://xmlns.com/foaf/0.1#plan> "One crisis at a time." ;
    <http://xmlns.com/foaf/0.1#title> "Doctor" .

