HTML5 Microdata Extractor


Come here often? Try dragging a bookmarklet to your bookmark toolbar:
Extract Microdata Generate Wikipedia Citation

Get the raw JSON:
curl -H 'Accept: application/json' 'http://microdata-extractor.improbable.org/extract/?url=http%3A%2F%2Fd.lib.ncsu.edu%2Fcollections%2Fcatalog%2Fmc00383-001-ff0006-001-001_0038'

Wikipedia Citations
  1. <ref name="d.lib.ncsu.edu">{{cite web |url = http://d.lib.ncsu.edu/collections/catalog/mc00383-001-ff0006-001-001_0038 |title = Parker, Charles N., 1885-1961 |website = d.lib.ncsu.edu |accessdate = 2024-10-09 }}</ref>
  2. <ref name="d.lib.ncsu.edu">{{cite web |url = http://d.lib.ncsu.edu/collections/catalog/mc00383-001-ff0006-001-001_0038 |title = Grove Arcade (Asheville, Buncombe County, North Carolina) Built |website = d.lib.ncsu.edu |accessdate = 2024-10-09 }}</ref>
  3. <ref name="d.lib.ncsu.edu">{{cite web |url = http://d.lib.ncsu.edu/collections/catalog/mc00383-001-ff0006-001-001_0038 |website = d.lib.ncsu.edu |accessdate = 2024-10-09 }}</ref>
  4. <ref name="d.lib.ncsu.edu">{{cite web |url = http://d.lib.ncsu.edu/collections/catalog/mc00383-001-ff0006-001-001_0038 |website = d.lib.ncsu.edu |accessdate = 2024-10-09 }}</ref>
{
    "items": [
        {
            "type": [
                "http://schema.org/Person"
            ], 
            "properties": {
                "name": [
                    "\n          Parker, Charles N., 1885-1961\n        "
                ]
            }
        }, 
        {
            "type": [
                "http://schema.org/Event"
            ], 
            "properties": {
                "startDate": [
                    "1926-1929"
                ], 
                "name": [
                    "Grove Arcade (Asheville, Buncombe County, North Carolina) Built"
                ], 
                "description": [
                    "built"
                ]
            }
        }, 
        {
            "type": [
                "http://schema.org/PostalAddress"
            ], 
            "properties": {
                "addressLocality": [
                    "Asheville"
                ], 
                "addressRegion": [
                    "North Carolina"
                ], 
                "streetAddress": [
                    "1 Page Avenue"
                ], 
                "postalCode": [
                    "28801"
                ]
            }
        }, 
        {
            "type": [
                "http://schema.org/GeoCoordinates"
            ], 
            "properties": {
                "latitude": [
                    "35.595203"
                ], 
                "longitude": [
                    "-82.555895"
                ]
            }
        }
    ]
}