Fishing Event

Fishing Events are used to record when products are harvested from the wild. There are different scenarios that can occur. For the most part Fishing Events should be recorded for each unique harvesting that takes place from the ocean. However, we do recognize that limitations in the industry may not allow for that level of granularity when recording Fishing Events. In the case that level of granularity is not possible, then we recommend that Fishing Events be recorded as often as possible during a fishing trip.

For events after the Fishing Event, we will be building upon the scenario of Mulitple Harvests and Multiple Fishing Events.

Multiple Harvests and Single Fishing Events

This covers when a single large vessel harvested products from multiple locations while on their fishing trip but only wants to record a single fishing event. In this case, we cannot record a single latitude/longitude for the fishing event, and will just list out all the products captured. in this case we won't record a read point, and will just record a catch area.

In this scenario, a fishing vessel named BING Ship owned by Bing Fishing Co. has gone fishing in FAO Zone 77. It has gone trawling in multiple locations for Tuna. In this scenario, the fishing vessel caught 10,000 Kilograms of Tuna through out it's fishing trip.

{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"eventList": [
{
"type": "ObjectEvent",
"eventTime": "2020-01-27T00:00:00.0000000-06:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:c6c79c3c-9c93-41fd-8683-a6d1968e5ab7",
"epcList": [],
"action": "ADD",
"bizStep": "urn:gdst:bizstep:fishingEvent",
"disposition": "active",
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.47797660-9355-4f8c-8867-c98ee1e8b684"
},
"quantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot123",
"quantity": 10000.0,
"uom": "KGM"
}
],
"ilmd": {
"cbvmda:vesselCatchInformationList": {
"cbvmda:vesselCatchInformation": [
{
"cbvmda:economicZone": "urn:gdst:eez:USA",
"cbvmda:fishingGearTypeCode": "urn:gdst:gear:1.2",
"cbvmda:vesselFlagState": "US",
"cbvmda:vesselID": "ID123456789",
"cbvmda:vesselName": "BING Ship",
"gdst:fisheryImprovementProject": "Example Fishery Improvement Project",
"gdst:gpsAvailability": true,
"gdst:imoNumber": "IMO.1234567890",
"gdst:satelliteTrackingAuthority": "USA",
"gdst:subnationalPermitArea": "Los Angeles Fishing Area",
"gdst:vesselPublicRegistry": "https://www.register-my-vessel.fake.com",
"gdst:vesselTripDate": "2020-01-25T00:00:00.0000000-06:00",
"cbvmda:catchArea": "urn:gdst:fao:77",
"gdst:rmfoArea": "urn:gdst:rfmo:ciffa"
}
]
},
"cbvmda:productionMethodForFishAndSeafoodCode": "MARINE_FISHERY",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certType:harvestCert",
"certificationAgency": "Catch Certificate Authority",
"certificationStandard": "Catch Certificate Standard",
"certificationValue": "SIMP.LPCO.2",
"certificationIdentification": "10161781"
},
{
"gdst:certificationType": "urn:gdst:certType:fishingAuth",
"certificationAgency": "Los Angeles Fishing Authority",
"certificationStandard": "Los Angeles Fishing Authorization",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
},
{
"gdst:certificationType": "urn:gdst:certType:humanyPolicy",
"certificationAgency": "WHO",
"certificationStandard": "WHO Human Decency Policy",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"gdst:humanWelfarePolicy": "WHO Human Decency Policy",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
]
}
}

Multiple Harvests and Multiple Fishing Events

This covers when a vessel harvests products from multiple locations and will record a fishing event for each time they harvested products. In this case, we will record the latitude and longitude for each fishing event.

In this scenario, a fishing vessel named BING Ship owned by Bing Fishing Co. has gone fishing in FAO Zone 77. It has gone trawling in multiple locations for Tuna. In this scenario, the fishing vessel caught 10,000 Kilograms of Tuna through out it's fishing trip trawling in 4 different locations. Each time the fishing vessel went trawling, it caught 2,500 Kilograms at each location and recorded a Fishing Event each time with a latitude and longitude for where the trawling occurred.

WILD EVENTS - Fishing Event - Event 1.txt

Fishing Event #1

