@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .

<https://passports.agency/void.ttl>
    a void:DatasetDescription ;
    foaf:primaryTopic <https://passports.agency/dataset> .

<https://passports.agency/dataset>
    a void:Dataset ;
    dcterms:title "Second Passport Playbook Dataset" ;
    dcterms:description "Structured data about citizenship pathways, residency programs, and passport strength for 39+ countries. Research-grade guide to non-traditional citizenship under $50,000 with under 3 months physical presence." ;
    dcterms:publisher <https://passports.agency/> ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:created "2026-04-30"^^xsd:date ;
    dcterms:modified "2026-05-05"^^xsd:date ;
    dcterms:language "en" ;
    dcterms:subject
        "second passport",
        "citizenship by investment",
        "naturalization",
        "digital nomad visa",
        "residency programs",
        "territorial taxation" ;
    void:homepage <https://passports.agency/> ;
    void:dataDump <https://passports.agency/llms-full.txt> ;
    void:sparqlEndpoint <https://passports.agency/openapi.json> ;
    void:vocabulary <https://passports.agency/ai-ontology.jsonld> ;
    void:triples "500"^^xsd:integer ;
    void:entities "39"^^xsd:integer ;
    void:classes "8"^^xsd:integer ;
    void:properties "12"^^xsd:integer ;
    schema:url <https://passports.agency/> ;
    schema:name "Second Passport Playbook" ;
    schema:description "Research-grade guide to non-traditional citizenship pathways under $50,000." .
