Topics and Regions
Land Portal Foundation administrative account
Details
Location
Contributions
Displaying 1 - 10 of 6947Linking open data for land rights
700+ indicadores
Dados estatísticos agregados por provedores confiáveis
66.000+ recursos
Biblioteca de publicações de acesso aberto
Junte-se a nós
Para contribuir com conteúdo e assinar ao nosso boletim de notícias!
Premier site internet de partage d'informations, ressources, innovations et contacts sur les questions foncières
700+ indicateurs
Données statistiques agrégées par des par des fournisseurs officiels
66,000+ ressources
Bibliothèque de publications de données ouvertes
Soyez des nôtres
Inscrivez-vous pour contribuer du contenu et abonnez-vous au bulletin d'information!
Data Model for Land Portal (exposed as LOD)
Introduction
The model is designed on top of the following existing vocabularies:
- Dublin Core for properties common to most resources
- The Bibliographic Ontology for more specialized properties for bibliographic resources
- The FOAF vocabulary for properties of entities like persons and organizations
- The Schema.org vocabulary for properties of all relevant entities (creative works, persons, organizations, events, places)
- The SKOS vocabulary for all related concepts
The result is in line with the recommendations of the AIMS LODE-BD (Recommendations for LOD-enabled Bibliographic Description).
Table 1. Namespaces used in the Land Library RDF data model
Prefix | Namespace |
---|---|
bibo | http://purl.org/ontology/bibo/ |
dc | http://purl.org/dc/elements/1.1/ |
dct | http://purl.org/dc/terms/ |
edm | http://www.europeana.eu/schemas/edm/ |
foaf | http://xmlns.com/foaf/0.1/ |
geonames | http://www.geonames.org/ontology# |
odrl | http://www.w3.org/ns/odrl/2/ |
org | http://www.w3.org/ns/org# |
owl | http://www.w3.org/2002/07/owl# |
prov | http://www.w3.org/ns/prov# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
rdfs | http://www.w3.org/2000/01/rdf-schema# |
schema | http://schema.org/ |
skos | http://www.w3.org/2004/02/skos/core# |
Data Model Entities and properties
This is the list of all the data model entities:
- Land Library Resource
- News
- Blog Post
- Event
- Organization
- Organization Type
- Person
- Region (Country, Continent/Subcontinent)
- LandVoc Theme
- LandVoc Concept
- Land Library Resource Type
- Language
- License
- Profile (of a person)
- Project
Entity: Land Library Resource
RDF types:
dct:BibliographicResource, bibo:Document, schema:CreativeWork, prov:Entity, edm:ProvidedCHO
URI pattern:
http://data.landportal.info/library/resource/{UUID}
Values: Content Type: Land Library Resource
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:name | literal |
Subtitle | dct:alternative | literal |
Abstract or Description | dct:description, schema:description, bibo:abstract | literal |
Author(s), editor(s), contributor(s) | dc:contributor | literal |
Corporate Author | dct:creator, schema:author | resource (Entity: Organization) |
Resource Type | dct:type | resource (Entity: Land Library Resource Type) |
Date of publication | dct:issued, schema:datePublished | literal (xsd:date) |
Language | dct:language | resource (Entity: Language) |
Publisher | dct:publisher, schema:publisher | resource (Entity: Organization) |
Data Provider | prov:wasDerivedFrom, schema:provider, edm:dataProvider | resource (Entity: Organization) |
Pages | dct:extent | literal |
Duration | dct:extent, schema:duration | literal |
ISBN / Resource ID | dct:identifier | literal |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Originally publish at | schema:url, bibo:uri, edm:isShownAt | resource |
Resource URL | schema:url, bibo:uri, edm:isShownBy | resource |
Attached file | schema:url, bibo:uri, edm:isShownBy | resource |
Image/Thumbnail | schema:image, schema:thumbnailUrl | resource |
License | dct:license, schema:license | resource (Entity: License) |
Copyright details | dc:rights | literal |
Entity: News
RDF types:
schema:NewsArticle
URI pattern:
http://data.landportal.info/news/{UUID}
Values: Content Type: News
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:headline | literal |
Author(s) | dc:creator, schema:author | literal |
Date of publication | dct:issued, schema:datePublished | literal (xsd:date) |
Language | dct:language, schema:inLanguage | resource (Entity: Language) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Source | dct:source, schema:citation | resource |
Attached file | dct:references | resource |
Image/Thumbnail | schema:image, schema:thumbnailUrl | resource |
Entity: Blog Post
RDF types:
schema:BlogPosting, sioc:Post, foaf:Document
URI pattern:
http://data.landportal.info/blog-post/{UUID}
Values: Content Type: Blog Post
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:headline | literal |
Body | schema:articleBody | literal |
Author | sioc:has_creator | resource (Entity: Person) |
Date of publication | dc:date, dc:created | literal (xsd:dateTime) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Image/Thumbnail |
schema:image, schema:thumbnailUrl, schema:sharedContent |
resource |
Entity: Event
RDF types:
schema:Event
URI pattern:
http://data.landportal.info/event/{UUID}
Values: Content Type: Event
Properties | RDF predicates | Predicate type (details |
---|---|---|
Name | dct:title, schema:name | literal |
Body | dct:description, schema:description | literal |
Start date | dct:date, schema:startDate | literal (xsd:date) |
Image | schema:image | resource |
Attached file | dct:references | resource |
Contact / Event organiser | schema:organizer | literal |
More information (Webpages) | schema:url | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related Concepts | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Organization
RDF types:
foaf:Organization, schema:Organization, prov:Entity, org:Organization
URI pattern:
http://data.landportal.info/organization/{UUID}
Values: Content Type: Organization
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Name | dct:title, rdfs:label, schema:name, foaf:name | literal |
Description | dct:description, schema:description | literal |
Acronym | dct:identifier, org:identifier | literal |
Logo | schema:image | resource |
Website | schema:url, foaf:homepage | resource |
Focal point | ||
Phone number | ||
Postal address | schema:address | literal |
Location | - | - |
Affiliated organization | - | resource (Entity: Organization) |
Members | schema:member | literal |
Working languages | lingvo:workingLanguage | resource (Entity: Language) |
Attached file | dct:references | resource |
Organization Type | dct:type | resource (Entity: Organization Type)) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Organization Type
RDF types:
skos:Concept
Values: Taxonomy: Organization types
Properties | RDF predicates | Predicate type |
---|---|---|
Name | rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Synonym | skos:AltLabel | literal |
Parent (Organization Type) | skos:broader | resource |
Entity: Person
RDF classes:
sioc:UserAccount
Properties | RDF predicates | Predicate type |
---|---|---|
Name | foaf:name | literal |
Entity: Region
It could be a country or a continent/subcontinent
Entity: Country
RDF types:
skos:Concept, schema:Place, dct:Location, geonames:Feature,lb:Country
URI pattern:
http://data.landportal.info/geo/{ISO 3166-1 alpha-3 code (aka ISO3)}
Graph (SPARQL):
http://countries.landportal.info
Values: Subset of Taxonomy: Regions
Properties | RDF predicates | Predicate type |
---|---|---|
Name | literal | |
ISO 3166-1 alpha-3 code (aka ISO3) | literal | |
Entity: Continent/SubContinent
RDF types:
skos:Concept, schema:Place, dct:Location, geonames:Feature
URI pattern:
http://data.landportal.info/geo/{Area code (UN M.49)}
Graph (SPARQL):
http://regions.landportal.info
Values: Subset of Taxonomy: Regions
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, dct:title, rdfs:label | literal |
Description | skos:definition, dct:description, rdfs:comment | literal |
Area code (UN M.49) | dct:identifier, skos:notation | literal |
Synonyms | skos:altLabel | literal |
Parent region | skos:broader | resource (Entity: Region) |
Entity: LandVoc Theme
RDF types:
skos:Concept
URI pattern:
http://data.landportal.info/voc/landvoc/theme/{theme-ID}
Values: Taxonomy: LandVoc Theme
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
ID | skos:notation | literal |
Synonym | skos:altLabel | literal |
Image | schema:image | resource |
Related LandVoc concepts | skos:related | resource (Entity: LandVoc Concept) |
Entity: LandVoc Concept (Curated)
RDF types:
skos:Concept
URI pattern:
Agrovoc URI
Values: Taxonomy: LandVoc Concepts
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel | literal (with lang) |
Entity: LandVoc Concept (Drupal Raw)
RDF types:
skos:Concept
URI pattern:
Agrovoc URI
Values: Taxonomy: LandVoc Concepts
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
Synonym | skos:altLabel | literal |
Agrovoc URI | skos:exactMatch, owl:sameAs | resource |
Entity: Land Library Resource Type
RDF types:
skos:Concept
Values: Taxonomy: Land Library Resource Types
Properties | RDF predicates | Predicate type |
---|---|---|
Name | rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Synonym | skos:AltLabel | literal |
Parent (LL Resource Type) | skos:broader | resource |
Entity: Language
RDF types:
skos:Concept, lvont:Language
URI pattern:
http://data.landportal.info/voc/language/{ISO 639-1 code}
Values: Taxonomy: Languages
Properties | RDF predicates | Predicate type |
---|---|---|
Name | dct:title, rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Language code (ISO 639-1) | lvont:iso639P1Code | literal |
Language code (ISO 639-3) | lvont:iso639P3Code | literal |
Entity: License
RDF types:
skos:Concept, odrl:Policy
URI pattern:
RDFLicense URI
Values: Taxonomy: Licenses
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
Acronym | skos:notation, dct:identifier | literal |
Synonym | skos:altLabel | literal |
RDFLicense URI | skos:exactMatch, owl:sameAs | resource |
Entity: Profile
RDF types:
foaf:Person
URI pattern:
https://landportal.org/users/{username}
Values: People
Properties | RDF predicates | Predicate type |
---|---|---|
Title | foaf:title | literal |
First Name | foaf:firstName | literal |
Last Name | foaf:lastName | literal |
Description | dct:description, vivo:overview | literal |
Picture | foaf:depiction, schema:image | resource |
Public email | foaf:mbox | literal |
Website | foaf:homepage | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Project
RDF types:
foaf:Project
URI pattern:
http://data.landportal.info/project/{UUID}
Values: Content Type: Project
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Name | dct:title, rdfs:label, schema:name, foaf:name | literal |
Description | dct:description, schema:description | literal |
ID | dct:identifier | literal |
Acronym | - | literal |
Logo | schema:image | resource |
Extension | - | - |
Project value | - | literal |
Contact information | schema:contactPoint | literal |
Websites of the project | schema:url, foaf:homepage | resource |
Donors | - | resource (Entity: Organization) |
Implementers | - | resource (Entity: Organization) |
Associated staff | - | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Data Provider | schema:provider | resource (Entity: Organization) |
Data Model for Land Portal (exposed as LOD)
Introduction
The model is designed on top of the following existing vocabularies:
- Dublin Core for properties common to most resources
- The Bibliographic Ontology for more specialized properties for bibliographic resources
- The FOAF vocabulary for properties of entities like persons and organizations
- The Schema.org vocabulary for properties of all relevant entities (creative works, persons, organizations, events, places)
- The SKOS vocabulary for all related concepts
The result is in line with the recommendations of the AIMS LODE-BD (Recommendations for LOD-enabled Bibliographic Description).
Table 1. Namespaces used in the Land Library RDF data model
Prefix | Namespace |
---|---|
bibo | http://purl.org/ontology/bibo/ |
dc | http://purl.org/dc/elements/1.1/ |
dct | http://purl.org/dc/terms/ |
edm | http://www.europeana.eu/schemas/edm/ |
foaf | http://xmlns.com/foaf/0.1/ |
geonames | http://www.geonames.org/ontology# |
odrl | http://www.w3.org/ns/odrl/2/ |
org | http://www.w3.org/ns/org# |
owl | http://www.w3.org/2002/07/owl# |
prov | http://www.w3.org/ns/prov# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
rdfs | http://www.w3.org/2000/01/rdf-schema# |
schema | http://schema.org/ |
skos | http://www.w3.org/2004/02/skos/core# |
Data Model Entities and properties
This is the list of all the data model entities:
- Land Library Resource
- News
- Blog Post
- Event
- Organization
- Organization Type
- Person
- Region (Country, Continent/Subcontinent)
- LandVoc Theme
- LandVoc Concept
- Land Library Resource Type
- Language
- License
- Profile (of a person)
- Project
Entity: Land Library Resource
RDF types:
dct:BibliographicResource, bibo:Document, schema:CreativeWork, prov:Entity, edm:ProvidedCHO
URI pattern:
http://data.landportal.info/library/resource/{UUID}
Values: Content Type: Land Library Resource
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:name | literal |
Subtitle | dct:alternative | literal |
Abstract or Description | dct:description, schema:description, bibo:abstract | literal |
Author(s), editor(s), contributor(s) | dc:contributor | literal |
Corporate Author | dct:creator, schema:author | resource (Entity: Organization) |
Resource Type | dct:type | resource (Entity: Land Library Resource Type) |
Date of publication | dct:issued, schema:datePublished | literal (xsd:date) |
Language | dct:language | resource (Entity: Language) |
Publisher | dct:publisher, schema:publisher | resource (Entity: Organization) |
Data Provider | prov:wasDerivedFrom, schema:provider, edm:dataProvider | resource (Entity: Organization) |
Pages | dct:extent | literal |
Duration | dct:extent, schema:duration | literal |
ISBN / Resource ID | dct:identifier | literal |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Originally publish at | schema:url, bibo:uri, edm:isShownAt | resource |
Resource URL | schema:url, bibo:uri, edm:isShownBy | resource |
Attached file | schema:url, bibo:uri, edm:isShownBy | resource |
Image/Thumbnail | schema:image, schema:thumbnailUrl | resource |
License | dct:license, schema:license | resource (Entity: License) |
Copyright details | dc:rights | literal |
Entity: News
RDF types:
schema:NewsArticle
URI pattern:
http://data.landportal.info/news/{UUID}
Values: Content Type: News
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:headline | literal |
Author(s) | dc:creator, schema:author | literal |
Date of publication | dct:issued, schema:datePublished | literal (xsd:date) |
Language | dct:language, schema:inLanguage | resource (Entity: Language) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Source | dct:source, schema:citation | resource |
Attached file | dct:references | resource |
Image/Thumbnail | schema:image, schema:thumbnailUrl | resource |
Entity: Blog Post
RDF types:
schema:BlogPosting, sioc:Post, foaf:Document
URI pattern:
http://data.landportal.info/blog-post/{UUID}
Values: Content Type: Blog Post
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:headline | literal |
Body | schema:articleBody | literal |
Author | sioc:has_creator | resource (Entity: Person) |
Date of publication | dc:date, dc:created | literal (xsd:dateTime) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Image/Thumbnail |
schema:image, schema:thumbnailUrl, schema:sharedContent |
resource |
Entity: Event
RDF types:
schema:Event
URI pattern:
http://data.landportal.info/event/{UUID}
Values: Content Type: Event
Properties | RDF predicates | Predicate type (details |
---|---|---|
Name | dct:title, schema:name | literal |
Body | dct:description, schema:description | literal |
Start date | dct:date, schema:startDate | literal (xsd:date) |
Image | schema:image | resource |
Attached file | dct:references | resource |
Contact / Event organiser | schema:organizer | literal |
More information (Webpages) | schema:url | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related Concepts | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Organization
RDF types:
foaf:Organization, schema:Organization, prov:Entity, org:Organization
URI pattern:
http://data.landportal.info/organization/{UUID}
Values: Content Type: Organization
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Name | dct:title, rdfs:label, schema:name, foaf:name | literal |
Description | dct:description, schema:description | literal |
Acronym | dct:identifier, org:identifier | literal |
Logo | schema:image | resource |
Website | schema:url, foaf:homepage | resource |
Focal point | ||
Phone number | ||
Postal address | schema:address | literal |
Location | - | - |
Affiliated organization | - | resource (Entity: Organization) |
Members | schema:member | literal |
Working languages | lingvo:workingLanguage | resource (Entity: Language) |
Attached file | dct:references | resource |
Organization Type | dct:type | resource (Entity: Organization Type)) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Organization Type
RDF types:
skos:Concept
Values: Taxonomy: Organization types
Properties | RDF predicates | Predicate type |
---|---|---|
Name | rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Synonym | skos:AltLabel | literal |
Parent (Organization Type) | skos:broader | resource |
Entity: Person
RDF classes:
sioc:UserAccount
Properties | RDF predicates | Predicate type |
---|---|---|
Name | foaf:name | literal |
Entity: Region
It could be a country or a continent/subcontinent
Entity: Country
RDF types:
skos:Concept, schema:Place, dct:Location, geonames:Feature,lb:Country
URI pattern:
http://data.landportal.info/geo/{ISO 3166-1 alpha-3 code (aka ISO3)}
Graph (SPARQL):
http://countries.landportal.info
Values: Subset of Taxonomy: Regions
Properties | RDF predicates | Predicate type |
---|---|---|
Name | literal | |
ISO 3166-1 alpha-3 code (aka ISO3) | literal | |
Entity: Continent/SubContinent
RDF types:
skos:Concept, schema:Place, dct:Location, geonames:Feature
URI pattern:
http://data.landportal.info/geo/{Area code (UN M.49)}
Graph (SPARQL):
http://regions.landportal.info
Values: Subset of Taxonomy: Regions
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, dct:title, rdfs:label | literal |
Description | skos:definition, dct:description, rdfs:comment | literal |
Area code (UN M.49) | dct:identifier, skos:notation | literal |
Synonyms | skos:altLabel | literal |
Parent region | skos:broader | resource (Entity: Region) |
Entity: LandVoc Theme
RDF types:
skos:Concept
URI pattern:
http://data.landportal.info/voc/landvoc/theme/{theme-ID}
Values: Taxonomy: LandVoc Theme
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
ID | skos:notation | literal |
Synonym | skos:altLabel | literal |
Image | schema:image | resource |
Related LandVoc concepts | skos:related | resource (Entity: LandVoc Concept) |
Entity: LandVoc Concept (Curated)
RDF types:
skos:Concept
URI pattern:
Agrovoc URI
Values: Taxonomy: LandVoc Concepts
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel | literal (with lang) |
Entity: LandVoc Concept (Drupal Raw)
RDF types:
skos:Concept
URI pattern:
Agrovoc URI
Values: Taxonomy: LandVoc Concepts
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
Synonym | skos:altLabel | literal |
Agrovoc URI | skos:exactMatch, owl:sameAs | resource |
Entity: Land Library Resource Type
RDF types:
skos:Concept
Values: Taxonomy: Land Library Resource Types
Properties | RDF predicates | Predicate type |
---|---|---|
Name | rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Synonym | skos:AltLabel | literal |
Parent (LL Resource Type) | skos:broader | resource |
Entity: Language
RDF types:
skos:Concept, lvont:Language
URI pattern:
http://data.landportal.info/voc/language/{ISO 639-1 code}
Values: Taxonomy: Languages
Properties | RDF predicates | Predicate type |
---|---|---|
Name | dct:title, rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Language code (ISO 639-1) | lvont:iso639P1Code | literal |
Language code (ISO 639-3) | lvont:iso639P3Code | literal |
Entity: License
RDF types:
skos:Concept, odrl:Policy
URI pattern:
RDFLicense URI
Values: Taxonomy: Licenses
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
Acronym | skos:notation, dct:identifier | literal |
Synonym | skos:altLabel | literal |
RDFLicense URI | skos:exactMatch, owl:sameAs | resource |
Entity: Profile
RDF types:
foaf:Person
URI pattern:
https://landportal.org/users/{username}
Values: People
Properties | RDF predicates | Predicate type |
---|---|---|
Title | foaf:title | literal |
First Name | foaf:firstName | literal |
Last Name | foaf:lastName | literal |
Description | dct:description, vivo:overview | literal |
Picture | foaf:depiction, schema:image | resource |
Public email | foaf:mbox | literal |
Website | foaf:homepage | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Project
RDF types:
foaf:Project
URI pattern:
http://data.landportal.info/project/{UUID}
Values: Content Type: Project
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Name | dct:title, rdfs:label, schema:name, foaf:name | literal |
Description | dct:description, schema:description | literal |
ID | dct:identifier | literal |
Acronym | - | literal |
Logo | schema:image | resource |
Extension | - | - |
Project value | - | literal |
Contact information | schema:contactPoint | literal |
Websites of the project | schema:url, foaf:homepage | resource |
Donors | - | resource (Entity: Organization) |
Implementers | - | resource (Entity: Organization) |
Associated staff | - | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Data Provider | schema:provider | resource (Entity: Organization) |
Data Model for Land Portal (exposed as LOD)
Introduction
The model is designed on top of the following existing vocabularies:
- Dublin Core for properties common to most resources
- The Bibliographic Ontology for more specialized properties for bibliographic resources
- The FOAF vocabulary for properties of entities like persons and organizations
- The Schema.org vocabulary for properties of all relevant entities (creative works, persons, organizations, events, places)
- The SKOS vocabulary for all related concepts
The result is in line with the recommendations of the AIMS LODE-BD (Recommendations for LOD-enabled Bibliographic Description).
Table 1. Namespaces used in the Land Library RDF data model
Prefix | Namespace |
---|---|
bibo | http://purl.org/ontology/bibo/ |
dc | http://purl.org/dc/elements/1.1/ |
dct | http://purl.org/dc/terms/ |
edm | http://www.europeana.eu/schemas/edm/ |
foaf | http://xmlns.com/foaf/0.1/ |
geonames | http://www.geonames.org/ontology# |
odrl | http://www.w3.org/ns/odrl/2/ |
org | http://www.w3.org/ns/org# |
owl | http://www.w3.org/2002/07/owl# |
prov | http://www.w3.org/ns/prov# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
rdfs | http://www.w3.org/2000/01/rdf-schema# |
schema | http://schema.org/ |
skos | http://www.w3.org/2004/02/skos/core# |
Data Model Entities and properties
This is the list of all the data model entities:
- Land Library Resource
- News
- Blog Post
- Event
- Organization
- Organization Type
- Person
- Region (Country, Continent/Subcontinent)
- LandVoc Theme
- LandVoc Concept
- Land Library Resource Type
- Language
- License
- Profile (of a person)
- Project
Entity: Land Library Resource
RDF types:
dct:BibliographicResource, bibo:Document, schema:CreativeWork, prov:Entity, edm:ProvidedCHO
URI pattern:
http://data.landportal.info/library/resource/{UUID}
Values: Content Type: Land Library Resource
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:name | literal |
Subtitle | dct:alternative | literal |
Abstract or Description | dct:description, schema:description, bibo:abstract | literal |
Author(s), editor(s), contributor(s) | dc:contributor | literal |
Corporate Author | dct:creator, schema:author | resource (Entity: Organization) |
Resource Type | dct:type | resource (Entity: Land Library Resource Type) |
Date of publication | dct:issued, schema:datePublished | literal (xsd:date) |
Language | dct:language | resource (Entity: Language) |
Publisher | dct:publisher, schema:publisher | resource (Entity: Organization) |
Data Provider | prov:wasDerivedFrom, schema:provider, edm:dataProvider | resource (Entity: Organization) |
Pages | dct:extent | literal |
Duration | dct:extent, schema:duration | literal |
ISBN / Resource ID | dct:identifier | literal |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Originally publish at | schema:url, bibo:uri, edm:isShownAt | resource |
Resource URL | schema:url, bibo:uri, edm:isShownBy | resource |
Attached file | schema:url, bibo:uri, edm:isShownBy | resource |
Image/Thumbnail | schema:image, schema:thumbnailUrl | resource |
License | dct:license, schema:license | resource (Entity: License) |
Copyright details | dc:rights | literal |
Entity: News
RDF types:
schema:NewsArticle
URI pattern:
http://data.landportal.info/news/{UUID}
Values: Content Type: News
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:headline | literal |
Author(s) | dc:creator, schema:author | literal |
Date of publication | dct:issued, schema:datePublished | literal (xsd:date) |
Language | dct:language, schema:inLanguage | resource (Entity: Language) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Source | dct:source, schema:citation | resource |
Attached file | dct:references | resource |
Image/Thumbnail | schema:image, schema:thumbnailUrl | resource |
Entity: Blog Post
RDF types:
schema:BlogPosting, sioc:Post, foaf:Document
URI pattern:
http://data.landportal.info/blog-post/{UUID}
Values: Content Type: Blog Post
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Title | dct:title, schema:headline | literal |
Body | schema:articleBody | literal |
Author | sioc:has_creator | resource (Entity: Person) |
Date of publication | dc:date, dc:created | literal (xsd:dateTime) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Image/Thumbnail |
schema:image, schema:thumbnailUrl, schema:sharedContent |
resource |
Entity: Event
RDF types:
schema:Event
URI pattern:
http://data.landportal.info/event/{UUID}
Values: Content Type: Event
Properties | RDF predicates | Predicate type (details |
---|---|---|
Name | dct:title, schema:name | literal |
Body | dct:description, schema:description | literal |
Start date | dct:date, schema:startDate | literal (xsd:date) |
Image | schema:image | resource |
Attached file | dct:references | resource |
Contact / Event organiser | schema:organizer | literal |
More information (Webpages) | schema:url | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related Concepts | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Organization
RDF types:
foaf:Organization, schema:Organization, prov:Entity, org:Organization
URI pattern:
http://data.landportal.info/organization/{UUID}
Values: Content Type: Organization
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Name | dct:title, rdfs:label, schema:name, foaf:name | literal |
Description | dct:description, schema:description | literal |
Acronym | dct:identifier, org:identifier | literal |
Logo | schema:image | resource |
Website | schema:url, foaf:homepage | resource |
Focal point | ||
Phone number | ||
Postal address | schema:address | literal |
Location | - | - |
Affiliated organization | - | resource (Entity: Organization) |
Members | schema:member | literal |
Working languages | lingvo:workingLanguage | resource (Entity: Language) |
Attached file | dct:references | resource |
Organization Type | dct:type | resource (Entity: Organization Type)) |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Organization Type
RDF types:
skos:Concept
Values: Taxonomy: Organization types
Properties | RDF predicates | Predicate type |
---|---|---|
Name | rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Synonym | skos:AltLabel | literal |
Parent (Organization Type) | skos:broader | resource |
Entity: Person
RDF classes:
sioc:UserAccount
Properties | RDF predicates | Predicate type |
---|---|---|
Name | foaf:name | literal |
Entity: Region
It could be a country or a continent/subcontinent
Entity: Country
RDF types:
skos:Concept, schema:Place, dct:Location, geonames:Feature,lb:Country
URI pattern:
http://data.landportal.info/geo/{ISO 3166-1 alpha-3 code (aka ISO3)}
Graph (SPARQL):
http://countries.landportal.info
Values: Subset of Taxonomy: Regions
Properties | RDF predicates | Predicate type |
---|---|---|
Name | literal | |
ISO 3166-1 alpha-3 code (aka ISO3) | literal | |
Entity: Continent/SubContinent
RDF types:
skos:Concept, schema:Place, dct:Location, geonames:Feature
URI pattern:
http://data.landportal.info/geo/{Area code (UN M.49)}
Graph (SPARQL):
http://regions.landportal.info
Values: Subset of Taxonomy: Regions
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, dct:title, rdfs:label | literal |
Description | skos:definition, dct:description, rdfs:comment | literal |
Area code (UN M.49) | dct:identifier, skos:notation | literal |
Synonyms | skos:altLabel | literal |
Parent region | skos:broader | resource (Entity: Region) |
Entity: LandVoc Theme
RDF types:
skos:Concept
URI pattern:
http://data.landportal.info/voc/landvoc/theme/{theme-ID}
Values: Taxonomy: LandVoc Theme
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
ID | skos:notation | literal |
Synonym | skos:altLabel | literal |
Image | schema:image | resource |
Related LandVoc concepts | skos:related | resource (Entity: LandVoc Concept) |
Entity: LandVoc Concept (Curated)
RDF types:
skos:Concept
URI pattern:
Agrovoc URI
Values: Taxonomy: LandVoc Concepts
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel | literal (with lang) |
Entity: LandVoc Concept (Drupal Raw)
RDF types:
skos:Concept
URI pattern:
Agrovoc URI
Values: Taxonomy: LandVoc Concepts
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
Synonym | skos:altLabel | literal |
Agrovoc URI | skos:exactMatch, owl:sameAs | resource |
Entity: Land Library Resource Type
RDF types:
skos:Concept
Values: Taxonomy: Land Library Resource Types
Properties | RDF predicates | Predicate type |
---|---|---|
Name | rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Synonym | skos:AltLabel | literal |
Parent (LL Resource Type) | skos:broader | resource |
Entity: Language
RDF types:
skos:Concept, lvont:Language
URI pattern:
http://data.landportal.info/voc/language/{ISO 639-1 code}
Values: Taxonomy: Languages
Properties | RDF predicates | Predicate type |
---|---|---|
Name | dct:title, rdfs:label, skos:prefLabel | literal |
Description | skos:definition | literal |
Language code (ISO 639-1) | lvont:iso639P1Code | literal |
Language code (ISO 639-3) | lvont:iso639P3Code | literal |
Entity: License
RDF types:
skos:Concept, odrl:Policy
URI pattern:
RDFLicense URI
Values: Taxonomy: Licenses
Properties | RDF predicates | Predicate type |
---|---|---|
Name | skos:prefLabel, rdfs:label | literal |
Description | skos:definition | literal |
Acronym | skos:notation, dct:identifier | literal |
Synonym | skos:altLabel | literal |
RDFLicense URI | skos:exactMatch, owl:sameAs | resource |
Entity: Profile
RDF types:
foaf:Person
URI pattern:
https://landportal.org/users/{username}
Values: People
Properties | RDF predicates | Predicate type |
---|---|---|
Title | foaf:title | literal |
First Name | foaf:firstName | literal |
Last Name | foaf:lastName | literal |
Description | dct:description, vivo:overview | literal |
Picture | foaf:depiction, schema:image | resource |
Public email | foaf:mbox | literal |
Website | foaf:homepage | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Entity: Project
RDF types:
foaf:Project
URI pattern:
http://data.landportal.info/project/{UUID}
Values: Content Type: Project
Properties | RDF predicates | Predicate type (details) |
---|---|---|
Name | dct:title, rdfs:label, schema:name, foaf:name | literal |
Description | dct:description, schema:description | literal |
ID | dct:identifier | literal |
Acronym | - | literal |
Logo | schema:image | resource |
Extension | - | - |
Project value | - | literal |
Contact information | schema:contactPoint | literal |
Websites of the project | schema:url, foaf:homepage | resource |
Donors | - | resource (Entity: Organization) |
Implementers | - | resource (Entity: Organization) |
Associated staff | - | resource |
Geographical focus | dct:spatial, schema:spatialCoverage | resource (Entity: Region) |
Themes | dct:subject, schema:about | resource (Entity: LandVoc Theme) |
Related concepts (LandVoc) | dct:subject, schema:about | resource (Entity: LandVoc Concept) |
Data Provider | schema:provider | resource (Entity: Organization) |
¡Presenta tu historia!
¡Presenta tu historia!
¿Cómo puede participar?
Por favor, lea las orientaciones que aparecen a continuación y presente su historia enviando el formulario. La fecha límite para presentar historias es el 6 de abril de 2022.
Requisitos:
- Las historias deben cumplir los cuatro pilares del periodismo de soluciones para ser seleccionadas. Puede encontrar ejemplos de historias de soluciones en el Rastreador de Historias de Soluciones de la SJN.
- Las historias deben incluir tanto el ángulo medioambiental como el de la cuestión de la tierra de la solución. Por ejemplo, la práctica de guardar semillas a través de la agroecología requiere que los agricultores tengan derechos sobre la tierra.
- Las historias deben publicarse primero en los medios de comunicación locales y luego se difundirán en el Land Portal.
- El argumento de la historia debe estar en inglés, pero la historia completa puede estar en su idioma local. Si el idioma en el que está escrita la historia es otro que el inglés, la historia se traducirá al inglés, sin coste alguno para el autor de la historia, para su difusión en el Land Portal.
Su compromiso:
- Familiarizarse con el enfoque del periodismo de soluciones asistiendo a la formación Solutions Journalism (Periodismo de Soluciones) 101 (la próxima formación será el 15 de marzo de 2022) y leyendo el Kit de herramientas básicas (disponible en más de una docena de idiomas).
- Encontrar un medio de comunicación local para publicar su historia y asegurarse de que se autoriza su publicación en Land Portal.
- Mantener una comunicación abierta con los organizadores del proyecto para recibir orientación e intercambiar ideas a lo largo de la producción y publicación de la historia.
- Participar en 1 a 3 convocatorias del proyecto para relacionarse con otros periodistas que escriben historias para compartir ideas, experiencias, retos y éxitos.
- Debe estar dispuesto a participar en un futuro seminario web para presentar la historia.
Si se pregunta...
¿Se paga el reportaje?
Sí, cada autor recibirá una remuneración de USD 300 por su historia y las imágenes que la acompañen. El autor deberá cumplir con los compromisos expuestos anteriormente.
¿Qué extensión debe tener el relato?
El relato debe tener unas 2000 palabras. La longitud puede discutirse si el medio local donde se publicará tiene otros requisitos.
¿En qué formato debe estar el reportaje?
El reportaje debe tener un formato escrito, aunque se recomienda acompañarlo de fotos.
Conte sua história!
Início
Conte sua história!
Como você pode participar?
Por favor, leia as orientações abaixo e apresente sua história, enviando o formulário. O prazo final para a apresentação de suas histórias é 31 de março de 2022.
Requisitos:
- Para serem selecionadas, as histórias devem preencher os quatro pilares do jornalismo de soluções. Você pode encontrar exemplos de histórias de soluções no SJN Solutions Story Tracker.
- As histórias devem incluir tanto a perspectiva ambiental quanto a da solução. Por exemplo, a prática de economizar sementes via agroecologia exige que as e os agricultores tenham os direitos à terra.
- As histórias devem ser publicadas primeiro na mídia local e serão divulgadas posteriormente no Land Portal.
- A apresentação da história deve ser em inglês, mas a história completa pode ser em seu idioma local. Se o idioma em que a história é escrita não for o inglês, a história será traduzida para o inglês, sem custo para o autor da história, para sua divulgação no Land Portal.
Seu compromisso:
- Familiarize-se com a abordagem do Solutions Journalism (próximo treinamento 15 de março de 2022) e leia o Kit de Ferramentas Básicas (disponível em mais de uma dúzia de idiomas).
- Encontre um canal local para publicar sua história e garanta a permissão para sua publicação no Land Portal.
- Manter uma comunicação aberta com os organizadores do projeto para receber orientação e trocar idéias durante toda a produção e publicação da história.
- Participar de 1-3 chamadas de projetos para se envolver com outros jornalistas escrevendo histórias para compartilhar idéias, experiências, desafios e sucessos.
- Deve estar disposto a participar de um futuro webinário apresentando a história.
Caso você esteja se perguntando...
A história é paga?
Sim, cada autor/autora receberá 300 dólares por sua história e por qualquer foto que a acompanhe. O autor/autora será obrigado a cumprir os compromissos acima expostos.
Qual deve ser o tempo da história?
A história deve ser por volta de 2000 palavras. A extensão pode ser discutida se o meio local onde ela será publicada tiver outros requisitos.
Em que formato a história deve ser apresentada?
A história deve estar em formato escrito, embora incentivamos muito o uso de fotografias complementares.
Importadores de la Biblioteca de tierras
Si tiene una gran base de datos con muchas publicaciones, leyes y reglamentos o elementos multimedia y desea que se incluyan en la Biblioteca de Tierras del Land Portal, podríamos considerar la creación de un importador que se encargue automáticamente del proceso de ingreso de la base de datos.
¿Se puede construir un importador entre mi sitio web y la Biblioteca de Tierras?
Un importador es un módulo técnico que recolecta metadatos automáticamente entre bases de datos. La Fundación Land Portal crea importadores para agregar metadatos de sitios web que tienen bases de datos tan grandes que no se pueden agregar manualmente.
¿Tiene curiosidad por saber si su sitio web podría ser adecuado para dicho importador? Necesitamos cierta información de usted para determinar esto:
- ¿Qué tipo de modelo de metadatos tiene en su sitio web?
Para determinar si podemos construir un importador, necesitamos determinar si nuestros modelos de metadatos están suficientemente alineados para que puedan vincularse sin intervención manual. Haga clic aquí para leer más sobre el modelo de metadatos de Land Portal. Link LP en EN
- ¿Qué tipo de sistema de gestión de contenido está mplementado en su sitio web?
Si su sitio web utiliza un Sistema de gestión de contenido (CMS) estándar, como Wordpress, Drupal o CKAN, tal vez sea posible agregarlos directamente utilizando sus capacidades de API. Asegúrese de mencionar esto cuando se comunique con nosotros por correo electrónico.
- ¿Tiene sus metadatos disponibles en otro formato?
Si tiene los metadatos disponibles en una hoja de cálculo (Excel, CSV ...) o su sistema admite protocolos como OAI-PMH, o proporciona un punto final RESTful API o SPARQL endpoint que publica los registros de metadatos, asegúrese de mencionar esto también cuando nos contacte. Nuestro personal de TI se comunicará con el administrador del sistema para encontrar la mejor manera de incluir sus recursos en la Biblioteca de Tierras.
Actualmente, hemos desarrollado algunos importadores desde formatos como:
- Archivo CSV simple (puede descargar el Ejemplo de Metadata de la Biblioteca de Tierras (Land Library Metadata Example) del Land Portal, como un ejemplo de hoja de cálculo con metadatos).
- RDF / XML (puede descargar el Ejemplo de Recursos de la Biblioteca de Tierras (Land Library Resrource Example) en RDF de Land Portal, como un ejemplo de archivo RDF).
- Endnote XML (de Mendeley) (vea un ejemplo de archivo de entrada en http://www.mekonglandforum.org/search/export/xml)
¡Contáctenos!
Si desea explorar más a fondo si es posible un importador entre su base de datos y la Biblioteca de la Tierra, contáctenos a través de nuestro formulario de proveedor de recursos.
Política de privacidad
La Fundación Land Portal se compromete a respetar su privacidad y a proteger sus datos personales
- Queremos ser completamente transparentes en cuanto a los datos que recopilamos y lo que hacemos con ellos;
- Utilizaremos los datos que usted nos proporcione para los fines descritos en esta Política exclusivamente;
- Si ya no desea que recopilemos sus datos, puede optar por esta opción. Comuníquese con nosotros para informarnos de qué servicios de Land Portal desea excluirse;
- Siempre respetaremos sus derechos de protección de datos y nos esforzaremos por darle el control total de su propia información.
Si tiene preguntas sobre los datos que tenemos sobre usted, cómo los usamos o cualquier otra pregunta general sobre nuestro criterio con respecto a los datos personales, no dude en ponerse en contacto con el Oficial de Protección de Datos del Land Portal (erik.bennema@landportal.info), en cualquier momento.
¿Qué información recopila el Land Portal?
Cada vez que visita una página web, envía información al servidor de la misma. La mayoría de los servidores web mantienen rutinariamente registros de acceso con una parte de esta información, que puede ser usada para obtener una imagen general de qué páginas web son populares, qué otros sitios se enlazan a éste, y qué navegadores web está usando la gente.
El Land Portal no tiene la intención de utilizar esta información para hacer un seguimiento de usuarios(as) legítimos. Estos registros se utilizan para producir estadísticas del sitio web. Los datos de registro en bruto no se hacen públicos y se descartan después de seis meses.
Identificación de un autor(a): El simple hecho de navegar por el sitio web no expone su identidad públicamente. Si sólo lee las páginas del Land Portal, los únicos datos recopilados son una versión anónima de su dirección IP. Utilizamos esto para recopilar estadísticas del sitio web, principalmente de qué países provienen nuestros(as) visitantes. Esto es informado en nuestros reportes anuales y en los informes a los donantes, reduciendo la información a porcentajes que provienen de determinados países. Si contribuye al Land Portal, está publicando lo que escribe, edita o publica en cualquier página, eso es un acto público, y usted será identificado públicamente como el autor de esa edición. Sólo los usuarios(as) registrados que estén conectados pueden publicar en el Land Portal, en cuyo caso se le identifica con su nombre de usuario(a). Si desea que su perfil personal sea ocultado al público, por favor contáctenos (el enlace envía un e-mail).
Cookies: El Land Portal establecerá una cookie de sesión temporal cada vez que visite el sitio. Usted puede elegir negar esta cookie, pero no puede iniciar la sesión sin ella. Se eliminará cuando cierre la sesión del navegador. Se pueden establecer más cookies cuando inicie sesión, para evitar tener que escribir su nombre de usuario(a) (u opcionalmente su contraseña) en su próxima visita. Además, el Land Portal utiliza servicios externos de Google, Facebook, Twitter y Addthis que rastrean las actividades de los usuarios(as) según las características que se ofrecen a través de ellos (por ejemplo, el botón "Me gusta" de Facebook, o Google analytics para capturar las estadísticas del sitio). Estos sitios también colocan cookies en su navegador web. Las cookies de Google analytics son anónimas, lo que significa que sólo podemos registrar el país de acceso, pero nada más detallado que eso.
Información adicional sobre los servicios específicos del Land Portal:
Correo electrónico: Debe proporcionar su dirección de correo electrónico para crear una cuenta en el Land Portal. Su dirección de correo electrónico no se compartirá con terceros, pero puede ser utilizada por el equipo del Land Portal para comunicarse con sus usuarios(as) en una escala más amplia. Por favor, contáctenos (el enlace envía un correo electrónico) si prefiere no recibir más mensajes de este tipo.
Boletines de noticias: Si se suscribe a un boletín de Land Portal, su dirección será expuesta a los gestores de estos boletines. Otro campo obligatorio para suscribirse a nuestro boletín es el país en el que reside. Utilizamos estas estadísticas en nuestros informes anuales y en los informes a nuestros donantes. Los países en los que viven nuestros suscriptores se reducen a porcentajes por país. Otra información que puede proporcionar es su nombre, apellido, título y organización. Esa información nunca será compartida con terceros y sólo es accesible al equipo del Land Portal con fines informativos. Mantendremos esa información hasta que usted haya indicado que desea darse de baja.
MailChimp: Un servicio externo llamado MailChimp se utiliza para enviar boletines y resúmenes de noticias. Dentro de MailChimp, la Fundación Land Portal ha habilitado todos los ajustes para cumplir con el Reglamento General de Protección de Datos de la Unión Europea para proteger sus datos personales. Por favor, consulte la Política de Privacidad de Mailchimp (en inglés) para ver qué información almacena automáticamente ese sistema. Por favor, póngase en contacto con nosotros si desea darse de baja de estos servicios de correo electrónico. Eliminaremos su información inmediatamente y no será almacenada en ningún lugar.
Direcciones de correo electrónico informativas: Algunas direcciones de correo electrónico (como hello@landportal.info) reenvían el correo al equipo del Land Portal para responder a los comentarios y preguntas de los usuarios(as). El correo enviado al sistema no es visible públicamente, pero es visible para el equipo del Land Portal. Al enviar un correo electrónico a una de estas direcciones, su dirección de correo electrónico puede hacerse pública dentro de este grupo. El equipo puede discutir el contenido de su correo electrónico con otros colaboradores para responder mejor a su pregunta. Esta información será almacenada en los buzones de correo electrónico del equipo de Land Portal por no más de 6 meses.
Datos del usuario(a): Los datos compartidos por los usuarios(as), como el contenido y los comentarios que han publicado, están disponibles para los/las visitantes del Land Portal.
¿Por cuánto tiempo se guarda su información?
Cuando escriba algo en el Land Portal, asuma que será conservado para siempre. Esto incluye recursos, discusiones, páginas de usuario(a) y mensajes sobre su estado. A continuación se describen algunas excepciones limitadas.
Eliminación de cuentas de usuario(a): Una vez creadas, las cuentas de usuario(a) generalmente no serán eliminadas, aunque los usuarios(as) tienen la opción de borrar sus cuentas. Los usuarios(as) también pueden cambiar sus nombres de usuario(a). El equipo del Land Portal se reserva el derecho a denegar el acceso al sitio y a eliminar las cuentas de usuario(a) a su entera discreción y sin previo aviso, en particular para aquellos que se considere que han violado cualquiera de las políticas del Land Portal y los términos y condiciones de uso.
Eliminación del contenido: La eliminación de texto de cualquier parte del Land Portal no lo elimina automáticamente. A menos que se elimine todo el nodo (por ejemplo, una parte del contenido, como un debate, un recurso o una organización), la parte que se haya eliminado será accesible para los usuarios(as) con derechos administrativos para ver y restaurar las versiones anteriores. La información puede ser eliminada permanentemente por las personas que tienen acceso a los servidores. Esto se hará cada seis meses. Por favor, póngase en contacto con el Oficial de Protección de Datos del Land Portal si desea que esto se haga antes de ese plazo.
Compartir información con terceros
El Land Portal no venderá ni compartirá información personal, como direcciones de correo electrónico, con terceros, a menos que usted esté de acuerdo con la liberación de esta información, o que la ley lo exija.
Política sobre la liberación de datos derivados de los registros de la página: Es política del Land Portal que los datos de identificación personal recopilados en los registros del servidor, o a través de los registros de la base de datos, puedan ser liberados por los administradores del sistema o los usuarios(as) con derechos de acceso, en las siguientes situaciones:
- En respuesta a una citación judicial u otra solicitud obligatoria de las fuerzas del orden
- Con el permiso del usuario(a) afectado
- Para la investigación de denuncias de abuso, a la Fundación Land Portal, a su asesor jurídico, o a su designado, cuando sea necesario.
- Cuando la información se refiere a las páginas vistas generadas por una araña o un robot y su difusión es necesaria para ilustrar o resolver asuntos técnicas.
- Cuando el usuario(a) haya cometido actos de vandalismo contra artículos o se haya comportado persistentemente de manera perturbadora, los datos pueden ser divulgados para ayudar a la selección de los bloques de propiedad intelectual o para ayudar a formular una reclamación a los proveedores de servicios de Internet pertinentes
- Cuando sea razonablemente necesario para proteger los derechos, la propiedad o la seguridad de cualquiera de las organizaciones asociadas al Land Portal, sus usuarios(as) o el público.
El Land Portal no permite la distribución pública de dicha información bajo ninguna circunstancia, excepto en los casos descritos anteriormente.
¿Qué pasa si no quiero compartir mi información? ¿Qué medidas adicionales puedo tomar para salvaguardar mi privacidad en línea?
Registrarse en el Land Portal es opcional. Si decide no registrarse ni proporcionar información personal, puede seguir utilizando el Land Portal. Sin embargo, no podrá contribuir con información, participar en debates, acceder a productos y servicios como los boletines de noticias o el correo electrónico, ni ver los perfiles completos de los usuarios(as).
Si le preocupa mucho la privacidad, puede tomar las siguientes medidas para salvaguardar aún más su privacidad en línea:
Cookies/caché: Si utiliza una máquina pública y no desea exponer su nombre de usuario(a) a otras personas que utilizan este equipo, puede borrar las cookies y la memoria caché del navegador después de su uso.
Nombres de usuario(a): Cuando se registre en una cuenta de Land Portal, puede elegir iniciar sesión y publicar bajo un seudónimo en lugar de su nombre real.
Contraseñas: La fortaleza de la comunidad del Land Portal y las interacciones entre los usuarios(as) depende de la reputación y el respeto que se construya a través de una historia de valiosas contribuciones. Las contraseñas de los usuarios(as) son la única garantía de la integridad de su historial. Incentivamos a todos los usuarios(as) a seleccionar contraseñas sólidas y a no compartirlas nunca. Nadie expondrá conscientemente la contraseña de otro usuario(a) a la divulgación pública, directa o indirectamente.
Seguridad
El Land Portal ha implementado políticas y procedimientos para salvaguardar sus datos contra el acceso no autorizado y para mantener la seguridad de los datos de acuerdo con esta política de privacidad. Sin embargo, el Land Portal no garantiza el acceso no autorizado a la información que usted proporcione. Esta información puede estar disponible para cualquiera que tenga acceso a los servidores. La Fundación Land Portal puede proporcionar una lista de esas personas a petición. Por favor contáctenos aquí si tiene alguna pregunta al respecto.
Cómo contactarnos
Si tiene alguna pregunta o queja, por favor envíe un correo electrónico a nuestro Oficial de Protección de Datos erik.bennema@landportal.info.
Última actualización 10 de marzo de 2020