Compare commits

...

4 Commits

Author SHA1 Message Date
ISEALElizabeth
61ca7f2645 Automated commit with site updates 2022-03-14 18:27:01 +00:00
ISEALElizabeth
004341feab Automated commit with RDF updates 2022-03-14 18:26:55 +00:00
ISEALElizabeth
70dc85fad2
Merge pull request #17 from ISEAL-Community/site-credits
site: add credits section
2022-03-14 14:25:42 -04:00
1a437ec408
site: add credits section 2022-03-01 21:24:38 +03:00
214 changed files with 1285 additions and 814 deletions

View File

@ -2872,13 +2872,13 @@
<https://iseal-community.github.io/iseal-core/fsc#Certificate> a owl:Class ; <https://iseal-community.github.io/iseal-core/fsc#Certificate> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_certificate_category> ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-certificate-category> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_certificate_type> ; owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_certificate_type> ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-certificate-type> ], owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-certificate-type> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_certificate_category> ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-certificate-category> ],
<https://iseal-community.github.io/iseal-core/fsc#FSC> ; <https://iseal-community.github.io/iseal-core/fsc#FSC> ;
skos:prefLabel "Certificate" . skos:prefLabel "Certificate" .
@ -2929,29 +2929,29 @@
<https://iseal-community.github.io/iseal-core/fsc#Assurance> a owl:Class ; <https://iseal-community.github.io/iseal-core/fsc#Assurance> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
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:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-stakeholderengagement> ; 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_stakeholder_engagement_types> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_site_types> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-stakeholdertype> ; 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:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_stakeholder_types> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-site> ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-stakeholderengagement> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_site_types> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_stakeholder_engagement_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> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-documentationcat> ; 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> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_documentation_categories> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-audit-samplingsystem> ; owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_audit_type> ;
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-type> ],
<https://iseal-community.github.io/iseal-core/fsc#FSC> ; <https://iseal-community.github.io/iseal-core/fsc#FSC> ;
skos:prefLabel "Assurance" . skos:prefLabel "Assurance" .
@ -3029,6 +3029,9 @@
<https://iseal-community.github.io/iseal-core/fsc#Pesticides> a owl:Class ; <https://iseal-community.github.io/iseal-core/fsc#Pesticides> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; 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:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-activeingredient> ; 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> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_active_ingredient> ],
@ -3040,10 +3043,7 @@
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativemethod> ; 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> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_method> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pestname> ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-biocontrolagent> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-challenge> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativestrategy> ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativestrategy> ;
@ -3052,6 +3052,9 @@
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-alternativetrial> ; 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> ], 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 ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_type> ; owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_Pesticide_alternatives_type> ;
@ -3060,9 +3063,6 @@
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#is-pesticide-pesttype> ; 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> ], 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 ],
<https://iseal-community.github.io/iseal-core/fsc#FSC> ; <https://iseal-community.github.io/iseal-core/fsc#FSC> ;
skos:prefLabel "Pesticides" . skos:prefLabel "Pesticides" .
@ -3087,107 +3087,107 @@
<https://iseal-community.github.io/iseal-core/fsc#Scope> a owl:Class ; <https://iseal-community.github.io/iseal-core/fsc#Scope> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-sustaindimension> ; 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_sustainability_dimension> ], 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 ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_scope_-_SLIMF_type> ; 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-focus-scope> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-social> ; 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: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-topic-social> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-environmental> ;
owl:someValuesFrom xsd:string ],
[ 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-fmprinciple> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_management_principle> ],
[ 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-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-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-forestzone> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_biome_/_zone> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-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: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> ],
[ 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-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-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-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-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-topic-environmental> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-tenureownership> ; 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> ], 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-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-topic-political> ;
owl:someValuesFrom xsd:string ],
[ 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-issue-environmental> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-political> ;
owl:someValuesFrom xsd:string ],
[ 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:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-economic> ;
owl:someValuesFrom xsd:string ],
[ 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 ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-wood-code> ; 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:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_controlled_wood_code> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-economic> ;
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:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-subject> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ 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> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-economic> ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-economic> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ 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: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-forestspecies> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_and_tree_species> ],
[ 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> ],
[ 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-fmprinciple> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_management_principle> ],
[ 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> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestmonitoring> ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-focus-forestmonitoring> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_monitoring_methods> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core/fsc#VOCAB_FSC_forest_monitoring_methods> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-topic-social> ; owl:onProperty <https://iseal-community.github.io/iseal-core/fsc#fsc-issue-social> ;
owl:someValuesFrom xsd:string ], 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> ],
<https://iseal-community.github.io/iseal-core/fsc#FSC> ; <https://iseal-community.github.io/iseal-core/fsc#FSC> ;
skos:prefLabel "Scope" . skos:prefLabel "Scope" .

View File

