#created by hand by Chris Poppe (Ghent University) for DIG35 example file : version 1
@prefix :        <http://mawg_example_1#> .
@prefix ma-ont:  <http://www.w3.org/ns/ma-ont#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl2xml:  <http://www.w3.org/2006/12/owl2-xml#> .
@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 mawg_example_1:  <http://mawg_example_1#> .

:ConcertStage
      a       owl:Thing , ma-ont:Collection ;
      ma-ont:collectionName
              "Concert Stage" .

ma-ont:locationLatitude
      a       owl:DatatypeProperty .

ma-ont:locationName
      a       owl:DatatypeProperty .

ma-ont:hasCreator
      a       owl:ObjectProperty .

:lastfmEvent_561361
      a       owl:Thing ;
      rdfs:label "lastfm:event=561361" .

ma-ont:locator
      a       owl:DatatypeProperty .

:oasis
      a       owl:Thing ;
      rdfs:label "oasis" .

ma-ont:Collection
      a       owl:Class .

:bell
      a       owl:Thing ;
      rdfs:label "bell" .

ma-ont:createdIn
      a       owl:ObjectProperty .

:montreal
      a       owl:Thing ;
      rdfs:label "montreal" .

ma-ont:Image
      a       owl:Class .

ma-ont:frameWidth
      a       owl:DatatypeProperty .

ma-ont:hasRelatedImage
      a       owl:ObjectProperty .

:AnirudhKoul
      a       owl:Thing , ma-ont:Person .

ma-ont:isMemberOf
      a       owl:ObjectProperty .

ma-ont:copyright
      a       owl:DatatypeProperty .

ma-ont:format
      a       owl:DatatypeProperty .

:AnirudhKoulsPhotostream
      a       owl:Thing , ma-ont:Collection ;
      ma-ont:collectionName
              "Anirudh Koul's Photostream" .

ma-ont:description
      a       owl:DatatypeProperty .

:MontrealGoldenSquareMile
      a       ma-ont:Location , owl:Thing ;
      ma-ont:locationLatitude
              45.496315 ;
      ma-ont:locationLongitude
              -73.569444 ;
      ma-ont:locationName "Montreal Golden Square Mile" .

:FlickrClassicRivalry
      a       owl:Thing , ma-ont:Image ;
      ma-ont:createdIn :MontrealGoldenSquareMile .

<file:/C:/Users/chpoppe.ELIS/Desktop/DIG35_example.rdf>
      a       owl:Ontology ;
      owl:imports <http://www.w3.org/ns/ma-ont> .

<http://mawg_example_1#http://www.flickr.com/photos/anirudhkoul/2841482484/>
      a       owl:Thing , ma-ont:Image ;
      ma-ont:copyright "Attribution-NonCommercial 2.0 Generic" ;
      ma-ont:createdIn :MontrealGoldenSquareMile ;
      ma-ont:creationDate "2008-11-05T21:17:00"^^xsd:dateTime ;
      ma-ont:description """Oasis Concert Stage @ Bell Centre, Montreal, Canada on 5th Sepember, 2008.

Oasis is an mutli award winning rock band hailing from Manchester, England. Composed of Liam Gallagher (Vocals), Noel Gallagher (Vocals & Guitar), Gem Archer (Guitar), Andy Bell (Guitar) & Chris Sharrock (Drums), they have sold over 50 million records.

Check out Concert Stage (album) for more Concert Stage shots.""" , "This photo was taken on September 5, 2008 in Montreal Golden Square Mile, Montreal, QC, CA." ;
      ma-ont:format "JPEG" ;
      ma-ont:frameHeight 2448 ;
      ma-ont:frameWidth 3264 ;
      ma-ont:hasCreator :AnirudhKoul ;
      ma-ont:hasKeyword :oasis , :bell , :concert , :montreal ;
      ma-ont:hasRelatedImage
              :FlickrOasis2 , :FlickrClassicRivalry ;
      ma-ont:isCopyrightedBy
              :AnirudhKoul ;
      ma-ont:isMemberOf :AnirudhKoulsPhotostream , :ConcertStage , :GalleryHospitality ;
      ma-ont:locator "http://farm4.static.flickr.com/3049/2841482484_b78febee8f_o.jpg"^^xsd:anyURI ;
      ma-ont:title "Oasis Concert Stage @ I Am A Walrus" .

:concert
      a       owl:Thing ;
      rdfs:label "concert" .

ma-ont:title
      a       owl:DatatypeProperty .

ma-ont:creationDate
      a       owl:DatatypeProperty .

ma-ont:Person
      a       owl:Class .

ma-ont:Location
      a       owl:Class .

:music
      a       owl:Thing ;
      rdfs:label "music" .

:FlickrOasis2
      a       owl:Thing ;
      ma-ont:isMemberOf :AnirudhKoulsPhotostream .

ma-ont:hasKeyword
      a       owl:ObjectProperty .

owl:Thing
      a       owl:Class .

ma-ont:locationLongitude
      a       owl:DatatypeProperty .

:rock
      a       owl:Thing ;
      rdfs:label "rock" .

ma-ont:isCopyrightedBy
      a       owl:ObjectProperty .

ma-ont:collectionName
      a       owl:DatatypeProperty .

:GalleryHospitality
      a       owl:Thing ;
      ma-ont:collectionName
              "Hospitality" .

ma-ont:frameHeight
      a       owl:DatatypeProperty .
