@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix c4n:   <http://vocab.deri.ie/c4n#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

c4n:Deadline  a          owl:Class , rdfs:Class ;
        rdfs:comment     "a temporal condition that must be met to comply the call" ;
        rdfs:label       "a deadline" ;
        rdfs:subClassOf  c4n:Condition .

c4n:ttl  a                  adms:SemanticDistribution ;
        dcterms:FileFormat  <http://vocab.deri.ie/c4n> ;
        adms:accessURL      "http://vocab.deri.ie/c4n.ttl" ;
        adms:status         <http://purl.org/adms/status/Completed> .

c4n:LiDRC  a           dcterms:Agent ;
        foaf:homepage  <http://linkeddata.deri.ie/> ;
        foaf:member    <http://vocab.deri.ie/c4n#Michael%20Hausenblas> ;
        foaf:name      "LiDRC" .

c4n:Call  a              owl:Class , rdfs:Class ;
        rdfs:label       "a call" ;
        rdfs:subClassOf  rdfs:Resource .

c4n:Condition  a         owl:Class , rdfs:Class ;
        rdfs:comment     "a condition under which the call event has to be understood" ;
        rdfs:label       "a condition" ;
        rdfs:subClassOf  rdfs:Resource .

<http://vocab.deri.ie/c4n#Michael%20Hausenblas>
        a              foaf:Person ;
        foaf:homepage  <http://sw-app.org/about.html> ;
        foaf:mbox      <mailto:michael.hausenblas@deri.org> ;
        foaf:name      "Michael Hausenblas" .

c4n:condition  a     rdf:Property ;
        rdfs:domain  c4n:Event ;
        rdfs:label   "must meet condition" ;
        rdfs:range   c4n:Condition .

c4n:for  a            rdf:Property ;
        rdfs:comment  "restricts the call to a certain event" ;
        rdfs:domain   c4n:Call ;
        rdfs:label    "for" ;
        rdfs:range    c4n:Event .

<http://vocab.deri.ie/c4n>
        a                              owl:Ontology , adms:SemanticAsset ;
        dc:creator                     <http://vocab.deri.ie/c4n#Michael%20Hausenblas> ;
        dcterms:created                "2010-02-04"^^xsd:date ;
        dcterms:description            "A vocabulary to describe calls, such as call for tenders, call for proposals, call for papers, etc." ;
        dcterms:modified               "2010-02-04"^^xsd:date ;
        dcterms:partOf                 <http://vocab.deri.ie> ;
        dcterms:publisher              "http://vocab.deri.ie/c4n#LiDRC" ;
        dcterms:status                 <http://purl.org/adms/status/UnderDevelopment> ;
        dcterms:title                  "Call for Anything vocabulary" ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:preferredNamespacePrefix  "c4n" ;
        vann:preferredNamespaceUri     "http://vocab.deri.ie/c4n#" ;
        foaf:homepage                  <http://vocab.deri.ie/c4n.html> .

c4n:SpatialScope  a      owl:Class , rdfs:Class ;
        rdfs:comment     "a geographic condition that must be met to comply the call" ;
        rdfs:label       "a spatial scope" ;
        rdfs:subClassOf  c4n:Condition .

c4n:rdf  a                  adms:SemanticDistribution ;
        dcterms:FileFormat  <http://vocab.deri.ie/c4n> ;
        adms:accessURL      "http://vocab.deri.ie/c4n.rdf" ;
        adms:status         <http://purl.org/adms/status/Completed> .

c4n:Issuer  a            owl:Class , rdfs:Class ;
        rdfs:label       "the issuer of the call" ;
        rdfs:subClassOf  foaf:Agent , rdfs:Resource .

c4n:issues  a        owl:FunctionalProperty , rdf:Property ;
        rdfs:domain  c4n:Issuer ;
        rdfs:label   "issues" ;
        rdfs:range   c4n:Call .

c4n:Event  a             owl:Class , rdfs:Class ;
        rdfs:comment     "an event a call refers to" ;
        rdfs:label       "an event" ;
        rdfs:subClassOf  rdfs:Resource .
