@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix ns0: <http://w3.org/ns/locn#> .
@prefix ns1: <http://www.w3.org/2011/content#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns2: <http://data.europa.eu/930/> .
@prefix ns3: <http://data.europa.eu/r5r/> .
@prefix ns4: <http://www.opengis.net/ont/geosparql#> .
@prefix ns5: <http://www.w3.org/ns/earl#> .
@prefix ns6: <http://www.w3.org/ns/adms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://geoportal.gov.cz/php/micka/record/turtle/5b18e653-3e7c-4cbb-8ce9-4651c0a80138>
  foaf:isPrimaryTopicOf [
    a dcat:CatalogRecord ;
    dc:conformsTo <http://data.europa.eu/930/> ;
    dc:language <http://publications.europa.eu/resource/authority/language/CES> ;
    dc:modified "2020-08-28"^^xsd:date ;
    dcat:contactPoint [
      a prov:Agent, vcard:Organization ;
      vcard:fn "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
      vcard:hasTelephone <tel:323649235> ;
      vcard:hasEmail <mailto:jakub.kostelecky@pecny.cz> ;
      vcard:hasURL <http://www.pecny.cz> ;
      vcard:hasAddress [
        a vcard:Address ;
        vcard:street-address "Pecný 244" ;
        vcard:locality "Ondřejov" ;
        vcard:postal-code "251 65"
      ]
    ] ;
    prov:qualifiedAttribution [
      a prov:Attribution ;
      prov:agent [
        a prov:Agent, foaf:Organization ;
        foaf:name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
        foaf:mbox <mailto:jakub.kostelecky@pecny.cz> ;
        foaf:phone <tel:323649235> ;
        foaf:workplaceHomepage <http://www.pecny.cz> ;
        ns0:address [
          a ns0:Address ;
          ns0:thoroughfare "Pecný 244" ;
          ns0:postName "Ondřejov" ;
          ns0:postCode "251 65"
        ]
      ] ;
      dc:type <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/pointOfContact> ;
      dcat:hadRole <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/pointOfContact>
    ] ;
    dc:identifier "5b18e653-3e7c-4cbb-8ce9-4651c0a80138"^^xsd:string ;
    dc:source [
      dc:modified "2020-08-28"^^xsd:date ;
      ns1:characterEncoding "UTF-8"^^xsd:string ;
      dc:conformsTo [
        a dc:Standard ;
        dc:title "ISO 19115/INSPIRE_TG2/CZ4"@cs ;
        owl:versionInfo "2003/cor.1/2006"
      ]
    ]
  ] ;
  a dcat:Dataset ;
  ns2:resourceType <http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset> ;
  dc:title "Opakovaná měření tíhového zrychlení absolutními gravimetry"@cs, "Repeated measurements of gravity acceleration by absolute gravimeters"@en ;
  dc:description """Opakovaná měření tíhového zrychlení na 5 absolutních tíhových bodech v České republice jsou prováděna absolutními gravimetry FG5 č. 215 a FG5X 
č. 251 vyrobenými Micro-g LaCoste, Inc. v USA. Data jsou distribuována do databáze AGrav. Určování tíhového zrychlení a jeho změn na úrovni přesnosti 1E-9."""@cs, """Repeated measurements of gravity acceleration at five absolute gravity stations in the Czech Republic have been carried out by absolute gravimeters 
FG5 No. 215 and FG5X No. 251 manufactured by Micro-g LaCoste, Inc. USA. Data are distributed to AGrav database. Determination of gravity acceleration and their changes at 1E-9 level of accuracy."""@en ;
  ns2:topicCategory <http://inspire.ec.europa.eu/metadata-codelist/TopicCategory/geoscientificInformation> ;
  ns3:applicableLegislation <http://data.europa.eu/eli/dir/2007/2/2019-06-26> ;
  dcat:theme <http://inspire.ec.europa.eu/theme/ge>, <http://publications.europa.eu/resource/authority/data-theme/TECH> ;
  dcat:keyword "Geologie"@cs, "Geology"@en, "Gravimetrie"@cs, "Gravimetry"@en, "Geofyzika"@cs, "Geophysics"@en, "CzechGeo"@cs, "CzechGeo"@en ;
  dc:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/IRREG> ;
  dcat:spatialResolutionInMeters 100.0 ;
  dc:identifier "CZ-00025615-AbsoluteGravityCR"^^xsd:string ;
  dc:language <http://publications.europa.eu/resource/authority/language/ENG> ;
  dc:spatial [
    a dc:Location ;
    dcat:bbox "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"><gml:lowerCorner>13.08 48.85</gml:lowerCorner><gml:upperCorner>17.1 50.48</gml:upperCorner></gml:Envelope>"^^ns4:gmlLiteral, """
                        {"type":"Polygon","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},
                        "coordinates":[[
                            [13.08,48.85], [13.08,50.48], [17.1,50.48], [17.1,48.85], [13.08,48.85]
                            ]]}"""^^ns4:geoJSONLiteral, """
                    POLYGON((13.08 48.85,
                            13.08 50.48,
                            17.1 50.48,
                            17.1 48.85,
                            13.08 48.85))"""^^ns4:wktLiteral
  ] ;
  dc:temporal [
    a dc:PeriodOfTime ;
    dcat:startDate "2001-08-01"^^xsd:date
  ] ;
  dc:created "2018-06-07"^^xsd:date ;
  dc:provenance [
    a dc:ProvenanceStatement ;
    dc:description """Absolutní hodnoty tíhového zrychlení měřené na 5 absolutních tíhových bodech pomocí absolutních gravimetrů opakovaně v kampaních o délce 
16-48 hodin s nejistotou do 2,5 uGal. Perioda opakování 1 měsíc az 3 roky (různé pro jednotlivé body)."""@cs, """Absolute values of gravity acceleration observed at 5 absolute gravity stations by absolute gravimeters, repeatedly in campaigns with duration 
of 16-48 hours with uncertainty better than 2,5 uGal. Period of campaigns from 1 month to 3 years (depends on the station)."""@en
  ] ;
  prov:wasUsedBy [
    a prov:Activity ;
    prov:generated [
      a prov:Entity ;
      ns5:outcome <http://inspire.ec.europa.eu/metadata-codelist/DegreeOfConformity/notEvaluated> ;
      dc:description "Viz odkazovanou specifikaci"@cs, "See the referenced specification"@en ;
      prov:qualifiedAssociation [ prov:hadPlan [
          a prov:Plan ;
          prov:wasDerivedFrom <http://data.europa.eu/eli/reg/2010/1089>
        ] ]
    ]
  ] ;
  dcat:distribution <https://geoportal.gov.cz/php/micka/record/turtle/5b18e653-3e7c-4cbb-8ce9-4651c0a80138-distribution1> ;
  prov:qualifiedAttribution [
    a prov:Attribution ;
    prov:agent [
      a prov:Agent, foaf:Organization ;
      foaf:name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
      foaf:mbox <mailto:vojtech.palinkas@pecny.cz> ;
      foaf:phone <tel:323649235> ;
      foaf:workplaceHomepage <http://www.pecny.cz> ;
      ns0:address [
        a ns0:Address ;
        ns0:thoroughfare "Pecný 244" ;
        ns0:postName "Ondřejov" ;
        ns0:postCode "251 65"
      ]
    ] ;
    dc:type <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/custodian> ;
    dcat:hadRole <http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/custodian>
  ] ;
  dc:publisher [
    a foaf:Organization ;
    vcard:organization-name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
    vcard:hasEmail "vojtech.palinkas@pecny.cz" ;
    vcard:hasTelephone [
      vcard:hasValue <tel:323649235> ;
      a vcard:Voice
    ] ;
    vcard:adr [
      vcard:street-address "Pecný 244" ;
      vcard:locality "Ondřejov" ;
      vcard:postal-code "251 65"
    ]
  ] ;
  dc:conformsTo <http://www.opengis.net/def/crs/EPSG/0/4258> ;
  foaf:page <https://geoportal.gov.cz/php/micka/record/basic/5b18e653-3e7c-4cbb-8ce9-4651c0a80138> .

ns2: a dc:Standard .
<http://publications.europa.eu/resource/authority/language/CES> a dc:LinguisticSystem .
<http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/pointOfContact> a dcat:Role .
<https://geoportal.gov.cz/php/micka/record/turtle/5b18e653-3e7c-4cbb-8ce9-4651c0a80138-distribution1>
  a dcat:Distribution ;
  dcat:accessURL <http://www.pecny.cz/CzechGeo/gravimetric-station-pecny/> ;
  dcat:landingPage <http://www.pecny.cz/CzechGeo/gravimetric-station-pecny/> ;
  dc:license <http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply> ;
  dc:accessRights <http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations> ;
  ns6:representationTechnique <http://inspire.ec.europa.eu/metadata-codelist/SpatialRepresentationTypeCode/textTable> ;
  ns1:characterEncoding "US-ASCII"^^xsd:string ;
  dc:conformsTo <https://geoportal.gov.cz/php/micka/record/xml/5b18e653-3e7c-4cbb-8ce9-4651c0a80138> ;
  dc:format [ rdfs:label "ASCII file" ] ;
  dcat:contactPoint <https://geoportal.gov.cz/php/micka/record/turtle/5b18e653-3e7c-4cbb-8ce9-4651c0a80138-cp1-1> .

<https://geoportal.gov.cz/php/micka/record/turtle/5b18e653-3e7c-4cbb-8ce9-4651c0a80138-cp1-1>
  a vcard:Organization ;
  vcard:organization-name "Výzkumný ústav geodetický, topografický a kartografický, v.v.i."@cs, "Research Institute of Geodesy, Topography and Cartography, p.r.i."@en ;
  vcard:hasEmail "vojtech.palinkas@pecny.cz" .

<http://www.opengis.net/def/crs/EPSG/0/4258> dc:type <http://inspire.ec.europa.eu/glossary/SpatialReferenceSystem> .
