Skip to content

Latest commit

 

History

History
336 lines (332 loc) · 157 KB

json-exchange-format.md

File metadata and controls

336 lines (332 loc) · 157 KB

Request and Response format for call to federated recommender

Notes:

  • In principle all fields are optional, and can be either not sent or left blank.

request format:

{
   "numResults":60,
   "partnerList":[
      {
         "systemId":"Europeana"
      }
   ],
   "protectedPartnerList":[
      {
         "systemId":"Wissenmedia",
         "partnerKey":"dsajln22sadjkl!"
      }
   ],
   "firstName":"Max",
   "lastName":"Musterman",
   "birthDate":1404302589436,
   "gender":"male",
   "address":{
      "country":"testcountry",
      "zipCode":1213345,
      "city":"testcity",
      "line1":"nothing",
      "line2":"to add"
   },
   "userLocations": [
      {
         "longitude": 10.5,
         "latitude": 10.5, 
         "accuracy": 1.0,
         "timestamp": 1404302589436
      }
    ],
   "languages":[
      {
         "iso2":"de",
         "competenceLevel":0.1
      },
      {
         "iso2":"en",
         "competenceLevel":0.1
      }
    ],
   "userCredentials":[
      {
         "systemId":"Wissenmedia",
         "login":"[email protected]",
         "securityToken":"sdjalkej21!#"
      }
   ],
   "history":[
      {
         "lastVisitTime":1402472311035,
         "title":"history title",
         "typedCount":4,
         "visitCount":4,
         "url":"http://1234.com"
      }
   ],
   "interests":[
      {
         "text":"text",
         "weight":0.1,
         "confidence":0.1,
         "competenceLevel":0.1,
         "source":"source",
         "uri":"http://dsjkdjas.de"
      },
      {
         "text":"text2",
         "weight":0.2,
         "confidence":0.2,
         "competenceLevel":0.2,
         "source":"source2",
         "uri":"http://google.de"
      }
   ],
   "contextKeywords":[
      {
         "text":"graz",
         "weight":0.1,
         "reason":"manual"
      },
      {
         "text":"vienna",
         "weight":0.1,
         "reason":"manual"
      }
   ],
   "contextNamedEntities":{
      "locations":[
         {
            "text":"graz",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         },
         {
            "text":"graz",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         }
      ],
      "persons":[
         {
            "text":"Michael Jackson",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         },
         {
            "text":"Bill Clinton",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         }
      ],
      "organizations":[
         {
            "text":"know-center",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         },
         {
            "text":"mendeley",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         }
      ],
      "misc":[
         {
            "text":"something",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         },
         {
            "text":"something",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         }
      ],
      "topics":[
         {
            "text":"Trees",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         },
         {
            "text":"Animal",
            "weight":0.1,
            "confidence":0.1,
            "uri":"http://dbpedia.url.org"
         }
      ]
   }
}

response format

