Skip to content

Instantly share code, notes, and snippets.

@danbri
Created July 28, 2016 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbri/b47a9a53e6a27826ecf047ee032300c1 to your computer and use it in GitHub Desktop.
Save danbri/b47a9a53e6a27826ecf047ee032300c1 to your computer and use it in GitHub Desktop.
12:50 $ ./scripts/rdfa2nt data/schema.rdfa | grep Specification | grep label
<http://schema.org/PropertyValueSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "PropertyValueSpecification" .
<http://schema.org/PriceSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "PriceSpecification" .
<http://schema.org/openingHoursSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "openingHoursSpecification" .
<http://schema.org/feesAndCommissionsSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "feesAndCommissionsSpecification" .
<http://schema.org/PaymentChargeSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "PaymentChargeSpecification" .
<http://schema.org/CompoundPriceSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "CompoundPriceSpecification" .
<http://schema.org/specialOpeningHoursSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "specialOpeningHoursSpecification" .
<http://schema.org/EngineSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "EngineSpecification" .
<http://schema.org/DatedMoneySpecification> <http://www.w3.org/2000/01/rdf-schema#label> "DatedMoneySpecification" .
<http://schema.org/OpeningHoursSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "OpeningHoursSpecification" .
<http://schema.org/priceSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "priceSpecification" .
<http://schema.org/UnitPriceSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "UnitPriceSpecification" .
<http://schema.org/DeliveryChargeSpecification> <http://www.w3.org/2000/01/rdf-schema#label> "DeliveryChargeSpecification" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment