-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm new to schema.org, and I understand the basics and how to use the standard schema.org types. But how do you use this extension in html in a web site?
For a schema.org type like SoftwareApplication, you would refer to it as https://schema.org/SoftwareApplication:
<div itemscope itemtype="https://schema.org/SoftwareApplication">So is it correct if I refer to software_type's SoftwareLibrary like this: https://w3id.org/software-types/SoftwareLibrary?
<div itemscope itemtype="https://w3id.org/software-types/SoftwareLibrary">Googling around I also see https://w3id.org/software-types#SoftwareLibrary being used, so using the # character instead of the / character.
I've googled for a few hours for a tutorial on schema extensions, but I get lost in the w3c forest of murky documentation.
Metadata
Metadata
Assignees
Labels
No labels