public class AnnotationBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIRMS_annotation_file_name |
static com.hp.hpl.jena.graph.Node |
FIRMS_GRAPH_NODE |
static String |
STATBASE_annotation_file_name |
static com.hp.hpl.jena.graph.Node |
STATBASE_GRAPH_NODE |
static String |
WIOFISH_annotation_file_name |
static com.hp.hpl.jena.graph.Node |
WIOFISH_GRAPH_NODE |
public static String FIRMS_annotation_file_name
public static String STATBASE_annotation_file_name
public static String WIOFISH_annotation_file_name
public static com.hp.hpl.jena.graph.Node FIRMS_GRAPH_NODE
public static com.hp.hpl.jena.graph.Node STATBASE_GRAPH_NODE
public static com.hp.hpl.jena.graph.Node WIOFISH_GRAPH_NODE
public static AnnotationBase getInstance()
public AnnotationBase WIOFISH_targetSpecies(String docID, String speciesURI)
public AnnotationBase WIOFISH_bycatchSpecies(String docID, String speciesURI)
public AnnotationBase WIOFISH_discardSpecies(String docID, String speciesURI)
public AnnotationBase WIOFISH_thretenedSpecies(String docID, String speciesURI)
public AnnotationBase WIOFISH_gear(String docID, String gearURI)
public AnnotationBase WIOFISH_status(String docID, String statusURI)
public AnnotationBase WIOFISH_sector(String docID, String sectorURI)
public AnnotationBase WIOFISH_seasonality(String docID, String seasonalityURI)
public AnnotationBase WIOFISH_management(String docID, String managemetURI)
public AnnotationBase WIOFISH_access_control(String docID, String access_control_uri)
public AnnotationBase WIOFISH_fishing_control(String docID, String fishing_control_uri)
public AnnotationBase WIOFISH_enforcement_method(String docID, String enforcement_method_uri)
public AnnotationBase WIOFISH_authority(String docID, String authorityURI)
public AnnotationBase WIOFISH_vessel(String docID, String vesselURI)
public AnnotationBase WIOFISH_country(String docID, String countryURI)
public AnnotationBase WIOFISH_financingManagement(String docID, String authorityURI)
public AnnotationBase WIOFISH_managementIndicator(String docID, String indicatorURI)
public AnnotationBase WIOFISH_representativesInDecisionMaking(String docID, String authorityURI)
public AnnotationBase WIOFISH_postHarvestProcessing(String docID, String processingURI)
public AnnotationBase WIOFISH_market(String docID, String marketURI)
public AnnotationBase WIOFISH_alternativeIncomeSource(String docID, String incomeSourceURI)
public AnnotationBase WIOFISH_ownershipOfAccessRight(String docID, String legalEntityURI)
public AnnotationBase WIOFISH_accessRightApplicant(String docID, String legalEntityURI)
public AnnotationBase WIOFISH_technologiesInUse(String docID, String technologyURI)
public AnnotationBase FIRMS_gear(String docID, String gearURI)
public AnnotationBase FIRMS_species(String docID, String speciesURI)
public AnnotationBase FIRMS_country(String docID, String countryURI)
public AnnotationBase FIRMS_management(String docID, String managementURI)
public AnnotationBase FIRMS_status(String docID, String statusURI)
public AnnotationBase FIRMS_year(String docID, String yearURI)
public AnnotationBase STATBASE_gear(String docID, String gearURI)
public AnnotationBase STATBASE_year(String docID, String yearURI)
public AnnotationBase STATBASE_species(String docID, String speciesURI)
public AnnotationBase STATBASE_country(String docID, String countryURI)
public AnnotationBase STATBASE_vessel(String docID, String vesselURI)
public AnnotationBase STATBASE_water_area(String docID, String waterAreaURI)
public AnnotationBase STATBASE_statistics(String docID, String statUri)
public AnnotationBase STATBASE_land_area(String docID, String landAreaURI)
public void toRemoteGraph(com.hp.hpl.jena.graph.Node graphNode)
throws FileNotFoundException
FileNotFoundExceptionpublic File dump(String filename) throws FileNotFoundException
FileNotFoundExceptionpublic String statPublicationPerAnnotation()
public String statPublicationPerAnnotation(String[] target, String lang)
public String statPublicationPerAnnotation(String target, String lang, String[] concept_filter)
public List<String> listDocumentsWithCoOccuringEntities(String referenceURI, String[] coOccurringEntitiesURIs)
public List<String> listEntitiesOfDocument(String documentURI, String annotationProperty)
public static void main(String[] args)
Copyright © 2015. All Rights Reserved.