{"@context":{"content":"http://purl.org/rss/1.0/modules/content/","dc":"http://purl.org/dc/terms/","foaf":"http://xmlns.com/foaf/0.1/","og":"http://ogp.me/ns#","rdfs":"http://www.w3.org/2000/01/rdf-schema#","sioc":"http://rdfs.org/sioc/ns#","sioct":"http://rdfs.org/sioc/types#","skos":"http://www.w3.org/2004/02/skos/core#","xsd":"http://www.w3.org/2001/XMLSchema#","owl":"http://www.w3.org/2002/07/owl#","rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","rss":"http://purl.org/rss/1.0/","site":"https://osprey.bco-dmo.org/ns#","odo":"http://ocean-data.org/schema/","emo":"http://ocean-data.org/schema/entity-matching#","bibo":"http://purl.org/ontology/bibo/","crypto":"http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions/","bcodmo":"http://lod.bco-dmo.org/id/","tw":"http://tw.rpi.edu/schema/","dcat":"http://www.w3.org/ns/dcat#","time":"http://www.w3.org/2006/time#","geo":"http://www.w3.org/2003/01/geo/wgs84_pos#","geosparql":"http://www.opengis.net/ont/geosparql#","sf":"http://www.opengis.net/ont/sf#","void":"http://rdfs.org/ns/void#","sd":"http://www.w3.org/ns/sparql-service-description#","dctype":"http://purl.org/dc/dcmitype/","prov":"http://www.w3.org/ns/prov#","schema":"http://schema.org/","geolink":"http://schema.geolink.org/1.0/base/main#","spdx":"http://spdx.org/rdf/terms#","bcodmo_vocab":"http://schema.bco-dmo.org/"},"@id":"http://lod.bco-dmo.org/id/dataset/752624#graph","@graph":[{"http://lod.bco-dmo.org/id/dataset/752624":{"@id":"http://lod.bco-dmo.org/id/dataset/752624","@type":["http://ocean-data.org/schema/DeploymentDatasetCollection","http://www.w3.org/ns/dcat#Dataset","http://ocean-data.org/schema/Dataset"],"http://ocean-data.org/schema/hasAcquisitionDescription":[{"@value":"<div><p>We used the Communities-at-Sea framework developed by St. Martin and colleagues (St Martin and Hall-Arber, 2008\u00a0 (Human Ecology Review); St Martin and Hall-Arber, 2008 (Marine Policy); St Martin and Olson, 2017) to define fishing communities. This approach aggregates peer groups of vessels into community-based fleets, each defined as a unique combination of port, gear, and vessel size. We used two categories of vessel size: vessels that are longer than or equal to 65\u2019, and those that are shorter. Each trip in the vessel trip report (VTR) trawl data was grouped into a community fleet by the port of landing and vessel size, as long as at least one of the following two conditions were met: (1) the vessel landed at least 50% of its trips that year at that port, or (2) the vessel reported that landing port as its home port or principal port on its permit. Trips that landed at a port that did not meet either category were not included in this analysis. To ensure confidentiality of harvester information, we only analyzed community fleets that included at least three vessels in a given year.</p>\n<p>For each community fleet in a given year (a \"fleet-year\"), we estimated an annual geographic effort-weighted centroid of fishing activity using a bootstrapping approach. We first used DePiper's (2014) model to calculate a 90% confidence interval for each individual fishing trip. Then, using that confidence interval as a radius around the reported trip location and assuming a uniform distribution, we chose a random point within that area to represent the trip location. For each fleet-year, we used all estimated trip locations to calculate a weighted geographic centroid. Each centroid was weighted by crew size multiplied by trip length to represent a measure of labor time and investment (St Martin and Olson, 2017). We repeated this process 1000 times to generate a distribution of centroids for each community-year.\u00a0See script: <a href=\"http://datadocs.bco-dmo.org/docs/CC_Fishery_Adaptations/data_docs/752624/1/bootstrap_centroid.R\" target=\"_blank\">bootstrap_centroid.R</a>\u00a0(input: Communities-at-Sea table, output: centroids table).</p>\n<p>We used an inverse weighted regression analysis to assess if and to what degree the annual fishing center for each community fleet shifted significantly over time. For each community fleet, we fit a linear regression of latitude against year for each set of bootstrap-replicated centroids described above. We weighted each centroid by the inverse variance of the trip latitudes used to calculate that centroid. This approach weights a centroid with tightly clustered trips more heavily than one with more dispersed trips. We used the mean effect strength from those 1000 regressions as the rate of change in latitude for each fleet. To ensure sufficient data for analysis over time, we restricted this analysis to only community fleets with at least seven years of trip data. See script: <a href=\"http://datadocs.bco-dmo.org/docs/CC_Fishery_Adaptations/data_docs/752624/1/build_delta_gf.R\" target=\"_blank\">build_delta_gf.R</a> (input: Communites-at-Sea table, output: delta_gf table).</p>\n<p>We summarized the delta_gf table in a results table. See script: <a href=\"http://datadocs.bco-dmo.org/docs/CC_Fishery_Adaptations/data_docs/752624/1/build_results_table.R\" target=\"_blank\">build_results_table.R</a> (input: delta_gf table, output: results_table.csv (this dataset; use \"Get Data\" button). Also see\u00a0Table S1 of Young et al. (2018).</p>\n<p>In order to assess the effect of factors correlated with changes in fishing latitude, we fit a series of multiple linear regressions between the rate of latitudinal change and five explanatory variables:<br />\n(1) Vessel size,<br />\n(2) Species diversity of catch,<br />\n(3) Change in composition of catch species,\u00a0<br />\n(4) Change in depth of fishing location. In order to estimate change in depth of fishing location for each community, we first found the nearest depth recording for each trip using a U.S. coastal relief model (NOAA National Centers for Environmental Information, U.S. Coastal Relief Model, n.d.), and calculated an effort-weighted average depth for all the trips in a community year. As above, we then regressed depth against year and used the resulting slope as the covariate.<br />\n(5) Port latitude. Species diversity of catch was correlated with port latitude (fleets from more northern ports had greater catch diversity), so we also included latitude of port as a covariate so that we could assess the separate effects of catch diversity and port latitude.</p>\n<p>We evaluated models with all possible combinations of main effects as well as three interactions: vessel size and port latitude, vessel size and catch species diversity, and catch species diversity and change in catch species composition. We calculated the corrected Akaike Information Criterion (AICc) for each model and the Relative Variable Importance (RVI) for each variable and interaction included in the model. See script: <a href=\"http://datadocs.bco-dmo.org/docs/CC_Fishery_Adaptations/data_docs/752624/1/lat_shift_model.R\" target=\"_blank\">lat_shift_model.R</a> (input: delta_gf table).</p>\n<p>In order to assess factors mediating changes in community size, we fit a series of regressions to assess the effect on rate of change in community size (change in number of unique permits over time; linear) and community disappearance (fewer than 3 permits by 2014; logistic) of three predictor variables: (1) vessel size, (2) species diversity of catch, and (3) port latitude. We evaluated models with all possible combinations of main effects as well as interactions, and calculated AICc and RVI as described above. We used the number of unique fishing permits in a community as a proxy for community fleet size. See script: <a href=\"http://datadocs.bco-dmo.org/docs/CC_Fishery_Adaptations/data_docs/752624/1/community_decline_model.R\" target=\"_blank\">community_decline_model.R</a> (input: delta_gf table).</p>\n<p>Additional details and references can be found in Young et al. (2018).</p></div>","@type":"rdf:HTML"}],"http://ocean-data.org/schema/hasBriefDescription":[{"@value":"Changes in groundfish fishing communities in the northeast US from 1997-2014 from NOAA VTRs","@language":"en-US"}],"http://purl.org/dc/terms/description":[{"@value":"<div><p>This dataset describes changes in groundfish fishing communities in the northeast US from 1997-2014 as captured in the vessel trip report (VTR) data collected by the National Oceanic and Atmospheric Administration National Marine Fisheries Service Northeast Fisheries Science Center (NOAA-NMFS-NEFSC), including:<br />\n- annual latitudinal shift in fishing location;<br />\n- whether the community is still extant in the dataset (and if not, the year it disappeared from the dataset);<br />\n- mean shannon-wiener diversity metric of species composition of catch;<br />\n- percentage of species composing 90% of catch.</p></div>","@type":"rdf:HTML"}],"http://www.w3.org/2000/01/rdf-schema#label":[{"@value":"Adaptation in fishing communities VTR 1997-2014","@type":"xsd:string"}],"http://ocean-data.org/schema/hasProcessingDescription":[{"@value":"<div><p>Data were processed in R 3.4.4.</p></div>","@type":"rdf:HTML"}],"http://purl.org/dc/terms/identifier":[{"@value":"752624","@type":"xsd:int"}],"http://purl.org/dc/terms/title":[{"@value":"Adaptation in fishing communities VTR 1997-2014"}],"http://purl.org/dc/terms/date":[{"@value":"2019-01-09T13:28:44-05:00","@type":"xsd:dateTime"}],"http://purl.org/dc/terms/created":[{"@value":"2019-01-09T13:28:44-05:00","@type":"xsd:dateTime"}],"http://purl.org/dc/terms/modified":[{"@value":"2023-07-07T16:10:26-04:00","@type":"xsd:dateTime"}],"http://rdfs.org/ns/void#inDataset":[{"@id":"http://www.bco-dmo.org/"}],"http://ocean-data.org/schema/namedGraph":[{"@value":"urn:bcodmo:dataset:752624","@type":"xsd:token"}],"http://ocean-data.org/schema/osprey_page":[{"@id":"https://osprey.bco-dmo.org/dataset/752624"}],"http://ocean-data.org/schema/identifier":[{"@id":"urn:bcodmo:osprey:v2:node:identifier:752624"}],"http://ocean-data.org/schema/datasetTitle":[{"@value":"Changes in groundfish fishing communities in the northeast US from 1997-2014 as captured in the vessel trip report (VTR) data collected by the National Oceanic and Atmospheric Administration National Marine Fisheries Service (NOAA-NMFS-NEFSC)","@language":"en-US"}],"http://ocean-data.org/schema/abstract":[{"@value":"This dataset describes changes in groundfish fishing communities in the northeast US from 1997-2014 as captured in the vessel trip report (VTR) data collected by the National Oceanic and Atmospheric Administration National Marine Fisheries Service Northeast Fisheries Science Center (NOAA-NMFS-NEFSC).","@language":"en-US"}],"http://purl.org/dc/terms/rights":[{"@id":"https://creativecommons.org/licenses/by/4.0/"}],"http://ocean-data.org/schema/deprecated":[{"@value":"false","@type":"xsd:boolean"}],"http://purl.org/dc/terms/bibliographicCitation":[{"@value":"Pinsky, M., Young, T. (2019) Changes in groundfish fishing communities in the northeast US from 1997-2014 as captured in the vessel trip report (VTR) data collected by the National Oceanic and Atmospheric Administration National Marine Fisheries Service (NOAA-NMFS-NEFSC). Biological and Chemical Oceanography Data Management Office (BCO-DMO). (Version 1) Version Date 2019-01-09 [if applicable, indicate subset used]. doi:10.1575/1912/bco-dmo.752624.1 [access date]","@type":"xsd:string"}],"http://ocean-data.org/schema/validated":[{"@value":"true","@type":"xsd:boolean"}],"http://ocean-data.org/schema/versionLabel":[{"@value":"1","@type":"xsd:string"}],"http://ocean-data.org/schema/currentState":[{"@id":"http://lod.bco-dmo.org/id/dataset-current-state/7"}],"http://ocean-data.org/schema/nodcTopic":[{"@id":"http://lod.bco-dmo.org/id/nodc-dataset-topic/150"},{"@id":"http://lod.bco-dmo.org/id/nodc-dataset-topic/156"}],"http://ocean-data.org/schema/datasetType":[{"@id":"http://lod.bco-dmo.org/id/dataset-type/173"}],"http://purl.org/ontology/bibo/doi":[{"@value":"10.1575/1912/bco-dmo.752624.1","@type":"xsd:string"}],"http://ocean-data.org/schema/restricted":[{"@value":"false","@type":"xsd:boolean"}],"http://ocean-data.org/schema/hasAward":[{"@id":"http://lod.bco-dmo.org/id/award/559955"}],"http://ocean-data.org/schema/storesValuesFor":[{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752635"},{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752636"},{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752637"},{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752638"},{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752639"},{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752640"},{"@id":"http://lod.bco-dmo.org/id/dataset-parameter/752641"}],"http://ocean-data.org/schema/hasAgentWithRole":[{"@id":"http://lod.bco-dmo.org/id/person-role/752627"},{"@id":"http://lod.bco-dmo.org/id/person-role/752630"},{"@id":"http://lod.bco-dmo.org/id/person-role/752631"}],"http://purl.org/dc/terms/language":[{"@value":"http://id.loc.gov/vocabulary/iso639-1/en","@type":"xsd:anyURI"}],"http://xmlns.com/foaf/0.1/homepage":[{"@id":"https://osprey.bco-dmo.org/dataset/752624"}],"http://purl.org/dc/terms/issued":[{"@value":"2019-01-09","@type":"xsd:date"}],"http://purl.org/dc/terms/publisher":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://www.w3.org/ns/dcat#contactPoint":[{"@id":"http://lod.bco-dmo.org/id/person/554708"}]},"urn:bcodmo:osprey:v2:node:identifier:752624":{"@id":"urn:bcodmo:osprey:v2:node:identifier:752624","@type":["http://ocean-data.org/schema/Identifier","http://ocean-data.org/schema/BCODMOIdentifier","http://ocean-data.org/schema/OSPREY_v2_Node_dataset"],"http://ocean-data.org/schema/identifierScheme":[{"@id":"http://ocean-data.org/schema/IdentifierScheme_BCODMO_Version_2"}],"http://ocean-data.org/schema/identifierValue":[{"@value":"752624","@type":"xsd:token"}],"http://ocean-data.org/schema/resolvableURL":[{"@value":"http://lod.bco-dmo.org/id/dataset/752624","@type":"xsd:anyURI"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:html":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:html","@type":["http://ocean-data.org/schema/DataFilterAffordance"],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset/752624"}],"http://schema.org/name":[{"@value":"SUBSET DATA","@type":"xsd:string"}],"http://ocean-data.org/schema/affordedBy":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://schema.org/target":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:html:target"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:html:target":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:html:target","@type":["http://schema.org/EntryPoint"],"http://schema.org/url":[{"@value":"https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_752624.html","@type":"xsd:anyURI"}],"http://schema.org/contentType":[{"@value":"text/html","@type":"xsd:token"}],"http://schema.org/softwareApplication":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:htmlTable":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:htmlTable","@type":["http://ocean-data.org/schema/DataViewAffordance"],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset/752624"}],"http://schema.org/name":[{"@value":"VIEW TABLE","@type":"xsd:string"}],"http://ocean-data.org/schema/affordedBy":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://schema.org/target":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:htmlTable:target"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:htmlTable:target":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:htmlTable:target","@type":["http://schema.org/EntryPoint"],"http://schema.org/url":[{"@value":"https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_752624.htmlTable","@type":"xsd:anyURI"}],"http://schema.org/contentType":[{"@value":"text/html","@type":"xsd:token"}],"http://schema.org/softwareApplication":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:csv":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:csv","@type":["http://ocean-data.org/schema/DataDownloadAffordance"],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset/752624"}],"http://schema.org/name":[{"@value":"CSV","@type":"xsd:string"}],"http://ocean-data.org/schema/affordedBy":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://schema.org/target":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:csv:target"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:csv:target":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:csv:target","@type":["http://schema.org/EntryPoint"],"http://schema.org/url":[{"@value":"https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_752624.csv","@type":"xsd:anyURI"}],"http://schema.org/contentType":[{"@value":"text/csv","@type":"xsd:token"}],"http://schema.org/softwareApplication":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:tsv":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:tsv","@type":["http://ocean-data.org/schema/DataDownloadAffordance"],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset/752624"}],"http://schema.org/name":[{"@value":"TSV","@type":"xsd:string"}],"http://ocean-data.org/schema/affordedBy":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://schema.org/target":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:tsv:target"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:tsv:target":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:tsv:target","@type":["http://schema.org/EntryPoint"],"http://schema.org/url":[{"@value":"https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_752624.tsv","@type":"xsd:anyURI"}],"http://schema.org/contentType":[{"@value":"text/tsv","@type":"xsd:token"}],"http://schema.org/softwareApplication":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:mat":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:mat","@type":["http://ocean-data.org/schema/DataDownloadAffordance"],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset/752624"}],"http://schema.org/name":[{"@value":"MATLAB","@type":"xsd:string"}],"http://ocean-data.org/schema/affordedBy":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://schema.org/target":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:mat:target"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:mat:target":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:mat:target","@type":["http://schema.org/EntryPoint"],"http://schema.org/url":[{"@value":"https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_752624.mat","@type":"xsd:anyURI"}],"http://schema.org/contentType":[{"@value":"text/x-matlab","@type":"xsd:token"}],"http://schema.org/softwareApplication":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:nc":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:nc","@type":["http://ocean-data.org/schema/DataDownloadAffordance"],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset/752624"}],"http://schema.org/name":[{"@value":"netCDF","@type":"xsd:string"}],"http://ocean-data.org/schema/affordedBy":[{"@id":"http://lod.bco-dmo.org/id/affiliation/191"}],"http://schema.org/target":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:nc:target"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:nc:target":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:nc:target","@type":["http://schema.org/EntryPoint"],"http://schema.org/url":[{"@value":"https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_752624.nc","@type":"xsd:anyURI"}],"http://schema.org/contentType":[{"@value":"application/x-netcdf","@type":"xsd:token"}],"http://schema.org/softwareApplication":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624","http://ocean-data.org/schema/identifier":[{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:Identifier"}],"http://schema.org/subjectOf":[{"@id":"http://lod.bco-dmo.org/id/dataset-file/902391"}]},"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:Identifier":{"@id":"urn:bcodmo:dataset:752624:ERDDAP:bcodmodataset752624:Identifier","@type":["http://ocean-data.org/schema/Identifier"],"http://ocean-data.org/schema/identifierScheme":[{"@id":"http://ocean-data.org/schema/SOFTWARE_BCODMO_ERDDAP"}],"http://ocean-data.org/schema/identifierValue":[{"@value":"bcodmo_dataset_752624","@type":"xsd:token"}]}}]}