Estated Context
JSON-LD context defining the semantic vocabulary for Estated from Estated.
48 Classes
0 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
geo:
https://www.w3.org/2003/01/geo/wgs84_pos#
Classes
Property
Address
street_number
street_name
city
state
zip_code
latitude
longitude
Parcel
fips_code
apn_original
area_sq_ft
area_acres
county_name
zoning
subdivision
Structure
year_built
beds_count
baths
units_count
total_area_sq_ft
Tax
amount
year
Assessment
land_value
improvement_value
total_value
Valuation
value
high
low
Owner
name
owner_occupied
Deed
document_type
recording_date
sale_price
buyer_first_name
buyer_last_name
seller_first_name
seller_last_name
Boundary
wkt
geojson
JSON-LD Document
{
"@context": {
"@vocab": "https://raw.githubusercontent.com/api-evangelist/estated/refs/heads/main/json-ld/estated-context.jsonld#",
"schema": "https://schema.org/",
"geo": "https://www.w3.org/2003/01/geo/wgs84_pos#",
"Property": "schema:RealEstateListing",
"Address": "schema:PostalAddress",
"street_number": "schema:streetAddress",
"street_name": "schema:streetAddress",
"city": "schema:addressLocality",
"state": "schema:addressRegion",
"zip_code": "schema:postalCode",
"latitude": "geo:lat",
"longitude": "geo:long",
"Parcel": "schema:Place",
"fips_code": "schema:identifier",
"apn_original": "schema:identifier",
"area_sq_ft": "schema:floorSize",
"area_acres": "schema:floorSize",
"county_name": "schema:addressRegion",
"zoning": "schema:zoning",
"subdivision": "schema:hasPart",
"Structure": "schema:Residence",
"year_built": "schema:yearBuilt",
"beds_count": "schema:numberOfRooms",
"baths": "schema:numberOfBathroomsTotal",
"units_count": "schema:numberOfUnits",
"total_area_sq_ft": "schema:floorSize",
"Tax": "schema:MonetaryAmount",
"amount": "schema:value",
"year": "schema:validFrom",
"Assessment": "schema:MonetaryAmount",
"land_value": "schema:value",
"improvement_value": "schema:value",
"total_value": "schema:value",
"Valuation": "schema:PriceSpecification",
"value": "schema:price",
"high": "schema:maxPrice",
"low": "schema:minPrice",
"Owner": "schema:Person",
"name": "schema:name",
"owner_occupied": "schema:Occupancy",
"Deed": "schema:OwnershipInfo",
"document_type": "schema:additionalType",
"recording_date": "schema:dateCreated",
"sale_price": "schema:price",
"buyer_first_name": "schema:givenName",
"buyer_last_name": "schema:familyName",
"seller_first_name": "schema:givenName",
"seller_last_name": "schema:familyName",
"Boundary": "schema:GeoShape",
"wkt": "schema:polygon",
"geojson": "schema:polygon"
}
}