@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 odapp: <http://vocab.deri.ie/odapp#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

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

odapp:appType  a    rdf:Property ;
        rdfs:label  "application type" ;
        rdfs:range  odapp:AppType .

<http://vocab.deri.ie/odapp>
        a                              owl:Ontology , adms:SemanticAsset ;
        dc:creator                     odapp:fadmaa , odapp:niklou , odapp:gofshu , odapp:deilee ;
        dcterms:created                "2012-07-04"^^xsd:date ;
        dcterms:description            "This is an early version of a vocabulary to describe \"open data applications\" i.e. applications built using open data. Examples of such applications are listed on government open data catalogues and participant on open data competitions." ;
        dcterms:modified               "2012-07-17"^^xsd:date ;
        dcterms:partOf                 <http://vocab.deri.ie> ;
        dcterms:publisher              "http://vocab.deri.ie/odapp#DERI%2C%20NUI%20Galway" ;
        dcterms:status                 <http://purl.org/adms/status/UnderDevelopment> ;
        dcterms:title                  "Open Data Applications Vocabulary" ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:preferredNamespacePrefix  "odapp" ;
        vann:preferredNamespaceUri     "http://vocab.deri.ie/odapp#" ;
        foaf:homepage                  <http://vocab.deri.ie/odapp.html> .

odapp:gofshu  a        foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/odapp> ;
        foaf:mbox      <mailto:gofran.shukair@deri.org> ;
        foaf:name      "Gofran Shukair" .

odapp:fadmaa  a        foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/odapp> ;
        foaf:mbox      <mailto:fadi.maali@deri.org> ;
        foaf:name      "Fadi Maali" .

odapp:AppType  a      owl:Class , rdfs:Class ;
        rdfs:comment  "describes the type of the application (e.g. mobile app, desktop app, etc...)" ;
        rdfs:label    "application type" .

odapp:PaidApp  a      owl:Class , rdfs:Class ;
        rdfs:comment  "a paid application" ;
        rdfs:label    "paid application" .

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

odapp:niklou  a        foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/odapp> ;
        foaf:name      "Nikos Loutas" .

odapp:price  a        rdf:Property ;
        rdfs:comment  "relationship between the admssw:SoftwareRelease and odap:Price" ;
        rdfs:domain   odapp:PaidApp ;
        rdfs:label    "application price" ;
        rdfs:range    odapp:Price .

odapp:FreeApp  a      owl:Class , rdfs:Class ;
        rdfs:comment  "a free application" ;
        rdfs:label    "free application" .

<http://vocab.deri.ie/odapp#DERI%2C%20NUI%20Galway>
        a              dcterms:Agent ;
        foaf:homepage  <http://www.deri.ie/> , <http://deri.ie/> ;
        foaf:member    odapp:niklou , odapp:gofshu , odapp:fadmaa ;
        foaf:name      "DERI, NUI Galway" .

odapp:Price  a        owl:Class , rdfs:Class ;
        rdfs:comment  "An application price" ;
        rdfs:label    "application price" .

odapp:deilee  a        foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/odapp> ;
        foaf:name      "Deirdre Lee" .

odapp:uses  a         rdf:Property ;
        rdfs:comment  "describes a dataset that is used by the application" ;
        rdfs:domain   rdfs:Resource ;
        rdfs:label    "uses dataset" .