{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"eventList": [
{
"type": "ObjectEvent",
"eventTime": "2020-01-27T00:00:00.0000000-06:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:76e14c50-1478-4544-a3dc-d2a57153e0c2",
"epcList": [],
"action": "ADD",
"bizStep": "urn:gdst:bizstep:fishingEvent",
"disposition": "active",
"readPoint": {
"id": "geo:38.288338,-124.018110"
},
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.47797660-9355-4f8c-8867-c98ee1e8b684"
},
"quantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot1111",
"quantity": 2500.0,
"uom": "KGM"
}
],
"ilmd": {
"cbvmda:vesselCatchInformationList": {
"cbvmda:vesselCatchInformation": [
{
"cbvmda:economicZone": "urn:gdst:eez:USA",
"cbvmda:fishingGearTypeCode": "urn:gdst:gear:1.2",
"cbvmda:vesselFlagState": "US",
"cbvmda:vesselID": "USA",
"cbvmda:vesselName": "BING Ship",
"gdst:fisheryImprovementProject": "Example Fishery Improvement Project",
"gdst:gpsAvailability": true,
"gdst:imoNumber": "IMO.1234567890",
"gdst:satelliteTrackingAuthority": "USA",
"gdst:subnationalPermitArea": "Los Angeles Fishing Area",
"gdst:vesselPublicRegistry": "https://www.register-my-vessel.fake.com",
"cbvmda:catchArea": "urn:gdst:fao:77",
"gdst:rmfoArea": "urn:gdst:rfmo:ciffa"
}
]
},
"cbvmda:productionMethodForFishAndSeafoodCode": "MARINE_FISHERY",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certType:harvestCert",
"certificationAgency": "Catch Certificate Authority",
"certificationStandard": "Catch Certificate Standard",
"certificationValue": "SIMP.LPCO.2",
"certificationIdentification": "10161781"
},
{
"gdst:certificationType": "urn:gdst:certType:fishingAuth",
"certificationAgency": "Los Angeles Fishing Authority",
"certificationStandard": "Los Angeles Fishing Authorization",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
},
{
"gdst:certificationType": "urn:gdst:certType:humanyPolicy",
"certificationAgency": "WHO",
"certificationStandard": "WHO Human Decency Policy",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"gdst:humanWelfarePolicy": "WHO Human Decency Policy",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
]
}
}

Fishing Event #2

{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"eventList": [
{
"type": "ObjectEvent",
"eventTime": "2020-01-27T00:00:00.0000000-06:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:cfee7a76-16c4-4f81-b4b0-cb87e6dd46ee",
"epcList": [],
"action": "ADD",
"bizStep": "urn:gdst:bizstep:fishingEvent",
"disposition": "active",
"readPoint": {
"id": "geo:38.258151,-123.875288"
},
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.47797660-9355-4f8c-8867-c98ee1e8b684"
},
"quantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot2222",
"quantity": 2500.0,
"uom": "KGM"
}
],
"ilmd": {
"cbvmda:vesselCatchInformationList": {
"cbvmda:vesselCatchInformation": [
{
"cbvmda:economicZone": "urn:gdst:eez:USA",
"cbvmda:fishingGearTypeCode": "urn:gdst:gear:1.2",
"cbvmda:vesselFlagState": "US",
"cbvmda:vesselID": "USA",
"cbvmda:vesselName": "BING Ship",
"gdst:fisheryImprovementProject": "Example Fishery Improvement Project",
"gdst:gpsAvailability": true,
"gdst:imoNumber": "IMO.1234567890",
"gdst:satelliteTrackingAuthority": "USA",
"gdst:subnationalPermitArea": "Los Angeles Fishing Area",
"gdst:vesselPublicRegistry": "https://www.register-my-vessel.fake.com",
"cbvmda:catchArea": "urn:gdst:fao:77",
"gdst:rmfoArea": "urn:gdst:rfmo:ciffa"
}
]
},
"cbvmda:productionMethodForFishAndSeafoodCode": "MARINE_FISHERY",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certType:harvestCert",
"certificationAgency": "Catch Certificate Authority",
"certificationStandard": "Catch Certificate Standard",
"certificationValue": "SIMP.LPCO.2",
"certificationIdentification": "10161781"
},
{
"gdst:certificationType": "urn:gdst:certType:fishingAuth",
"certificationAgency": "Los Angeles Fishing Authority",
"certificationStandard": "Los Angeles Fishing Authorization",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
},
{
"gdst:certificationType": "urn:gdst:certType:humanyPolicy",
"certificationAgency": "WHO",
"certificationStandard": "WHO Human Decency Policy",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"gdst:humanWelfarePolicy": "WHO Human Decency Policy",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
]
}
}

Fishing Event #3