{
  "result" : [
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3940_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&profile=standard",
      "title" : "Krumenzelkalk",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard/proxy/\">\r\n    <ore:proxyIn>\r\n      <dctype:Collection rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard/aggregation/\">\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3940_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3940_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3940_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard/webresource/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3940_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n      </dctype:Collection>\r\n    </ore:proxyIn>\r\n    <edm:Country>austria</edm:Country>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3940_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949&amp;profile=standard\"/>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949</dc:identifier>\r\n    <dc:title>Krumenzelkalk</dc:title>\r\n    <edm:language>de</edm:language>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3949",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3932_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&profile=standard",
      "title" : "Kristall. Kalk",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <eexcess:Proxy rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard/proxy/\">\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138</dc:identifier>\r\n    <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n    <edm:Country>austria</edm:Country>\r\n    <dc:title>Kristall. Kalk</dc:title>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n    <ore:proxyIn>\r\n      <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard/aggregation/\">\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3932_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard/webresource/\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3932_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3932_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3932_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard/webresource/\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3932_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n      </rdfs:Resource>\r\n    </ore:proxyIn>\r\n    <edm:language>de</edm:language>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n  </eexcess:Proxy>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_1138",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3938_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_205",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&profile=standard",
      "title" : "Quarzit",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard/proxy/\">\r\n    <edm:Country>austria</edm:Country>\r\n    <ore:proxyIn>\r\n      <dctype:Collection rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard/aggregation/\">\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3938_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard/webresource/\"/>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3938_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard/webresource/\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3938_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard/webresource/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3938_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n      </dctype:Collection>\r\n    </ore:proxyIn>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_205</dc:identifier>\r\n    <edm:language>de</edm:language>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3938_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_205&amp;profile=standard\"/>\r\n    <dc:title>Quarzit</dc:title>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_205",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3925_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_466",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&profile=standard",
      "title" : "Gneisgranit",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard/proxy/\">\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_466</dc:identifier>\r\n    <ore:proxyIn>\r\n      <ore:Aggregation rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard/aggregation/\">\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard/webresource/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard/webresource/\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3925_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3925_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3925_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3925_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard/webresource/\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n      </ore:Aggregation>\r\n    </ore:proxyIn>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <edm:language>de</edm:language>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <dc:title>Gneisgranit</dc:title>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3925_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_466&amp;profile=standard\"/>\r\n    <edm:Country>austria</edm:Country>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_466",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE387_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&profile=standard",
      "title" : "Kalkstein",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <ore:Proxy rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard/proxy/\">\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676</dc:identifier>\r\n    <edm:Country>austria</edm:Country>\r\n    <ore:proxyIn>\r\n      <ore:Aggregation rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard/aggregation/\">\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE387_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE387_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard/webresource/\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE387_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard/webresource/\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE387_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n      </ore:Aggregation>\r\n    </ore:proxyIn>\r\n    <dc:title>Kalkstein</dc:title>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE387_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676&amp;profile=standard\"/>\r\n    <edm:language>de</edm:language>\r\n    <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n  </ore:Proxy>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3676",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE386_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&profile=standard",
      "title" : "Kalkstein",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <ore:Proxy rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard/proxy/\">\r\n    <ore:proxyIn>\r\n      <rdf:Description rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard/aggregation/\">\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard/webresource/\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE386_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard/webresource/\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE386_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard/webresource/\"/>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE386_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DE386_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n      </rdf:Description>\r\n    </ore:proxyIn>\r\n    <edm:language>de</edm:language>\r\n    <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n    <edm:Country>austria</edm:Country>\r\n    <dc:title>Kalkstein</dc:title>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678</dc:identifier>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DE386_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678&amp;profile=standard\"/>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n  </ore:Proxy>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3678",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "mul"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_360.jpg&size=LARGE&type=IMAGE",
      "id" : "/2048208/OBJ12901",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&provider=Europeana+Fashion&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&profile=standard",
      "title" : "Panty in helroze tricot met een groene streep; in originele verpakking",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard/proxy/\">\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n    <edm:language>mul</edm:language>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <edm:Country>belgium</edm:Country>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n    <dc:title>Panty in helroze tricot met een groene streep; in originele verpakking</dc:title>\r\n    <dc:identifier>/2048208/OBJ12901</dc:identifier>\r\n    <ore:proxyIn>\r\n      <rdf:Description rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard/aggregation/\">\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard/webresource/\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_360.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard/webresource/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_360.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_360.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_360.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard/webresource/\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <edm:collectionName>2048208_Ag_EU_EuropeanaFashion_1015</edm:collectionName>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2Ffdc4df7b05867d650650dec675447523d7030a6ea9cbca5d35d9d4159aeda065%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12901&amp;profile=standard\"/>\r\n      </rdf:Description>\r\n    </ore:proxyIn>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/2048208/OBJ12901",
      "collectionName" : "2048208_Ag_EU_EuropeanaFashion_1015"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "mul"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_361.jpg&size=LARGE&type=IMAGE",
      "id" : "/2048208/OBJ12902",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&provider=Europeana+Fashion&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&profile=standard",
      "title" : "Panty in paarse tricot met een rode streep; in originele verpakking",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard/proxy/\">\r\n    <dc:identifier>/2048208/OBJ12902</dc:identifier>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n    <ore:proxyIn>\r\n      <rdf:Description rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard/aggregation/\">\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_361.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_361.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_361.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:collectionName>2048208_Ag_EU_EuropeanaFashion_1015</edm:collectionName>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard/webresource/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard/webresource/\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard/webresource/\"/>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fwww.europeanafashion.eu%2Frecord%2Fa%2F1d3f49d6d5404593f9327eba1a65a975857c3c882144f99fa222c711f3a2ec1e%3Fbt%3Deuropeanaapi&amp;provider=Europeana+Fashion&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F2048208%2FOBJ12902&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2F193.190.154.19%2Fcc%2Fimageproxy.aspx%3Fserver%3Dlocalhost%26port%3D5986%26filename%3Dimage%2Ft03_361.jpg&amp;size=LARGE&amp;type=IMAGE\"/>\r\n      </rdf:Description>\r\n    </ore:proxyIn>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <dc:title>Panty in paarse tricot met een rode streep; in originele verpakking</dc:title>\r\n    <edm:language>mul</edm:language>\r\n    <edm:Country>belgium</edm:Country>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/2048208/OBJ12902",
      "collectionName" : "2048208_Ag_EU_EuropeanaFashion_1015"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3941_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&profile=standard",
      "title" : "Clymenienkalk",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <ore:Proxy rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard/proxy/\">\r\n    <ore:proxyIn>\r\n      <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard/aggregation/\">\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3941_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard/webresource/\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3941_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard/webresource/\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3941_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3941_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n      </rdfs:Resource>\r\n    </ore:proxyIn>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951</dc:identifier>\r\n    <edm:language>de</edm:language>\r\n    <dc:title>Clymenienkalk</dc:title>\r\n    <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3941_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951&amp;profile=standard\"/>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <edm:Country>austria</edm:Country>\r\n  </ore:Proxy>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3951",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3937_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&profile=standard",
      "title" : "Schöckelkalk",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard/proxy/\">\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n    <ore:proxyIn>\r\n      <dctype:Collection rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard/aggregation/\">\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard/webresource/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard/webresource/\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard/webresource/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3937_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3937_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961&amp;profile=standard/webresource/\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3937_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3937_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3937_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n      </dctype:Collection>\r\n    </ore:proxyIn>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <edm:Country>austria</edm:Country>\r\n    <dc:title>Schöckelkalk</dc:title>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961</dc:identifier>\r\n    <edm:language>de</edm:language>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3961",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3939_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&profile=standard",
      "title" : "Korallenkalk",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard/proxy/\">\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963</dc:identifier>\r\n    <edm:Country>austria</edm:Country>\r\n    <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n    <dc:title>Korallenkalk</dc:title>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <edm:language>de</edm:language>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <ore:proxyIn>\r\n      <dctype:Collection rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard/aggregation/\">\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard/webresource/\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3939_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard/webresource/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3939_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3939_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3939_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard/webresource/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard/webresource/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3939_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n      </dctype:Collection>\r\n    </ore:proxyIn>\r\n  </rdfs:Resource>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_3963",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    },
    {
      "facets" : {
        "provider" : "Europeana",
        "language" : "de"
      },
      "previewImage" : "http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3926_h&size=LARGE&type=IMAGE",
      "id" : "/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_895",
      "eexcessURI" : "http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&provider=OpenUp%21&id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&profile=standard",
      "title" : "Granit",
      "rdf" : "<rdf:RDF\r\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\r\n    xmlns:radion=\"http://www.w3.org/ns/radion#\"\r\n    xmlns:eexcess=\"http://eexcess.eu/schema/\"\r\n    xmlns:edm=\"http://www.europeana.eu/schemas/edm/\"\r\n    xmlns:adms=\"http://www.w3.org/ns/adms#\"\r\n    xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n    xmlns:voaf=\"http://purl.org/vocommons/voaf#\"\r\n    xmlns:vann=\"http://purl.org/vocab/vann/\"\r\n    xmlns:crm=\"http://www.cidoc-crm.org/cidoc-crm/\"\r\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n    xmlns:j.0=\"http://www.cidoc-crm.org/rdfs/cidoc-crm#\"\r\n    xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\r\n    xmlns:frbr_core=\"http://purl.org/vocab/frbr/core#\"\r\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\r\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\r\n    xmlns:ore=\"http://www.openarchives.org/ore/terms/\"\r\n    xmlns:abc=\"http://metadata.net/harmony/abc#\"\r\n    xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"\r\n    xmlns:dcam=\"http://purl.org/dc/dcam/\"\r\n    xmlns:DOLCE-Lite=\"http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#\"\r\n    xmlns:rdfg=\"http://www.w3.org/2004/03/trix/rdfg-1/\"\r\n    xmlns:frbroo=\"http://iflastandards.info/ns/fr/frbr/frbroo/\"\r\n    xmlns:dctype=\"http://purl.org/dc/dcmitype/\"\r\n    xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\r\n    xmlns:wgs84_pos=\"http://www.w3.org/2003/01/geo/wgs84_pos#\">\r\n  <ore:Proxy rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard/proxy/\">\r\n    <edm:Country>austria</edm:Country>\r\n    <dc:identifier>/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_895</dc:identifier>\r\n    <dc:title>Granit</dc:title>\r\n    <edm:europeanaProxy>false</edm:europeanaProxy>\r\n    <ore:proxyFor rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n    <ore:proxyIn>\r\n      <rdfs:Resource rdf:about=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard/aggregation/\">\r\n        <edm:isShownBy rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard/webresource/\"/>\r\n        <edm:provider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dc:subject rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3926_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <j.0:P129_is_about rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3926_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:collectionName>11601_Ag_EU_OpenUp!_NHMV</edm:collectionName>\r\n        <dc:relation rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:isShownAt rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://purl.org/dc/dcmitype/Collection\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <rdf:type rdf:resource=\"http://www.openarchives.org/ore/terms/Aggregation\"/>\r\n        <edm:hasView rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard/webresource/\"/>\r\n        <edm:preview rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3926_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <edm:dataProvider rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <edm:aggregatedCHO rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeanastatic.eu/api/image?uri=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fadore-djatoka%2Fresolver%3Furl_ver%3DZ39.88-2004%26svc_id%3Dinfo%3Alanl-repo%2Fsvc%2FgetRegion%26svc_val_fmt%3Dinfo%3Aofi%2Ffmt%3Akev%3Amtx%3Ajpeg2000%26svc.format%3Dimage%2Fjpeg%26svc.scale%3D1024%2C0%26rft_id%3DC3926_h&amp;size=LARGE&amp;type=IMAGE\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard\"/>\r\n        <edm:rights rdf:resource=\"http://creativecommons.org/publicdomain/mark/1.0/\"/>\r\n        <rdf:type>\r\n          <rdfs:Resource rdf:nodeID=\"A0\">\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2002/07/owl#Class\"/>\r\n            <owl:unionOf>\r\n              <rdfs:Resource>\r\n                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                <rdf:first rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                <rdf:rest>\r\n                  <rdfs:Resource>\r\n                    <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                    <rdf:first>\r\n                      <owl:Class>\r\n                        <owl:intersectionOf>\r\n                          <rdfs:Resource>\r\n                            <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                            <rdf:first rdf:resource=\"http://www.openarchives.org/ore/terms/Proxy\"/>\r\n                            <rdf:rest>\r\n                              <rdfs:Resource>\r\n                                <rdf:type rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#List\"/>\r\n                                <rdf:first>\r\n                                  <owl:Restriction>\r\n                                    <owl:onProperty rdf:resource=\"http://www.openarchives.org/ore/terms/proxyFor\"/>\r\n                                    <owl:someValuesFrom rdf:resource=\"http://www.europeana.eu/schemas/edm/ProvidedCHO\"/>\r\n                                  </owl:Restriction>\r\n                                </rdf:first>\r\n                                <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                              </rdfs:Resource>\r\n                            </rdf:rest>\r\n                          </rdfs:Resource>\r\n                        </owl:intersectionOf>\r\n                      </owl:Class>\r\n                    </rdf:first>\r\n                    <rdf:rest rdf:resource=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil\"/>\r\n                  </rdfs:Resource>\r\n                </rdf:rest>\r\n              </rdfs:Resource>\r\n            </owl:unionOf>\r\n            <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Class\"/>\r\n            <rdfs:subClassOf rdf:nodeID=\"A0\"/>\r\n            <rdfs:subClassOf rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n          </rdfs:Resource>\r\n        </rdf:type>\r\n        <edm:hasMet rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <dcterms:provenance rdf:resource=\"http://www.europeana.eu/\"/>\r\n        <ore:aggregates rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard/webresource/\"/>\r\n        <dcterms:hasPart rdf:resource=\"http://europeana.eu/api/4050/redirect?shownAt=http%3A%2F%2Fjacq.nhm-wien.ac.at%2Fimages%2FgeoMin%2Fjacq-viewer%2Fviewer.html%3Frft_id%3DC3926_h%26bt%3Deuropeanaapi&amp;provider=OpenUp%21&amp;id=http%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F11601%2F_OPENUP_MINERALOGY_NHMV_AUSTRIA_895&amp;profile=standard/webresource/\"/>\r\n        <edm:isRelatedTo rdf:resource=\"http://www.europeana.eu/\"/>\r\n      </rdfs:Resource>\r\n    </ore:proxyIn>\r\n    <edm:language>de</edm:language>\r\n    <rdf:type rdf:resource=\"http://eexcess.eu/schema/Proxy\"/>\r\n    <rdf:type rdf:resource=\"http://www.w3.org/2000/01/rdf-schema#Resource\"/>\r\n  </ore:Proxy>\r\n</rdf:RDF>\r\n",
      "uri" : "http://europeana.eu/resolve/record/11601/_OPENUP_MINERALOGY_NHMV_AUSTRIA_895",
      "collectionName" : "11601_Ag_EU_OpenUp!_NHMV"
    }
  ],
  "provider" : "federated",
  "totalResults" : 12
}