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

br:type  a                  rdf:Property ;
        rdfs:domain         br:Brainstorm ;
        rdfs:label          "rdf:type" ;
        rdfs:subPropertyOf  rdf:type .

br:ObjTitle  a      owl:Class , rdfs:Class ;
        rdfs:label  "Objective Title" .

br:Brainstorm  a    owl:Class , rdfs:Class ;
        rdfs:label  "Brainstorm" .

<http://vocab.deri.ie/br>
        a                              adms:SemanticAsset , owl:Ontology ;
        dc:creator                     br:lorlor ;
        dcterms:created                "2011-03-25"^^xsd:date ;
        dcterms:description            "A lightweight ontology to structure e- brainstorming sessions" ;
        dcterms:modified               "2011-07-09"^^xsd:date ;
        dcterms:partOf                 <http://vocab.deri.ie> ;
        dcterms:publisher              "http://vocab.deri.ie/br#DERI%2C%20NUI%20Galway" ;
        dcterms:status                 <http://purl.org/adms/status/UnderDevelopment> ;
        dcterms:title                  "Brainstorm Ontology" ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:preferredNamespacePrefix  "br" ;
        vann:preferredNamespaceUri     "http://vocab.deri.ie/br#" ;
        foaf:homepage                  <http://vocab.deri.ie/br.html> .

br:hasSpace  a       rdf:Property ;
        rdfs:domain  br:Brainstorm ;
        rdfs:label   "sioc:has_space" .

br:hasIdea  a        rdf:Property ;
        rdfs:domain  br:Site ;
        rdfs:label   "br:hasIdea" ;
        rdfs:range   br:Idea .

br:hasReview  a      rdf:Property ;
        rdfs:domain  br:Idea ;
        rdfs:label   "rev:hasReview" .

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

br:description  a           rdf:Property ;
        rdfs:domain         br:Objective ;
        rdfs:label          "dc:description" ;
        rdfs:range          br:ObjDescription ;
        rdfs:subPropertyOf  dc:description .

br:semanticRelation  a  rdf:Property ;
        rdfs:domain  br:Idea ;
        rdfs:label   "skos:semanticRelation" ;
        rdfs:range   br:Idea .

br:title  a                 rdf:Property ;
        rdfs:domain         br:Objective ;
        rdfs:label          "dc:title" ;
        rdfs:range          br:ObjTitle ;
        rdfs:subPropertyOf  dc:title .

br:taggedBy  a      rdf:Property ;
        rdfs:label  "Tags_taggedBy" ;
        rdfs:range  foaf:Person .

br:holdsAccount  a          rdf:Property ;
        rdfs:domain         foaf:Person ;
        rdfs:label          "foaf:holdsAccount" ;
        rdfs:range          br:Participant ;
        rdfs:subPropertyOf  foaf:holdsAccount .

br:ObjDescription  a  owl:Class , rdfs:Class ;
        rdfs:label  "Objective Description" .

br:prefLabel  a     rdf:Property ;
        rdfs:label  "skos:prefLabel" ;
        rdfs:range  br:Label .

br:Objective  a     owl:Class , rdfs:Class ;
        rdfs:label  "Objective" .

br:hasExpectation  a  rdf:Property ;
        rdfs:domain  br:Brainstorm ;
        rdfs:label   "br:hasExpectation" ;
        rdfs:range   br:Objective .

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

br:hasParticipant  a  rdf:Property ;
        rdfs:domain  br:Brainstorm ;
        rdfs:label   "br:hasParticipant" ;
        rdfs:range   br:Participant .

br:hasTopic  a       rdf:Property ;
        rdfs:domain  br:Brainstorm ;
        rdfs:label   "br:hasTopic" ;
        rdfs:range   br:BrTopic .

br:creator  a               rdf:Property ;
        rdfs:domain         br:Idea ;
        rdfs:label          "dc:creator" ;
        rdfs:range          br:Participant ;
        rdfs:subPropertyOf  dc:creator .

br:hasEvent  a       rdf:Property ;
        rdfs:domain  br:Brainstorm ;
        rdfs:label   "br:hasEvent" .

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

br:member  a         rdf:Property ;
        rdfs:domain  br:Brainstorm ;
        rdfs:label   "skos:member" ;
        rdfs:range   br:Idea .

br:BrTopic  a       owl:Class , rdfs:Class ;
        rdfs:label  "BrTopic" .

br:Participant  a   owl:Class , rdfs:Class ;
        rdfs:label  "Participant" .

br:Site  a          owl:Class , rdfs:Class ;
        rdfs:label  "Site" .

br:lorlor  a           foaf:Person ;
        foaf:homepage  <http://vocab.deri.ie/br> ;
        foaf:mbox      <mailto:lorea.lorenzo@deri.org> ;
        foaf:name      "Lorea Lorenzo Uribarren" .

br:Idea  a          owl:Class , rdfs:Class ;
        rdfs:label  "Idea" .

br:Label  a         owl:Class , rdfs:Class ;
        rdfs:label  "Label" .
