google / schema-dts

JSON-LD TypeScript types for Schema.org vocabulary
Apache License 2.0
860 stars 32 forks source link

Initial support for OWL-awareness #172

Closed Eyas closed 2 years ago

Eyas commented 2 years ago
  1. Support URL nodes with no "name"
  2. Support URL nodes with search query string
  3. Understand native rdfs:domain and rdfs:range directives
  4. Do not treat OWL Class/Property & other ontology declarations as enum membership
  5. Context support for unnamed URLs ("schema:" is totally valid)
  6. Allow type=Class to be transitive
  7. Support 1-char long strings

This begins building support for #169