@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e> a dcat:Dataset ;
    dct:description """We offer a simple API for searching and retrieving corporations data which you may use in your applications and web sites. Results can be returned in JSON with padding (JSONP) and XML formats.  You do not need to apply for a special key to retrieve the information.

Getting Started

The easiest way to retrieve results is to use our web site to search for the information you need, using the parameters you plan to use in your application.  On the results screen for both the results and the details of a corporation/entity, append the query string with "format=xml" or "format=json", respectively. This will give you an example of what will be returned. You can then use the final URL and modify the values as you deem necessary.

Searching

A maximum of 20 results are returned with each query.

URL: http://www.sos.wa.gov/corps/search_results.aspx

Query String Parameters:

    name (required) - words or partial words to be found within a corporations name
    name_type - "starts_with", "contains", or "ends_with", specifies how the values for the name parameter should function
    criteria - "all", "any", "exact" , in multi-word searches, this specifies how the words can or cannot appear in a corporations name
    category - category of the corporation.
        "na" - All
        "BNK" - Bank
        "COP" - Cooperative
        "SOL" - Corporation Sole
        "CRU" - Credit Union
        "FMA" - Fish Marketing Act
        "RFN" - Foreign Registration
        "FBS" - Fraternal Building Society
        "FRA" - Fraternal Society
        "GRG" - Grange
        "INS" - Insurance
        "LLP" - Limited Liability Partnership
        "PLC" - Limited Liability Professional
        "LLC" - Limited Liability Regular
        "LTD" - Limited Partnership
        "MAS" - Massachusetts Trust
        "MIL" - Military
        "MMC" - Miscellaneous and Mutual
        "PRO" - Professional Service
        "PBC" - Public Benefit Corporation
        "PUB" - Public Utilities
        "REG" - Regular Corporation
        "RES" - Reservation of Name
        "SAL" - Savings and Loan
        "CAS" - Special Cooperative
    active - status of the corporation.  "A" for active, "T" for inactive, "NA" for either
    agent_name - name or partial name of registered agent
    city - city of registered agent's address
    zip - zip of regisetered agent's address
    date1 - begining date of date range for date of incorporation (format: MM-DD-YYYY)
    date2 - ending date of date range for date of incorporation (format: MM-DD-YYYY)
    start - number in the results set to begin the search. For example, if a query returns 1000 results, specifying a start of 80 would return results 80 through 99 in the list.
    format - "json" or "xml"
    callback - for json format, this value must be supplied for cross-site scripting access. Use "?" with jquery.

Examples:

JSON

http://www.sos.wa.gov/corps/search_results.aspx?name_type=starts_with&name=Seattle+Sounders&format=json

XML

http://www.sos.wa.gov/corps/search_results.aspx?name_type=starts_with&name=Seattle+Sounders&format=xml

Corporation Details
A new version has been released to address the multiple titles for a governing person. Please append "&version=2" to the query string to retrieve a node for each title (XML) or an array of strings (JSON).

URL: http://www.sos.wa.gov/corps/search_detail.aspx

Query String Parameters:

    ubi - UBI of the corporation/entity
    format - "json" or "xml"
    callback - for json format, this value must be supplied for cross-site scripting access. Use "?" with jquery.

Examples:

JSON

http://www.sos.wa.gov/corps/search_detail.aspx?ubi=601810719&format=json&version=2&callback=?

XML

http://www.sos.wa.gov/corps/search_detail.aspx?ubi=601810719&format=xml&version=2

Support and Feedback

We are happy to answer general questions regarding the API. Due to limited resources we cannot offer specific help with the programming or the integration of the output into your application or system.""" ;
    dct:identifier <https://data.wa.gov/api/views/f9jk-mm39> ;
    dct:issued "2015-11-30"^^xsd:date ;
    dct:modified "2019-03-29"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Corporations Search from Secretary of State" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Stuart Holmes" ;
            vcard:hasEmail <mailto:no-reply@data.wa.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/10d0a2a6-03e5-4024-836e-01773c4193f4>,
        <https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/280132e8-d453-4ac6-9d8f-c0f6828a41e7>,
        <https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/58c2be4f-5f10-470c-9380-8aecc29b1c63>,
        <https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/65f1be58-71f2-4186-8b92-c5f709ded633>,
        <https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/93144c5f-f48d-4326-abea-2c23acda7635>,
        <https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/f0070edb-f4c8-48a4-b988-a2de2b9eb820> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "api",
        "business",
        "charities",
        "ckan",
        "companies",
        "corporations",
        "geo",
        "geoss",
        "national",
        "north-america",
        "united-states" ;
    dcat:theme <%7B%22Consumer%20Protection%22%7D> .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/10d0a2a6-03e5-4024-836e-01773c4193f4> a dcat:Distribution ;
    dct:description "SearchAPI.aspx" ;
    dct:format "HTML" ;
    dct:issued "2020-11-10T17:20:33.808900"^^xsd:dateTime ;
    dct:modified "2025-11-20T23:52:14.117183"^^xsd:dateTime ;
    dct:title "Corporations search API" ;
    dcat:accessURL <http://www.sos.wa.gov/corps/SearchAPI.aspx> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/280132e8-d453-4ac6-9d8f-c0f6828a41e7> a dcat:Distribution ;
    dct:description """You can download an entire extract of the corporations search database in Text or XML format by clicking the links below. The data is provided for use in custom searches, mash-ups and other purposes as desired. For quicker download, the file has been compressed in ZIP format. Data extracted is extracted nightly to reflect the changes made in the previous 24 hours.

RCW 42.56.070(8) prohibits the Office of the Secretary of State from providing access to lists of individuals requested for commercial purposes.  The company or person using this data agrees that lists of individuals derived by the company or person from the information obtained from this site will not be provided to any customer for commercial purposes in violation of RCW 42.56.070(8).
If you have developed a custom application with the information, we would love to hear about it.""" ;
    dct:format "HTML" ;
    dct:issued "2020-11-10T17:20:33.808921"^^xsd:dateTime ;
    dct:modified "2025-11-20T23:52:14.118350"^^xsd:dateTime ;
    dct:title "Corporations database extract" ;
    dcat:accessURL <https://www.sos.wa.gov/_assets/corps/jsonCorpsData.zip> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/58c2be4f-5f10-470c-9380-8aecc29b1c63> a dcat:Distribution ;
    dct:description """You can download an entire extract of the corporations search database in Text or XML format by clicking the links below. The data is provided for use in custom searches, mash-ups and other purposes as desired. For quicker download, the file has been compressed in ZIP format. Data extracted is extracted nightly to reflect the changes made in the previous 24 hours.

RCW 42.56.070(8) prohibits the Office of the Secretary of State from providing access to lists of individuals requested for commercial purposes.  The company or person using this data agrees that lists of individuals derived by the company or person from the information obtained from this site will not be provided to any customer for commercial purposes in violation of RCW 42.56.070(8).
If you have developed a custom application with the information, we would love to hear about it.""" ;
    dct:format "HTML" ;
    dct:issued "2020-11-10T17:20:33.808910"^^xsd:dateTime ;
    dct:modified "2025-11-20T23:52:14.117588"^^xsd:dateTime ;
    dct:title "Corporations database extract" ;
    dcat:accessURL <https://www.sos.wa.gov/_assets/corps/txtCorpsData.zip> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/65f1be58-71f2-4186-8b92-c5f709ded633> a dcat:Distribution ;
    dct:description """You can download an entire extract of the corporations search database in Text or XML format by clicking the links below. The data is provided for use in custom searches, mash-ups and other purposes as desired. For quicker download, the file has been compressed in ZIP format. Data extracted is extracted nightly to reflect the changes made in the previous 24 hours.

RCW 42.56.070(8) prohibits the Office of the Secretary of State from providing access to lists of individuals requested for commercial purposes.  The company or person using this data agrees that lists of individuals derived by the company or person from the information obtained from this site will not be provided to any customer for commercial purposes in violation of RCW 42.56.070(8).
If you have developed a custom application with the information, we would love to hear about it.""" ;
    dct:format "HTML" ;
    dct:issued "2020-11-10T17:20:33.808916"^^xsd:dateTime ;
    dct:modified "2025-11-20T23:52:14.117975"^^xsd:dateTime ;
    dct:title "Corporations database extract" ;
    dcat:accessURL <https://www.sos.wa.gov/corps/alldata.aspx> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/93144c5f-f48d-4326-abea-2c23acda7635> a dcat:Distribution ;
    dct:description "Search for businesses and charities with this web tool from the Secretary of State" ;
    dct:format "HTML" ;
    dct:issued "2020-11-10T17:20:33.808930"^^xsd:dateTime ;
    dct:modified "2025-11-20T23:52:14.119459"^^xsd:dateTime ;
    dct:title "Advanced Business Search web page" ;
    dcat:accessURL <https://ccfs.sos.wa.gov/#/AdvancedSearch> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/dataset/37638dde-191b-4626-a2c2-c41d3635d40e/resource/f0070edb-f4c8-48a4-b988-a2de2b9eb820> a dcat:Distribution ;
    dct:description """You can download an entire extract of the corporations search database in Text or XML format by clicking the links below. The data is provided for use in custom searches, mash-ups and other purposes as desired. For quicker download, the file has been compressed in ZIP format. Data extracted is extracted nightly to reflect the changes made in the previous 24 hours.

RCW 42.56.070(8) prohibits the Office of the Secretary of State from providing access to lists of individuals requested for commercial purposes.  The company or person using this data agrees that lists of individuals derived by the company or person from the information obtained from this site will not be provided to any customer for commercial purposes in violation of RCW 42.56.070(8).
If you have developed a custom application with the information, we would love to hear about it.""" ;
    dct:format "HTML" ;
    dct:issued "2020-11-10T17:20:33.808925"^^xsd:dateTime ;
    dct:modified "2025-11-20T23:52:14.118891"^^xsd:dateTime ;
    dct:title "Corporations database extract" ;
    dcat:accessURL <https://www.sos.wa.gov/_assets/corps/xmlCorpsData.zip> ;
    dcat:mediaType "text/html" .

<https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> a foaf:Agent ;
    foaf:name "US Migrating" .