{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"eventList": [
{
"type": "ObjectEvent",
"eventTime": "2020-01-27T00:00:00.0000000-06:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:20f870d4-3883-4b96-b1ec-c2841070507b",
"epcList": [],
"action": "ADD",
"bizStep": "urn:gdst:bizstep:fishingEvent",
"disposition": "active",
"readPoint": {
"id": "geo:38.184786,-123.776411"
},
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.47797660-9355-4f8c-8867-c98ee1e8b684"
},
"quantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot3333",
"quantity": 2500.0,
"uom": "KGM"
}
],
"ilmd": {
"cbvmda:vesselCatchInformationList": {
"cbvmda:vesselCatchInformation": [
{
"cbvmda:economicZone": "urn:gdst:eez:USA",
"cbvmda:fishingGearTypeCode": "urn:gdst:gear:1.2",
"cbvmda:vesselFlagState": "US",
"cbvmda:vesselID": "USA",
"cbvmda:vesselName": "BING Ship",
"gdst:fisheryImprovementProject": "Example Fishery Improvement Project",
"gdst:gpsAvailability": true,
"gdst:imoNumber": "IMO.1234567890",
"gdst:satelliteTrackingAuthority": "USA",
"gdst:subnationalPermitArea": "Los Angeles Fishing Area",
"gdst:vesselPublicRegistry": "https://www.register-my-vessel.fake.com",
"cbvmda:catchArea": "urn:gdst:fao:77",
"gdst:rmfoArea": "urn:gdst:rfmo:ciffa"
}
]
},
"cbvmda:productionMethodForFishAndSeafoodCode": "MARINE_FISHERY",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certType:harvestCert",
"certificationAgency": "Catch Certificate Authority",
"certificationStandard": "Catch Certificate Standard",
"certificationValue": "SIMP.LPCO.2",
"certificationIdentification": "10161781"
},
{
"gdst:certificationType": "urn:gdst:certType:fishingAuth",
"certificationAgency": "Los Angeles Fishing Authority",
"certificationStandard": "Los Angeles Fishing Authorization",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
},
{
"gdst:certificationType": "urn:gdst:certType:humanyPolicy",
"certificationAgency": "WHO",
"certificationStandard": "WHO Human Decency Policy",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"gdst:humanWelfarePolicy": "WHO Human Decency Policy",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
]
}
}

Fishing Event #4

{
"@context": [
"https://ref.gs1.org/standards/epcis/epcis-context.jsonld",
{
"xsi": "http://www.w3.org/2001/XMLSchema-instance/"
},
{
"sbdh": "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader/"
},
{
"gdst": "https://traceability-dialogue.org/epcis/"
}
],
"type": "EPCISDocument",
"creationDate": "2001-12-17T09:30:47.0000000+00:00",
"schemaVersion": "2.0",
"sender": "test",
"receiver": "test",
"instanceIdentifier": "9999",
"epcisBody": {
"eventList": [
{
"type": "ObjectEvent",
"eventTime": "2020-01-27T00:00:00.0000000-06:00",
"eventTimeZoneOffset": "+00:00",
"eventID": "urn:uuid:5e275323-5ff1-4f52-95cc-3e585bd7cc94",
"epcList": [],
"action": "ADD",
"bizStep": "urn:gdst:bizstep:fishingEvent",
"disposition": "active",
"readPoint": {
"id": "geo:38.115669,-123.655561"
},
"bizLocation": {
"id": "urn:gdst:traceability-solution.com:location:loc:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.47797660-9355-4f8c-8867-c98ee1e8b684"
},
"quantityList": [
{
"epcClass": "urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.yft.lot4444",
"quantity": 2500.0,
"uom": "KGM"
}
],
"ilmd": {
"cbvmda:vesselCatchInformationList": {
"cbvmda:vesselCatchInformation": [
{
"cbvmda:economicZone": "urn:gdst:eez:USA",
"cbvmda:fishingGearTypeCode": "urn:gdst:gear:1.2",
"cbvmda:vesselFlagState": "US",
"cbvmda:vesselID": "USA",
"cbvmda:vesselName": "BING Ship",
"gdst:fisheryImprovementProject": "Example Fishery Improvement Project",
"gdst:gpsAvailability": true,
"gdst:imoNumber": "IMO.1234567890",
"gdst:satelliteTrackingAuthority": "USA",
"gdst:subnationalPermitArea": "Los Angeles Fishing Area",
"gdst:vesselPublicRegistry": "https://www.register-my-vessel.fake.com",
"cbvmda:catchArea": "urn:gdst:fao:77",
"gdst:rmfoArea": "urn:gdst:rfmo:ciffa"
}
]
},
"cbvmda:productionMethodForFishAndSeafoodCode": "MARINE_FISHERY",
"cbvmda:certificationList": {
"certification": [
{
"gdst:certificationType": "urn:gdst:certType:harvestCert",
"certificationAgency": "Catch Certificate Authority",
"certificationStandard": "Catch Certificate Standard",
"certificationValue": "SIMP.LPCO.2",
"certificationIdentification": "10161781"
},
{
"gdst:certificationType": "urn:gdst:certType:fishingAuth",
"certificationAgency": "Los Angeles Fishing Authority",
"certificationStandard": "Los Angeles Fishing Authorization",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
},
{
"gdst:certificationType": "urn:gdst:certType:humanyPolicy",
"certificationAgency": "WHO",
"certificationStandard": "WHO Human Decency Policy",
"certificationValue": "1234567890",
"certificationIdentification": "0987654321"
}
]
}
},
"gdst:productOwner": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7",
"gdst:humanWelfarePolicy": "WHO Human Decency Policy",
"cbvmda:informationProvider": "urn:gdst:traceability-solution.com:party:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7"
}
]
}
}


How did we do?


Powered by HelpDocs (opens in a new tab)

Powered by HelpDocs (opens in a new tab)