@ -10074,28 +10074,28 @@
<https://iseal-community.github.io/iseal-core#Coverage> a owl:Class ; <https://iseal-community.github.io/iseal-core#Coverage> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-region> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Region_name> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-longitude> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-latitude> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-place> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-country> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-country> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Country_name> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Country_name> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-place> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-region> ; owl:someValuesFrom xsd:string ],
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Region_name> ], [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-longitude> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-countryalpha2> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-countryalpha2> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Country_ISO_code> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Country_ISO_code> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-coverage-latitude> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Geographic_level> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Geographic_level> ;
@ -10133,28 +10133,24 @@
<https://iseal-community.github.io/iseal-core#Certificate> a owl:Class ; <https://iseal-community.github.io/iseal-core#Certificate> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-firststartdate> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-duration> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-id> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-id> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-firststartdate> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-duration> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-scope> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_ownership_type> ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-ownership> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-licensecode> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-enddate> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-startdate> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_status> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_status> ;
@ -10163,31 +10159,59 @@
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_type> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_type> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-type> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-type> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-licensecode> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-scope> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_coverage_type> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_coverage_type> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-locations> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-locations> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-startdate> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_license_status> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_license_status> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-licensestatus> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-licensestatus> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-enddate> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_ownership_type> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-ownership> ],
<https://iseal-community.github.io/iseal-core#CERTIFICATION>, <https://iseal-community.github.io/iseal-core#CERTIFICATION>,
<https://iseal-community.github.io/iseal-core#VOCAB_Type> ; <https://iseal-community.github.io/iseal-core#VOCAB_Type> ;
skos:prefLabel "Certificate" . skos:prefLabel "Certificate" .
<https://iseal-community.github.io/iseal-core#Certified_Resource_or_Site> a owl:Class ; <https://iseal-community.github.io/iseal-core#Certified_Resource_or_Site> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-sites> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-analysisarea> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-restorationsetaside> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-restorationsetaside> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-area> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certified_site_latitude_and_longitude_location_coordinates_detail> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-coorddetail> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-naturalsetaside> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-productionarea> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10200,18 +10224,6 @@
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-long> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-long> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certified_site_latitude_and_longitude_location_coordinates_detail> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-coorddetail> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-area> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certificate-sites> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10220,18 +10232,6 @@
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-lat> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-lat> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-naturalsetaside> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-analysisarea> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedsite-productionarea> ],
<https://iseal-community.github.io/iseal-core#CERTIFICATION> ; <https://iseal-community.github.io/iseal-core#CERTIFICATION> ;
skos:prefLabel "Certified Resource or Site" . skos:prefLabel "Certified Resource or Site" .
@ -10246,25 +10246,25 @@
<https://iseal-community.github.io/iseal-core#Certificate_Holder,_Owner_or_Certified_organization> a owl:Class ; <https://iseal-community.github.io/iseal-core#Certificate_Holder,_Owner_or_Certified_organization> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-addresslat> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-name> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-gln> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-gln> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:float ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_holder_role> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-phonenumber> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-role> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-postcode> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-city> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:float ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-phonecountrycode> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-streetname> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10273,34 +10273,34 @@
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-email> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-email> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-addresslat> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-postcode> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_holder_address_country> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-country> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:float ; owl:onDataRange xsd:float ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-phonecountrycode> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-phonenumber> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_holder_role> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-role> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-addresslong> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-name> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-city> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-streetname> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-url> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-url> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certificate_holder_address_country> ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-country> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifiedorganization-addresslong> ],
<https://iseal-community.github.io/iseal-core#CERTIFICATION> ; <https://iseal-community.github.io/iseal-core#CERTIFICATION> ;
skos:prefLabel "Certificate Holder, Owner or Certified organization" . skos:prefLabel "Certificate Holder, Owner or Certified organization" .
@ -10309,12 +10309,16 @@
<https://iseal-community.github.io/iseal-core#Provenance> a owl:Class ; <https://iseal-community.github.io/iseal-core#Provenance> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-publisher> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-organization-bluenumber> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-alternative> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-item-publicationplace> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contributor-member> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_member_contributor> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contributor-fundertype> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-contributor-fundertype> ;
@ -10322,23 +10326,16 @@
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-item-publicationplace> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-ispartof> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-author-orcid> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-organization-ror> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-organization-ror> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dc-contributor-author> ; owl:onProperty <https://iseal-community.github.io/iseal-core#dc-contributor-author> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contributor-funder> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dc-title> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-author-orcid> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10346,22 +10343,25 @@
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contact-email> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dc-title> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-ispartof> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contributor-member> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_member_contributor> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-organization-bluenumber> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contact-name> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-contact-name> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contributor-funder> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-publisher> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-alternative> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-contact-email> ],
<https://iseal-community.github.io/iseal-core#GLOBAL> ; <https://iseal-community.github.io/iseal-core#GLOBAL> ;
skos:prefLabel "Provenance" . skos:prefLabel "Provenance" .
@ -10370,35 +10370,29 @@
<https://iseal-community.github.io/iseal-core#Scope> a owl:Class ; <https://iseal-community.github.io/iseal-core#Scope> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sustainissue> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_issue> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-standardcode> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-strategypillar> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-strategypillar> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_strategic_pillar> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_strategic_pillar> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-gtin> ; owl:minQualifiedCardinality 1 ;
owl:someValuesFrom xsd:string ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-schemename> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_scheme_name> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-systemelement> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-systemelement> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_system_element> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_system_element> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-schemetype> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sdg> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_scheme_type> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_SDG_focus> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-code> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-delta-sustainindicator> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_code_name> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_Delta_project_sustainability_indicator> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sustainlens> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-clause> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_cross-cutting_lens> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_code_clause_number> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sectors> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sectors> ;
@ -10409,61 +10403,68 @@
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_dimension> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_dimension> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sdg> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sustainlens> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_SDG_focus> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_cross-cutting_lens> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-products> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Product_focus> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-schemename> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_scheme_name> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-subject> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sustainoutcome> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sustainoutcome> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_outcome> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_outcome> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-standardcode> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-clause> ; owl:someValuesFrom xsd:string ],
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_code_clause_number> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-delta-sustainindicator> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-schemetype> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_Delta_project_sustainability_indicator> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_scheme_type> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-sustainissue> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Sustainability_issue> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-subject> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-gtin> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-code> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_code_name> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-focus-products> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Product_focus> ],
<https://iseal-community.github.io/iseal-core#GLOBAL> ; <https://iseal-community.github.io/iseal-core#GLOBAL> ;
skos:prefLabel "Scope" . skos:prefLabel "Scope" .
<https://iseal-community.github.io/iseal-core#Status> a owl:Class ; <https://iseal-community.github.io/iseal-core#Status> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-dateofversion1> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-valid> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Peer_review_status> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Peer_review_status> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-item-reviewstatus> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-item-reviewstatus> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-dateofversion> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-modified> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-datereviewed> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-daterevised> ;
owl:someValuesFrom xsd:date ], owl:someValuesFrom xsd:date ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-extent-edition> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-extent-edition> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-daterevised> ;
owl:someValuesFrom xsd:date ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-dateofversion1> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dc-date-accessioned> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dc-date-available> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Status> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Status> ;
@ -10471,15 +10472,7 @@
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-created> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dc-date-available> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-valid> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-issued> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Standard_status> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Standard_status> ;
@ -10491,7 +10484,14 @@
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-modified> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-created> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-dateofversion> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-datereviewed> ;
owl:someValuesFrom xsd:date ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10499,81 +10499,81 @@
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-datesubmitted> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-issued> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dc-date-accessioned> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-datesubmitted> ],
<https://iseal-community.github.io/iseal-core#GLOBAL> ; <https://iseal-community.github.io/iseal-core#GLOBAL> ;
skos:prefLabel "Status" . skos:prefLabel "Status" .
<https://iseal-community.github.io/iseal-core#Evaluation> a owl:Class ; <https://iseal-community.github.io/iseal-core#Evaluation> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_author_directionality> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-authordirectionality> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-scope> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-scope> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evidence_type_or_category> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidencetype> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_outcome_identified?> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_outcome_identified?> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-outcome> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-outcome> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_counterfactuals> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_data/evidence_collection_method> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-counterfacts> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-collection> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-recommendations> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-findings> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_comparison> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_data_source> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-comparison> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-datasource> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evidence_resource_type> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidencesummary> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidenceresourcetype> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_statistical_significance> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_statistical_significance> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-significance> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-significance> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evidence_resource_subtype> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_author_directionality> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidencesubtype> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-authordirectionality> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_no_difference_directionality> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evidence_type_or_category> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-nodifferencedirectionality> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidencetype> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_counterfactuals> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-counterfacts> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-test> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-test> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_data/evidence_collection_method> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-collection> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evidence_resource_type> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidenceresourcetype> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-notes> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-findings> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-quotes> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-quotes> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_data_source> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_comparison> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-datasource> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-comparison> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-notes> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidencesummary> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evaluation_no_difference_directionality> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-nodifferencedirectionality> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evaluation-recommendations> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Evidence_resource_subtype> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-evidencesubtype> ],
<https://iseal-community.github.io/iseal-core#IMPACT> ; <https://iseal-community.github.io/iseal-core#IMPACT> ;
skos:prefLabel "Evaluation" . skos:prefLabel "Evaluation" .
@ -10588,71 +10588,47 @@
<https://iseal-community.github.io/iseal-core#Assurance> a owl:Class ; <https://iseal-community.github.io/iseal-core#Assurance> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accreditation_status> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditationstatus> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_address_country> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-country> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_ASI_accreditation_code> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-asicode> ],
[ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-schemeaccredited> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-schemeaccredited> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_program_or_scheme_accredited_for> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_program_or_scheme_accredited_for> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-standardaccredited> ;
owl:onDataRange xsd:string ; owl:someValuesFrom xsd:string ],
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-addresslong> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-city> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:float ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-phonenumber> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-addresslat> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-url> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-url> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditationenddate> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-email> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-city> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-standardcertified> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditedgeoscope> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditedgeoscope> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accredited_geographic_scope> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accredited_geographic_scope> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_ASI_accreditation_code> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-asicode> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-postcode> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-email> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:minQualifiedCardinality 1 ; owl:minQualifiedCardinality 1 ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditedtechscope> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditedtechscope> ;
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accredited_technical_scope> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accredited_technical_scope> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_name> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-name> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-standardcertified> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-standardaccredited> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:date ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditationenddate> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditationstartdate> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10663,12 +10639,36 @@
owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accredited_technical_scope_type> ], owl:someValuesFrom <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accredited_technical_scope_type> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:date ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditationstartdate> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-postcode> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:float ; owl:onDataRange xsd:float ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-phonecountrycode> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-phonecountrycode> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-addresslat> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-addresslong> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_accreditation_status> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-accreditationstatus> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_address_country> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-country> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Certifying_body_name> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-name> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:float ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-certifyingbody-phonenumber> ],
<https://iseal-community.github.io/iseal-core#CERTIFICATION>, <https://iseal-community.github.io/iseal-core#CERTIFICATION>,
<https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_code_name> ; <https://iseal-community.github.io/iseal-core#VOCAB_ISEAL_code_name> ;
skos:prefLabel "Assurance" . skos:prefLabel "Assurance" .
@ -10681,21 +10681,51 @@
<https://iseal-community.github.io/iseal-core#Form> a owl:Class ; <https://iseal-community.github.io/iseal-core#Form> a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dc-identifier-uri> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Audience> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-audience> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Language_ISO_code> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Language_ISO_code> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-language> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-language> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Usage_rights_license> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Language_name> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-license> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-language> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dc-identifier-uri> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-id> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-description> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-extent> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Access_rights> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-accessrights> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-bibliographiccitation> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-link-image> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-rightsholder> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-link-url> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Audience> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-audience> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
@ -10707,64 +10737,34 @@
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-extent-pages> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-extent-number> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-bibliographiccitation> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Language_name> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-language> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-abstract> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Availability> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-availability-fulltext> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Format> ; owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Format> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-format> ], owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-format> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Usage_rights_license> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-license> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-extent> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-extent-pages> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Availability> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-availability-fulltext> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-abstract> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ; owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ; owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-isbn> ], owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-isbn> ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-link-image> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onClass <https://iseal-community.github.io/iseal-core#VOCAB_Access_rights> ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-accessrights> ],
[ a owl:Restriction ; [ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-doi> ; owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-doi> ;
owl:someValuesFrom xsd:string ], owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-link-url> ;
owl:someValuesFrom xsd:string ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-identifier-id> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-rightsholder> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#dcterms-description> ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string ;
owl:onProperty <https://iseal-community.github.io/iseal-core#is-extent-number> ],
<https://iseal-community.github.io/iseal-core#GLOBAL> ; <https://iseal-community.github.io/iseal-core#GLOBAL> ;
skos:prefLabel "Form" . skos:prefLabel "Form" .

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set | FSC Schema Extension</title> <title>ISEAL Core Metadata Set | FSC Schema Extension</title>
@ -3120,7 +3120,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.2" /> <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.94.2" />
<title>ISEAL Core Metadata Set</title> <title>ISEAL Core Metadata Set</title>
@ -39,6 +39,7 @@
</nav> </nav>
<a class="nav-link" href="#download">Download</a> <a class="nav-link" href="#download">Download</a>
<a class="nav-link" href="#schema-extensions">Schema Extensions</a> <a class="nav-link" href="#schema-extensions">Schema Extensions</a>
<a class="nav-link" href="#credits">Credits</a>
<a class="nav-link" href="#feedback">Feedback</a> <a class="nav-link" href="#feedback">Feedback</a>
</nav> </nav>
</nav> </nav>
@ -8097,6 +8098,8 @@
<ul> <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> </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.</p>
<h2 id="feedback">Feedback</h2> <h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p> <p>If you have questions/comments please contact ____.</p>
</main> </main>
@ -8107,7 +8110,7 @@
<footer class="footer mt-auto"> <footer class="footer mt-auto">
<div class="container"> <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 Monday, Feb 28, 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 Monday, Mar 14, 2022</span> <a href="#">Back to top</a></span></p>
</div> </div>
</footer> </footer>

Some files were not shown because too many files have changed in this diff Show More