mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-04-29 01:47:46 +02:00
Compare commits
9 Commits
5c06b7a5d7
...
94d736a291
Author | SHA1 | Date | |
---|---|---|---|
|
94d736a291 | ||
|
137a912d1a | ||
|
e29edbe213 | ||
|
f89996703d | ||
|
f64e611924 | ||
|
c967a11580 | ||
|
de9672efa1 | ||
|
146e1e7c0b | ||
|
0ec4da854a |
@ -106,10 +106,10 @@ is.coverage.geographicLevel,Geographic level,,Level of geographic focus or cover
|
||||
is.identifier.ID,ID,,Any ID associated with the item or resource,Use other elements for ISBN or DOI. Data element used by Evidensia,,GLOBAL,Form,single value only,ISEAL,free value,
|
||||
dcterms.isReplacedBy,Is replaced by another item or resource,,"A related resource that supplants, displaces, or supersedes the described resource",Normally a link to a later or improved resource,,GLOBAL,Status,single value only,dublin core,url,https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/isReplacedBy/
|
||||
is.identifier.isbn,ISBN,,International standard book number,,,GLOBAL,Form,single value only,ISEAL,free value,
|
||||
is.identifier.clause,ISEAL code clause number,,ISEAL code of practice specific clause(s) associated to the resource,Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.identifier.code,ISEAL code name,,ISEAL code(s) of practice associated to the resource,Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.identifier.clause,ISEAL Code clause number,,ISEAL Code of Practice specific clause(s) associated to the resource,Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.identifier.code,ISEAL Code name,,ISEAL Code of Practice associated to the resource,Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.delta.sustainIndicator,ISEAL Delta project sustainability indicator,,"Farm-level, outcome/impact indicators across the social, economic and environmental dimensions of sustainability",Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.contributor.member,ISEAL member contributor,mandatory,ISEAL member organization or scheme associatd to the resource ,Select from control list,,GLOBAL,Provenance,multi select from control list,ISEAL,controlled value,
|
||||
is.contributor.member,ISEAL Member contributor,mandatory,ISEAL Member organization or scheme associated to the resource ,Select from control list,,GLOBAL,Provenance,multi select from control list,ISEAL,controlled value,
|
||||
is.focus.strategyPillar,ISEAL strategic pillar,,,Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.focus.systemElement,ISEAL system element,,,Select from control list,,GLOBAL,Scope,multi select from control list,ISEAL,controlled value,
|
||||
is.journalName,Journal name,,Journal full name in its original language,Data element used by Evidensia,,GLOBAL,Provenance,single value only,ISEAL,free value,
|
||||
|
|
176
data/rdf/fsc.ttl
176
data/rdf/fsc.ttl
@ -2930,12 +2930,8 @@
|
||||
<https://iseal-community.github.io/iseal-core/fsc#Assurance> a owl:Class ;
|
||||
rdfs:subClassOf [ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-site> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_site_types> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-samplingsystem> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_sampling_system> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-stakeholdertype> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_stakeholder_types> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-stakeholderengagement> ;
|
||||
@ -2944,14 +2940,18 @@
|
||||
owl:maxQualifiedCardinality 1 ;
|
||||
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_type> ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-type> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-site> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_site_types> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-documentationcat> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_documentation_categories> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-stakeholdertype> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_stakeholder_types> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-samplingsystem> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_sampling_system> ],
|
||||
<https://iseal-community.github.io/iseal-core/fsc#FSC> ;
|
||||
skos:prefLabel "Assurance" .
|
||||
|
||||
@ -3029,26 +3029,6 @@
|
||||
|
||||
<https://iseal-community.github.io/iseal-core/fsc#Pesticides> a owl:Class ;
|
||||
rdfs:subClassOf [ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-challenge> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pesttype> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pest_type> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pestspecies> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativemethod> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_method> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativestrategy> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-biocontrolagent> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:maxQualifiedCardinality 1 ;
|
||||
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_type> ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativetype> ],
|
||||
@ -3056,13 +3036,33 @@
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativetrial> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_trial_status> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pestname> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pestspecies> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativestrategy> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pesttype> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pest_type> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-biocontrolagent> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativemethod> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_method> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-challenge> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-activeingredient> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_active_ingredient> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pestname> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
<https://iseal-community.github.io/iseal-core/fsc#FSC> ;
|
||||
skos:prefLabel "Pesticides" .
|
||||
|
||||
@ -3087,51 +3087,26 @@
|
||||
<https://iseal-community.github.io/iseal-core/fsc#Scope> a owl:Class ;
|
||||
rdfs:subClassOf [ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-outcome> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_outcomes_and_benefits> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-foresttype> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_type> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-highconservationval> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_high_conservation_values> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-political> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-fmcontrol> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_management_type_of_control> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-fmprinciple> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_management_principle> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-environmental> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestrysafeguard> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forestry_environmental_safeguards> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestproductidsys> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_products_identification_system> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-nonforestryservice> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_non-forestry_services_for_local_communities> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-subject> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-tenuremanagement> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_tenure_management> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestspecies> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_and_tree_species> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-harvestingtechnique> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_harvesting_techniques> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestzone> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_biome_/_zone> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-nonforestryactivity> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_non-forestry_activities> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-social> ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-economic> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
@ -3139,22 +3114,35 @@
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_monitoring_methods> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-tenuremanagement> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_tenure_management> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-wood-code> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_controlled_wood_code> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-social> ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-foresttype> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_type> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:maxQualifiedCardinality 1 ;
|
||||
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_scope_-_SLIMF_type> ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-scope> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-political> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-sustaindimension> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_sustainability_dimension> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-economic> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-outcome> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_outcomes_and_benefits> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-nonforestryactivity> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_non-forestry_activities> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestzone> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_biome_/_zone> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestspecies> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_and_tree_species> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-political> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
@ -3163,31 +3151,43 @@
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-tenureownership> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_tenure_ownership> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-wood-code> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_controlled_wood_code> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-economic> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-environmental> ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-highconservationval> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_high_conservation_values> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-nonforestryservice> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_non-forestry_services_for_local_communities> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-fmprinciple> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_management_principle> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-social> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-social> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-subject> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestproduct> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_products> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-economic> ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-fmcontrol> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_management_type_of_control> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-environmental> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-harvestingtechnique> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_harvesting_techniques> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:minQualifiedCardinality 1 ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestrysafeguard> ;
|
||||
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forestry_environmental_safeguards> ],
|
||||
[ a owl:Restriction ;
|
||||
owl:maxQualifiedCardinality 1 ;
|
||||
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_scope_-_SLIMF_type> ;
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-scope> ],
|
||||
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-environmental> ;
|
||||
owl:someValuesFrom xsd:string ],
|
||||
<https://iseal-community.github.io/iseal-core/fsc#FSC> ;
|
||||
skos:prefLabel "Scope" .
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: 'ISEAL member contributor'
|
||||
title: 'ISEAL Member contributor'
|
||||
field: 'is.contributor.member'
|
||||
slug: 'is-contributor-member'
|
||||
description: 'ISEAL member organization or scheme associatd to the resource '
|
||||
description: 'ISEAL Member organization or scheme associated to the resource '
|
||||
comment: 'Select from control list'
|
||||
required: True
|
||||
vocabulary: 'vocabulary.txt'
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: 'ISEAL code clause number'
|
||||
title: 'ISEAL Code clause number'
|
||||
field: 'is.identifier.clause'
|
||||
slug: 'is-identifier-clause'
|
||||
description: 'ISEAL code of practice specific clause(s) associated to the resource'
|
||||
description: 'ISEAL Code of Practice specific clause(s) associated to the resource'
|
||||
comment: 'Select from control list'
|
||||
required: False
|
||||
vocabulary: 'vocabulary.txt'
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: 'ISEAL code name'
|
||||
title: 'ISEAL Code name'
|
||||
field: 'is.identifier.code'
|
||||
slug: 'is-identifier-code'
|
||||
description: 'ISEAL code(s) of practice associated to the resource'
|
||||
description: 'ISEAL Code of Practice associated to the resource'
|
||||
comment: 'Select from control list'
|
||||
required: False
|
||||
vocabulary: 'vocabulary.txt'
|
||||
|
@ -5,6 +5,7 @@
|
||||
<link>https://iseal-community.github.io/iseal-core/categories/</link>
|
||||
<description>Recent content in Categories on ISEAL Core Metadata Set</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="https://iseal-community.github.io/iseal-core/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://iseal-community.github.io/iseal-core/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -33,7 +33,7 @@
|
||||
<a class="nav-link ms-3 my-1" href="#download">Download</a>
|
||||
<a class="nav-link ms-3 my-1" href="#feedback">Feedback</a>
|
||||
</nav>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core">Back to ISEAL Core</a>
|
||||
<a class="nav-link" href="https://iseal-community.github.io/iseal-core/">Back to ISEAL Core</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
@ -3120,7 +3120,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2521,13 +2521,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code name</span></th>
|
||||
<span><a href="#is-identifier-code"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code name</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code name</td>
|
||||
<td>ISEAL Code name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2536,7 +2536,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code(s) of practice associated to the resource</td>
|
||||
<td>ISEAL Code of Practice associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -8096,12 +8096,12 @@
|
||||
|
||||
<h2 id="schema-extensions">Schema Extensions</h2>
|
||||
<ul>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core/fsc">Forest Stewardship Council</a></li>
|
||||
<li><a href="https://iseal-community.github.io/iseal-core//fsc">Forest Stewardship Council</a></li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>The ISEAL Core Metadata Set and FSC extension were compiled by Peter Ballantyne drawing on reviews of information systems and conversations with individuals in several organizations, notably FSC and ISEAL. The metadata were reviewed, improved and published on GitHub by Alan Orth and Marie-Angelique Laporte. Elizabeth Kennedy oversaw the data implementations and Julie Smith provided overall project management. For more information about the development of these resources please see <a href="https://www.isealalliance.org/isealcoremetadata">https://www.isealalliance.org/isealcoremetadata</a>.</p>
|
||||
<h2 id="feedback">Feedback</h2>
|
||||
<p>If you have questions/comments please contact Elizabeth Kennedy (elizabeth@isealalliance.org).</p>
|
||||
<p>If you have questions/comments please contact Tim May (tim@isealalliance.org).</p>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
@ -8110,7 +8110,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Oct 21, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Friday, Mar 22, 2024</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.104.3" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.124.1">
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -1990,7 +1990,7 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL member contributor</span><div class="badge-required">
|
||||
<span><a href="#is-contributor-member"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Member contributor</span><div class="badge-required">
|
||||
<span class="badge align-middle">Required</span>
|
||||
</div></th>
|
||||
</tr>
|
||||
@ -1998,7 +1998,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL member contributor</td>
|
||||
<td>ISEAL Member contributor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2007,7 +2007,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL member organization or scheme associatd to the resource</td>
|
||||
<td>ISEAL Member organization or scheme associated to the resource</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@ -2465,13 +2465,13 @@
|
||||
<tr class="table-secondary">
|
||||
<th colspan="2">
|
||||
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL code clause number</span></th>
|
||||
<span><a href="#is-identifier-clause"><img src="https://iseal-community.github.io/iseal-core/icons/link-45deg.8b7279600ac3e9d69218fbeba3bc17a9a2a41c771fd5d80540655c6c99b0a41d.svg"></a> ISEAL Code clause number</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Label</td>
|
||||
<td>ISEAL code clause number</td>
|
||||
<td>ISEAL Code clause number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-2 field-name">Module</td>
|
||||
@ -2480,7 +2480,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="col-2 field-name">Definition</td>
|
||||
<td>ISEAL code of practice specific clause(s) associated to the resource</td>
|
||||
<td>ISEAL Code of Practice specific clause(s) associated to the resource</td>
|
||||
</ |