Skip to content

How do you use this extension in html? #21

@woutware

Description

@woutware

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions